:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;color:#1c2434;background:#f6f8fc;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #f6f8fc;--sidebar: #f2f5f9;--surface: #ffffff;--surface-soft: #f8faff;--line: #e7ebf2;--line-strong: #dce2ec;--text: #1c2434;--muted: #7f899d;--muted-2: #a1a9b8;--blue: #4f7cff;--blue-dark: #3d69e8;--blue-soft: #edf3ff;--green: #28a777;--green-soft: #eaf9f2;--violet: #8b6bea;--violet-soft: #f2edff;--amber: #d99b36;--amber-soft: #fff6e7;--red: #d86161;--red-soft: #fff0f0;--shadow: 0 8px 24px rgba(37, 52, 82, .055)}*{box-sizing:border-box}html,body,#app{min-width:320px;min-height:100%;margin:0}body{min-height:100vh;background:var(--bg);color:var(--text)}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(79,124,255,.18);outline-offset:2px}.admin-shell{min-height:100vh;display:grid;grid-template-columns:236px minmax(0,1fr)}.sidebar{position:fixed;inset:0 auto 0 0;width:236px;padding:20px 16px;background:var(--sidebar);border-right:1px solid var(--line);display:flex;flex-direction:column;z-index:30}.brand{display:flex;align-items:center;gap:11px;padding:2px 6px 20px}.brand-mark{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;font-size:16px;font-weight:800;color:#fff;background:#151a24;box-shadow:0 8px 18px #141c2a24}.brand-name{font-size:14px;font-weight:750;letter-spacing:-.01em}.brand-subtitle{margin-top:2px;color:var(--muted);font-size:10px}.sidebar-search{height:38px;padding:0 10px;border:1px solid var(--line-strong);border-radius:9px;background:#ffffffc7;display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px}.sidebar-search span{flex:1}.sidebar-search kbd{padding:2px 6px;border:1px solid var(--line);border-radius:5px;color:var(--muted-2);background:#fff;font-size:10px;box-shadow:none}.sidebar-nav{display:grid;gap:4px;margin-top:15px}.sidebar-link{min-height:40px;padding:0 11px;border-radius:9px;display:flex;align-items:center;gap:10px;color:#687389;font-size:12px;font-weight:590;transition:background .18s ease,color .18s ease}.sidebar-link:hover{background:#ffffffb3;color:var(--text)}.sidebar-link.router-link-active{background:#e7ecf5;color:#4c6fae}.sidebar-link.router-link-active .ui-icon{color:var(--blue)}.sidebar-section-title{margin:30px 11px 8px;color:#a2aabb;font-size:9px;font-weight:800;letter-spacing:.08em}.sidebar-bottom{margin-top:auto}.muted-link{cursor:default}.sidebar-meta{margin:14px 10px 2px;padding-top:14px;border-top:1px solid var(--line);display:grid;gap:3px;color:var(--muted-2);font-size:9px}.sidebar-meta strong{color:var(--muted);font-weight:600}.admin-main{min-width:0;grid-column:2}.topbar{height:80px;padding:0 30px;background:#f6f8fce0;border-bottom:1px solid rgba(231,235,242,.78);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:space-between;gap:24px;position:sticky;top:0;z-index:20}.topbar h1{margin:0;font-size:15px;line-height:1.25;letter-spacing:-.02em}.topbar p{margin:4px 0 0;color:var(--muted);font-size:10px}.topbar-actions{display:flex;align-items:center;gap:12px}.preview-chip{padding:6px 9px;border-radius:999px;background:var(--blue-soft);color:#5673b8;font-size:10px;font-weight:650}.icon-button{width:36px;height:36px;border:1px solid var(--line);border-radius:10px;display:inline-grid;place-items:center;background:#fff;color:#788399;cursor:pointer;position:relative}.icon-button:hover{color:var(--text);border-color:var(--line-strong)}.icon-button.small{width:30px;height:30px;border-radius:8px}.notification-dot{position:absolute;top:7px;right:7px;width:5px;height:5px;border-radius:50%;background:#f06f78;border:1px solid white}.actor{display:flex;align-items:center;gap:8px;padding-left:4px}.actor-avatar{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;color:#385684;background:linear-gradient(145deg,#e6eefc,#d8e4fa);font-size:10px;font-weight:800}.actor-copy{display:grid;gap:1px}.actor-copy strong{max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.actor-copy span{color:var(--muted-2);font-size:9px}.page-wrap{width:min(1440px,100%);margin:0 auto;padding:28px 30px 42px}.page-stack{display:grid;gap:18px}.hero-row,.page-title-row,.editor-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px}.hero-row h2,.page-title-row h2,.editor-toolbar h2{margin:0;font-size:21px;line-height:1.2;letter-spacing:-.03em}.hero-row p,.page-title-row p{margin:6px 0 0;color:var(--muted);font-size:11px}.button{min-height:38px;padding:0 14px;border:1px solid transparent;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:11px;font-weight:700;cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease}.button:not(:disabled):active{transform:translateY(1px)}.button:disabled{cursor:not-allowed;opacity:.48}.button.primary{color:#fff;background:var(--blue);box-shadow:0 8px 18px #4f7cff2e}.button.primary:not(:disabled):hover{background:var(--blue-dark)}.button.secondary{color:#59667c;border-color:var(--line-strong);background:#fff}.panel{border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:var(--shadow)}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.stat-card{min-height:126px;padding:18px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow)}.stat-icon{width:34px;height:34px;margin-bottom:16px;border-radius:10px;display:grid;place-items:center}.tone-blue{color:#5377d7;background:#edf3ff}.tone-green{color:var(--green);background:var(--green-soft)}.tone-violet{color:var(--violet);background:var(--violet-soft)}.tone-amber{color:var(--amber);background:var(--amber-soft)}.stat-label{color:var(--muted);font-size:10px}.stat-value{margin-top:5px;font-size:22px;font-weight:760;letter-spacing:-.03em}.stat-detail{margin-top:5px;color:#9aa3b4;font-size:9px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.8fr);gap:14px}.panel-large{min-width:0}.panel-heading{padding:18px 18px 13px;display:flex;align-items:center;justify-content:space-between;gap:14px}.panel-heading.compact{padding:0 0 14px}.panel-heading h3{margin:3px 0 0;font-size:13px;letter-spacing:-.015em}.eyebrow,.editor-kicker{color:#9aa4b6;font-size:8px;font-weight:800;letter-spacing:.11em}.text-link,.button-link{border:0;background:transparent;color:#6780b3;display:inline-flex;align-items:center;gap:3px;font-size:10px;font-weight:650;cursor:pointer}.recent-list{padding:0 10px 10px}.recent-item{min-height:58px;padding:8px 9px;border-radius:10px;display:grid;grid-template-columns:34px minmax(0,1fr) auto 18px;align-items:center;gap:10px;transition:background .16s ease}.recent-item:hover{background:var(--surface-soft)}.content-symbol,.table-symbol{display:grid;place-items:center;border-radius:10px;color:#5572ad;background:#eef3fc;font-weight:800}.content-symbol{width:34px;height:34px;font-size:10px}.table-symbol{width:30px;height:30px;font-size:9px}.recent-copy{min-width:0;display:grid;gap:3px}.recent-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.recent-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:9px}.status-badge{min-height:23px;padding:0 8px;border-radius:999px;display:inline-flex;align-items:center;gap:5px;width:max-content;font-size:9px;font-weight:700}.status-dot{width:5px;height:5px;border-radius:50%;background:currentColor}.status-published,.status-active{color:#308f6a;background:#ebf9f3}.status-draft{color:#8b6b2f;background:#fff6e5}.status-empty,.status-disabled{color:#7c879a;background:#f1f3f6}.quick-grid{padding:0 12px 12px;display:grid;gap:8px}.quick-card{padding:11px;border:1px solid var(--line);border-radius:10px;display:grid;grid-template-columns:32px minmax(0,1fr) 16px;align-items:center;gap:9px;background:#fbfcfe}.quick-card:hover{border-color:#dbe3f0;background:#f8faff}.quick-icon{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;color:#617cb6;background:#eef3fc}.quick-card strong{display:block;font-size:10px}.quick-card span{display:block;margin-top:3px;color:var(--muted);font-size:9px}.notice{padding:11px 13px;border:1px solid;border-radius:10px;font-size:10px;line-height:1.55}.notice.error{color:#9f4e4e;border-color:#f1d7d7;background:var(--red-soft)}.notice.info{color:#5b6f9d;border-color:#dce6fa;background:#f0f5ff}.filter-bar{min-height:52px;padding:8px;border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;gap:8px;background:#fff;box-shadow:var(--shadow)}.search-input{min-width:260px;flex:1;height:36px;padding:0 11px;border:1px solid var(--line);border-radius:9px;display:flex;align-items:center;gap:8px;color:var(--muted);background:#fbfcfe}.search-input input{width:100%;border:0;outline:0;background:transparent;color:var(--text);font-size:10px}.search-input input::placeholder{color:#adb4c1}.select-input{height:36px;min-width:124px;padding:0 28px 0 10px;border:1px solid var(--line);border-radius:9px;color:#667187;background:#fff;font-size:10px}.result-count{padding:0 8px;color:var(--muted-2);font-size:9px;white-space:nowrap}.table-panel{overflow:hidden}.table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse}.data-table th{height:42px;padding:0 14px;border-bottom:1px solid var(--line);color:#929bac;background:#fbfcfe;text-align:left;font-size:9px;font-weight:750}.data-table td{min-height:58px;padding:11px 14px;border-bottom:1px solid #edf0f5;color:#5f6a7f;font-size:10px}.data-table tr:last-child td{border-bottom:0}.data-table tbody tr:hover{background:#fcfdff}.content-cell{display:flex;align-items:center;gap:10px}.content-cell>span:last-child{min-width:0;display:grid;gap:3px}.content-cell strong{color:var(--text);font-size:10px}.content-cell small{color:#9aa3b3;font-size:9px}.type-chip,.soft-chip{padding:4px 7px;border-radius:6px;color:#69758a;background:#f1f4f8;font-size:9px;font-weight:650}.action-cell{width:48px;text-align:right!important}.empty-state{min-height:220px;padding:34px;display:grid;place-items:center;align-content:center;gap:8px;text-align:center}.empty-icon,.access-icon{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;color:#6580b5;background:#eef3fc}.empty-state strong{font-size:11px}.empty-state p{max-width:340px;margin:0;color:var(--muted);font-size:9px;line-height:1.6}.editor-title-block{display:flex;align-items:center;gap:10px}.back-arrow{font-size:16px;line-height:1}.editor-title-block h2{margin-top:2px;max-width:600px}.editor-actions{display:flex;align-items:center;gap:8px}.save-feedback{color:var(--green);font-size:9px;font-weight:700}.editor-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:14px;align-items:start}.editor-main{min-width:0;display:grid;gap:14px}.form-panel{padding:18px}.form-panel>.panel-heading{padding:0 0 15px}.form-grid{display:grid;gap:13px}.form-grid.two{grid-template-columns:1fr 1fr}.field{display:grid;gap:6px}.field.full{grid-column:1 / -1}.field>span{color:#667187;font-size:9px;font-weight:650}.field input,.field textarea,.field select{width:100%;border:1px solid var(--line-strong);border-radius:9px;outline:0;color:var(--text);background:#fff;font-size:10px;transition:border-color .15s ease,box-shadow .15s ease}.field input,.field select{height:38px;padding:0 11px}.field textarea{padding:10px 11px;resize:vertical;line-height:1.55}.field input:focus,.field textarea:focus,.field select:focus{border-color:#aec4f9;box-shadow:0 0 0 3px #4f7cff14}.field input:disabled,.field textarea:disabled,.field select:disabled{background:#f7f8fa;color:#8992a3}.slug-field{height:38px;border:1px solid var(--line-strong);border-radius:9px;display:flex;align-items:center;overflow:hidden;background:#fff}.slug-field>span{height:100%;padding:0 10px;border-right:1px solid var(--line);display:grid;place-items:center;color:#9aa3b3;background:#f8f9fb;font-size:10px}.slug-field input{border:0;border-radius:0;box-shadow:none!important}.code-editor{min-height:320px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace!important;color:#4d5c74!important;background:#fbfcff!important}.sticky-panel{position:sticky;top:100px}.mini-divider{height:1px;margin:18px 0;background:var(--line)}.editor-meta-row{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--muted);font-size:9px}.editor-meta-row strong{color:#59667a;font-size:9px}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.category-card{min-height:130px;padding:16px;display:grid;grid-template-columns:38px minmax(0,1fr) 30px;gap:11px;align-items:start}.category-icon{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;color:#667fb3;background:#eef3fc}.category-copy{min-width:0;display:grid;gap:3px}.category-copy strong{font-size:11px}.category-copy span{color:#8d96a7;font-size:9px}.category-copy p{margin:9px 0 0;color:#8892a4;font-size:9px;line-height:1.5}.media-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.media-card{min-width:0;overflow:hidden;position:relative}.media-preview{aspect-ratio:16 / 10;display:grid;place-items:center;color:#485c8094;overflow:hidden}.media-preview img{width:100%;height:100%;object-fit:cover}.preview-1{background:linear-gradient(145deg,#edf4ff,#dfeaf9)}.preview-2{background:linear-gradient(145deg,#eef9f5,#e1f0eb)}.preview-3{background:linear-gradient(145deg,#f5f0ff,#ebe2f8)}.preview-4{background:linear-gradient(145deg,#fff7e8,#f5ecd8)}.media-copy{padding:12px 40px 13px 13px;display:grid;gap:4px}.media-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.media-copy span,.media-copy small{color:#8b95a7;font-size:8.5px}.media-card>.icon-button{position:absolute;right:9px;bottom:10px}.data-table code,.access-note code{padding:3px 6px;border-radius:5px;color:#5c6d8d;background:#f3f6fa;font-size:9px}.access-page{min-height:calc(100vh - 150px);display:grid;place-items:center}.access-card{width:min(520px,100%);padding:36px;display:grid;justify-items:start;gap:12px}.access-card h2{margin:0;font-size:20px;letter-spacing:-.03em}.access-card>p{margin:0;color:var(--muted);font-size:10px;line-height:1.7}.access-actions{margin-top:4px}.access-note{width:100%;margin-top:8px;padding:12px;border:1px dashed var(--line-strong);border-radius:9px;color:#8b95a8;background:#fafbfd;font-size:9px;line-height:1.6}.skeleton-list{display:grid;gap:9px}.skeleton-list.pad{padding:14px}.skeleton-row,.skeleton-card{background:linear-gradient(90deg,#f5f7fa 25%,#eef1f6 37%,#f5f7fa 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite}.skeleton-row{height:48px;border-radius:9px}.skeleton-card{min-height:220px}.skeleton-card.short{min-height:130px}@keyframes shimmer{0%{background-position:100% 0}to{background-position:0 0}}@media (max-width: 1100px){.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid,.editor-grid{grid-template-columns:1fr}.sticky-panel{position:static}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.media-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 820px){.admin-shell{display:block}.sidebar{position:static;width:100%;height:auto;padding:12px;border-right:0;border-bottom:1px solid var(--line)}.brand{padding-bottom:10px}.sidebar-search,.sidebar-section-title,.sidebar-bottom{display:none}.sidebar-nav{margin:0;grid-template-columns:repeat(5,minmax(max-content,1fr));overflow-x:auto}.sidebar-link{justify-content:center;padding:0 9px}.admin-main{width:100%}.topbar{position:static;height:70px;padding:0 16px}.actor-copy{display:none}.page-wrap{padding:20px 16px 32px}.filter-bar{flex-wrap:wrap}.search-input{flex-basis:100%}.media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 560px){.sidebar-nav{grid-template-columns:repeat(5,112px)}.topbar p,.preview-chip{display:none}.hero-row,.page-title-row,.editor-toolbar{align-items:flex-start;flex-direction:column}.stat-grid,.card-grid,.media-grid,.form-grid.two{grid-template-columns:1fr}.editor-actions{width:100%}.editor-actions .button{flex:1}}.dynamic-nav{overflow-y:auto;padding-right:2px;margin-right:-2px}.dynamic-title{margin:24px 11px 8px}.login-page{min-height:100vh;display:grid;place-items:center;padding:32px 20px;background:radial-gradient(circle at 20% 20%,rgba(79,124,255,.08),transparent 32%),radial-gradient(circle at 80% 70%,rgba(139,107,234,.07),transparent 34%),var(--bg)}.login-card{width:min(440px,100%);padding:34px}.login-brand{display:flex;align-items:center;gap:11px;margin-bottom:34px}.login-brand>div:last-child{display:grid;gap:2px}.login-brand strong{font-size:13px}.login-brand span{color:var(--muted);font-size:10px}.login-card h1{margin:10px 0 8px;font-size:23px;letter-spacing:-.035em}.login-card>p,.panel-copy{color:var(--muted);font-size:11px;line-height:1.7}.login-form{display:grid;gap:14px;margin-top:24px}.login-submit{width:100%;margin-top:4px}.loading-block{padding:36px;color:var(--muted);text-align:center;font-size:11px}.foundation-list{display:grid;gap:2px}.foundation-list>div{display:flex;gap:11px;align-items:flex-start;padding:14px 0;border-bottom:1px solid var(--line)}.foundation-list>div:last-child{border-bottom:0}.foundation-list .ui-icon{color:var(--green);margin-top:2px}.foundation-list span{display:grid;gap:3px}.foundation-list strong{font-size:11px}.foundation-list small{color:var(--muted);font-size:10px;line-height:1.5}.identity-cell,.menu-cell{display:flex;align-items:center;gap:10px}.identity-cell>div:last-child,.menu-cell>div:last-child,.title-cell{display:grid;gap:3px}.identity-cell strong,.menu-cell strong,.title-cell strong{font-size:11px}.identity-cell span,.menu-cell span,.title-cell span{color:var(--muted);font-size:10px}.menu-cell.child{padding-left:16px}.menu-cell.child:before{content:"";width:10px;height:1px;background:var(--line-strong);margin-left:-8px}.muted-text,.description-cell{color:var(--muted);font-size:10px}.description-cell{max-width:360px;line-height:1.55}.chip-row,.action-row,.switches{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.soft-chip{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;background:var(--blue-soft);color:#5673b8;font-size:9px;font-weight:650}.muted-chip{background:#f0f2f6;color:var(--muted)}.table-actions{text-align:right!important;white-space:nowrap}.table-actions .action-row{justify-content:flex-end}.button.tiny{min-height:30px;padding:0 9px;font-size:9px}.danger-icon{color:var(--red)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#141c2a47;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;padding:24px}.modal-card{width:min(760px,100%);max-height:min(820px,calc(100vh - 48px));overflow:auto;padding:24px;box-shadow:0 28px 80px #1a23342e}.modal-heading{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:20px}.modal-heading h3{margin:0;font-size:16px}.modal-heading p{margin:5px 0 0;color:var(--muted);font-size:10px;line-height:1.55}.modal-form{margin-top:2px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.check-grid>label,.switch-row{display:flex;gap:9px;align-items:flex-start;padding:10px 11px;border:1px solid var(--line);border-radius:9px;background:var(--surface-soft);color:var(--text);font-size:10px}.check-grid>label>span{display:grid;gap:2px}.check-grid strong{font-size:10px}.check-grid small{color:var(--muted);font-size:9px}.modal-checks{margin-bottom:16px}.permission-groups{display:grid;gap:18px}.permission-group h4{margin:0 0 8px;color:var(--muted);font-size:9px;letter-spacing:.06em;text-transform:uppercase}.permission-checks{grid-template-columns:repeat(2,minmax(0,1fr))}.search-field{flex:1}.search-field input,.compact-select{width:100%;min-height:38px;border:1px solid var(--line-strong);border-radius:9px;background:#fff;padding:0 11px;color:var(--text);font-size:10px}.compact-select{width:auto;min-width:150px}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.setting-card{padding:22px;display:grid;gap:7px}.setting-card>span{color:var(--muted);font-size:10px}.setting-card strong{font-size:20px;letter-spacing:-.03em}.setting-card small{color:var(--muted);font-size:10px;line-height:1.5}.cms-boundary-card{padding:34px;text-align:center}.cms-boundary-card h3{margin:12px 0 8px;font-size:18px}.cms-boundary-card>p{max-width:700px;margin:0 auto;color:var(--muted);font-size:11px;line-height:1.7}.boundary-flow{margin:24px auto 0;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;color:var(--muted);font-size:10px}.boundary-flow span{padding:9px 11px;border:1px solid var(--line);border-radius:9px;background:var(--surface-soft)}code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92em;color:#53657f}@media (max-width: 900px){.settings-grid,.check-grid,.permission-checks{grid-template-columns:1fr}.modal-card{width:min(640px,100%)}}:root{font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1f2a3d;background:#f4f7fb;--bg: #f4f7fb;--sidebar: #f7f9fc;--surface: #ffffff;--surface-soft: #f7f9fd;--line: #e6ebf3;--line-strong: #d8e0eb;--text: #1f2a3d;--muted: #6f7d91;--muted-2: #96a1b2;--blue: #4d76e8;--blue-dark: #3f66d3;--blue-soft: #edf3ff;--green: #279a73;--green-soft: #ebf8f3;--violet: #7863d5;--violet-soft: #f2efff;--amber: #c98b2e;--amber-soft: #fff6e8;--red: #cc5b63;--red-soft: #fff1f2;--shadow: 0 10px 28px rgba(38, 54, 78, .055)}html{font-size:16px;background:var(--bg)}body{font-size:15px;line-height:1.58;letter-spacing:.002em;-webkit-font-smoothing:antialiased;background:radial-gradient(circle at 88% 0%,rgba(77,118,232,.045),transparent 26rem),var(--bg)}.admin-shell{grid-template-columns:248px minmax(0,1fr)}.sidebar{width:248px;padding:22px 16px 18px;background:#f8fafdf5;border-right-color:#e3e9f1;box-shadow:4px 0 22px #29395006}.brand{gap:12px;padding:3px 8px 24px}.brand-mark{width:40px;height:40px;border-radius:12px;font-size:17px;font-weight:800;background:linear-gradient(145deg,#4c73dc,#658cf1);box-shadow:0 10px 22px #4d76e838}.brand-name{font-size:15px;font-weight:760;color:#172237}.brand-subtitle{margin-top:2px;color:#8c98aa;font-size:12px}.sidebar-nav{gap:5px;margin-top:0}.dynamic-nav{scrollbar-width:thin;scrollbar-color:#d9e0eb transparent}.sidebar-section-title,.dynamic-title{margin:24px 12px 8px;color:#9aa5b5;font-size:12px;font-weight:700;letter-spacing:.035em}.sidebar-section-title:first-child,.dynamic-title:first-child{margin-top:8px}.sidebar-link{min-height:44px;padding:0 12px;border-radius:11px;gap:11px;color:#637086;font-size:15px;font-weight:560;transition:background .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease}.sidebar-link:hover{background:#fff;color:#26354d;box-shadow:0 5px 16px #26364e0b}.sidebar-link.router-link-active{color:#355ebd;background:#eaf1ff;box-shadow:inset 3px 0 #5a81e8}.sidebar-link.router-link-active .ui-icon{color:#4b73da}.sidebar-meta{margin:14px 10px 0;padding-top:16px;gap:4px;color:#9ca7b6;font-size:11px}.sidebar-meta strong{color:#7f8b9c;font-size:11px;font-weight:600}.admin-main{grid-column:2}.topbar{height:74px;padding:0 32px;background:#f8fafd;border-bottom-color:#e0e6efeb;-webkit-backdrop-filter:none;backdrop-filter:none}.topbar-copy{min-width:0}.topbar h1{font-size:18px;font-weight:720;color:#223047;letter-spacing:-.018em}.topbar p{margin-top:3px;color:#8591a3;font-size:12px}.topbar-actions{gap:14px}.actor{gap:10px;padding-left:0}.actor-avatar{width:38px;height:38px;color:#345487;background:linear-gradient(145deg,#e7efff,#d8e5fb);font-size:12px;font-weight:800}.actor-copy{gap:1px}.actor-copy strong{max-width:160px;font-size:13px;font-weight:680}.actor-copy span{color:#99a3b2;font-size:11px}.icon-button{width:40px;height:40px;border-color:#e2e8f0;border-radius:11px;color:#748198;box-shadow:0 4px 12px #26364e09}.icon-button:hover{color:#42516a;border-color:#cfd8e6;background:#fdfefe}.icon-button.small{width:34px;height:34px;border-radius:9px}.page-wrap{width:min(1500px,100%);padding:32px 34px 52px}.page-stack{gap:20px}.hero-row,.page-title-row,.editor-toolbar{gap:24px}.page-kicker{display:block;margin-bottom:7px;color:#8494ac;font-size:12px;font-weight:700;letter-spacing:.055em}.hero-row h2,.page-title-row h2,.editor-toolbar h2{font-size:26px;font-weight:740;line-height:1.22;color:#1e2a3d;letter-spacing:-.028em}.hero-row p,.page-title-row p{max-width:760px;margin:8px 0 0;color:#77859a;font-size:14px;line-height:1.65}.button{min-height:42px;padding:0 16px;border-radius:10px;gap:8px;font-size:14px;font-weight:670;line-height:1;box-shadow:none}.button.primary{background:linear-gradient(180deg,#567eea,#4a71dd);box-shadow:0 8px 18px #4d76e82b}.button.primary:not(:disabled):hover{background:linear-gradient(180deg,#4e76e2,#4168d3)}.button.secondary{color:#56657b;border-color:#dbe2ec;background:#fff}.button.secondary:not(:disabled):hover{border-color:#cbd5e3;background:#fbfcfe}.button.tiny{min-height:34px;padding:0 11px;font-size:13px}.panel,.stat-card{border-color:#e4eaf2;border-radius:15px;box-shadow:var(--shadow)}.stat-grid{gap:16px}.stat-card{min-height:150px;padding:21px 22px}.stat-icon{width:40px;height:40px;margin-bottom:18px;border-radius:12px}.stat-label{color:#768499;font-size:14px}.stat-value{margin-top:4px;color:#1d2a3d;font-size:30px;font-weight:760;letter-spacing:-.035em}.stat-detail{margin-top:5px;color:#96a0af;font-size:12px}.dashboard-grid{gap:16px}.feature-panel{padding-bottom:4px}.panel-heading{padding:22px 22px 15px}.panel-heading h3{margin-top:5px;color:#253249;font-size:17px;font-weight:700;letter-spacing:-.01em}.eyebrow,.editor-kicker{color:#8997ab;font-size:11px;font-weight:750;letter-spacing:.08em}.panel-copy{margin:4px 22px 18px;color:#738095;font-size:14px;line-height:1.75}.feature-panel>.button{margin:0 22px 20px}.foundation-list{padding:0 22px 10px;gap:0}.foundation-list>div{gap:13px;padding:17px 0}.foundation-list .ui-icon{flex:0 0 auto;width:20px;height:20px;margin-top:2px}.foundation-list span{gap:4px}.foundation-list strong{color:#2b384c;font-size:15px;font-weight:670}.foundation-list small{color:#7d899a;font-size:13px;line-height:1.6}.notice{padding:13px 15px;border-radius:11px;font-size:14px;line-height:1.65}.filter-bar{min-height:60px;padding:9px 10px;gap:10px;border-color:#e3e9f2;border-radius:13px}.search-field{min-width:280px}.search-field-icon{position:relative;display:flex;align-items:center}.search-field-icon>.ui-icon{position:absolute;left:13px;color:#95a0b0;pointer-events:none}.search-field input,.compact-select{min-height:42px;border-color:#dce3ed;border-radius:10px;color:#314159;background:#fff;font-size:14px}.search-field-icon input{padding-left:40px}.search-field input::placeholder{color:#a0a9b8}.compact-select{min-width:160px;padding-left:12px;padding-right:34px}.result-count{padding:0 8px;color:#8995a6;font-size:13px}.table-panel{border-radius:15px}.data-table th{height:48px;padding:0 18px;color:#77859a;background:#fafbfd;font-size:13px;font-weight:700;letter-spacing:.01em}.data-table td{padding:14px 18px;color:#526178;font-size:14px;line-height:1.55}.data-table tbody tr:hover{background:#fbfdff}.identity-cell,.menu-cell{gap:12px}.identity-cell .actor-avatar{width:36px;height:36px;flex:0 0 36px;font-size:12px}.identity-cell strong,.menu-cell strong,.title-cell strong,.content-cell strong{color:#27354a;font-size:14px;font-weight:680}.identity-cell span,.menu-cell span,.title-cell span,.content-cell small{color:#8894a6;font-size:12px}.menu-cell.child{padding-left:18px}.muted-text,.description-cell{color:#748196;font-size:13px}.description-cell{max-width:420px;line-height:1.65}.soft-chip,.type-chip{min-height:27px;padding:0 9px;border-radius:999px;color:#5670a3;background:#eef3fb;font-size:12px;font-weight:640}.muted-chip{color:#8792a3;background:#f0f2f5}.status-badge{min-height:27px;padding:0 9px;gap:6px;font-size:12px;font-weight:670}.status-dot{width:6px;height:6px}.loading-block{padding:46px 32px;color:#7e8b9d;font-size:14px}.empty-state{min-height:260px;padding:42px 30px;gap:10px}.empty-icon,.access-icon{width:50px;height:50px;border-radius:14px;color:#5975ae;background:#edf3fc}.empty-state strong{color:#34425a;font-size:15px}.empty-state p{max-width:420px;color:#8290a4;font-size:13px;line-height:1.7}.form-grid{gap:16px}.field{gap:7px}.field>span{color:#56657b;font-size:14px;font-weight:650}.field input,.field textarea,.field select{border-color:#d9e1ec;border-radius:10px;color:#27364d;font-size:15px}.field input,.field select{height:44px;padding:0 13px}.field textarea{padding:11px 13px;line-height:1.65}.field input::placeholder,.field textarea::placeholder{color:#a8b0bd}.field input:focus,.field textarea:focus,.field select:focus{border-color:#9bb5f2;box-shadow:0 0 0 4px #4d76e816}.check-grid{gap:10px}.check-grid>label,.switch-row{gap:10px;padding:12px 13px;border-color:#e0e6ef;border-radius:10px;color:#344158;background:#fafbfd;font-size:14px;line-height:1.45}.check-grid strong{font-size:14px}.check-grid small{color:#8490a2;font-size:12px}.permission-group h4{margin-bottom:10px;color:#76849a;font-size:12px}.modal-backdrop{background:#19223161;-webkit-backdrop-filter:none;backdrop-filter:none}.modal-card{border-radius:17px;padding:28px;box-shadow:0 30px 90px #1b273938}.modal-heading{margin-bottom:24px}.modal-heading h3{color:#243147;font-size:20px;font-weight:720}.modal-heading p{margin-top:7px;color:#7d899a;font-size:13px;line-height:1.65}.modal-heading .icon-button.small{font-size:22px;line-height:1}.modal-actions{gap:10px;margin-top:12px}.settings-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.setting-card{min-height:150px;padding:24px;gap:8px}.setting-card>span{color:#748298;font-size:13px}.setting-card strong{color:#243248;font-size:24px;font-weight:740}.setting-card small{color:#8793a4;font-size:13px;line-height:1.65}.cms-boundary-card{padding:44px 36px}.cms-boundary-card .access-icon{margin:0 auto 14px}.cms-boundary-card h3{margin:14px 0 10px;color:#27354a;font-size:22px;font-weight:720}.cms-boundary-card>p{max-width:760px;color:#728095;font-size:14px;line-height:1.8}.boundary-flow{margin-top:28px;gap:12px;color:#758196;font-size:13px}.boundary-flow span{padding:10px 13px;border-radius:10px}.locale-separation{width:min(620px,100%);margin:22px auto 0;padding:14px 16px;border:1px solid #dfe6f1;border-radius:12px;display:flex;justify-content:center;flex-wrap:wrap;gap:10px 28px;color:#708096;background:#fafcff;font-size:13px}.locale-separation strong{color:#445775}.access-page{min-height:calc(100vh - 145px)}.access-card{width:min(560px,100%);padding:40px;gap:14px}.access-card h2{color:#243147;font-size:24px}.access-card>p{color:#758297;font-size:14px;line-height:1.75}.login-page{min-height:100vh;padding:36px 20px;background:radial-gradient(circle at 18% 15%,rgba(77,118,232,.11),transparent 30rem),radial-gradient(circle at 84% 78%,rgba(120,99,213,.075),transparent 28rem),#f3f6fb}.login-card{width:min(480px,100%);padding:38px 40px 40px;border-color:#dce3edeb;border-radius:18px;box-shadow:0 22px 65px #27364d18}.login-brand{gap:12px;margin-bottom:36px}.login-brand strong{font-size:15px}.login-brand span{color:#8a96a8;font-size:12px}.login-card .access-icon{margin-bottom:12px}.login-card h1{margin:9px 0;color:#1f2c40;font-size:27px;font-weight:750;letter-spacing:-.035em}.login-card>p{color:#748196;font-size:14px;line-height:1.75}.login-form{gap:17px;margin-top:26px}.login-submit{min-height:46px;margin-top:4px;font-size:15px}.data-table code,.access-note code,code{font-size:.9em}@media (max-width: 1180px){.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 820px){.admin-shell{display:block}.sidebar{position:static;width:100%;padding:12px 14px;box-shadow:none}.brand{padding:2px 4px 12px}.sidebar-section-title,.sidebar-bottom{display:none}.sidebar-nav{grid-template-columns:repeat(auto-fit,minmax(118px,1fr));gap:6px;overflow:visible}.sidebar-link{min-height:42px;justify-content:flex-start;padding:0 11px;font-size:14px}.topbar{height:68px;padding:0 18px}.topbar p{display:none}.page-wrap{padding:24px 18px 38px}.page-title-row,.hero-row{align-items:flex-start}.settings-grid{grid-template-columns:1fr}}@media (max-width: 620px){body{font-size:14px}.brand-mark{width:38px;height:38px}.sidebar-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar h1{font-size:16px}.actor-copy{display:none}.page-wrap{padding:22px 14px 34px}.hero-row,.page-title-row,.editor-toolbar{gap:14px}.hero-row h2,.page-title-row h2,.editor-toolbar h2{font-size:23px}.hero-row p,.page-title-row p{font-size:13px}.button{min-height:42px}.filter-bar{align-items:stretch}.search-field{min-width:100%;flex-basis:100%}.compact-select{flex:1}.data-table th,.data-table td{padding-left:14px;padding-right:14px}.modal-card{padding:22px}.login-card{padding:30px 24px 32px}.locale-separation{justify-content:flex-start}}.dynamic-nav{display:grid;gap:9px;align-content:start}.sidebar-group{display:grid;gap:3px}.sidebar-group-toggle{width:100%;min-height:48px;padding:0 11px;border:0;border-radius:12px;display:grid;grid-template-columns:25px minmax(0,1fr) 18px;align-items:center;gap:9px;color:#40506a;background:transparent;font:inherit;cursor:pointer;text-align:left;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.sidebar-group-toggle:hover{color:#253754;background:#ffffffd1;box-shadow:0 5px 16px #26364e0a}.sidebar-group.has-active>.sidebar-group-toggle{color:#2f58b8;background:#f0f5ff}.sidebar-group-icon{width:25px;height:25px;border-radius:8px;display:grid;place-items:center;color:#667895;background:#edf2f8}.sidebar-group.has-active .sidebar-group-icon{color:#4169c8;background:#e4edff}.sidebar-group-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:720;letter-spacing:-.01em}.sidebar-group-chevron{color:#98a4b5;transition:transform .18s ease,color .18s ease}.sidebar-group-chevron.expanded{transform:rotate(90deg);color:#71809a}.sidebar-subnav{position:relative;display:grid;gap:2px;margin:1px 0 6px 19px;padding:3px 0 4px 13px;border-left:1px solid #e2e8f1}.sidebar-link.sidebar-sub-link{min-height:38px;padding:0 10px;border-radius:9px;gap:9px;color:#718096;font-size:14px;font-weight:560;box-shadow:none}.sidebar-link.sidebar-sub-link .ui-icon{color:#8795a9}.sidebar-link.sidebar-sub-link:hover{color:#34455f;background:#fff;box-shadow:0 4px 12px #26364e09}.sidebar-link.sidebar-sub-link.router-link-active{color:#355ebd;background:#eaf1ff;box-shadow:inset 2px 0 #5a81e8}.sidebar-link.sidebar-sub-link.router-link-active .ui-icon{color:#4b73da}.icon-picker-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;max-height:230px;padding:2px;overflow:auto}.icon-picker-option{min-height:66px;padding:8px 5px 7px;border:1px solid #e0e6ef;border-radius:10px;display:grid;place-items:center;align-content:center;gap:5px;color:#64738a;background:#fafbfd;font:inherit;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease}.icon-picker-option span{max-width:100%;overflow:hidden;color:inherit;font-size:11px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.icon-picker-option:hover{color:#385dac;border-color:#b9caf1;background:#f5f8ff}.icon-picker-option.selected{color:#355ebd;border-color:#8eaae9;background:#edf3ff;box-shadow:0 0 0 3px #4d76e814}.field-help{color:#8b97a8;font-size:12px;line-height:1.55}.field-error{color:#ba4b55;font-size:12px;line-height:1.5}.captcha-row{display:grid;grid-template-columns:minmax(0,1fr) 150px 44px;gap:9px;align-items:stretch}.captcha-row .captcha-input{min-width:0;text-transform:uppercase;letter-spacing:.12em}.captcha-image-button{height:44px;padding:0;border:1px solid #d9e1ec;border-radius:10px;overflow:hidden;display:grid;place-items:center;color:#7f8b9d;background:linear-gradient(135deg,#eff4fbe6,#fffffff2);font:inherit;font-size:12px;cursor:pointer}.captcha-image-button:hover{border-color:#afc0e8}.captcha-image-button:disabled{cursor:wait;opacity:.75}.captcha-image-button img{width:100%;height:100%;display:block;object-fit:cover}.captcha-refresh-button{width:44px;height:44px;align-self:stretch}.login-card>.notice{margin-top:20px}.login-form{margin-top:24px}@media (max-width: 820px){.sidebar-nav.dynamic-nav{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:8px}.sidebar-group-toggle{min-height:44px}.sidebar-group-title{font-size:15px}.sidebar-link.sidebar-sub-link{font-size:13.5px}.icon-picker-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width: 620px){.sidebar-nav.dynamic-nav{grid-template-columns:1fr}.captcha-row{grid-template-columns:minmax(0,1fr) 132px 44px}.icon-picker-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 430px){.captcha-row{grid-template-columns:minmax(0,1fr) 44px}.captcha-image-button{grid-column:1 / -1;grid-row:2;width:150px}.captcha-refresh-button{grid-column:2;grid-row:1}}.sidebar-direct-link{width:100%;min-height:48px;padding:0 47px 0 11px;border-radius:12px;display:grid;grid-template-columns:25px minmax(0,1fr);align-items:center;gap:9px;color:#40506a;background:transparent;text-decoration:none;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.sidebar-direct-link:hover{color:#253754;background:#ffffffd1;box-shadow:0 5px 16px #26364e0a}.sidebar-direct-link.router-link-active{color:#2f58b8;background:#f0f5ff}.sidebar-direct-link.router-link-active .sidebar-group-icon{color:#4169c8;background:#e4edff}@media (max-width: 820px){.sidebar-direct-link{min-height:44px}.sidebar-direct-link .sidebar-group-title{font-size:15px}}.icon-button:disabled{cursor:not-allowed;opacity:.42;box-shadow:none}.brand-mark{width:42px;height:42px;display:grid;place-items:center;overflow:visible;color:inherit;background:transparent;border-radius:0;box-shadow:none;flex:0 0 auto}.brand-mark img{width:100%;height:100%;object-fit:contain}.login-brand-mark{width:46px;height:46px}@media (max-width: 620px){.brand-mark{width:40px;height:40px}}.website-publishing-page{max-width:1180px}.website-publish-panel{overflow:hidden}.website-publish-header{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;padding:26px}.website-publish-header h3{margin:0;color:#202d42;font-size:22px;font-weight:740;letter-spacing:-.025em}.website-publish-header p{max-width:720px;margin:9px 0 0;color:#748196;font-size:14px;line-height:1.7}.website-publish-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:6px}.website-publish-state{display:inline-flex;align-items:center;gap:7px;min-height:28px;padding:0 10px;border-radius:999px;color:#6e7b90;background:#f0f3f7;font-size:12px;font-weight:680}.website-publish-state>span{width:7px;height:7px;border-radius:50%;background:currentColor}.website-publish-state-success{color:#23845f;background:#eaf7f1}.website-publish-state-building,.website-publish-state-queued{color:#426bc9;background:#edf3ff}.website-publish-state-failed{color:#bd4f4f;background:#fff0f0}.website-publish-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #e8edf4;background:#fbfcfe}.website-publish-metrics>div{min-width:0;padding:18px 22px;border-right:1px solid #e8edf4;border-bottom:1px solid #e8edf4}.website-publish-metrics>div:nth-child(3n){border-right:0}.website-publish-metrics span,.website-publish-timeline span{display:block;color:#8995a7;font-size:12px;line-height:1.4}.website-publish-metrics strong{display:block;overflow:hidden;margin-top:6px;color:#2d3b50;font-size:15px;font-weight:690;text-overflow:ellipsis;white-space:nowrap}.website-publish-timeline{display:flex;flex-wrap:wrap;gap:22px 34px;padding:17px 22px 20px}.website-publish-timeline strong{display:block;margin-top:4px;color:#526178;font-size:13px;font-weight:640}.website-publish-info{padding-bottom:8px}.website-publish-info>.panel-heading.compact,.website-publish-log-panel>.panel-heading.compact{padding:24px 26px 14px}.website-publish-steps{padding:0 26px 20px}.website-publish-steps>div{display:flex;gap:12px;padding:15px 0;border-top:1px solid #edf1f6}.website-publish-steps>div:first-child{border-top:0}.website-publish-steps .ui-icon{flex:0 0 auto;margin-top:2px;color:#2b9a70}.website-publish-steps span{display:grid;gap:4px}.website-publish-steps strong{color:#2b384c;font-size:14px;font-weight:690}.website-publish-steps small{color:#7c899b;font-size:13px;line-height:1.65}.website-publish-log-panel{overflow:hidden;padding-bottom:26px}.website-publish-log{max-height:360px;overflow:auto;margin:0 26px;padding:18px 22px 22px;border:1px solid #253247;border-radius:14px;color:#dbe5f5;background:#182233;font:12px/1.65 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;white-space:pre-wrap;word-break:break-word}@media (max-width: 900px){.website-publish-header{flex-direction:column}.website-publish-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.website-publish-metrics>div:nth-child(3n){border-right:1px solid #e8edf4}.website-publish-metrics>div:nth-child(2n){border-right:0}}@media (max-width: 560px){.website-publish-metrics{grid-template-columns:1fr}.website-publish-metrics>div,.website-publish-metrics>div:nth-child(3n),.website-publish-metrics>div:nth-child(2n){border-right:0}.website-publish-info>.panel-heading.compact,.website-publish-log-panel>.panel-heading.compact{padding:20px 18px 12px}.website-publish-steps{padding:0 18px 18px}.website-publish-log-panel{padding-bottom:18px}.website-publish-log{margin:0 18px;padding:16px;border-radius:12px}}.notice.success{color:#277858;border-color:#cfe9dc;background:#eef9f4}.notice.warning{color:#86682f;border-color:#eadcb8;background:#fff9e9}.cms-ui{--cms-surface:var(--surface,#fff);--cms-soft:var(--surface-soft,#f8faff);--cms-line:var(--line,#e7ebf2);--cms-line-strong:var(--line-strong,#dce2ec);--cms-text:var(--text,#1c2434);--cms-muted:var(--muted,#7f899d);--cms-blue:var(--blue,#4f7cff);--cms-blue-dark:var(--blue-dark,#3d69e8);--cms-blue-soft:var(--blue-soft,#edf3ff);--cms-green:var(--green,#28a777);--cms-green-soft:var(--green-soft,#eaf9f2);--cms-amber:var(--amber,#d99b36);--cms-amber-soft:var(--amber-soft,#fff6e7);--cms-red:var(--red,#d86161);--cms-red-soft:var(--red-soft,#fff0f0);color:var(--cms-text);font-size:15px;line-height:1.55}.cms-ui *{box-sizing:border-box}.cms-stack{display:grid;gap:20px}.cms-page-header,.cms-editor-head{display:flex;align-items:center;justify-content:space-between;gap:24px}.cms-page-heading,.cms-editor-title{display:flex;align-items:center;gap:14px;min-width:0}.cms-page-icon{width:46px;height:46px;border-radius:14px;background:var(--cms-blue-soft);color:var(--cms-blue);display:grid;place-items:center}.cms-page-header h2,.cms-editor-head h2{margin:2px 0 0;font-size:27px;line-height:1.25;letter-spacing:-.035em}.cms-page-header p{margin:6px 0 0;color:var(--cms-muted);font-size:14px}.cms-eyebrow{display:block;color:#8b95a8;font-size:12px;font-weight:800;letter-spacing:.07em}.cms-page-actions,.cms-editor-actions,.cms-row-actions{display:flex;align-items:center;gap:9px}.cms-button,.cms-icon-button{border:1px solid var(--cms-line-strong);background:#fff;color:var(--cms-text);cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.cms-button{min-height:40px;padding:0 15px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:700}.cms-button.primary{border-color:var(--cms-blue);background:var(--cms-blue);color:#fff}.cms-button.primary:hover{background:var(--cms-blue-dark)}.cms-button.secondary{background:var(--cms-blue-soft);border-color:#d8e4ff;color:#466ac8}.cms-button.ghost{background:var(--cms-surface)}.cms-button.danger,.cms-button.ghost.danger{color:var(--cms-red)}.cms-button.small{min-height:34px;padding:0 11px;font-size:13px}.cms-button:disabled,.cms-icon-button:disabled{opacity:.45;cursor:not-allowed}.cms-icon-button{width:38px;height:38px;border-radius:10px;display:grid;place-items:center}.cms-icon-button.danger{color:var(--cms-red)}.cms-filter-card,.cms-panel,.cms-locale-bar{background:var(--cms-surface);border:1px solid var(--cms-line);border-radius:16px;box-shadow:0 8px 24px #25345209}.cms-filter-card{padding:18px;display:grid;grid-template-columns:minmax(240px,1.6fr) repeat(3,minmax(130px,.75fr)) auto;gap:14px;align-items:end}.cms-field{display:grid;gap:7px;min-width:0}.cms-field>span{font-size:13px;font-weight:720;color:#5c6779}.cms-field small{font-size:12px;color:var(--cms-muted)}.cms-field input,.cms-field select,.cms-field textarea{width:100%;border:1px solid var(--cms-line-strong);border-radius:10px;background:#fff;color:var(--cms-text);padding:0 12px;font-size:15px;outline:none}.cms-field input,.cms-field select{height:42px}.cms-field textarea{padding:11px 12px;resize:vertical;line-height:1.6}.cms-field input:focus,.cms-field select:focus,.cms-field textarea:focus{border-color:#9bb5ff;box-shadow:0 0 0 3px #4f7cff1a}.cms-field.grow{min-width:220px}.cms-input-icon{height:42px;border:1px solid var(--cms-line-strong);border-radius:10px;display:flex;align-items:center;gap:8px;padding:0 11px;color:#8c96a8}.cms-input-icon input{height:auto;border:0;padding:0;box-shadow:none!important}.cms-filter-actions{display:flex;gap:8px}.cms-notice{padding:12px 15px;border-radius:11px;font-size:14px}.cms-notice.error{color:#a84848;background:var(--cms-red-soft);border:1px solid #f3d2d2}.cms-table-panel{overflow:hidden}.cms-table-wrap{overflow:auto}.cms-table{width:100%;border-collapse:collapse;min-width:820px}.cms-table th{padding:13px 18px;text-align:left;color:#8b95a5;font-size:12px;font-weight:800;letter-spacing:.035em;background:#fbfcfe;border-bottom:1px solid var(--cms-line)}.cms-table td{padding:15px 18px;border-bottom:1px solid var(--cms-line);font-size:14px;vertical-align:middle}.cms-table tbody tr{cursor:pointer;transition:background .15s}.cms-table tbody tr:hover{background:#fafcff}.cms-table tbody tr:last-child td{border-bottom:0}.cms-primary-cell{display:grid;gap:2px;min-width:240px}.cms-primary-cell strong{font-size:15px}.cms-primary-cell span{color:#59687f}.cms-primary-cell small{color:#9aa4b5}.cms-status{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border-radius:999px;font-size:12px;font-weight:750}.cms-status.is-success{background:var(--cms-green-soft);color:#278965}.cms-status.is-warning{background:var(--cms-amber-soft);color:#ad7825}.cms-status.is-muted{background:#f1f3f6;color:#7d8797}.cms-pagination{padding:13px 18px;border-top:1px solid var(--cms-line);display:flex;justify-content:space-between;align-items:center;color:var(--cms-muted);font-size:13px}.cms-pagination>div{display:flex;align-items:center;gap:10px}.cms-state{min-height:280px;padding:42px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--cms-muted)}.cms-state-icon{width:54px;height:54px;border-radius:16px;background:var(--cms-soft);color:#7890bd;display:grid;place-items:center;margin-bottom:14px}.cms-state strong{font-size:17px;color:var(--cms-text)}.cms-state p{max-width:520px;margin:7px 0 15px}.cms-state.is-loading .cms-state-icon{animation:cms-spin 1.2s linear infinite}@keyframes cms-spin{to{transform:rotate(360deg)}}.cms-editor{display:grid;gap:18px}.cms-editor-head{position:sticky;top:80px;z-index:8;padding:14px 0;background:var(--bg,#f6f8fc)}.cms-editor-title h2{font-size:24px}.cms-locale-bar{padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:18px}.cms-locale-bar>div:first-child{display:grid;gap:2px}.cms-locale-bar span{font-size:13px;color:var(--cms-muted)}.cms-locale-tabs{display:flex;align-items:center;gap:6px}.cms-locale-tabs button,.cms-tabs button{border:0;background:transparent;cursor:pointer}.cms-locale-tabs button{min-height:34px;padding:0 12px;border-radius:9px;color:#677287;font-size:13px;font-weight:700}.cms-locale-tabs button.active{background:var(--cms-blue-soft);color:#4468c5}.cms-locale-tabs button.add{display:flex;align-items:center;gap:5px;border:1px dashed var(--cms-line-strong)}.cms-tabs{display:flex;gap:5px;border-bottom:1px solid var(--cms-line)}.cms-tabs button{padding:11px 14px;border-bottom:2px solid transparent;color:#727d90;font-size:14px;font-weight:720}.cms-tabs button.active{color:var(--cms-blue);border-bottom-color:var(--cms-blue)}.cms-editor-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:18px;align-items:start}.cms-form-panel{padding:22px}.cms-section-title{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.cms-section-title.padded{padding:22px 22px 0}.cms-section-title h3{margin:3px 0 0;font-size:19px}.cms-section-title p{margin:5px 0 0;color:var(--cms-muted);font-size:13px}.cms-form-grid{display:grid;gap:16px}.cms-form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.cms-field.full{grid-column:1/-1}.cms-slug-input{display:flex;align-items:center;height:42px;border:1px solid var(--cms-line-strong);border-radius:10px;overflow:hidden;background:#fff}.cms-slug-input>span{padding-left:12px;color:#9aa4b5}.cms-slug-input input{height:40px;border:0;box-shadow:none!important}.cms-code-area{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px!important;background:#fbfcff!important}.cms-side-card{padding:18px}.cms-side-card>strong{display:block;margin-top:5px;font-size:17px}.cms-side-value{font-size:22px!important}.cms-side-card dl{margin:16px 0 0;display:grid;gap:9px}.cms-side-card dl div{display:flex;justify-content:space-between;gap:12px}.cms-side-card dt{color:var(--cms-muted);font-size:13px}.cms-side-card dd{margin:0;font-weight:700;font-size:13px}.cms-check-list{display:grid;gap:8px;margin-top:12px;max-height:260px;overflow:auto}.cms-check-list label{display:flex;align-items:center;gap:8px;font-size:13px}.cms-muted{color:var(--cms-muted);font-size:13px}.cms-repeat-list{display:grid;gap:10px}.cms-repeat-row{display:flex;align-items:end;gap:10px;padding:12px;background:var(--cms-soft);border:1px solid var(--cms-line);border-radius:12px}.cms-repeat-row.media{flex-wrap:wrap}.cms-repeat-row.media .cms-field{min-width:150px}.cms-revision-list{display:grid}.cms-revision-row{padding:15px 20px;border-top:1px solid var(--cms-line);display:flex;align-items:center;justify-content:space-between;gap:16px}.cms-revision-row>div{display:grid;gap:3px}.cms-revision-row span{color:var(--cms-muted);font-size:13px}.cms-category-list{display:grid}.cms-category-row{padding:15px 18px;border-bottom:1px solid var(--cms-line);display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:16px}.cms-category-row:last-child{border-bottom:0}.cms-category-main{display:flex;align-items:center;gap:12px}.cms-category-icon{width:40px;height:40px;border-radius:11px;background:#f3f6fb;color:#7085ae;display:grid;place-items:center}.cms-category-main>div:last-child{display:grid;gap:2px}.cms-category-main span{color:var(--cms-muted);font-size:13px}.cms-media-grid{padding:18px;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px}.cms-media-card{position:relative;border:1px solid var(--cms-line);border-radius:13px;overflow:hidden;background:#fff}.cms-media-preview{height:120px;background:linear-gradient(145deg,#f4f7fc,#edf2fa);display:flex;align-items:center;justify-content:center;gap:8px;color:#8092b5}.cms-media-copy{padding:12px;display:grid;gap:3px}.cms-media-copy strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cms-media-copy span,.cms-media-copy small{color:var(--cms-muted);font-size:12px}.cms-media-card>.cms-icon-button{position:absolute;top:9px;right:9px;background:#ffffffeb}.cms-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#11192761;z-index:1000;display:grid;place-items:center;padding:24px}.cms-modal{width:100%;background:#fff;border-radius:18px;box-shadow:0 24px 70px #0e172833;overflow:hidden}.cms-modal>header{padding:19px 21px;border-bottom:1px solid var(--cms-line);display:flex;justify-content:space-between;gap:16px}.cms-modal h3{margin:0;font-size:19px}.cms-modal header p{margin:5px 0 0;color:var(--cms-muted);font-size:13px}.cms-modal-body{padding:21px}.cms-modal>footer{padding:14px 21px;border-top:1px solid var(--cms-line);display:flex;justify-content:flex-end;gap:9px}.cms-switch{display:flex;align-items:center;gap:9px;font-size:14px}.cms-toast{position:fixed;right:28px;bottom:28px;z-index:1100;padding:12px 16px;border-radius:11px;background:#173b30;color:#fff;box-shadow:0 12px 35px #141e2d2e;font-size:14px}.cms-toast.is-error{background:#873f3f}code{font-family:SFMono-Regular,Consolas,monospace;font-size:.92em}@media (max-width:1100px){.cms-filter-card{grid-template-columns:repeat(2,minmax(0,1fr))}.cms-editor-grid{grid-template-columns:1fr}.cms-editor-grid aside{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.cms-page-header,.cms-editor-head{align-items:flex-start;flex-direction:column}.cms-editor-head{position:static}.cms-editor-actions{flex-wrap:wrap}.cms-locale-bar{align-items:flex-start;flex-direction:column}}@media (max-width:720px){.cms-filter-card,.cms-form-grid.two{grid-template-columns:1fr}.cms-filter-actions{grid-column:1/-1}.cms-page-header h2{font-size:23px}.cms-page-icon{display:none}.cms-editor-grid aside{grid-template-columns:1fr}.cms-locale-tabs,.cms-tabs{overflow:auto;max-width:100%}.cms-repeat-row{align-items:stretch;flex-direction:column}.cms-category-row{grid-template-columns:1fr}.cms-pagination{align-items:flex-start;flex-direction:column;gap:10px}}.cms-help-panel{background:linear-gradient(180deg,#fbfcff,#f8faff);border:1px solid var(--cms-line);border-radius:14px;overflow:hidden}.cms-help-panel>summary{cursor:pointer;padding:14px 17px;font-weight:760;color:#53617a;list-style:none}.cms-help-panel>summary::-webkit-details-marker{display:none}.cms-help-panel>summary:after{content:"展开";float:right;color:#8793a8;font-size:12px;font-weight:650}.cms-help-panel[open]>summary:after{content:"收起"}.cms-help-table-wrap{overflow:auto;border-top:1px solid var(--cms-line)}.cms-help-table{width:100%;min-width:760px;border-collapse:collapse;font-size:13px}.cms-help-table th,.cms-help-table td{padding:11px 14px;text-align:left;vertical-align:top;border-bottom:1px solid var(--cms-line)}.cms-help-table th{background:#fff;color:#7a8699;font-size:12px}.cms-help-table td:nth-child(1){font-weight:720;white-space:nowrap}.cms-help-table td:nth-child(2){white-space:nowrap;color:#65728a}.cms-help-table tr:last-child td{border-bottom:0}.cms-required,.cms-recommended,.cms-auto{display:inline-flex;align-items:center;margin-left:7px;padding:1px 6px;border-radius:999px;font-style:normal;font-size:10px;line-height:1.7;font-weight:760;vertical-align:middle}.cms-required{background:var(--cms-red-soft);color:#b75555}.cms-recommended{background:var(--cms-green-soft);color:#2f8b68}.cms-auto{background:var(--cms-blue-soft);color:#5876c8}.cms-counter{float:right;color:#9aa4b5;font-weight:600;font-size:11px}.cms-field.has-error input,.cms-field.has-error .cms-slug-input{border-color:#e7a2a2}.cms-field-error{color:#b64e4e!important}.cms-inherit-preview{margin-top:1px;padding:8px 10px;border-radius:9px;background:#f7f9fd;color:#7c8799;font-size:12px;overflow-wrap:anywhere}.cms-inherit-preview strong{color:#53617a;font-weight:680}.cms-inline-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}.cms-action-field{align-content:start}.cms-action-field .cms-button{justify-self:start}.cms-section-actions{display:flex;gap:8px;flex-wrap:wrap}.cms-editor-empty,.cms-mini-empty{border:1px dashed #cfd8e8;border-radius:14px;background:#fbfcff;color:#758198}.cms-editor-empty{padding:30px;text-align:center}.cms-editor-empty strong{display:block;color:#4d5c74;font-size:16px}.cms-editor-empty p{max-width:680px;margin:7px auto 16px}.cms-editor-empty>div,.cms-mini-empty>div{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.cms-content-sections{display:grid;gap:14px}.cms-content-section{padding:16px;border:1px solid var(--cms-line);border-radius:14px;background:#fcfdff;display:grid;gap:14px}.cms-block-head{display:flex;justify-content:space-between;align-items:center;gap:14px}.cms-block-head>div:first-child{display:grid;gap:2px}.cms-block-head strong{color:#4c5970;font-size:14px}.cms-add-block{min-height:48px;border:1px dashed #cbd6e8;border-radius:13px;background:#fbfcff;color:#677792;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px;font-weight:720}.cms-add-block:hover{border-color:#9fb4de;background:#f7faff;color:#4f6fae}.cms-rich-editor{border:1px solid var(--cms-line-strong);border-radius:12px;background:#fff;overflow:hidden;transition:border-color .15s,box-shadow .15s}.cms-rich-editor:focus-within{border-color:#9bb5ff;box-shadow:0 0 0 3px #4f7cff1a}.cms-rich-editor.disabled{opacity:.7}.cms-rich-toolbar{padding:8px;display:flex;align-items:center;gap:4px;flex-wrap:wrap;border-bottom:1px solid var(--cms-line);background:#f9fbfe}.cms-rich-toolbar button{min-height:31px;padding:0 9px;border:1px solid transparent;border-radius:7px;background:transparent;color:#5f6c82;cursor:pointer;font-size:12px;font-weight:700}.cms-rich-toolbar button:hover{background:#fff;border-color:var(--cms-line-strong);color:#3f5272}.cms-rich-toolbar button:disabled{opacity:.45;cursor:not-allowed}.cms-rich-toolbar .format-bold{font-size:14px;font-weight:900}.cms-rich-toolbar .format-italic{font-size:14px;font-family:Georgia,serif;font-style:italic}.cms-toolbar-divider{width:1px;height:20px;background:var(--cms-line-strong);margin:0 2px}.cms-rich-surface{min-height:230px;padding:18px 20px;outline:none;font-size:16px;line-height:1.8;color:#2d3748;overflow-wrap:anywhere;overflow-x:auto}.cms-rich-surface:empty:before{content:attr(data-placeholder);color:#a4adbb;pointer-events:none}.cms-rich-surface p{margin:0 0 1em}.cms-rich-surface h2{margin:1.25em 0 .55em;font-size:1.45em;line-height:1.35}.cms-rich-surface h3{margin:1.15em 0 .5em;font-size:1.2em;line-height:1.4}.cms-rich-surface ul,.cms-rich-surface ol{margin:.65em 0 1em;padding-left:1.7em}.cms-rich-surface li{margin:.25em 0}.cms-rich-surface blockquote{margin:1em 0;padding:.6em 1em;border-left:3px solid #c6d4f2;background:#f8faff;color:#5d6b82}.cms-rich-surface a{color:#426ed5;text-decoration:underline;text-underline-offset:2px}.cms-rich-surface strong{font-weight:760}.cms-rich-surface em{font-style:italic}.cms-compat-box{padding:16px;border:1px solid #ecd8af;border-radius:13px;background:#fffaf0;display:grid;gap:12px}.cms-compat-box>strong{color:#8a672c}.cms-compat-box>p{margin:0;color:#806f55;font-size:13px}.cms-compat-box>.cms-button{justify-self:start}.cms-advanced-json{margin-top:16px;border-top:1px solid var(--cms-line);padding-top:12px}.cms-advanced-json>summary{cursor:pointer;color:#7b8799;font-size:12px;font-weight:700}.cms-advanced-json pre{margin:10px 0 0;max-height:360px;overflow:auto;padding:14px;border-radius:10px;background:#f8faff;border:1px solid var(--cms-line);font-size:12px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.cms-validation-list{display:grid;gap:7px;margin:13px 0}.cms-validation-list>div{display:flex;align-items:flex-start;gap:7px;color:#8b6c47;font-size:12px}.cms-validation-list>div>span:first-child{width:17px;height:17px;border-radius:50%;background:#fff5e6;color:#bd842c;display:grid;place-items:center;flex:0 0 auto;font-size:11px;font-weight:800}.cms-validation-list>div.ok{color:#537565}.cms-validation-list>div.ok>span:first-child{background:var(--cms-green-soft);color:#2d906b}.cms-mini-empty{padding:16px;display:flex;align-items:center;justify-content:space-between;gap:14px}.cms-mini-empty>div{justify-content:flex-end}.cms-fact-row{align-items:flex-start}.cms-fact-row>.cms-field:first-child{min-width:210px}.cms-fact-row>.cms-icon-button{margin-top:26px;flex:0 0 auto}.cms-faq-row{padding:16px;border:1px solid var(--cms-line);border-radius:13px;background:#fbfcff;display:grid;gap:12px}.cms-advanced-panel{overflow:hidden}.cms-advanced-panel>summary{cursor:pointer;list-style:none;padding:18px 20px;display:flex;align-items:center;justify-content:space-between}.cms-advanced-panel>summary::-webkit-details-marker{display:none}.cms-advanced-panel>summary:after{content:"展开";font-size:12px;color:#8894a8;font-weight:650}.cms-advanced-panel[open]>summary:after{content:"收起"}.cms-advanced-panel>summary>span{display:grid;gap:3px}.cms-advanced-panel>summary strong{font-size:15px}.cms-advanced-panel>summary small{color:var(--cms-muted);font-weight:500}.cms-advanced-panel[open]>summary{border-bottom:1px solid var(--cms-line)}.cms-advanced-panel>.cms-form-grid,.cms-advanced-panel>.cms-field{margin:20px}@media (max-width:900px){.cms-fact-row{flex-direction:column}.cms-fact-row>.cms-field:first-child{min-width:0;width:100%}.cms-fact-row>.cms-icon-button{margin-top:0}.cms-mini-empty{align-items:flex-start;flex-direction:column}.cms-mini-empty>div{justify-content:flex-start}}@media (max-width:720px){.cms-rich-toolbar{gap:2px}.cms-rich-toolbar button{padding:0 7px}.cms-toolbar-divider{display:none}.cms-rich-surface{min-height:190px;padding:15px;font-size:15px}.cms-content-section{padding:13px}.cms-block-head{align-items:flex-start;flex-direction:column}.cms-block-head .cms-row-actions{width:100%;flex-wrap:wrap}.cms-help-panel>summary{padding:12px 14px}.cms-advanced-panel>summary{align-items:flex-start;gap:12px}}.cms-rich-surface table{width:100%;border-collapse:collapse;margin:1em 0}.cms-rich-surface th,.cms-rich-surface td{min-width:120px;padding:.55em .7em;border:1px solid #dce3ee;text-align:left;vertical-align:top}.cms-rich-surface th{background:#f5f8fd;font-weight:760}.cms-rich-surface hr{border:0;border-top:1px solid #dce3ee;margin:1.4em 0}.cms-example-line{display:block;padding:7px 9px;border-left:2px solid #d8e4ff;background:#f8faff;color:#66748c!important;border-radius:0 7px 7px 0}.cms-copy-example{margin-top:3px;padding:10px 12px;border-radius:10px;background:#f8faff;border:1px solid var(--cms-line);display:grid;gap:4px;color:#66748c;font-size:12px}.cms-copy-example strong{color:#53617a;font-size:11px}.cms-copy-example span{line-height:1.65}.cms-stack.compact{gap:13px}.cms-notice.info{color:#536b8f;background:#f2f6ff;border:1px solid #dce7fb}.cms-slug-source{margin-top:2px;padding:11px 12px;border-radius:10px;border:1px solid #d9e7df;background:#f2faf6;display:flex;align-items:center;justify-content:space-between;gap:12px}.cms-slug-source>div{display:grid;gap:2px}.cms-slug-source strong{font-size:12px;color:#3e715c}.cms-slug-source span{font-size:12px;color:#65766e}.cms-slug-source.warning{border-color:#ecd9b6;background:#fff9ef}.cms-slug-source.warning strong{color:#946a27}.cms-slug-source.warning span{color:#7b6a4d}.cms-slug-source.success{border-color:#d9e7df;background:#f2faf6}.cms-highlight-purpose{padding:22px}.cms-highlight-order{padding:13px 15px;border-radius:12px;background:var(--cms-blue-soft);display:flex;align-items:center;justify-content:space-between;gap:14px;color:#4f648d}.cms-highlight-order strong{font-size:13px}.cms-highlight-order span{font-size:13px;font-weight:760}.cms-purpose-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px}.cms-purpose-grid>div{padding:15px;border:1px solid var(--cms-line);border-radius:12px;background:#fbfcff}.cms-purpose-grid strong{font-size:14px;color:#4d5c74}.cms-purpose-grid p{margin:5px 0 0;color:var(--cms-muted);font-size:12px;line-height:1.65}@media (max-width:900px){.cms-highlight-order{align-items:flex-start;flex-direction:column}.cms-purpose-grid{grid-template-columns:1fr}}@media (max-width:720px){.cms-slug-source{align-items:flex-start;flex-direction:column}}.cms-notice.success{color:#216f57;background:var(--cms-green-soft);border:1px solid #caebdd}.cms-category-select{margin-top:12px}.cms-required{margin-left:6px;color:var(--cms-red);font-size:11px;font-style:normal;font-weight:800}.cms-media-preview.real{position:relative;display:block;height:150px;overflow:hidden;background:#eef2f8}.cms-media-preview.real img{width:100%;height:100%;object-fit:cover}.cms-media-preview.real>span{position:absolute;right:8px;bottom:8px;padding:3px 7px;border-radius:999px;background:#182335b8;color:#fff;font-size:10px;font-weight:800}.cms-rich-media-picker{padding:14px;border-bottom:1px solid var(--cms-line);background:#fbfcff}.cms-rich-media-picker-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}.cms-rich-media-picker-head>div{display:grid;gap:3px}.cms-rich-media-picker-head strong{font-size:14px}.cms-rich-media-picker-head span{color:var(--cms-muted);font-size:12px}.cms-rich-media-preview{margin-top:12px;display:grid;grid-template-columns:110px 1fr;align-items:center;gap:12px;padding:10px;border:1px solid var(--cms-line);border-radius:10px;background:#fff}.cms-rich-media-preview img{width:110px;height:74px;object-fit:cover;border-radius:8px;background:#eef2f8}.cms-rich-media-preview>div{display:grid;gap:3px;min-width:0}.cms-rich-media-preview strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px}.cms-rich-media-preview span{color:var(--cms-muted);font-size:11px;overflow-wrap:anywhere}.cms-rich-media-picker-actions{margin-top:12px;display:flex;justify-content:flex-end;gap:8px}.cms-rich-surface figure{margin:1.15em 0}.cms-rich-surface figure img{display:block;max-width:100%;height:auto;border-radius:10px;border:1px solid var(--cms-line)}.cms-rich-surface figcaption{margin-top:7px;color:var(--cms-muted);font-size:12px;text-align:center}@media (max-width:720px){.cms-rich-media-preview{grid-template-columns:1fr}.cms-rich-media-preview img{width:100%;height:150px}.cms-rich-media-picker-actions{flex-direction:column}.cms-rich-media-picker-actions .cms-button{width:100%}}.cms-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px;background:#161f306b;overflow:hidden}.cms-modal{width:100%;max-height:calc(100dvh - 32px);display:flex;flex-direction:column;overflow:hidden;background:var(--cms-surface);border:1px solid var(--cms-line);border-radius:18px;box-shadow:0 24px 70px #19253a3d}.cms-modal>header{flex:0 0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:20px 22px;border-bottom:1px solid var(--cms-line)}.cms-modal>header h3{margin:0;font-size:21px}.cms-modal>header p{margin:5px 0 0;color:var(--cms-muted);font-size:13px}.cms-modal-body{flex:1 1 auto;min-height:0;overflow-y:auto;padding:22px}.cms-modal>footer{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:15px 22px;border-top:1px solid var(--cms-line);background:var(--cms-surface)}@media (max-width:640px){.cms-modal-backdrop{padding:8px;align-items:stretch}.cms-modal{max-height:calc(100dvh - 16px);margin:auto}.cms-modal-body{padding:18px}.cms-modal>header,.cms-modal>footer{padding-left:18px;padding-right:18px}}.cms-category-navigation{grid-column:1/-1;display:flex;align-items:flex-start;gap:11px;padding:13px 14px;border:1px solid var(--cms-line);border-radius:11px;background:var(--cms-soft);cursor:pointer}.cms-category-navigation input{margin-top:4px}.cms-category-navigation span{display:grid;gap:3px}.cms-category-navigation small{color:var(--cms-muted);font-size:12px}.cms-category-navigation.disabled{opacity:.58;cursor:not-allowed}.cms-category-locale-card{padding:18px;border:1px solid var(--cms-line);border-radius:14px;background:#fbfcff}.cms-category-locale-card .cms-section-title{margin-bottom:14px}.cms-nav-mark{font-size:12px;color:var(--cms-blue);font-weight:800}.cms-media-picker-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;margin-bottom:14px}.cms-media-picker-toolbar .cms-input-icon{background:#fff}.cms-media-picker-empty,.cms-media-picker-empty .cms-icon,.cms-content-picker-empty .cms-icon{width:34px;height:34px;margin-bottom:10px;color:#7890bd}.cms-media-picker-empty strong,.cms-content-picker-empty strong{color:var(--cms-text);font-size:16px}.cms-media-picker-empty p,.cms-content-picker-empty p{max-width:520px;margin:6px 0 14px}.cms-media-picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px;max-height:380px;overflow:auto;padding:2px}.cms-media-picker-item{position:relative;display:grid;grid-template-columns:78px minmax(0,1fr);gap:10px;align-items:center;padding:9px;text-align:left;border:1px solid var(--cms-line);border-radius:12px;background:#fff;color:var(--cms-text);cursor:pointer}.cms-media-picker-item:hover{border-color:#b9caff;background:#fbfcff}.cms-media-picker-item.selected{border-color:var(--cms-blue);box-shadow:0 0 0 2px #4f7cff1a}.cms-media-picker-thumb{display:block;width:78px;height:64px;overflow:hidden;border-radius:9px;background:#eef2f8}.cms-media-picker-thumb img{width:100%;height:100%;object-fit:cover}.cms-media-picker-copy{display:grid;gap:2px;min-width:0}.cms-media-picker-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.cms-media-picker-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--cms-muted);font-size:11px}.cms-media-picker-check{position:absolute;top:7px;right:7px;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:var(--cms-blue);color:#fff;font-size:12px;font-weight:800}.cms-media-picker-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px;padding-top:14px;border-top:1px solid var(--cms-line)}.cms-content-picker-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-bottom:14px}.cms-content-picker-list{display:grid;gap:8px;max-height:440px;overflow:auto}.cms-content-picker-item{display:grid;grid-template-columns:90px minmax(0,1fr) auto;gap:12px;align-items:center;padding:13px 14px;text-align:left;border:1px solid var(--cms-line);border-radius:12px;background:#fff;color:var(--cms-text);cursor:pointer}.cms-content-picker-item:hover:not(:disabled){border-color:#b9caff;background:#fbfcff}.cms-content-picker-item:disabled{opacity:.52;cursor:not-allowed}.cms-content-picker-type{display:inline-flex;width:max-content;max-width:90px;padding:4px 8px;border-radius:999px;background:var(--cms-blue-soft);color:#466ac8;font-size:11px;font-weight:800}.cms-content-picker-main{display:grid;gap:2px;min-width:0}.cms-content-picker-main strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.cms-content-picker-main small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--cms-muted);font-size:11px}.cms-content-picker-status{color:var(--cms-muted);font-size:12px;font-weight:700}.cms-related-list{display:grid;gap:10px}.cms-related-card{display:grid;grid-template-columns:42px minmax(0,1fr) 150px auto;gap:12px;align-items:center;padding:14px;border:1px solid var(--cms-line);border-radius:13px;background:var(--cms-soft)}.cms-related-index{color:#9aa4b5;font-family:SFMono-Regular,Consolas,monospace;font-size:12px}.cms-related-copy{display:grid;gap:3px;min-width:0}.cms-related-copy>strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px}.cms-related-copy>small{color:var(--cms-muted);font-size:11px;overflow-wrap:anywhere}.cms-related-meta{display:flex;flex-wrap:wrap;gap:6px;color:#6e7a8e;font-size:11px}.cms-related-meta span{padding-right:6px;border-right:1px solid var(--cms-line-strong)}.cms-related-meta span:last-child{border-right:0}.cms-related-type{align-self:center}.cms-related-actions{display:flex;gap:6px}.cms-og-image-field{display:grid;gap:12px;margin-top:18px;padding-top:18px;border-top:1px solid var(--cms-line)}.cms-og-image-selected{display:grid;grid-template-columns:120px minmax(0,1fr) auto auto;gap:12px;align-items:center;padding:12px;border:1px solid var(--cms-line);border-radius:12px;background:var(--cms-soft)}.cms-og-image-selected img{width:120px;height:72px;object-fit:cover;border-radius:9px;background:#eef2f8}.cms-og-image-selected>div{display:grid;gap:2px;min-width:0}.cms-og-image-selected strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cms-og-image-selected span,.cms-og-image-selected small{color:var(--cms-muted);font-size:11px;overflow-wrap:anywhere}@media (max-width:800px){.cms-media-picker-toolbar,.cms-content-picker-search,.cms-media-picker-fields{grid-template-columns:1fr}.cms-related-card{grid-template-columns:36px minmax(0,1fr)}.cms-related-type,.cms-related-actions{grid-column:2}.cms-og-image-selected{grid-template-columns:1fr}.cms-og-image-selected img{width:100%;height:180px}.cms-og-image-selected .cms-button{width:100%}}.cms-rich-surface figure[data-cms-size=small]{max-width:360px}.cms-rich-surface figure[data-cms-size=medium]{max-width:560px}.cms-rich-surface figure[data-cms-size=large]{max-width:760px}.cms-rich-surface figure[data-cms-size=full]{max-width:100%}.cms-rich-surface figure[data-cms-align=left]{margin-right:auto;margin-left:0}.cms-rich-surface figure[data-cms-align=center]{margin-right:auto;margin-left:auto}.cms-rich-surface figure[data-cms-align=right]{margin-right:0;margin-left:auto}.cms-rich-surface figure img{display:block;max-width:100%;height:auto}.cms-rich-toolbar-hint{margin-left:auto;color:var(--cms-muted);font-size:11px;font-weight:500}.cms-category-presentation{display:grid;gap:14px;padding:18px;border:1px solid var(--cms-line);border-radius:16px;background:linear-gradient(180deg,#fbfcff,#f7f9fd)}.cms-category-presentation>.cms-section-title{margin-bottom:0}.cms-category-locale-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.cms-category-locale-card.primary{background:#fff;box-shadow:0 8px 22px #25345209}.cms-category-locale-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:15px}.cms-category-locale-head h3{margin:3px 0 0;font-size:18px}.cms-category-locale-code{display:inline-flex;min-height:26px;align-items:center;padding:0 9px;border-radius:999px;background:var(--cms-blue-soft);color:#5270bf;font-size:12px;font-weight:800}@media (max-width:720px){.cms-category-locale-grid{grid-template-columns:1fr}.cms-category-presentation{padding:14px}}.cms-editor-title{flex:1 1 auto;min-width:0}.cms-editor-title>div{min-width:0;flex:1 1 auto}.cms-editor-title h2{max-width:100%;overflow-wrap:anywhere;text-wrap:balance}.cms-editor-title>.cms-status{flex:0 0 auto}.cms-editor-actions{flex:0 0 auto;flex-wrap:nowrap}.cms-editor-actions .cms-button{flex:0 0 auto;min-width:96px;white-space:nowrap}.cms-editor-actions .cms-button.secondary{min-width:118px}.cms-editor-actions .cms-button.primary{min-width:88px}.cms-fact-row{display:grid;grid-template-columns:minmax(240px,.72fr) minmax(0,1.6fr) 40px;align-items:start;gap:14px}.cms-fact-row>.cms-field:first-child,.cms-fact-row>.cms-field.grow{width:auto;min-width:0}.cms-fact-row>.cms-icon-button{margin-top:27px;justify-self:end}@media (max-width: 1280px){.cms-editor-head,.cms-editor-title{align-items:flex-start}}@media (max-width: 1100px){.cms-editor-actions{width:100%;flex-wrap:wrap}}@media (max-width: 900px){.cms-fact-row{grid-template-columns:1fr}.cms-fact-row>.cms-field:first-child,.cms-fact-row>.cms-field.grow{width:100%}.cms-fact-row>.cms-icon-button{margin-top:0;justify-self:end}}@media (max-width: 560px){.cms-editor-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.cms-editor-actions .cms-button{width:100%;min-width:0}.cms-editor-actions .cms-button.primary:last-child{grid-column:1 / -1}}.cms-media-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid var(--cms-line)}.cms-media-toolbar>.cms-input-icon{width:min(560px,100%);background:#fff}.cms-media-toolbar-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.cms-media-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;padding:16px 18px}.cms-media-preview.real{height:124px;padding:8px;background:linear-gradient(145deg,#f5f7fb,#edf2f8)}.cms-media-preview.real img{width:100%;height:100%;object-fit:contain;border-radius:8px}.cms-media-pagination{background:#fbfcff}.cms-media-picker-grid{max-height:350px;grid-template-columns:repeat(auto-fill,minmax(210px,1fr))}.cms-media-picker-thumb{width:72px;height:60px;padding:4px}.cms-media-picker-thumb img{object-fit:contain;border-radius:6px}.cms-media-picker-pagination{margin-top:14px;padding:12px 0 0;border-top:1px solid var(--cms-line)}.cms-media-picker-pagination+.cms-media-picker-fields{margin-top:14px}@media (max-width:720px){.cms-media-toolbar{align-items:stretch;flex-direction:column}.cms-media-toolbar>.cms-input-icon{width:100%}.cms-media-toolbar-actions{justify-content:flex-end}.cms-media-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:14px;gap:10px}.cms-media-preview.real{height:110px}.cms-media-picker-grid{grid-template-columns:1fr}}@media (max-width:480px){.cms-media-grid{grid-template-columns:1fr}}.cms-form-grid{align-items:start}.cms-form-grid>.cms-field{align-self:start;width:100%}.cms-field>span{line-height:1.35}.cms-field small{line-height:1.45;overflow-wrap:anywhere}.cms-media-picker-fields{align-items:start}.cms-media-picker-fields>.cms-field{align-self:start;width:100%}.cms-media-picker-display-options{grid-column:1/-1;width:100%;align-items:start;gap:14px;padding-top:2px}.cms-media-picker-display-options>.cms-field{align-self:start;width:100%}.cms-form-grid.two>.full{grid-column:1/-1;width:100%}@media (max-width:800px){.cms-media-picker-display-options{grid-column:1}}.cms-content-table{min-width:760px}.cms-content-table th:first-child,.cms-content-table td:first-child{width:auto}.cms-content-table th:nth-child(2),.cms-content-table td:nth-child(2){width:130px;white-space:nowrap}.cms-content-table th:nth-child(3),.cms-content-table td:nth-child(3){width:112px;white-space:nowrap}.cms-content-table th:nth-child(4),.cms-content-table td:nth-child(4){width:170px;white-space:nowrap}.cms-content-table th:last-child,.cms-content-table td:last-child{width:62px;text-align:right}.cms-content-primary{min-width:320px;gap:5px}.cms-content-primary>strong{font-size:16px;line-height:1.35}.cms-content-primary>span{font-size:13px;color:#66748b;overflow-wrap:anywhere}.cms-content-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:3px}.cms-meta-badge{display:inline-flex;align-items:center;min-height:23px;padding:1px 8px;border-radius:999px;border:1px solid #e2e7f0;background:#f8faff;color:#657086;font-size:11px;font-weight:750;line-height:1.3}.cms-meta-badge.type{background:#f4f6fa;color:#667187}.cms-meta-badge.category{background:#eef4ff;border-color:#dce7ff;color:#526fae}.cms-meta-badge.pinned{background:#fff4df;border-color:#f2dfb8;color:#a96f16}.cms-meta-badge.muted{background:#f7f8fa;color:#98a0ad}.cms-side-divider{height:1px;background:var(--cms-line);margin:16px 0}.cms-pin-control{margin:0}.cms-pin-sort{margin-top:14px}.cms-shared-meta-note{margin:12px 0 0}.cms-content-updated{font-variant-numeric:tabular-nums}@media (max-width:900px){.cms-content-table{min-width:700px}.cms-content-primary{min-width:280px}.cms-content-table th:nth-child(2),.cms-content-table td:nth-child(2){width:110px}.cms-content-table th:nth-child(4),.cms-content-table td:nth-child(4){width:150px}}
