@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Sorts+Mill+Goudy:ital@0;1&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--blue:#24608b;--blue-dark:#174968;--blue-soft:#e9f2f7;--bronze:#95591c;--ink:#182028;--muted:#64717b;--line:#dbe3e7;--surface:#fff;--surface-soft:#f5f7f7;--canvas:#eef2f3;--success:#2d6a4f;--danger:#a13737;--warning:#9a6300;--shadow:0 16px 40px #1b394a17;font-family:DM Sans,system-ui,sans-serif}*{box-sizing:border-box}html{background:var(--canvas);min-width:320px}body{color:var(--ink);background:var(--canvas);margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.52}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,a:focus-visible{outline-offset:2px;outline:3px solid #24608b47}a{color:inherit}.app-shell{min-height:100dvh}.sidebar{z-index:50;color:#fff;background:#173c53;border-right:1px solid #ffffff21;flex-direction:column;width:256px;padding:22px 16px;display:flex;position:fixed;inset:0 auto 0 0}.sidebar-brand{align-items:center;gap:11px;padding:0 8px 26px;display:flex}.sidebar-brand>div:nth-child(2){gap:2px;display:grid}.sidebar-brand strong{font-size:16px}.sidebar-brand span{color:#ffffff9e;font-size:12px}.brand-mark{background:var(--blue);color:#fff;border-radius:14px;flex:0 0 44px;place-items:center;width:44px;height:44px;display:grid;box-shadow:0 8px 20px #184f743d}.sidebar nav{gap:5px;display:grid}.sidebar nav button,.logout-button{color:#ffffffb8;text-align:left;background:0 0;border:0;border-radius:12px;align-items:center;gap:11px;min-height:48px;padding:0 13px;transition:background .18s,color .18s;display:flex}.sidebar nav button:hover,.sidebar nav button.active{color:#fff;background:#ffffff1a}.sidebar nav button.active{box-shadow:inset 3px 0 var(--bronze)}.sidebar-note{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:16px;margin-top:auto;padding:15px}.sidebar-note span{color:#d7b58d;letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:700}.sidebar-note strong{margin-top:8px;font-size:14px;display:block}.sidebar-note p{color:#ffffff9e;margin:7px 0 0;font-size:12px;line-height:1.5}.logout-button{width:100%;margin-top:10px}.main-area{min-height:100dvh;margin-left:256px;padding:0 34px 48px}.topbar{border-bottom:1px solid var(--line);align-items:center;gap:18px;min-height:108px;display:flex}.topbar>div:nth-child(2){min-width:0}.topbar h1{margin:3px 0 0;font-family:Sorts Mill Goudy,serif;font-size:clamp(28px,3vw,38px);font-weight:400;line-height:1}.topbar-actions{align-items:center;gap:9px;margin-left:auto;display:flex}.eyebrow{color:var(--bronze);letter-spacing:.14em;text-transform:uppercase;font-size:11px;font-weight:700}.page-stack{gap:20px;padding-top:28px;display:grid}.button{border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 16px;font-size:14px;font-weight:700;transition:background .18s,border .18s,box-shadow .18s;display:inline-flex}.button.primary{background:var(--blue);color:#fff;box-shadow:0 8px 20px #24608b2e}.button.primary:hover{background:var(--blue-dark)}.button.secondary{border-color:var(--line);color:var(--blue-dark);background:#fff}.button.secondary:hover{background:var(--blue-soft);border-color:#a8c0cc}.button.light{color:var(--blue-dark);background:#fff}.button.wide{width:100%}.button.publish-button{background:var(--success);color:#fff;min-height:52px}.button.publish-button:hover{background:#24583f}.button.approve{color:var(--success);background:#edf8f2;border-color:#b9d8c8}.button.approve:hover{background:#e1f3e9;border-color:#8fc0a8}.button.danger-subtle{color:var(--danger);background:#fff;border-color:#e7c3c3}.button.danger-subtle:hover{background:#fff4f4}.button-row{flex-wrap:wrap;gap:9px;display:flex}.text-button{min-height:44px;color:var(--blue);background:0 0;border:0;align-items:center;gap:5px;font-weight:700;display:inline-flex}.icon-button{border:1px solid var(--line);width:44px;height:44px;color:var(--ink);background:#fff;border-radius:12px;place-items:center;display:grid}.mobile-only{display:none}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.notice{border:1px solid;border-radius:12px;align-items:center;gap:10px;min-height:48px;margin-top:18px;padding:10px 13px;font-size:14px;display:flex}.notice.success{color:var(--success);background:#eff8f3;border-color:#b9d8c8}.notice.error{color:var(--danger);background:#fff4f4;border-color:#e7c3c3}.notice span{flex:1}.notice button{color:currentColor;background:0 0;border:0;place-items:center;width:36px;height:36px;display:grid}.metrics-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.metric-card{border:1px solid var(--line);background:var(--surface);border-radius:16px;gap:4px;padding:20px;display:grid;box-shadow:0 5px 18px #1b394a0a}.metric-card span{color:var(--muted);font-size:13px;font-weight:600}.metric-card strong{color:var(--blue-dark);font-family:Sorts Mill Goudy,serif;font-size:38px;font-weight:400;line-height:1.1}.metric-card small{color:#879198;font-size:11px}.panel{border:1px solid var(--line);background:var(--surface);border-radius:18px;padding:22px;box-shadow:0 7px 24px #1b394a0b}.panel-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;display:flex}.panel-heading h2,.section-title h2{margin:4px 0 0;font-family:Sorts Mill Goudy,serif;font-size:28px;font-weight:400;line-height:1.1}.draft-list{gap:7px;display:grid}.draft-row{background:var(--surface-soft);width:100%;min-height:70px;color:var(--ink);text-align:left;border:1px solid #0000;border-radius:13px;grid-template-columns:42px minmax(0,1fr) auto 20px;align-items:center;gap:12px;padding:10px 13px;display:grid}.draft-row:hover{background:var(--blue-soft);border-color:#b9cdd7}.draft-icon{width:40px;height:40px;color:var(--blue);background:#fff;border-radius:11px;place-items:center;display:grid}.draft-main{gap:4px;min-width:0;display:grid}.draft-main strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.draft-main span{color:var(--muted);font-size:12px}.status{white-space:nowrap;border-radius:999px;align-items:center;gap:5px;width:fit-content;padding:6px 9px;font-size:11px;font-weight:700;display:inline-flex}.status-review{color:var(--warning);background:#fff5df}.status-approved,.status-published{color:var(--success);background:#e9f6ef}.status-publishing{background:var(--blue-soft);color:var(--blue)}.status-failed{color:var(--danger);background:#fff0f0}.status-draft{color:var(--muted);background:#eef0f1}.empty-state{min-height:260px;color:var(--muted);text-align:center;align-content:center;place-items:center;gap:8px;display:grid}.empty-state svg{color:#9db3be}.empty-state h3{color:var(--ink);margin:4px 0 0}.empty-state p{max-width:460px;margin:0 0 10px}.split-layout{grid-template-columns:minmax(300px,.78fr) minmax(420px,1.22fr);align-items:start;gap:20px;padding-top:28px;display:grid}.sticky-panel{position:sticky;top:18px}.form-stack{gap:16px;display:grid}.form-stack label{color:#35434c;gap:7px;font-size:13px;font-weight:700;display:grid}.form-stack label>span{color:var(--danger)}.form-stack label small{color:var(--muted);margin-left:auto;font-weight:500}input,textarea,select{width:100%;color:var(--ink);background:#fff;border:1px solid #cdd9de;border-radius:10px;padding:11px 12px;font-size:15px;line-height:1.5}input,select{min-height:46px}textarea{resize:vertical}input:hover,textarea:hover,select:hover{border-color:#9db5c1}input:focus,textarea:focus,select:focus{border-color:var(--blue)}.helper{color:var(--muted);font-size:12px;line-height:1.55}.field-error{color:var(--danger);margin:0;font-size:13px}.idea-list{gap:10px;display:grid}.idea-list article{border:1px solid var(--line);border-radius:14px;align-items:center;gap:16px;padding:15px;display:flex}.idea-list article>div{flex:1;min-width:0}.idea-list h3{margin:8px 0 4px;font-size:16px}.idea-list p{color:var(--muted);margin:0;font-size:12px}.idea-bank-heading{align-items:flex-start}.idea-bank-heading p{color:var(--muted);margin:7px 0 0;font-size:13px}.idea-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex;flex:none!important}.idea-list-footer{justify-content:center;padding-top:6px;display:flex}.approved-ideas{border-top:1px solid var(--line);gap:14px;margin-top:28px;padding-top:25px;display:grid}.subsection-heading h3{margin:5px 0 0;font-family:Sorts Mill Goudy,serif;font-size:25px;font-weight:400}.idea-list article.approved-card{background:#f8fcfa;border-color:#c7dfd2}.tag{background:var(--blue-soft);color:var(--blue-dark);border-radius:999px;padding:5px 8px;font-size:10px;font-weight:700;display:inline-flex}.tag.approved-tag{color:var(--success);background:#e5f4eb}.help-page{max-width:1320px;margin:0 auto}.help-section .panel-heading{align-items:flex-end}.guide-time{background:var(--blue-soft);color:var(--blue-dark);white-space:nowrap;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:700}.guide-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.guide-step{border:1px solid var(--line);background:var(--surface-soft);border-radius:16px;min-height:205px;padding:18px;position:relative}.guide-step-number{width:30px;height:30px;color:var(--blue-dark);background:#fff;border-radius:999px;place-items:center;font-size:12px;font-weight:800;display:grid;position:absolute;top:16px;right:16px}.guide-step-icon,.behind-icon{background:var(--blue-soft);width:42px;height:42px;color:var(--blue);border-radius:12px;place-items:center;display:grid}.guide-step h3,.behind-grid h3{margin:15px 0 7px;font-size:16px}.guide-step p,.behind-grid p{color:var(--muted);margin:0;font-size:13px;line-height:1.6}.help-two-columns{grid-template-columns:1fr 1fr;gap:20px;display:grid}.help-accordions{gap:8px;display:grid}.help-accordions details{border:1px solid var(--line);background:var(--surface-soft);border-radius:13px;padding:0 14px}.help-accordions details[open]{background:var(--blue-soft);border-color:#b9cdd7}.help-accordions summary{min-height:48px;color:var(--ink);cursor:pointer;justify-content:space-between;align-items:center;gap:12px;font-weight:700;list-style:none;display:flex}.help-accordions summary::-webkit-details-marker{display:none}.help-accordions summary:after{content:"+";color:var(--blue);font-size:21px;font-weight:500}.help-accordions details[open] summary:after{content:"−"}.help-accordions p{color:#4e5d66;margin:0;padding:0 0 15px;font-size:13px;line-height:1.65}.status-guide{gap:9px;display:grid}.status-guide article{border-bottom:1px solid var(--line);grid-template-columns:96px 1fr;align-items:start;gap:12px;padding:4px 0 12px;display:grid}.status-guide article:last-child{border-bottom:0;padding-bottom:0}.status-guide strong{font-size:14px}.status-guide p{color:var(--muted);margin:4px 0 0;font-size:12px;line-height:1.55}.behind-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.behind-grid article{border:1px solid var(--line);border-radius:15px;padding:17px}.golden-rules{color:#fff;box-shadow:var(--shadow);background:#173c53;border-radius:18px;flex-direction:column;padding:25px;display:flex}.golden-rules .eyebrow{color:#e4bd8e}.golden-rules h2{margin:6px 0 15px;font-family:Sorts Mill Goudy,serif;font-size:31px;font-weight:400}.golden-rules ul{gap:12px;margin:0 0 22px;padding:0;list-style:none;display:grid}.golden-rules li{color:#ffffffc7;grid-template-columns:20px 1fr;gap:9px;font-size:13px;line-height:1.55;display:grid}.golden-rules li svg{color:#acd7bf;margin-top:1px}.golden-rules .button{margin-top:auto}.editor-page{padding-top:22px}.editor-toolbar{align-items:center;gap:10px;margin-bottom:12px;display:flex}.editor-toolbar .status{margin-left:auto}.editor-tabs{border-bottom:1px solid var(--line);gap:5px;margin-bottom:18px;display:flex;overflow-x:auto}.editor-tabs button{min-height:44px;color:var(--muted);white-space:nowrap;background:0 0;border:0;border-bottom:3px solid #0000;padding:0 13px;font-weight:700}.editor-tabs button.active{border-color:var(--blue);color:var(--blue-dark)}.editor-grid{grid-template-columns:minmax(480px,1.05fr) minmax(400px,.95fr);align-items:start;gap:20px;display:grid}.editor-form{min-width:0}.section-title{margin-bottom:3px}.two-fields{grid-template-columns:1fr 1fr;gap:12px;display:grid}.field-divider{background:var(--line);height:1px;margin:4px 0}.repeat-card{border:1px solid var(--line);background:var(--surface-soft);border-radius:14px;gap:13px;padding:15px;display:grid}.repeat-card legend{color:var(--blue-dark);padding:0 7px;font-size:12px;font-weight:800}.preview-panel{border:1px solid var(--line);max-height:calc(100dvh - 38px);box-shadow:var(--shadow);background:#fff;border-radius:18px;flex-direction:column;display:flex;position:sticky;top:18px;overflow:hidden}.preview-heading{border-bottom:1px solid var(--line);flex:none;justify-content:space-between;align-items:center;padding:13px 17px;display:flex}.preview-heading span{font-weight:800}.preview-heading small{color:var(--muted)}.article-preview{min-height:0;padding:25px 30px 50px;overflow:auto}.article-preview>img{aspect-ratio:3/2;object-fit:cover;background:var(--surface-soft);border-radius:15px;width:100%;margin-bottom:25px}.article-category{color:var(--bronze);letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:700}.article-preview h1{margin:10px 0 13px;font-family:Sorts Mill Goudy,serif;font-size:38px;font-weight:400;line-height:1.08}.article-lead{color:var(--muted);font-size:17px;line-height:1.65}.answer-box{border-left:3px solid var(--blue);background:var(--blue-soft);margin:25px 0;padding:16px}.answer-box strong{color:var(--blue-dark)}.article-preview h2{margin:32px 0 10px;font-family:Sorts Mill Goudy,serif;font-size:27px;font-weight:400}.article-preview p,.article-preview li{color:#46535c;line-height:1.72}.preview-faq{border-top:1px solid var(--line);padding:14px 0}.preview-faq p{margin-bottom:0}.image-stage{background:var(--surface-soft);border-radius:16px;overflow:hidden}.image-stage img{aspect-ratio:3/2;object-fit:cover;width:100%;display:block}.image-placeholder{background:var(--blue-soft);min-height:260px;color:var(--muted);text-align:center;border:1px dashed #aac0ca;border-radius:16px;align-content:center;place-items:center;gap:8px;padding:20px;display:grid}.image-placeholder svg{color:var(--blue)}.image-placeholder strong{color:var(--ink)}.review-checklist{gap:8px;display:grid}.review-checklist>div{border-radius:11px;align-items:center;gap:9px;padding:11px;display:flex}.review-checklist .ok{color:var(--success);background:#edf8f2}.review-checklist .pending{color:var(--warning);background:#fff6e7}.approval-box{background:#f0f8f4;border:1px solid #b9d8c8;border-radius:14px;grid-template-columns:22px 1fr;align-items:start;padding:15px}.approval-box input{width:20px;min-height:20px;accent-color:var(--success);margin:2px 0 0}.approval-box span{color:var(--ink);gap:4px;display:grid}.approval-box small{color:var(--muted);font-weight:400;line-height:1.5}.published-link{min-height:44px;color:var(--blue);justify-content:center;align-items:center;gap:6px;font-weight:700;text-decoration:none;display:inline-flex}.login-page{background:radial-gradient(circle at 20% 10%,#e6f1f6,#0000 32%),#eef2f3;place-items:center;min-height:100dvh;padding:20px;display:grid}.login-card{border:1px solid var(--line);width:min(100%,430px);box-shadow:var(--shadow);background:#fff;border-radius:22px;padding:34px}.login-card .brand-mark{margin-bottom:22px}.login-card h1{margin:6px 0 8px;font-family:Sorts Mill Goudy,serif;font-size:39px;font-weight:400}.login-card>p{color:var(--muted);margin:0 0 23px}.login-card form{gap:15px;display:grid}.loading-screen{min-height:100dvh;color:var(--muted);justify-content:center;align-items:center;gap:13px;display:flex}@media (width<=1180px){.main-area{padding-inline:22px}.editor-grid{grid-template-columns:minmax(420px,1fr) minmax(330px,.8fr)}.metrics-grid{grid-template-columns:repeat(2,1fr)}.behind-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.mobile-only{display:grid}.sidebar{transition:transform .22s;transform:translate(-105%)}.sidebar.open{transform:translate(0)}.sidebar-scrim{z-index:45;background:#0c192185;border:0;position:fixed;inset:0}.sidebar-brand .mobile-only{color:#fff;background:0 0;border-color:#ffffff2e;margin-left:auto}.main-area{margin-left:0}.split-layout,.editor-grid{grid-template-columns:1fr}.sticky-panel,.preview-panel{position:static}.preview-panel{max-height:none}.article-preview{max-height:760px}.help-two-columns{grid-template-columns:1fr}.guide-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.main-area{padding:0 14px 34px}.topbar{min-height:88px}.topbar .eyebrow{display:none}.topbar h1{font-size:27px}.topbar-actions .secondary{display:none}.topbar-actions .primary{width:44px;padding:0;font-size:0}.metrics-grid{grid-template-columns:1fr 1fr;gap:9px}.metric-card,.panel{padding:16px}.draft-row{grid-template-columns:40px minmax(0,1fr) 18px}.draft-row .status{grid-column:2}.draft-row>svg:last-child{grid-area:1/3/span 2}.two-fields{grid-template-columns:1fr}.editor-toolbar{flex-wrap:wrap}.editor-toolbar .status{margin-left:0}.editor-toolbar .button{margin-left:auto}.article-preview{padding:20px 18px 40px}.article-preview h1{font-size:32px}.button-row .button{width:100%}.idea-list article{flex-direction:column;align-items:stretch}.idea-actions{justify-content:stretch}.idea-actions .button{flex:140px}.idea-bank-heading{flex-direction:column;align-items:stretch}.idea-bank-heading .button{width:100%}.help-section .panel-heading{flex-direction:column;align-items:flex-start}.guide-time{white-space:normal}.guide-steps,.behind-grid{grid-template-columns:1fr}.guide-step{min-height:0}.status-guide article{grid-template-columns:1fr}}
