:root{--bg:#f6f7f9;--surface:#fff;--surface-muted:#eef2f6;--border:#d8dee8;--text:#18202b;--muted:#5d6978;--primary:#246bfe;--ready:#168a55;--pending:#b7791f}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh}.topbar{display:flex;align-items:center;justify-content:space-between;min-height:56px;padding:0 24px;border-bottom:1px solid var(--border);background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand{font-size:18px;font-weight:700}.nav{display:flex;gap:18px;color:var(--muted);font-size:14px}.nav a.router-link-active{color:var(--primary)}.main{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:40px 0}.page-stack{display:grid;gap:28px}.section-heading{display:grid;gap:10px;max-width:760px}.eyebrow{margin:0;color:var(--primary);font-size:13px;font-weight:700;text-transform:uppercase}h1,h2,p{margin:0}h1{font-size:clamp(30px,4vw,46px);line-height:1.12}.section-heading p:last-child{color:var(--muted);font-size:17px;line-height:1.65}.status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.admin-row,.status-card{display:flex;gap:14px;align-items:flex-start;min-height:112px;padding:18px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.status-card h2{margin-bottom:6px;font-size:17px}.admin-row small,.status-card p{color:var(--muted);line-height:1.55}.status-dot{flex:0 0 auto;width:10px;height:10px;margin-top:7px;border-radius:50%;background:var(--surface-muted)}.status-dot.ready{background:var(--ready)}.status-dot.pending{background:var(--pending)}.admin-list{display:grid;gap:10px}.admin-row{flex-direction:column;min-height:82px;transition:border-color .16s ease,transform .16s ease}.admin-row:hover{border-color:var(--primary);transform:translateY(-1px)}.admin-row span{font-weight:700}@media(max-width:720px){.topbar{padding:0 16px}.main{width:min(100% - 24px,1120px);padding:28px 0}.status-grid{grid-template-columns:1fr}}:root{--layout-max-width:1440px;--layout-margin-x:64px;--layout-topbar-height:68px;--layout-top-margin:44px;--layout-hero-top-margin:80px;--layout-body-top-margin:40px;--layout-bottom-margin:80px;--layout-footer-padding-y:56px;--layout-backend-max-width:100%;--layout-backend-margin-x:32px;--layout-backend-menu-width:260px;--layout-backend-content-left:24px;--layout-backend-main-padding:40px;--layout-backend-min-width:1180px;--theme-bg:#fff;--theme-bg-soft:#f9f8f4;--theme-bg-sunken:#f3f2ed;--theme-fg:#0a0a0a;--theme-fg-dim:#4a4a48;--theme-fg-faint:#8a8a86;--theme-fg-mute:#b8b6af;--theme-line:#e3e1d8;--theme-accent:#0a1d3a;--theme-highlight:#b3893a;--theme-serif:"Cormorant Garamond","Nanum Myeongjo","Times New Roman",serif;--theme-serif-ko:"Nanum Myeongjo","Cormorant Garamond",serif;--theme-sans:Inter,Pretendard,-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo",sans-serif;--theme-mono:"JetBrains Mono","SF Mono",Menlo,monospace;--theme-pad-x:var(--layout-margin-x);--theme-topbar-h:var(--layout-topbar-height);--theme-content-max:var(--layout-max-width);--theme-primary:#000;--theme-primary-hover:#2f2f2f;--theme-primary-soft:#555;--theme-primary-soft-hover:#444;--theme-secondary:#999;--theme-secondary-hover:#888;--theme-secondary-soft:#eee;--theme-secondary-soft-hover:#dcdcdc;--theme-success:#10b981;--theme-success-hover:#0ea271;--theme-warning:#f59e0b;--theme-warning-hover:#d28607;--theme-error:#ef4444;--theme-error-hover:#dc2626;--theme-border-subtle:#27272a;--theme-border-focus:#3b82f6;--theme-border-soft:#e4e7ec;--theme-text-primary:#111;--theme-text-secondary:#667085;--theme-text-muted:#98a2b3;--theme-bg-base:#fff;--theme-bg-elevated:#f8f9fb;--theme-bg-overlay:#f1f3f5;--theme-bg-success-soft:rgba(16,185,129,.14);--theme-bg-warning-soft:rgba(245,158,11,.14);--theme-bg-error-soft:rgba(239,68,68,.14)}.theme-default{width:100%;min-height:100vh;padding-top:var(--theme-topbar-h);background:var(--theme-bg);color:var(--theme-fg);font-family:var(--theme-sans);font-size:15px;line-height:1.55;font-feature-settings:"ss01","cv11","tnum";-webkit-font-smoothing:antialiased;overflow-x:hidden}.theme-default a{color:inherit;text-decoration:none}.theme-layout-main{width:100%;max-width:var(--theme-content-max);margin:0 auto;padding:var(--layout-top-margin) var(--theme-pad-x) var(--layout-bottom-margin)}.theme-topbar{position:fixed;top:0;right:0;left:0;z-index:100;background:var(--theme-bg);border-bottom:1px solid var(--theme-line)}.theme-topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;width:100%;max-width:var(--theme-content-max);margin:0 auto;height:var(--theme-topbar-h);padding:0 var(--theme-pad-x)}.theme-topbar-inner-full{max-width:none}.theme-topbar-title{display:none}.theme-topbar-inner-backend{display:grid;max-width:none;width:100%;padding:0 var(--layout-backend-margin-x);grid-template-columns:var(--layout-backend-menu-width) minmax(0,1fr) auto auto;gap:0;box-sizing:border-box}.theme-topbar-inner-backend .theme-brand{grid-column:1}.theme-topbar-inner-backend .theme-topbar-title{display:block;grid-column:2;padding-left:var(--layout-backend-content-left);font-family:var(--theme-serif);font-size:36px;font-weight:500;letter-spacing:-.02em;line-height:1;white-space:nowrap}.theme-topbar-inner-backend .theme-nav{grid-column:3;margin-left:0}.theme-topbar-inner-backend .theme-auth{grid-column:4}.theme-brand{display:flex;align-items:center;gap:14px;min-width:0;height:100%}.theme-logo{display:block;width:auto;height:40px;-o-object-fit:contain;object-fit:contain}.theme-brand-text{font-family:var(--theme-sans);font-size:10.5px;letter-spacing:.22em;text-transform:uppercase;color:var(--theme-fg-faint);white-space:nowrap}.theme-menu-button{display:none;width:36px;height:36px;flex:0 0 auto;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:1px solid var(--theme-line);background:var(--theme-bg);cursor:pointer}.theme-menu-button span{display:block;width:16px;height:1px;background:var(--theme-fg);transition:opacity .16s ease,transform .16s ease}.theme-menu-button.open span:first-child{transform:translateY(6px) rotate(45deg)}.theme-menu-button.open span:nth-child(2){opacity:0}.theme-menu-button.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.theme-nav{gap:36px;margin-left:auto}.theme-nav,.theme-nav a{display:flex;align-items:center;height:100%}.theme-nav a{position:relative;color:var(--theme-fg-faint);font-family:var(--theme-serif);font-size:18px;font-style:italic;transition:color .16s ease}.theme-mobile-menu-action,.theme-mobile-menu-divider{display:none}.theme-nav a.current,.theme-nav a:hover{color:var(--theme-fg)}.theme-nav a.current:after{position:absolute;right:0;bottom:-1px;left:0;height:1px;background:var(--theme-fg);content:""}.theme-nav .theme-nav-header,.theme-nav-group{position:relative;display:flex;align-items:center;height:100%}.theme-nav .theme-nav-header{cursor:default;color:var(--theme-fg-faint);font-family:var(--theme-serif);font-size:18px;font-style:italic}.theme-nav .theme-nav-with-children{cursor:pointer;position:relative}.theme-nav-caret{display:inline-block;margin-left:4px;font-size:9px;color:var(--theme-fg-faint);transition:transform .15s ease}.theme-nav-group:hover .theme-nav-caret{transform:rotate(180deg)}.theme-nav-dropdown{display:none;position:absolute;top:100%;left:0;min-width:160px;padding:6px 0;background:var(--theme-bg);border:1px solid var(--theme-line);box-shadow:0 12px 24px #12182014;z-index:50}.theme-nav-group:focus-within .theme-nav-dropdown,.theme-nav-group:hover .theme-nav-dropdown{display:block}.theme-nav-dropdown a{display:block;padding:8px 16px!important;font-size:13px!important;white-space:nowrap}.theme-nav-dropdown a.current,.theme-nav-dropdown a:hover{background:var(--theme-bg-soft)}.theme-nav-dropdown a:after{display:none!important}.theme-auth{display:flex;align-items:center;min-width:72px;justify-content:flex-end}.theme-login,.theme-logout{border:0;background:transparent;color:var(--theme-fg);cursor:pointer;font-family:var(--theme-sans);font-size:10.5px;letter-spacing:.22em;text-transform:uppercase}.theme-user{position:relative;display:flex;align-items:center;min-width:0}.theme-avatar-button{display:inline-flex;padding:0;border:0;background:transparent;cursor:pointer}.theme-avatar{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border:1px solid var(--theme-line);border-radius:50%;background:var(--theme-bg-soft);color:var(--theme-fg);font-family:var(--theme-serif-ko);font-size:12px;font-weight:700;-o-object-fit:cover;object-fit:cover}.theme-avatar-fallback{line-height:1}.theme-account-menu{position:absolute;top:calc(100% + 12px);right:0;z-index:110;display:grid;min-width:178px;border:1px solid var(--theme-line);background:var(--theme-bg);box-shadow:0 18px 44px #1218201f}.theme-account-menu a,.theme-account-menu button{display:flex;width:100%;align-items:center;padding:12px 14px;border:0;border-bottom:1px solid var(--theme-line);background:transparent;color:var(--theme-fg);cursor:pointer;font-family:var(--theme-sans);font-size:12px;font-weight:700;text-align:left;text-decoration:none}.theme-account-menu a:hover,.theme-account-menu button:hover{background:var(--theme-bg-soft)}.theme-account-menu a:last-child,.theme-account-menu button:last-child{border-bottom:0}.theme-hero{position:relative;display:flex;width:100%;max-width:var(--theme-content-max);margin:0 auto;min-height:calc(100vh - var(--theme-topbar-h));flex-direction:column;align-items:center;justify-content:center;padding:0 var(--theme-pad-x);border-bottom:1px solid var(--theme-line);text-align:center}.theme-corner,.theme-eyebrow,.theme-foot,.theme-meta{color:var(--theme-fg-faint);font-family:var(--theme-sans);font-size:10.5px;letter-spacing:.26em;text-transform:uppercase}.theme-hero .theme-eyebrow{left:var(--theme-pad-x)}.theme-corner,.theme-hero .theme-eyebrow{position:absolute;top:var(--layout-hero-top-margin)}.theme-corner{right:var(--theme-pad-x)}.theme-block-title,.theme-hero h1,.theme-stub h1{margin:0;color:var(--theme-fg);font-family:var(--theme-serif);font-weight:500;letter-spacing:-.025em}.theme-hero h1{font-size:clamp(76px,13vw,190px);line-height:.92}.theme-em{font-style:italic;font-weight:400}.theme-em,.theme-lede{color:var(--theme-fg-dim)}.theme-lede{max-width:680px;margin:34px 0 0;font-family:var(--theme-serif-ko);font-size:clamp(15px,1.2vw,18px);line-height:1.75}.theme-foot{position:absolute;right:var(--theme-pad-x);bottom:36px;left:var(--theme-pad-x);display:flex;align-items:baseline;justify-content:space-between;gap:12px}.theme-shell{display:grid;width:100%;max-width:var(--theme-content-max);margin:0 auto;grid-template-columns:280px 1fr;align-items:start}.theme-sidebar{position:sticky;top:var(--theme-topbar-h);min-height:calc(100vh - var(--theme-topbar-h));padding:var(--layout-body-top-margin) var(--theme-pad-x);border-right:1px solid var(--theme-line);background:var(--theme-bg)}.theme-sidebar-heading{display:flex;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid var(--theme-line)}.theme-filter-list{display:grid;gap:0;margin-top:20px}.theme-filter-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--theme-line);color:var(--theme-fg-dim);font-family:var(--theme-serif-ko)}.theme-filter-row strong{color:var(--theme-fg)}.theme-content{min-width:0;padding:var(--layout-body-top-margin) var(--theme-pad-x) 64px}.theme-block-head,.theme-results-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding-bottom:24px;border-bottom:1px solid var(--theme-line)}.theme-block-title{font-size:clamp(30px,4vw,54px);line-height:1.05}.theme-table{width:100%;border-collapse:collapse}.theme-table th{padding:12px 14px;color:var(--theme-fg-mute);font-family:var(--theme-sans);font-size:9.5px;font-weight:500;letter-spacing:.24em;text-align:left;text-transform:uppercase;white-space:nowrap}.theme-table td,.theme-table th{border-bottom:1px solid var(--theme-line)}.theme-table td{padding:20px 14px;vertical-align:middle}.theme-table .rank{width:72px;color:var(--theme-fg-mute);font-family:var(--theme-serif);font-size:28px;font-style:italic}.theme-table .name{color:var(--theme-fg);font-family:var(--theme-serif-ko);font-size:18px;font-weight:700}.theme-table .muted{color:var(--theme-fg-faint);font-size:13px}.theme-table .mono{color:var(--theme-fg);font-family:var(--theme-mono);font-size:18px;font-weight:500;text-align:right}.theme-stub{width:100%;max-width:var(--theme-content-max);margin:0 auto;padding:80px var(--theme-pad-x) 120px;border-bottom:1px solid var(--theme-line)}.theme-stub h1{margin-top:32px;font-size:clamp(60px,10vw,140px);line-height:.94}.theme-page-body{width:100%;max-width:var(--theme-content-max);margin:0 auto;padding:0 var(--theme-pad-x)}.theme-block{padding:72px 0;border-bottom:1px solid var(--theme-line)}.theme-prose{max-width:760px;color:var(--theme-fg-dim);font-family:var(--theme-serif-ko);font-size:16px;line-height:1.85}.theme-footer{border-top:1px solid var(--theme-line);padding:var(--layout-footer-padding-y) 0 0}.theme-auth-page{display:grid;min-height:calc(100vh - var(--theme-topbar-h));place-items:center;padding:64px var(--theme-pad-x)}.theme-auth-panel{width:min(100%,560px);padding:40px;border:1px solid var(--theme-line);background:var(--theme-bg)}.theme-auth-panel h1{margin:18px 0;font-family:var(--theme-serif);font-size:clamp(48px,7vw,92px);font-weight:500;letter-spacing:-.025em;line-height:.95}.theme-auth-panel p{margin:0;color:var(--theme-fg-dim);font-family:var(--theme-serif-ko);line-height:1.75}.theme-social-actions{display:grid;gap:10px;margin-top:32px}.theme-social-button{display:flex;min-height:52px;align-items:center;justify-content:center;border:1px solid var(--theme-line);font-family:var(--theme-sans);font-size:13px;font-weight:700}.theme-social-button.kakao{background:#fee500;color:#191600}.theme-social-button.naver{background:#03c75a;color:#fff}.theme-profile-form{display:grid;gap:18px;margin-top:30px;max-width:560px}.theme-profile-page{padding-top:64px;padding-bottom:96px}.theme-profile-section{width:100%}.theme-profile-section h1{margin:18px 0;font-family:var(--theme-serif);font-size:clamp(48px,7vw,92px);font-weight:500;letter-spacing:-.025em;line-height:.95}.theme-profile-section p{max-width:680px;margin:0;color:var(--theme-fg-dim);font-family:var(--theme-serif-ko);line-height:1.75}.theme-profile-preview{display:flex;justify-content:flex-start}.theme-profile-avatar{display:inline-flex;width:76px;height:76px;align-items:center;justify-content:center;border:1px solid var(--theme-line);border-radius:50%;background:var(--theme-bg-soft);color:var(--theme-fg);font-family:var(--theme-serif-ko);font-size:22px;font-weight:700;-o-object-fit:cover;object-fit:cover}.theme-form-field{display:grid;gap:8px;text-align:left}.theme-form-field span,.theme-form-meta,.theme-form-status{color:var(--theme-fg-faint);font-family:var(--theme-sans);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.theme-form-field input,.theme-form-field select{width:100%;min-height:46px;border:1px solid var(--theme-line);background:var(--theme-bg);color:var(--theme-fg);font-family:var(--theme-sans);font-size:15px;padding:0 14px}.theme-form-field input:focus,.theme-form-field select:focus{border-color:var(--theme-fg);outline:none}.theme-form-meta{display:flex;flex-wrap:wrap;gap:8px 16px;justify-content:center;text-transform:none}.theme-form-status{margin:0;text-align:center;text-transform:none}.theme-form-status.error{color:#9a2d2d}.theme-form-actions{display:flex;justify-content:center}.theme-form-submit{display:inline-flex;align-items:center;justify-content:center;min-height:46px;min-width:150px;border:1px solid var(--theme-fg);background:var(--theme-fg);color:var(--theme-bg);cursor:pointer;font-family:var(--theme-sans);font-size:11px;font-weight:800;letter-spacing:.16em;padding:0 18px;text-transform:uppercase}.theme-form-submit:not(.theme-form-submit-secondary):not(.theme-form-submit-secondary-soft):not(.theme-form-submit-warning):not(.theme-form-submit-danger):hover:not(:disabled){border-color:var(--theme-primary-hover);background:var(--theme-primary-hover)}.theme-form-submit:disabled{cursor:not-allowed;opacity:.58}.theme-footer-inner{display:grid;grid-template-columns:repeat(var(--footer-cols,3),minmax(0,1fr));gap:48px;width:100%;max-width:var(--theme-content-max);margin:0 auto;padding:0 var(--theme-pad-x)}.theme-footer h4{margin:0 0 14px;padding-bottom:10px;border-bottom:1px solid var(--theme-line);color:var(--theme-fg);font-family:var(--theme-sans);font-size:12px;font-weight:600;letter-spacing:.22em;text-transform:uppercase}.theme-footer h4 a{color:inherit;text-decoration:none;transition:color .15s ease}.theme-footer h4 a:hover{color:var(--theme-accent,var(--theme-fg-dim))}.theme-footer p{margin:0;color:var(--theme-fg-dim);font-family:var(--theme-serif-ko);font-size:13.5px;line-height:1.65}.theme-imprint{width:100%;max-width:var(--theme-content-max);margin-top:56px;margin-right:auto;margin-left:auto;padding:22px var(--theme-pad-x);border-top:1px solid var(--theme-line);color:var(--theme-fg-faint);font-family:var(--theme-sans);font-size:10.5px;letter-spacing:.24em;line-height:1.95;text-transform:uppercase}.theme-backend{--theme-content-max:var(--layout-backend-max-width);--layout-backend-margin-x:32px;--layout-backend-content-left:24px;--layout-backend-menu-width:260px;--layout-backend-min-width:1280px;min-height:100vh;padding-top:var(--theme-topbar-h);background:var(--theme-bg);color:var(--theme-fg);font-family:var(--theme-sans)}.theme-backend-shell{display:grid;width:100%;max-width:none;min-height:calc(100vh - var(--theme-topbar-h));padding:0 var(--layout-backend-margin-x);grid-template-columns:var(--layout-backend-menu-width) minmax(0,1fr);box-sizing:border-box}.theme-backend .theme-footer-inner,.theme-backend .theme-imprint{max-width:none;padding-right:var(--layout-backend-margin-x);padding-left:var(--layout-backend-margin-x);box-sizing:border-box}.theme-backend-menu{width:var(--layout-backend-menu-width);min-width:var(--layout-backend-menu-width);max-width:var(--layout-backend-menu-width);padding:32px;border-right:1px solid var(--theme-line);background:var(--theme-bg-soft)}.theme-backend-menu-toggle{display:none;align-items:center;justify-content:center;min-height:36px;padding:0 12px;border:1px solid var(--theme-line);background:var(--theme-bg);color:var(--theme-fg);font-family:var(--theme-sans);font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.theme-backend-menu-backdrop{display:none}.theme-backend-menu-title{margin-bottom:24px;color:var(--theme-fg-faint);font-size:10.5px;letter-spacing:.26em;text-transform:uppercase}.theme-backend-nav{display:grid;gap:2px}.theme-backend-nav a{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--theme-line);color:var(--theme-fg-dim);font-family:var(--theme-serif);font-size:20px;font-style:italic}.theme-backend-nav a.current,.theme-backend-nav a:hover{color:var(--theme-fg)}.theme-backend-nav a span{color:var(--theme-fg-faint);font-family:var(--theme-sans);font-size:10px;font-style:normal;letter-spacing:.2em;text-transform:uppercase}.theme-backend-main{min-width:0;padding-top:18px;padding-right:0;padding-bottom:18px;padding-left:var(--layout-backend-content-left)}.theme-backend-head{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-bottom:12px;border-bottom:1px solid var(--theme-line)}.theme-backend-head h1{margin:0;font-family:var(--theme-serif);font-size:clamp(30px,3.2vw,46px);font-weight:500;letter-spacing:-.025em;line-height:1.05}.theme-backend-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:32px;background:var(--theme-line);border:1px solid var(--theme-line)}.theme-backend-card{min-height:160px;padding:24px;background:var(--theme-bg)}.theme-backend-card h2{margin:0 0 16px;font-family:var(--theme-serif);font-size:30px;font-style:italic;font-weight:400}.theme-backend-card p{margin:0;color:var(--theme-fg-dim);font-family:var(--theme-serif-ko);line-height:1.7}.theme-backend-state{padding:32px 0;color:var(--theme-fg-dim);font-family:var(--theme-sans)}.theme-backend-state.error{color:#9a2d2d}.theme-backend-table-wrap{margin-top:28px;overflow-x:auto;border-top:1px solid var(--theme-line)}.theme-backend-table{width:100%;min-width:820px;border-collapse:collapse}.theme-backend-table th{padding:14px 12px;border-bottom:1px solid var(--theme-line);color:var(--theme-fg-faint);font-size:10px;font-weight:700;letter-spacing:.16em;text-align:left;text-transform:uppercase}.theme-backend-table td{padding:18px 12px;border-bottom:1px solid var(--theme-line);color:var(--theme-fg-dim);vertical-align:middle}.theme-backend-table tbody tr{cursor:pointer}.theme-backend-table tbody tr.current td{background:#f8f7f2}.theme-backend-profile-preview,.theme-backend-user-cell{display:flex;align-items:center;gap:14px}.theme-backend-profile-preview img,.theme-backend-profile-preview>span,.theme-backend-user-cell img,.theme-backend-user-cell>span{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border:1px solid var(--theme-line);border-radius:50%;background:var(--theme-bg-soft);color:var(--theme-fg);font-size:12px;font-weight:700;-o-object-fit:cover;object-fit:cover}.theme-backend-profile-preview strong,.theme-backend-user-cell strong{display:block;color:var(--theme-fg);font-family:var(--theme-serif-ko);font-size:17px}.theme-backend-profile-preview small,.theme-backend-user-cell small{display:block;margin-top:4px;color:var(--theme-fg-faint);font-size:12px}.theme-backend-status{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border:1px solid var(--theme-line);color:var(--theme-fg-dim);font-size:11px;font-weight:700;text-transform:uppercase}.theme-backend-status.active{border-color:#2f6d4f;color:#2f6d4f}.theme-backend-status.blocked{border-color:#9a2d2d;color:#9a2d2d}.theme-backend-role{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border:1px solid var(--theme-line);color:var(--theme-fg-dim);font-size:11px;font-weight:700;text-transform:uppercase}.theme-backend-role.employee{border-color:#2a5db0;color:#2a5db0}.theme-backend-role.manager{border-color:#7a4dbf;color:#7a4dbf}.theme-backend-role.admin,.theme-backend-role.super{border-color:#9a2d2d;color:#9a2d2d}.theme-backend-role.super{background:#9a2d2d0f}.theme-backend-link{color:var(--theme-fg);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.theme-backend-form{display:grid;gap:28px;max-width:860px;margin-top:32px}.theme-backend-users-layout{display:grid;grid-template-columns:minmax(0,1fr) 440px;gap:28px;margin-top:28px}.theme-backend-users-layout .theme-backend-table-wrap{margin-top:0}.theme-backend-form-panel{border:1px solid var(--theme-line);padding:24px;background:var(--theme-bg-soft)}.theme-backend-form-panel .theme-backend-form{margin-top:0}.theme-backend-user-modal{position:fixed;inset:var(--theme-topbar-h) 0 0 0;z-index:140;background:#0a0c1042}.theme-backend-user-drawer{position:absolute;top:0;right:0;bottom:0;width:min(100%,520px);padding:22px;border-left:1px solid var(--theme-line);background:var(--theme-bg-soft);overflow-y:auto;box-shadow:-16px 0 32px #12182029}.theme-backend-user-drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--theme-line)}.theme-backend-close{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border:1px solid var(--theme-line);background:transparent;color:var(--theme-fg);cursor:pointer;font-size:22px;line-height:1}.theme-backend-user-drawer .theme-backend-form{margin-top:0}.theme-backend-media-head{align-items:center;padding-bottom:8px}.theme-backend-media-head h1{margin:0;font-family:var(--theme-serif-ko);font-size:clamp(24px,2.4vw,34px);font-weight:500;line-height:1.1}.theme-backend-media-head-left{display:flex;align-items:center;gap:16px}.theme-backend-media-file-input{display:none}.theme-backend-media-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:12px;padding:16px;border:1px solid var(--theme-line);background:var(--theme-bg)}.theme-backend-upload-dropzone{position:relative;margin-top:10px;padding:30px 18px 24px;border:2px dashed #c4c7cd;background:#f8f9fb}.theme-backend-upload-dropzone.dragover{border-color:#8b93a1;background:#f2f4f8}.theme-backend-upload-close{position:absolute;top:8px;right:10px;border:0;background:transparent;color:#5b6474;font-size:32px;line-height:1;cursor:pointer}.theme-backend-upload-inner{display:grid;justify-items:center;gap:10px;text-align:center}.theme-backend-upload-inner strong{font-size:36px;font-weight:500}.theme-backend-upload-inner span{color:var(--theme-fg-faint);font-size:15px}.theme-backend-upload-inner p{margin:10px 0 0;color:var(--theme-fg-dim);font-size:14px}.theme-backend-media-filters{display:flex;align-items:center;gap:12px}.theme-backend-media-filters select,.theme-backend-media-search input{min-height:40px;padding:0 12px;border:1px solid var(--theme-line);background:#fff;color:var(--theme-fg);font-family:var(--theme-sans);font-size:14px}.theme-backend-media-search{display:flex;align-items:center;gap:10px}.theme-backend-media-search label{color:var(--theme-fg-dim);font-size:13px}.theme-backend-media-search input{min-width:280px}.theme-backend-media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px;margin-top:18px}.theme-backend-media-card{display:grid;padding:0;border:1px solid var(--theme-line);background:#fff;cursor:pointer;text-align:left;min-width:0;overflow:hidden}.theme-backend-media-card img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.theme-backend-media-meta{display:grid;gap:2px;padding:8px 10px 10px}.theme-backend-media-meta strong{font-size:14px;font-weight:600}.theme-backend-media-meta span{color:var(--theme-fg-faint);font-size:12px}.theme-backend-media-drawer{position:fixed;top:var(--theme-topbar-h);right:0;bottom:0;width:min(860px,calc(100vw - 80px));border-left:1px solid var(--theme-line);background:var(--theme-bg);box-shadow:-14px 0 30px #0a0a0a1a;overflow-y:auto}.theme-backend-media-drawer-body{display:grid;grid-template-columns:1.15fr .85fr;min-height:calc(100vh - var(--theme-topbar-h) - 48px)}.theme-backend-media-preview{display:grid;place-items:center;padding:14px;border-right:1px solid var(--theme-line);background:#f7f7f7}.theme-backend-media-preview img{width:100%;max-width:560px;max-height:76vh;-o-object-fit:contain;object-fit:contain}.theme-backend-media-drawer .theme-backend-form{display:grid;gap:0!important;align-content:start;margin-top:0!important;padding:14px 12px 12px!important}.theme-backend-media-drawer .theme-backend-user-drawer-head{margin-bottom:4px!important;padding:6px 8px 4px!important}.theme-backend-media-drawer .theme-backend-user-drawer-head strong{margin:0;line-height:1.1}.theme-backend-media-drawer .theme-form-field{display:flex;flex-direction:column;gap:0!important;margin:0!important;padding:0!important}.theme-backend-media-drawer .theme-form-field+.theme-form-field{margin-top:8px!important}.theme-backend-media-drawer .theme-form-field span{margin:0 0 3px!important;font-size:12px;line-height:1.1}.theme-backend-media-drawer .theme-form-field input,.theme-backend-media-drawer .theme-form-field textarea{min-height:36px;height:auto;margin-top:0!important;margin-bottom:0!important;padding:6px 10px}.theme-backend-media-drawer .theme-form-field textarea{min-height:80px}.theme-backend-media-drawer .theme-backend-actions{margin-top:10px!important;justify-content:space-between}.theme-backend-media-drawer .theme-backend-actions .theme-form-submit{display:inline-flex;align-items:center;justify-content:center;height:40px!important;min-height:40px!important;min-width:132px;width:auto;padding:0 16px;font-size:11px;letter-spacing:.12em}.theme-backend-theme-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-top:24px}.theme-backend-theme-card{flex-direction:column;gap:0}.theme-backend-theme-card.active{border-color:var(--theme-fg)}.theme-backend-theme-info{padding:20px 20px 16px}.theme-backend-theme-info strong{display:block;font-family:var(--theme-sans);font-size:15px;font-weight:700;margin-bottom:4px}.theme-backend-theme-name{font-family:var(--theme-mono);font-size:11px;color:var(--theme-fg-faint)}.theme-backend-theme-info p{margin:8px 0 0;font-family:var(--theme-sans);font-size:13px;color:var(--theme-fg-dim);line-height:1.5}.theme-backend-theme-footer{padding:12px 20px 16px;border-top:1px solid var(--theme-line)}.theme-backend-theme-badge{display:inline-flex;align-items:center;padding:4px 12px;font-family:var(--theme-sans);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:var(--theme-fg);color:var(--theme-bg)}.theme-backend-theme-card.active .theme-backend-theme-footer{border-top-color:var(--theme-fg)}.theme-backend-theme-card[role=button]{cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.theme-backend-theme-card[role=button]:hover{border-color:var(--theme-fg-dim);box-shadow:0 6px 20px #1218200f}.theme-backend-theme-card[role=button]:focus-visible{outline:2px solid var(--theme-fg);outline-offset:2px}.theme-backend-theme-drawer{width:min(100%,820px)!important;padding:0!important}.theme-backend-theme-drawer .theme-backend-user-drawer-head{position:sticky;top:0;z-index:1;margin:0;padding:16px 22px;background:var(--theme-bg)}.theme-backend-theme-drawer .theme-backend-user-drawer-head>div{display:flex;align-items:baseline;gap:10px}.theme-backend-theme-drawer .theme-backend-foundation{padding:22px}.block-renderer>*+*{margin-top:12px}.block-title{position:relative;background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:var(--theme-bg-soft);color:var(--theme-fg)}.public-content .block-title{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.block-title-inner{max-width:880px;margin:0 auto;padding:24px;display:flex;flex-direction:column;gap:12px}.block-title-title{margin:0;font-family:var(--theme-serif,var(--theme-sans));font-size:32px;line-height:1.2;letter-spacing:-.01em;font-weight:700}.block-title-subtitle{margin:0;font-size:15px;line-height:1.55;opacity:.85}.block-title-description{max-width:640px;font-size:14px;line-height:1.6;opacity:.85}.block-title-description p{margin:0 0 .5em}.block-title-description p:last-child{margin-bottom:0}.block-title-cta{margin-top:6px}.block-title-align-center .block-title-inner{align-items:center;text-align:center}.block-title-align-left .block-title-inner{align-items:flex-start;text-align:left}.block-title-align-right .block-title-inner{align-items:flex-end;text-align:right}.block-title-height-small .block-title-inner{min-height:160px;justify-content:center}.block-title-height-medium .block-title-inner{min-height:280px;justify-content:center}.block-title-height-large .block-title-inner{min-height:440px;justify-content:center}.block-title-text-dark{color:var(--theme-fg)}.block-title-text-light{color:#fff;text-shadow:0 1px 12px rgba(0,0,0,.35)}.block-title-text-light .block-title-subtitle{opacity:.92}.block-title-tc-primary{color:var(--theme-primary)}.block-title-tc-primary-soft{color:var(--theme-primary-soft)}.block-title-tc-secondary{color:var(--theme-secondary)}.block-title-tc-secondary-soft{color:var(--theme-secondary-soft)}.block-title-tc-white{color:#fff;text-shadow:0 1px 12px rgba(0,0,0,.35)}.block-title-tc-success{color:var(--theme-success)}.block-title-tc-warning{color:var(--theme-warning)}.block-title-tc-error{color:var(--theme-error)}@media(max-width:720px){.block-title-title{font-size:24px}.block-title-height-large .block-title-inner{min-height:320px}.block-title-height-medium .block-title-inner{min-height:220px}}.block-notice{display:block;padding:12px 14px;border-left:4px solid var(--theme-fg-dim);background:var(--theme-bg-soft);font-size:14px;line-height:1.55}.block-notice p{margin:0}.block-notice+.block-notice{margin-top:12px}.block-notice-info{border-left-color:#3b82f6;background:#3b82f614}.block-notice-warning{border-left-color:var(--theme-warning);background:var(--theme-bg-warning-soft)}.block-notice-success{border-left-color:#10b981;background:#10b9811a}.block-notice-error{border-left-color:#ef4444;background:#ef44441a}.block-text{font-size:14px;line-height:1.6}.block-text h1{font-size:22px;margin:14px 0 8px;font-weight:700}.block-text h2{font-size:18px;margin:12px 0 6px;font-weight:700}.block-text h3{font-size:16px;margin:10px 0 6px;font-weight:700}.block-text h4{font-size:15px;margin:10px 0 4px;font-weight:700}.block-text h5{font-size:13px;font-weight:700;letter-spacing:.05em}.block-text h5,.block-text h6{margin:8px 0 4px;text-transform:uppercase}.block-text h6{font-size:12px;font-weight:600;letter-spacing:.1em;color:var(--theme-fg-dim)}.block-text p{margin:8px 0}.block-text ol,.block-text ul{margin:8px 0;padding-left:22px}.block-text li,.block-text ol ol,.block-text ol ul,.block-text ul ol,.block-text ul ul{margin:2px 0}.block-text del{color:var(--theme-fg-dim)}.block-text img{max-width:100%;height:auto;display:block;margin:12px auto}.block-text blockquote{margin:12px 0;padding:10px 16px;border-left:3px solid var(--theme-line);background:var(--theme-bg-soft);color:var(--theme-fg-dim);font-style:italic}.block-text blockquote p{margin:4px 0}.block-text hr{margin:24px 0;border:0;border-top:1px solid var(--theme-line)}.block-text table{border-collapse:collapse;width:100%;margin:14px 0;font-size:13px}.block-text td,.block-text th{padding:8px 12px;border:1px solid var(--theme-line);text-align:left}.block-text th{background:var(--theme-bg-soft);font-weight:600}.block-text tr:nth-child(2n) td{background:#12182005}.block-text code{padding:1px 5px;border-radius:3px;background:var(--theme-bg-soft);font-size:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.block-text a{color:var(--theme-accent);text-decoration:underline}.code-block{margin:14px 0;padding:14px 18px;background:#1e2730;color:#e8edf2;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:1.55;overflow-x:auto;border-radius:4px}.code-block code{background:transparent;padding:0;color:inherit;font-size:inherit;font-family:inherit;border-radius:0;white-space:pre}.block-placeholder{padding:10px 14px;border:1px dashed var(--theme-line);color:var(--theme-fg-faint);font-size:13px}.block-timeline{display:grid;gap:56px;padding:32px 0;position:relative}.block-timeline-item{display:grid;grid-template-columns:180px 32px 1fr;gap:12px;align-items:start;position:relative}.block-timeline-date{font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--theme-fg);text-align:right;padding-top:4px}.block-timeline-marker{position:relative;display:flex;justify-content:center;align-self:stretch;min-height:100%}.block-timeline-marker:before{content:"";position:absolute;top:-28px;bottom:-28px;left:50%;width:2px;background:var(--theme-fg-dim);transform:translate(-50%)}.block-timeline-item:first-child .block-timeline-marker:before{top:0}.block-timeline-item:last-child .block-timeline-marker:before{bottom:50%}.block-timeline-dot{position:relative;width:12px;height:12px;margin-top:6px;background:var(--theme-fg);border-radius:50%;z-index:1}.block-timeline-content{display:flex;flex-direction:column;gap:14px}.block-timeline-title{margin:0;font-family:var(--theme-serif,var(--theme-sans));font-size:18px;line-height:1.3;font-weight:700}.block-timeline-image{margin:0;display:grid;place-items:center;padding:20px;background:var(--theme-bg);border:1px solid var(--theme-line);align-self:start;max-width:360px}.block-timeline-image img{display:block;width:100%;height:auto}.block-timeline-desc{margin:0;font-size:13.5px;line-height:1.6;color:var(--theme-fg-dim)}@media(max-width:720px){.block-timeline{gap:40px}.block-timeline-item{grid-template-columns:1fr;gap:8px}.block-timeline-date{text-align:left}.block-timeline-marker{display:none}.block-timeline-image{max-width:100%;padding:10px}}.block-highlight{padding:12px 14px;background:var(--theme-bg-warning-soft);border-left:4px solid var(--theme-warning);font-size:15px;font-weight:500;line-height:1.55}.block-highlight p{margin:0}.block-quote{margin:0;padding:12px 16px;border-left:4px solid var(--theme-fg-dim);background:var(--theme-bg-soft);font-style:italic;font-size:15px;line-height:1.6;color:var(--theme-fg)}.block-quote p{margin:0}.block-quote-cite{display:block;margin-top:6px;font-style:normal;font-size:12px;color:var(--theme-fg-dim)}.block-button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 18px;border:1px solid transparent;font-size:14px;font-weight:500;text-decoration:none;cursor:pointer;transition:background .15s ease,border-color .15s ease}.block-button-primary{background:var(--theme-fg);color:var(--theme-bg);border-color:var(--theme-fg)}.block-button-primary:hover{background:var(--theme-fg-dim);border-color:var(--theme-fg-dim)}.block-button-secondary{background:transparent;color:var(--theme-fg);border-color:var(--theme-line)}.block-button-secondary:hover{border-color:var(--theme-fg-dim)}.block-button-warning{background:var(--theme-warning);color:#fff;border-color:var(--theme-warning)}.block-button-warning:hover{background:var(--theme-warning-hover);border-color:var(--theme-warning-hover)}.block-button-invalid{background:#ef44441a;border:1px dashed #ef4444;color:#b91c1c;cursor:not-allowed}.block-image{margin:18px 0}.block-image img{display:block;max-width:100%;width:100%;height:auto;margin:0 auto}.block-image-wide{margin-left:-36px;margin-right:-36px}.block-image-wide img{width:calc(100% + 72px);max-width:none}.block-image-full{width:100vw;position:relative;left:50%;margin-left:-50vw;margin-right:0}.block-image-full img{width:100vw;max-width:none}.block-image-link{display:block}.block-image-caption{margin:8px auto 0;max-width:720px;padding:0 12px;text-align:center;font-size:12px;color:var(--theme-fg-dim);font-style:italic;line-height:1.5}@media(max-width:720px){.block-image-wide{margin-left:0;margin-right:0}.block-image-wide img{width:100%}}.block-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:6px}.block-gallery-item{display:block;aspect-ratio:1/1;overflow:hidden;background:var(--theme-bg-soft);min-width:0}.block-gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.block-imagegrid{display:grid;gap:16px}.block-imagegrid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.block-imagegrid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.block-imagegrid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.block-imagegrid-gap-small{gap:6px}.block-imagegrid-gap-medium{gap:16px}.block-imagegrid-gap-large{gap:28px}.block-imagegrid-cell{margin:0;min-width:0}.block-imagegrid-cell img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;display:block}.block-imagegrid-cell figcaption{margin-top:6px;font-size:12px;color:var(--theme-fg-dim);text-align:center}.block-textcard{display:grid;gap:16px;margin:24px 0}.block-textcard-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.block-textcard-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.block-textcard-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.block-textcard-gap-small{gap:8px}.block-textcard-gap-medium{gap:16px}.block-textcard-gap-large{gap:28px}.block-textcard-card{padding:24px;min-width:0;background:var(--theme-bg-soft)}.block-textcard-text-dark{color:var(--theme-fg)}.block-textcard-text-light{color:#fff}.block-textcard-title{margin:0 0 8px;font-size:16px;font-weight:700;line-height:1.3}.block-textcard-desc{font-size:13px;line-height:1.6;opacity:.92}.block-textcard-desc p{margin:0 0 .5em}.block-textcard-desc p:last-child{margin-bottom:0}@media(max-width:768px){.block-textcard{grid-template-columns:1fr!important}}.block-postlist{display:grid;gap:24px;margin:24px 0}.block-postlist-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.block-postlist-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.block-postlist-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.block-postlist-empty,.block-postlist-loading{grid-column:1/-1;padding:24px;text-align:center;color:var(--theme-fg-dim);font-size:13px}.block-postlist-card{background:var(--theme-bg);border:1px solid var(--theme-line);display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .15s,transform .15s}.block-postlist-card:hover{box-shadow:0 6px 18px #12182014}.block-postlist-card-featured{border-color:var(--theme-accent,var(--theme-fg-dim))}.block-postlist-card-thumb{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;background:var(--theme-bg-soft)}.block-postlist-card-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .3s}.block-postlist-card:hover .block-postlist-card-thumb img{transform:scale(1.03)}.block-postlist-card-badge{position:absolute;top:10px;left:10px;padding:3px 8px;background:#121820bf;color:#fff;font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.block-postlist-card-body{padding:18px 20px 20px;display:flex;flex-direction:column;gap:8px;flex:1;min-width:0}.block-postlist-card-title{margin:0;font-family:var(--theme-serif,var(--theme-sans));font-size:18px;line-height:1.3;font-weight:700}.block-postlist-card-title a{color:inherit;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.block-postlist-card-title a:hover{color:var(--theme-accent,var(--theme-fg-dim))}.block-postlist-card-meta{margin:0;display:flex;align-items:center;gap:8px;font-size:12px;color:var(--theme-fg-dim)}.block-postlist-card-avatar{width:18px;height:18px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.block-postlist-card-meta span+span:before{content:"·";margin-right:6px;color:var(--theme-fg-faint)}.block-postlist-card-excerpt{margin:0;font-size:13px;line-height:1.55;color:var(--theme-fg-dim);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:720px){.block-postlist{grid-template-columns:1fr!important}}.block-tabs{margin:24px 0}.block-tabs-bar{display:flex;flex-wrap:wrap;gap:32px;border-bottom:1px solid var(--theme-line);padding:0}.block-tabs-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;padding:14px 0;font:inherit;font-size:13px;color:var(--theme-fg-dim);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s,border-color .15s}.block-tabs-btn:hover{color:var(--theme-fg)}.block-tabs-btn-active{color:var(--theme-fg);border-bottom-color:var(--theme-fg);font-weight:600}.block-tabs-panels{padding-top:32px}.block-tabs-panel{display:none}.block-tabs-panel-active{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.block-tabs-panel-title{margin:0;font-family:var(--theme-serif,var(--theme-sans));font-size:28px;line-height:1.25;font-weight:700;color:var(--theme-fg)}.block-tabs-panel-body{font-size:14px;line-height:1.65;color:var(--theme-fg-dim)}.block-tabs-panel-body p{margin:0 0 1em}.block-tabs-panel-body p:last-child{margin-bottom:0}.block-tabs-panel-body h1,.block-tabs-panel-body h2,.block-tabs-panel-body h3{margin:1.2em 0 .5em;color:var(--theme-fg);font-weight:600}.block-tabs-panel-body h3{font-size:14px;letter-spacing:.05em}.block-tabs-panel-body ul{list-style:none;margin:8px 0;padding:0}.block-tabs-panel-body ul li{position:relative;padding:4px 0 4px 22px;font-weight:500;color:var(--theme-fg)}.block-tabs-panel-body ul li:before{content:"✓";position:absolute;left:0;top:4px;color:var(--theme-accent,#3d7e7c);font-weight:700}@media(max-width:768px){.block-tabs-bar{gap:18px}.block-tabs-panel-active{grid-template-columns:1fr;gap:16px}.block-tabs-panel-title{font-size:22px}}.block-mediatext{display:flex;flex-direction:column;gap:48px;margin:24px 0}.block-mediatext-gap-small{gap:28px}.block-mediatext-gap-medium{gap:40px}.block-mediatext-gap-large{gap:56px}.block-mediatext-row{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.block-mediatext-row>.block-mediatext-image-wrap{order:1}.block-mediatext-row-image-right>.block-mediatext-image-wrap,.block-mediatext-row>.block-mediatext-body{order:2}.block-mediatext-row-image-right>.block-mediatext-body{order:1}.block-mediatext-image-wrap{min-width:0;padding:18px;background:var(--theme-mediatext-frame,#d8efe5);border-radius:4px}.block-mediatext-frame-none .block-mediatext-image-wrap{padding:0;background:transparent}.block-mediatext-image-wrap img{display:block;width:100%;height:auto;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.block-mediatext-body{min-width:0}.block-mediatext-title{margin:0 0 8px;font-family:var(--theme-serif,var(--theme-sans));font-size:22px;font-weight:700;line-height:1.3;color:var(--theme-fg)}.block-mediatext-desc{font-size:13px;line-height:1.6;color:var(--theme-fg-dim)}.block-mediatext-desc p{margin:0 0 .5em}.block-mediatext-desc p:last-child{margin-bottom:0}.block-mediatext-list{list-style:none;margin:14px 0 0;padding:0}.block-mediatext-list li{display:flex;align-items:center;gap:10px;padding:4px 0;font-size:14px;font-weight:600;color:var(--theme-fg)}.block-mediatext-list li:before{content:"✓";display:inline-flex;width:20px;height:20px;flex:0 0 20px;border:1.5px solid var(--theme-accent,#3d7e7c);color:var(--theme-accent,#3d7e7c);border-radius:50%;align-items:center;justify-content:center;font-size:12px;line-height:1}@media(max-width:768px){.block-mediatext-row{grid-template-columns:1fr;gap:20px}.block-mediatext-row>.block-mediatext-image-wrap{order:1!important}.block-mediatext-row>.block-mediatext-body{order:2!important}}.block-iconlist{list-style:none;margin:24px 0;padding:0;display:grid;gap:24px}.block-iconlist-cols-1{grid-template-columns:1fr}.block-iconlist-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.block-iconlist-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.block-iconlist-gap-small{gap:14px}.block-iconlist-gap-medium{gap:24px}.block-iconlist-gap-large{gap:36px}.block-iconlist-item{display:flex;align-items:flex-start;gap:14px;min-width:0}.block-iconlist-icon{flex:0 0 40px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--theme-accent,#3d7e7c);font-size:16px;line-height:1}.block-iconlist-icon-light{color:#fff}.block-iconlist-icon-dark{color:var(--theme-fg)}.block-iconlist-body{min-width:0;flex:1}.block-iconlist-title{margin:0 0 6px;font-size:14px;font-weight:700;line-height:1.3;color:var(--theme-fg)}.block-iconlist-desc{font-size:13px;line-height:1.6;color:var(--theme-fg-dim)}.block-iconlist-desc p{margin:0 0 .5em}.block-iconlist-desc p:last-child{margin-bottom:0}@media(max-width:720px){.block-iconlist{grid-template-columns:1fr!important}}.block-herocards{margin:24px 0}.block-herocards-hero{position:relative;background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:stretch}.block-herocards-hero-inner{width:100%;max-width:1100px;margin:0 auto;padding:40px 32px;display:flex;flex-direction:column;gap:12px}.block-herocards-height-small{min-height:320px}.block-herocards-height-medium{min-height:440px}.block-herocards-height-large{min-height:560px}.block-herocards-overlap-on .block-herocards-hero-inner{padding-bottom:140px}.block-herocards-align-left .block-herocards-hero-inner{align-items:flex-start;text-align:left}.block-herocards-align-center .block-herocards-hero-inner{align-items:center;text-align:center}.block-herocards-align-right .block-herocards-hero-inner{align-items:flex-end;text-align:right}.block-herocards-text-light{color:#fff;text-shadow:0 1px 12px rgba(0,0,0,.35)}.block-herocards-text-dark{color:var(--theme-fg)}.block-herocards-eyebrow{margin:0;font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;opacity:.85}.block-herocards-title{margin:0;font-family:var(--theme-serif,var(--theme-sans));font-size:40px;line-height:1.15;letter-spacing:-.01em;font-weight:700}.block-herocards-subtitle{margin:0;font-size:16px;line-height:1.55;opacity:.9}.block-herocards-description{max-width:640px;font-size:14px;line-height:1.6;opacity:.9}.block-herocards-description p{margin:0 0 .5em}.block-herocards-description p:last-child{margin-bottom:0}.block-herocards-cta{margin-top:6px}.block-herocards-cards{max-width:1100px;margin:0 auto;padding:0 32px;display:grid;gap:16px}.block-herocards-cards-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.block-herocards-cards-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.block-herocards-cards-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.block-herocards-cards-gap-small{gap:8px}.block-herocards-cards-gap-medium{gap:16px}.block-herocards-cards-gap-large{gap:24px}.block-herocards-overlap-on .block-herocards-cards{margin-top:-120px;position:relative;z-index:1}.block-herocards-overlap-off .block-herocards-cards{margin-top:24px}.block-herocards-card{background:#fff;padding:28px 24px;text-align:center;box-shadow:0 4px 14px #12182014;min-width:0}.block-herocards-card-text-dark{color:var(--theme-fg)}.block-herocards-card-text-light{color:#fff}.block-herocards-card-title{margin:0 0 10px;font-family:var(--theme-serif,var(--theme-sans));font-size:18px;font-weight:600}.block-herocards-card-desc{font-size:13px;line-height:1.6;opacity:.85}.block-herocards-card-desc p{margin:0 0 .5em}.block-herocards-card-desc p:last-child{margin-bottom:0}@media(max-width:768px){.block-herocards-hero-inner{padding:32px 20px}.block-herocards-overlap-on .block-herocards-hero-inner{padding-bottom:32px}.block-herocards-title{font-size:28px}.block-herocards-cards{grid-template-columns:1fr!important;margin-top:0!important;padding:16px 20px 0}}.block-row{gap:24px;margin:24px 0}.block-row-gap-small{gap:12px}.block-row-gap-medium{gap:24px}.block-row-gap-large{gap:40px}.block-row-col{min-width:0}.block-row-col>:first-child{margin-top:0}.block-row-col>:last-child{margin-bottom:0}@media(max-width:768px){.block-row{grid-template-columns:1fr!important}.block-row-gap-large{gap:28px}}.block-slide{position:relative;background:var(--theme-bg-soft)}.block-slide-viewport{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden}.block-slide-item{margin:0;position:absolute;inset:0}.block-slide-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.block-slide-item figcaption{position:absolute;left:0;right:0;bottom:0;padding:16px 20px;background:linear-gradient(0deg,rgba(0,0,0,.55),transparent);color:#fff}.block-slide-title{margin:0 0 4px;font-size:16px}.block-slide-desc{margin:0;font-size:13px;opacity:.92}.block-slide-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:1;width:36px;height:36px;border:none;background:#00000073;color:#fff;cursor:pointer;font-size:24px;line-height:1;border-radius:50%}.block-slide-nav:disabled{opacity:.3;cursor:not-allowed}.block-slide-nav-prev{left:8px}.block-slide-nav-next{right:8px}.block-slide-dots{display:flex;justify-content:center;gap:6px;padding:8px 0}.block-slide-dot{width:8px;height:8px;border-radius:50%;border:none;background:var(--theme-fg-faint);cursor:pointer;padding:0}.block-slide-dot.active{background:var(--theme-fg)}.block-file{display:inline-flex;align-items:center;gap:12px;padding:10px 14px;border:1px solid var(--theme-line);background:var(--theme-bg);text-decoration:none;color:var(--theme-fg);transition:border-color .15s ease,background .15s ease;min-width:200px;max-width:100%}.block-file:hover{border-color:var(--theme-fg-dim);background:var(--theme-bg-soft)}.block-file-icon{display:grid;place-items:center;flex-shrink:0;width:40px;height:40px;background:var(--theme-fg);color:var(--theme-bg);font-size:10px;font-weight:700;letter-spacing:.05em}.block-file-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.block-file-meta strong{font-size:14px;font-weight:600}.block-file-meta small,.block-file-meta strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.block-file-meta small{font-size:11px;color:var(--theme-fg-dim)}.block-file-invalid{border-style:dashed;border-color:#ef4444;color:var(--theme-fg-dim);cursor:not-allowed}.block-map{border:1px solid var(--theme-line);background:var(--theme-bg-soft)}.block-map-title{padding:8px 12px;border-bottom:1px solid var(--theme-line);font-size:13px;font-weight:600}.block-map iframe{display:block;width:100%;height:320px;border:0}.block-map-invalid{display:grid;place-items:center;padding:32px;border-style:dashed;border-color:#ef4444;color:var(--theme-fg-dim)}.block-youtube{position:relative;width:100%;aspect-ratio:16/9;background:#000;overflow:hidden}.block-youtube iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.block-youtube-invalid{display:grid;place-items:center;background:#ef44440f;border:1px dashed #ef4444;color:var(--theme-fg-dim);aspect-ratio:auto;padding:16px}.theme-backend-posts-modal{position:fixed;inset:var(--theme-topbar-h) 0 0 0;z-index:140;background:#0a0c1052}.theme-backend-posts-drawer{position:absolute;top:0;bottom:0;left:calc(var(--layout-backend-margin-x) + var(--layout-backend-menu-width) + var(--layout-backend-content-left));right:var(--layout-backend-margin-x);display:grid;grid-template-rows:auto 1fr auto;background:var(--theme-bg);border:1px solid var(--theme-line);box-shadow:0 16px 48px #12182033}.theme-backend-posts-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;border-bottom:1px solid var(--theme-line);background:var(--theme-bg)}.theme-backend-posts-drawer-head strong{font-size:15px}.theme-backend-posts-drawer-body{display:grid;grid-template-columns:1fr 1fr;min-height:0;overflow:hidden}.content-editor{display:grid;grid-template-rows:1fr auto;min-height:calc(100vh - 180px);border:1px solid var(--theme-line);background:var(--theme-bg)}.content-editor>.theme-backend-posts-drawer-body{min-height:0}.content-editor>.theme-backend-posts-drawer-foot{border-top:1px solid var(--theme-line)}.category-select{position:relative}.category-select-trigger{width:100%;min-height:32px;padding:4px 28px 4px 6px;background:var(--theme-bg);border:1px solid var(--theme-line);color:var(--theme-fg);font:inherit;text-align:left;cursor:pointer;display:flex;align-items:center;flex-wrap:wrap;gap:4px;position:relative}.category-select-trigger:hover{border-color:var(--theme-fg-dim)}.category-select-trigger.open{border-color:var(--theme-fg)}.category-select-placeholder{color:var(--theme-fg-dim);font-size:13px}.category-select-chips{display:flex;flex-wrap:wrap;gap:4px}.category-select-chip{display:inline-flex;align-items:center;gap:4px;padding:2px 6px 2px 8px;background:var(--theme-bg-soft);border:1px solid var(--theme-line);border-radius:12px;font-size:11px;line-height:1.4;white-space:nowrap}.category-select-chip-x{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;background:#12182014;color:var(--theme-fg-dim);font-size:12px;line-height:1;cursor:pointer}.category-select-chip-x:hover{background:#1218202e;color:var(--theme-fg)}.category-select-caret{position:absolute;right:8px;top:50%;transform:translateY(-50%);color:var(--theme-fg-dim);font-size:10px;pointer-events:none}.category-select-panel{position:absolute;top:calc(100% + 2px);left:0;right:0;z-index:30;max-height:240px;overflow-y:auto;background:var(--theme-bg);border:1px solid var(--theme-line);box-shadow:0 6px 20px #1218201f;padding:4px 0}.category-select-empty{margin:0;padding:10px 12px;font-size:12px;color:var(--theme-fg-dim)}.category-select-option{width:100%;display:flex;align-items:center;gap:6px;padding:6px 10px;background:transparent;border:0;color:var(--theme-fg);font:inherit;font-size:12px;text-align:left;cursor:pointer}.category-select-option:hover{background:var(--theme-bg-soft)}.category-select-option.selected{background:#1218200a;font-weight:500}.category-select-check{flex:0 0 14px;width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;color:var(--theme-fg)}.category-select-option-label{flex:1;min-width:0}.category-select-branch{color:var(--theme-fg-faint,var(--theme-fg-dim));margin-right:4px}.content-editor-bottom{display:grid;grid-template-columns:1fr 200px;gap:20px;align-items:start}.content-editor-bottom.no-left{grid-template-columns:1fr}.content-editor-bottom-left{display:flex;flex-direction:column;gap:12px;min-width:0}.content-editor-bottom-left .theme-form-field:has(>.theme-backend-posts-check){gap:4px}.content-editor-bottom-flags{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:14px}@media(max-width:900px){.content-editor-bottom-flags{grid-template-columns:1fr}}.content-editor-bottom-right{display:flex;flex-direction:column;gap:6px}.featured-dropzone{position:relative;width:100%;height:46px;border:2px dashed var(--theme-line);background:var(--theme-bg-soft);cursor:pointer;overflow:hidden;transition:border-color .12s,background .12s;display:flex;align-items:center;justify-content:center}.featured-dropzone.has-image{height:160px}.featured-dropzone:hover{border-color:var(--theme-fg-dim)}.featured-dropzone:focus-visible{outline:2px solid var(--theme-accent,var(--theme-fg));outline-offset:2px}.featured-dropzone.is-dragover{border-color:var(--theme-fg);border-style:solid;background:var(--theme-bg)}.featured-dropzone.has-image{border-style:solid;border-color:var(--theme-line)}.featured-dropzone img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;pointer-events:none}.featured-dropzone-empty{font-size:11px;color:var(--theme-fg-dim);text-align:center;padding:0 12px;line-height:1.4;pointer-events:none}.featured-dropzone-remove{position:absolute;top:4px;right:4px;width:22px;height:22px;padding:0;border:0;border-radius:50%;background:#121820b3;color:#fff;font-size:14px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.featured-dropzone-remove:hover{background:#121820e6}.featured-dropzone-overlay{position:absolute;inset:0;background:#ffffffb3;color:var(--theme-fg);font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center;pointer-events:none}.theme-backend-posts-drawer-left{display:flex;flex-direction:column;border-right:1px solid var(--theme-line);background:var(--theme-bg-soft);min-height:0}.theme-backend-posts-md-head{padding:8px 16px;border-bottom:1px solid var(--theme-line)}.theme-backend-posts-md{flex:1;width:100%;border:none;outline:none;resize:none;padding:14px 18px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:1.6;background:var(--theme-bg)}.theme-backend-posts-drawer-right{overflow-y:auto;padding:14px 18px 24px;display:flex;flex-direction:column;gap:12px;min-height:0}.theme-backend-posts-drawer-right>.theme-form-field{margin:0}.theme-backend-posts-title-row{display:flex;align-items:center;gap:6px;margin-bottom:4px;font-size:12px;font-weight:500;color:var(--theme-fg-dim)}.theme-backend-posts-title-row>span:first-child{flex:0 0 auto}.theme-backend-posts-slug-inline{flex:1;min-width:0;height:24px;padding:0 6px;border:1px dashed var(--theme-line);background:var(--theme-bg);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;color:var(--theme-fg)}.theme-backend-posts-slug-inline:focus{outline:none;border-style:solid;border-color:var(--theme-fg-dim)}.theme-backend-posts-slug-inline[readonly]{background:var(--theme-bg-soft);color:var(--theme-fg-dim);cursor:default}.theme-backend-posts-block-row{display:flex;gap:8px;align-items:center}.theme-backend-posts-block-row select{flex:1;min-width:0}.theme-backend-posts-block-row .theme-form-submit{min-height:36px;padding:0 14px}.custom-block-field{border-left:3px solid #1a6eb8;padding-left:10px;margin-left:-13px}.custom-block-field>span{color:#1a6eb8!important;font-weight:600}.theme-backend-posts-row-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.theme-backend-posts-row-card{display:flex;gap:2px;padding:8px 6px;height:40px;background:var(--theme-bg-soft);border:1px solid var(--theme-line);border-radius:3px;cursor:pointer;transition:border-color .12s,background .12s,transform 80ms}.theme-backend-posts-row-card:hover{background:var(--theme-bg);border-color:var(--theme-fg)}.theme-backend-posts-row-card:active{transform:scale(.97)}.theme-backend-posts-row-card-col{background:#c8cfd6;border-radius:2px;min-width:0}.theme-backend-posts-checklist{display:flex;flex-direction:column;gap:4px;max-height:180px;overflow-y:auto;padding:8px 10px;border:1px solid var(--theme-line);background:var(--theme-bg)}.theme-backend-posts-check{display:flex;align-items:center;gap:8px;font-size:13px;cursor:pointer;padding:2px 0}.theme-backend-posts-check input[type=checkbox]{width:14px;height:14px;margin:0;cursor:pointer}.theme-backend-posts-tagchips{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.theme-backend-posts-tagchip{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border:1px solid var(--theme-line);background:var(--theme-bg);font-size:12px;cursor:pointer;border-radius:12px}.theme-backend-posts-tagchip:hover{border-color:var(--theme-fg-dim)}.theme-backend-posts-featured{display:grid;gap:8px}.theme-backend-posts-featured-preview{display:grid;place-items:center;width:100%;aspect-ratio:16/9;border:1px dashed var(--theme-line);background:var(--theme-bg);overflow:hidden}.theme-backend-posts-featured-preview img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.theme-backend-posts-featured-actions{display:flex;gap:8px;align-items:center}.theme-backend-posts-status-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:end}.theme-backend-posts-status-row .theme-form-field{margin:0}.theme-backend-posts-drawer-foot{display:flex;gap:8px;align-items:center;padding:10px 18px;border-top:1px solid var(--theme-line);background:var(--theme-bg)}.theme-backend-block-insert{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(94vw,560px);max-height:86vh;background:var(--theme-bg);border:1px solid var(--theme-line);box-shadow:0 24px 48px #1218203d;display:grid;grid-template-rows:auto 1fr;overflow:hidden}.theme-backend-block-insert>header{padding:12px 18px;margin:0;border-bottom:1px solid var(--theme-line)}.theme-backend-block-insert>form{padding:16px 18px 18px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.theme-backend-block-insert .theme-backend-form-grid{grid-template-columns:1fr 1fr;gap:12px}.block-insert-color{display:flex;align-items:center;gap:8px}.block-insert-color input[type=color]{width:40px;height:36px;padding:0;border:1px solid var(--theme-line);background:none;cursor:pointer}.block-insert-color input[type=text]{flex:1;min-width:0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.block-insert-image{display:flex;flex-direction:column;gap:6px}.block-insert-image-preview{display:flex;align-items:center;gap:8px;padding:6px 10px;background:var(--theme-bg-soft);border:1px dashed var(--theme-line)}.block-insert-image-preview code{flex:1;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.block-sample-modal{width:min(96vw,1100px);max-height:92vh;background:var(--theme-bg);border:1px solid var(--theme-line);box-shadow:0 16px 48px #12182033;display:grid;grid-template-rows:auto 1fr auto;overflow:hidden}.block-sample-body{overflow-y:auto;padding:20px 24px;display:flex;flex-direction:column;gap:18px}.block-sample-preview{border:1px dashed var(--theme-line);padding:16px;background:var(--theme-bg-soft)}.block-sample-source{border:1px solid var(--theme-line);background:var(--theme-bg-soft);padding:8px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.block-sample-source summary{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:11px;color:var(--theme-fg-dim);text-transform:uppercase;letter-spacing:.1em}.block-sample-source pre{margin:8px 0 0;white-space:pre-wrap;word-break:break-word;color:var(--theme-fg)}.block-sample-empty{padding:40px 24px;text-align:center;color:var(--theme-fg-dim)}.block-sample-foot{padding:12px 18px;border-top:1px solid var(--theme-line);background:var(--theme-bg);justify-content:flex-end}.theme-backend-media-picker{position:absolute;top:0;right:0;bottom:0;width:min(100%,860px);background:var(--theme-bg);border-left:1px solid var(--theme-line);display:grid;grid-template-rows:auto auto 1fr auto;box-shadow:-16px 0 32px #12182029}.theme-backend-media-picker>header{padding:12px 18px;margin:0;border-bottom:1px solid var(--theme-line)}.theme-backend-media-picker-toolbar{display:flex;align-items:center;gap:12px;padding:10px 18px;border-bottom:1px solid var(--theme-line);background:var(--theme-bg-soft)}.theme-backend-media-picker-toolbar input{flex:1;min-width:0}.theme-backend-media-picker-grid{overflow-y:auto;padding:14px 18px;display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px;min-height:0}.theme-backend-media-picker-cell{position:relative;padding:0;border:2px solid var(--theme-line);background:var(--theme-bg);cursor:pointer;text-align:left;min-width:0;overflow:hidden}.theme-backend-media-picker-cell:hover{border-color:var(--theme-fg-dim)}.theme-backend-media-picker-cell.selected{border-color:var(--theme-fg)}.theme-backend-media-picker-cell img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;display:block}.theme-backend-media-picker-meta{padding:6px 8px;font-size:11px}.theme-backend-media-picker-meta strong{font-weight:600;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-backend-media-picker-check{position:absolute;top:6px;right:6px;width:22px;height:22px;display:grid;place-items:center;background:var(--theme-fg);color:var(--theme-bg);border-radius:50%;font-size:13px;font-weight:700}.theme-backend-media-picker-foot{display:flex;align-items:center;gap:10px;padding:10px 18px;border-top:1px solid var(--theme-line);background:var(--theme-bg)}.theme-backend-media-picker-foot>span{margin-right:auto}.theme-backend-posts-preview{position:absolute;top:0;right:0;bottom:0;width:min(100%,720px);padding:18px 22px;border-left:1px solid var(--theme-line);background:var(--theme-bg);overflow-y:auto;box-shadow:-16px 0 32px #12182029}.theme-backend-posts-preview-body{margin-top:12px;font-size:14px;line-height:1.6}.theme-backend-posts-preview-errors{margin-bottom:16px;padding:10px 14px;background:#ef444414;border-left:4px solid #ef4444;font-size:13px}.theme-backend-posts-preview-errors strong{display:block;margin-bottom:4px}.theme-backend-posts-preview-errors ul{margin:0;padding-left:18px}.theme-backend-posts-preview-errors li{margin:2px 0}.theme-backend-posts-preview-title{margin:0 0 6px;font-size:24px;line-height:1.2}.theme-backend-posts-preview-excerpt{margin:0 0 18px;color:var(--theme-fg-dim);font-size:14px}.theme-backend-posts-preview-body h1{font-size:22px;margin:14px 0 8px}.theme-backend-posts-preview-body h2{font-size:18px;margin:12px 0 6px}.theme-backend-posts-preview-body h3{font-size:16px;margin:10px 0 6px}.theme-backend-posts-preview-body p{margin:8px 0}.theme-backend-posts-preview-body code{padding:1px 5px;border-radius:3px;background:var(--theme-bg-soft);font-size:12px}.theme-backend-posts-preview-body a{color:var(--theme-accent);text-decoration:underline}@media(max-width:1024px){.theme-backend-posts-drawer{left:8px;right:8px}.theme-backend-posts-drawer-body{grid-template-columns:1fr}.theme-backend-posts-drawer-left{border-right:none;border-bottom:1px solid var(--theme-line);min-height:240px}}.theme-foundation{display:grid;gap:26px}.theme-foundation-head h1{margin:0 0 10px;font-family:var(--theme-serif);font-size:clamp(42px,7vw,84px);font-weight:500;letter-spacing:-.02em;line-height:.94}.theme-foundation-head p{margin:0;color:var(--theme-fg-dim);font-family:var(--theme-serif-ko);font-size:18px}.theme-foundation-kicker{margin:0 0 10px;color:var(--theme-fg-faint);font-family:var(--theme-sans);font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.theme-foundation-block{border:1px solid var(--theme-line);padding:24px;background:var(--theme-bg)}.theme-foundation-block h2{margin:0 0 16px;font-family:var(--theme-serif);font-size:32px;font-style:italic;font-weight:400}.theme-foundation-colors{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--theme-line);border:1px solid var(--theme-line)}.theme-color-chip{display:grid;gap:6px;min-height:92px;padding:14px;background:var(--theme-bg-soft)}.theme-color-chip strong{font-family:var(--theme-sans);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.theme-color-chip span{font-family:var(--theme-mono);font-size:12px;color:var(--theme-fg-faint)}.theme-foundation-type{display:grid;gap:8px}.theme-foundation-type .display{margin:0;font-family:var(--theme-serif);font-size:clamp(52px,10vw,96px);line-height:.92}.theme-foundation-type .headline{margin:0;font-family:var(--theme-serif-ko);font-size:30px}.theme-foundation-type .body{margin:0;color:var(--theme-fg-dim);font-family:var(--theme-serif-ko);font-size:18px;line-height:1.7}.theme-foundation-type .meta{margin:0;color:var(--theme-fg-faint);font-family:var(--theme-mono);font-size:12px;letter-spacing:.12em}.theme-foundation-buttons{display:flex;flex-wrap:wrap;gap:10px}.theme-btn{min-height:42px;padding:0 18px;border:1px solid var(--theme-fg);background:var(--theme-bg);color:var(--theme-fg);font-family:var(--theme-sans);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.theme-btn-primary{border-color:var(--theme-primary);background:var(--theme-primary);color:#fff}.theme-btn-primary:hover{border-color:var(--theme-primary-hover);background:var(--theme-primary-hover)}.theme-btn-secondary{border-color:var(--theme-border-soft);background:var(--theme-bg-base);color:var(--theme-text-primary)}.theme-btn-secondary:hover{border-color:var(--theme-secondary-hover);background:var(--theme-secondary-hover);color:#fff}.theme-btn-success{border-color:var(--theme-success);background:var(--theme-success);color:#fff}.theme-btn-success:hover{border-color:var(--theme-success-hover);background:var(--theme-success-hover)}.theme-btn-warning{border-color:var(--theme-warning);background:var(--theme-warning);color:#111}.theme-btn-warning:hover{border-color:var(--theme-warning-hover);background:var(--theme-warning-hover)}.theme-btn-ghost{border-color:var(--theme-line)}.theme-btn-danger{border-color:var(--theme-error);background:var(--theme-error);color:#fff}.theme-btn-danger:hover{border-color:var(--theme-error-hover);background:var(--theme-error-hover)}.theme-foundation-labels{display:flex;flex-wrap:wrap;gap:10px}.theme-label{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border:1px solid var(--theme-line);font-family:var(--theme-sans);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.label-default{color:#111}.label-muted{color:#667085}.label-success{border-color:#1f7a4c;color:#1f7a4c}.label-warning{border-color:#b36b00;color:#b36b00}.label-error{border-color:#b42318;color:#b42318}.theme-foundation-bg-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.theme-bg-demo{min-height:96px;padding:14px;border:1px solid #e4e7ec}.theme-bg-demo strong{display:block;margin-bottom:8px;font-family:var(--theme-sans);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.theme-bg-demo p{margin:0;color:var(--theme-fg-dim);font-family:var(--theme-mono);font-size:12px}.bg-base{background:#fff}.bg-soft{background:#f8f9fb}.bg-panel{background:#fff}.state-primary{border-top:3px solid #111;background:#111;color:#fff}.state-secondary{border-top:3px solid #6b7280;background:#6b7280;color:#fff}.state-success{border-top:3px solid #1f7a4c;background:#1f7a4c;color:#fff}.state-warning{border-top:3px solid #b36b00;background:#b36b00;color:#fff}.state-error{border-top:3px solid #b42318;background:#b42318;color:#fff}.state-error span,.state-primary span,.state-secondary span,.state-success span,.state-warning span{color:#ffffffe6}.theme-foundation-mvp{color:var(--theme-text-primary)}.theme-foundation-mvp .theme-foundation-block{border-color:var(--theme-border-soft);background:var(--theme-bg-base)}.theme-foundation-mvp .theme-foundation-head p{color:var(--theme-text-secondary)}.theme-foundation-mvp .theme-foundation-kicker{color:var(--theme-text-muted)}.theme-foundation-mvp .theme-foundation-block h2{color:var(--theme-text-primary)}.theme-foundation-mvp .theme-foundation-colors{background:var(--theme-border-soft);border-color:var(--theme-border-soft)}.theme-foundation-mvp .theme-color-chip{background:var(--theme-bg-base);border-top-width:2px}.theme-foundation-mvp .theme-color-chip strong{color:var(--theme-text-primary)}.theme-foundation-mvp .theme-color-chip span{color:var(--theme-text-secondary)}.theme-foundation-mvp .mvp-black{border-top-color:#0f0f10}.theme-foundation-mvp .mvp-surface{border-top-color:#18181b}.theme-foundation-mvp .mvp-border{border-top-color:#27272a}.theme-foundation-mvp .mvp-muted{border-top-color:#52525b}.theme-foundation-mvp .mvp-softgray{border-top-color:#71717a}.theme-foundation-mvp .mvp-white{border-top-color:#f5f5f5}.theme-foundation-mvp .mvp-primary{border-top-color:var(--theme-primary)}.theme-foundation-mvp .mvp-primary-soft{border-top-color:var(--theme-primary-soft)}.theme-foundation-mvp .mvp-success{border-top-color:var(--theme-success)}.theme-foundation-mvp .mvp-warning{border-top-color:var(--theme-warning)}.theme-foundation-mvp .mvp-error{border-top-color:var(--theme-error)}.theme-foundation-mvp .mvp-btn-primary{border-color:var(--theme-primary);background:var(--theme-primary);color:#fff}.theme-foundation-mvp .mvp-btn-primary:hover{background:var(--theme-primary-hover)}.theme-foundation-mvp .mvp-btn-primary-soft{border-color:var(--theme-primary-soft);background:var(--theme-primary-soft);color:#fff}.theme-foundation-mvp .mvp-btn-primary-soft:hover{background:var(--theme-primary-soft-hover)}.theme-foundation-mvp .mvp-btn-secondary{border-color:#3f3f46;background:var(--theme-secondary);color:#f4f4f5}.theme-foundation-mvp .mvp-btn-secondary:hover{background:var(--theme-secondary-hover)}.theme-foundation-mvp .mvp-btn-secondary-soft{border-color:var(--theme-secondary-soft);background:var(--theme-secondary-soft);color:#111}.theme-foundation-mvp .mvp-btn-secondary-soft:hover{background:var(--theme-secondary-soft-hover)}.theme-foundation-mvp .mvp-btn-success{border-color:var(--theme-success);background:var(--theme-success);color:#fff}.theme-foundation-mvp .mvp-btn-success:hover{background:var(--theme-success-hover);border-color:var(--theme-success-hover)}.theme-foundation-mvp .mvp-btn-warning{border-color:var(--theme-warning);background:var(--theme-warning);color:#111}.theme-foundation-mvp .mvp-btn-warning:hover{background:var(--theme-warning-hover);border-color:var(--theme-warning-hover)}.theme-foundation-mvp .mvp-btn-error{border-color:var(--theme-error);background:var(--theme-error);color:#fff}.theme-foundation-mvp .mvp-btn-error:hover{background:var(--theme-error-hover);border-color:var(--theme-error-hover)}.theme-foundation-mvp .mvp-btn-white{border-color:#f5f5f5;background:#f5f5f5;color:#111}.theme-foundation-mvp .mvp-btn-white:hover{background:#e5e5e5}.theme-foundation-mvp .mvp-text-primary{color:var(--theme-text-primary)}.theme-foundation-mvp .mvp-text-secondary{color:var(--theme-text-secondary)}.theme-foundation-mvp .mvp-text-muted{color:var(--theme-text-muted)}.theme-foundation-mvp .theme-bg-demo{border-width:2px;border-color:var(--theme-border-soft);color:var(--theme-text-primary)}.theme-foundation-mvp .mvp-bg-base{background:var(--theme-bg-base)}.theme-foundation-mvp .mvp-bg-elevated{background:var(--theme-bg-elevated)}.theme-foundation-mvp .mvp-bg-overlay{background:var(--theme-bg-overlay)}.theme-foundation-mvp .mvp-border-subtle{border-color:var(--theme-secondary);color:var(--theme-secondary)}.theme-foundation-mvp .mvp-border-focus{border-color:var(--theme-primary);color:var(--theme-primary)}.theme-foundation-mvp .mvp-label-success{border-color:var(--theme-success);color:var(--theme-success)}.theme-foundation-mvp .mvp-label-warning{border-color:var(--theme-warning);color:var(--theme-warning)}.theme-foundation-mvp .mvp-label-error{border-color:var(--theme-error);color:var(--theme-error)}.theme-backend-foundation{margin-top:0}.mvp-border-subtle-box{border-color:var(--theme-border-subtle)!important;border-width:3px!important}.mvp-border-focus-box{border-color:var(--theme-border-focus)!important;border-width:3px!important}.mvp-border-success-box{border-color:var(--theme-success)!important;border-width:3px!important}.mvp-border-warning-box{border-color:var(--theme-warning)!important;border-width:3px!important}.mvp-border-error-box{border-color:var(--theme-error)!important;border-width:3px!important}.mvp-bg-success-soft{background:var(--theme-bg-success-soft)}.mvp-bg-warning-soft{background:var(--theme-bg-warning-soft)}.mvp-bg-error-soft{background:var(--theme-bg-error-soft)}.theme-backend-profile-preview img,.theme-backend-profile-preview>span{width:64px;height:64px;flex-basis:64px}.theme-backend-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.theme-backend-actions{display:flex;justify-content:flex-start;gap:10px}.theme-form-submit-secondary{background:transparent;color:var(--theme-fg)}.theme-form-submit-secondary-soft{border-color:var(--theme-secondary-soft);background:var(--theme-secondary-soft);color:#111}.theme-form-submit-secondary-soft:hover{background:var(--theme-secondary-soft-hover)}.theme-form-submit-warning{border-color:var(--theme-warning);background:var(--theme-warning);color:#111}.theme-form-submit-warning:hover{border-color:var(--theme-warning-hover);background:var(--theme-warning-hover)}.theme-form-submit-danger{border-color:#9a2d2d;background:#9a2d2d;color:#fff}@media(max-width:1024px){:root{--layout-max-width:1120px;--layout-margin-x:36px;--layout-topbar-height:64px;--layout-top-margin:32px;--layout-hero-top-margin:68px;--layout-body-top-margin:32px;--layout-bottom-margin:64px;--layout-footer-padding-y:44px;--layout-backend-content-left:20px;--layout-backend-main-padding:32px}.theme-shell{grid-template-columns:1fr}.theme-sidebar{position:static;min-height:auto;border-right:0;border-bottom:1px solid var(--theme-line)}}@media(max-width:760px){:root{--layout-max-width:100%;--layout-margin-x:22px;--layout-topbar-height:56px;--layout-top-margin:28px;--layout-hero-top-margin:56px;--layout-body-top-margin:28px;--layout-bottom-margin:56px;--layout-footer-padding-y:32px;--layout-backend-content-left:0px;--layout-backend-main-padding:28px}.theme-brand-text{display:block}.theme-logo{height:32px}.theme-topbar-inner{gap:12px}.theme-topbar-inner-backend{display:flex;align-items:center;gap:10px;padding:0 var(--layout-backend-margin-x)}.theme-topbar-inner-backend .theme-brand{order:1}.theme-topbar-inner-backend .theme-topbar-title{order:2;flex:1 1 auto;min-width:0}.theme-topbar-inner-backend .theme-menu-button{order:3;margin-left:auto}.theme-topbar-inner-backend .theme-topbar-title{display:block;margin-left:8px;font-size:28px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.theme-menu-button{display:inline-flex;margin-left:auto}.theme-nav{position:absolute;top:var(--theme-topbar-h);right:0;left:0;display:none;height:auto;margin-left:0;border-bottom:1px solid var(--theme-line);background:var(--theme-bg)}.theme-nav.open{display:grid}.theme-nav a{height:auto;padding:15px var(--theme-pad-x);border-top:1px solid var(--theme-line);font-size:17px}.theme-auth,.theme-nav a.current:after{display:none}.theme-login,.theme-logout,.theme-mobile-menu-action{font-size:9.5px;letter-spacing:.14em}.theme-mobile-menu-divider{display:block;height:1px;margin:8px var(--theme-pad-x);background:var(--theme-line)}.theme-mobile-menu-action{display:flex;width:100%;align-items:center;padding:15px var(--theme-pad-x);border:0;border-top:1px solid var(--theme-line);background:transparent;color:var(--theme-fg-faint);cursor:pointer;font-family:var(--theme-serif);font-size:17px;font-style:italic;text-align:left;text-transform:none}.theme-corner{display:none}.theme-hero h1{font-size:clamp(58px,18vw,92px)}.theme-block-head,.theme-foot,.theme-footer-inner,.theme-results-head{grid-template-columns:1fr;flex-direction:column;align-items:flex-start}.theme-footer-inner{display:grid;gap:28px}.theme-table thead{display:none}.theme-table tr{display:grid;grid-template-columns:52px 1fr;gap:3px 12px;padding:18px 0;border-bottom:1px solid var(--theme-line)}.theme-table td{padding:0;border:0}.theme-table .rank{grid-row:1/4;align-self:center}.theme-table .mono{text-align:left}.theme-backend-shell{grid-template-columns:1fr}.theme-backend-menu{position:fixed;top:var(--theme-topbar-h);right:0;bottom:0;width:min(84vw,320px);border-bottom:0;border-left:1px solid var(--theme-line);border-right:0;transform:translate(102%);transition:transform .18s ease;z-index:120;overflow-y:auto;box-shadow:-10px 0 30px #12182024}.theme-backend-menu.open{transform:translate(0)}.theme-backend-menu-toggle{display:inline-flex}.theme-backend-menu-backdrop{position:fixed;inset:var(--theme-topbar-h) 0 0 0;display:block;background:#080a0e3d;z-index:115}.theme-backend-main{padding:var(--layout-backend-main-padding) var(--layout-backend-margin-x)}.theme-backend-form-grid,.theme-backend-grid,.theme-backend-users-layout{grid-template-columns:1fr}.theme-layout-main{padding-top:var(--layout-top-margin)}.theme-foundation-colors{grid-template-columns:1fr 1fr}.theme-foundation-bg-grid{grid-template-columns:1fr}}.theme-backend{overflow-x:auto}.theme-backend .theme-backend-shell,.theme-backend .theme-footer-inner,.theme-backend .theme-imprint,.theme-backend .theme-topbar{min-width:var(--layout-backend-min-width);margin-right:0;margin-left:0}.theme-backend .theme-topbar-inner-backend{display:grid;align-items:center;gap:0;width:100%;max-width:none;margin:0;padding:0 var(--layout-backend-margin-x)!important;grid-template-columns:var(--layout-backend-menu-width) minmax(0,1fr) auto auto;box-sizing:border-box}.theme-backend .theme-topbar-inner-backend .theme-topbar-title{margin-left:0;padding-left:var(--layout-backend-content-left);font-size:36px;white-space:nowrap;overflow:visible;text-overflow:clip}.theme-backend .theme-topbar-inner-backend .theme-menu-button{display:none!important}.theme-backend .theme-backend-shell{grid-template-columns:var(--layout-backend-menu-width) minmax(0,1fr);width:100%;max-width:none;margin:0;padding:0 var(--layout-backend-margin-x)!important;box-sizing:border-box}.theme-backend .theme-backend-menu{position:static;top:auto;right:auto;bottom:auto;width:var(--layout-backend-menu-width);min-width:var(--layout-backend-menu-width);max-width:var(--layout-backend-menu-width);border-right:1px solid var(--theme-line);border-left:0;transform:none;transition:none;z-index:auto;overflow-y:visible;box-shadow:none}.theme-backend .theme-backend-menu-backdrop{display:none!important}.theme-backend-site-select{padding:0 16px 4px}.theme-backend-site-select select{width:100%;padding:6px 10px;font-size:12px;font-family:var(--theme-sans);background:var(--theme-bg-soft);border:1px solid var(--theme-line);border-radius:4px;color:var(--theme-fg);cursor:pointer;outline:none}.theme-backend-site-select select:focus{border-color:var(--theme-accent)}.theme-backend-site-badge{display:flex;align-items:center;gap:6px;padding:0 16px 8px;font-size:12px;font-weight:600;color:var(--theme-fg-dim);letter-spacing:.02em}.theme-backend-site-super{font-size:10px;font-weight:500;padding:1px 5px;border-radius:3px;background:var(--theme-accent);color:#fff;letter-spacing:.04em}.theme-backend-contents-head{justify-content:space-between}.theme-backend-contents-head,.theme-backend-contents-head-left{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.theme-backend-head-right{display:flex;align-items:center;gap:12px}.theme-backend-contents-filters{display:flex;gap:8px}.theme-backend-contents-filters select{padding:6px 10px;font-size:13px;font-family:var(--theme-sans);border:1px solid var(--theme-line);border-radius:4px;background:var(--theme-bg);color:var(--theme-fg);cursor:pointer;outline:none}.theme-backend-contents-filters select:focus{border-color:var(--theme-accent)}.theme-backend-contents-list{display:flex;flex-direction:column;gap:0;border:1px solid var(--theme-line);border-radius:6px;overflow:hidden}.theme-backend-content-row{display:flex;align-items:center;gap:16px;padding:14px 18px;background:var(--theme-bg);border-bottom:1px solid var(--theme-line);transition:background .12s;color:inherit;text-decoration:none;cursor:pointer}.theme-backend-content-row:last-child{border-bottom:0}.theme-backend-content-row:hover{background:var(--theme-bg-soft)}.theme-backend-content-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.theme-backend-content-title{font-size:14px;font-weight:600;color:var(--theme-fg);text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.theme-backend-content-title:hover{color:var(--theme-accent)}.theme-backend-content-slug{font-size:11px;color:var(--theme-fg-faint);font-family:monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.theme-backend-content-meta{display:flex;align-items:center;gap:8px;flex-shrink:0}.theme-backend-badge{display:inline-flex;align-items:center;padding:2px 8px;font-size:11px;font-weight:500;border-radius:3px;letter-spacing:.02em}.badge-type-post{background:#e8f0fe;color:#1a56db}.badge-type-page{background:#f3f0ff;color:#7c3aed}.badge-type-notice{background:#fff7e6;color:#b45309}.badge-type-gallery{background:#ecfdf5;color:#059669}.badge-status-draft{background:var(--theme-bg-soft);color:var(--theme-fg-dim)}.badge-status-published{background:#ecfdf5;color:#059669}.badge-status-hidden{background:#fef2f2;color:#dc2626}.badge-status-deleted{background:#f5f5f4;color:#78716c;text-decoration:line-through}.theme-backend-content-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.theme-backend-link{font-size:13px;color:var(--theme-accent);text-decoration:none;background:none;border:none;cursor:pointer;padding:0;font-family:var(--theme-sans)}.theme-backend-link:hover{text-decoration:underline}.theme-backend-link-danger{color:#dc2626}.theme-backend-pagination{display:flex;align-items:center;justify-content:center;gap:16px;padding:20px 0;font-size:13px;color:var(--theme-fg-dim)}.theme-backend-pagination button{padding:6px 14px;border:1px solid var(--theme-line);border-radius:4px;background:var(--theme-bg);cursor:pointer;font-size:13px;color:var(--theme-fg);font-family:var(--theme-sans)}.theme-backend-pagination button:hover:not(:disabled){background:var(--theme-bg-soft);border-color:var(--theme-accent)}.theme-backend-pagination button:disabled{opacity:.35;cursor:not-allowed}.theme-backend-drawer-tabs{display:flex;border-bottom:1px solid var(--theme-line);padding:0 24px;gap:0}.theme-backend-drawer-tab{padding:10px 14px;font-size:13px;font-family:var(--theme-sans);background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;color:var(--theme-fg-dim);margin-bottom:-1px;transition:color .12s}.theme-backend-drawer-tab.active{color:var(--theme-fg);border-bottom-color:var(--theme-accent);font-weight:600}.theme-backend-drawer-tab:hover:not(.active){color:var(--theme-fg)}.theme-backend-logo-section{display:flex;align-items:flex-start;gap:16px;padding:20px 24px 16px;border-bottom:1px solid var(--theme-line)}.theme-backend-logo-preview{width:80px;height:80px;border:1px solid var(--theme-line);border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--theme-bg-soft);flex-shrink:0}.theme-backend-logo-preview img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.theme-backend-logo-placeholder{font-size:10px;font-weight:700;letter-spacing:.1em;color:var(--theme-fg-faint)}.theme-backend-logo-actions{flex:1;display:flex;flex-direction:column;gap:8px}.theme-backend-logo-url{font-size:11px;color:var(--theme-fg-faint);font-family:monospace;word-break:break-all;margin:0}.theme-form-label{font-size:12px;font-weight:500;color:var(--theme-fg-dim);margin:0}.theme-form-field-full{grid-column:1/-1}.theme-backend-compact-drawer .theme-backend-form-grid{grid-template-columns:1fr;gap:14px}.theme-backend-compact-drawer .theme-form-field input,.theme-backend-compact-drawer .theme-form-field select,.theme-backend-compact-drawer .theme-form-field textarea{min-height:40px;font-size:14px;padding:0 12px}.theme-backend-compact-drawer .theme-form-field textarea{padding:10px 12px;resize:vertical}.theme-backend-theme-picker{display:flex;flex-direction:column;gap:8px}.theme-backend-theme-card{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid var(--theme-line);border-radius:6px;cursor:pointer;transition:border-color .15s,background .15s;background:var(--theme-bg)}.theme-backend-theme-card:hover{border-color:var(--theme-fg-dim)}.theme-backend-theme-card.selected{border-color:var(--theme-accent);background:#f8f7f2}.theme-backend-theme-swatch{width:32px;height:32px;border-radius:4px;flex-shrink:0}.theme-backend-theme-info{flex:1;display:flex;flex-direction:column;gap:2px}.theme-backend-theme-info strong{font-size:13px;color:var(--theme-fg)}.theme-backend-theme-info small{font-size:11px;color:var(--theme-fg-faint)}.theme-backend-theme-check{font-size:14px;color:var(--theme-accent);font-weight:700}.theme-backend-compact-drawer{width:420px;max-width:96vw}.theme-backend-section-divider{display:flex;align-items:center;gap:10px;margin:24px 0 12px;padding:0 24px;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--theme-fg-faint)}.theme-backend-section-divider:after{content:"";flex:1;height:1px;background:var(--theme-line)}
