:root{--navy: #17202a;--blue: #059669;--blue-soft: #ecfdf5;--green: #059669;--red: #b42318;--border: #dce2e8;--muted: #64717d;--surface: #ffffff}.loading-screen,.auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.loading-screen{align-content:center;gap:14px;color:var(--muted)}.spinner{width:32px;height:32px;border:3px solid #d8e3ec;border-top-color:var(--blue);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-shell{background:radial-gradient(circle at 50% 0%,#dff7ec,#f4f6f8 42%)}.auth-card{width:min(100%,430px);padding:38px;border:1px solid var(--border);border-radius:18px;background:var(--surface);box-shadow:0 20px 60px #17202a1a}.auth-logo{display:block;width:180px;max-height:52px;-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center}.auth-card h1{margin:5px 0 22px;font-size:28px}.eyebrow{margin:22px 0 0;color:var(--blue);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}form{display:grid;gap:17px}label{display:grid;gap:7px;color:#34404b;font-size:14px;font-weight:650}label span{color:var(--muted);font-weight:400}input,select,textarea{width:100%;min-height:46px;border:1px solid #bfc9d2;border-radius:9px;background:#fff;color:var(--navy);padding:13px 14px;font-size:15px;line-height:1.45}textarea{min-height:110px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--green);outline:3px solid rgba(5,150,105,.13)}.hint{margin:-7px 0 0;color:var(--muted);font-size:13px;line-height:1.45}button{border:0;cursor:pointer}button:disabled{cursor:wait;opacity:.6}.primary,.secondary{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:9px;padding:10px 17px;font-weight:750}.primary{background:var(--blue);color:#fff}.primary:hover{background:#047857}.secondary{border:1px solid var(--border);background:#fff;color:var(--navy)}.danger{min-height:42px;padding:10px 17px;border-radius:9px;background:#b42318;color:#fff;font-weight:750}.alert{margin-top:16px;padding:12px 14px;border-radius:8px;font-size:14px}.alert.error{background:#fef0ee;color:var(--red);border:1px solid #fac5bf}.alert.success{background:#ecfdf5;color:#047857;border:1px solid #a7d4c4}.auth-copy{margin:-8px 0 22px;color:var(--muted);line-height:1.6}.auth-action{width:100%;margin-top:22px;text-decoration:none}.one-time code{padding:10px;border-radius:6px;background:#f0f3f6;text-align:center}.admin-shell{min-height:100vh;display:grid;grid-template-columns:250px minmax(0,1fr)}.sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:22px 14px 14px;background:#17202a;color:#fff}.sidebar-brand{display:grid;gap:8px;padding:0 8px 24px;font-size:17px;font-weight:800}.sidebar-brand small,.sidebar-account small{display:block;margin-top:2px;color:#a7b4bf;font-size:11px;font-weight:500}.sidebar nav{display:grid;gap:3px}.sidebar nav a,.sidebar-account a{display:flex;align-items:center;gap:12px;min-height:43px;padding:9px 12px;border-radius:8px;color:#cad3dc;text-decoration:none;font-size:14px;font-weight:600}.sidebar nav a:hover,.sidebar nav a.active{background:#263746;color:#fff}.sidebar nav a.active{box-shadow:inset 3px 0 var(--blue)}.sidebar-account{display:flex;align-items:center;gap:4px;margin-top:auto;padding-top:14px;border-top:1px solid #334452}.sidebar-account a{min-width:0;flex:1}.sidebar-account a span:nth-child(2){min-width:0;overflow:hidden;text-overflow:ellipsis}.sidebar-account button{padding:9px;border-radius:7px;background:transparent;color:#cad3dc}.admin-main{min-width:0;padding:40px clamp(20px,4vw,60px)}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px}.page-header h1{margin:4px 0 6px;font-size:clamp(28px,3vw,36px);letter-spacing:-.03em}.page-header>div>p:last-child{margin:0;color:var(--muted)}.panel,.search-panel{border:1px solid var(--border);border-radius:13px;background:var(--surface);box-shadow:0 2px 8px #17202a09}.panel{padding:22px}.panel-heading{display:flex;justify-content:space-between;margin-bottom:18px}.panel-heading h2,.panel-heading p{margin:0}.panel-heading p{margin-top:5px;color:var(--muted)}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:22px}.metric-card{padding:20px;border:1px solid var(--border);border-radius:12px;background:#fff}.metric-card span{display:block;min-height:38px;color:var(--muted);font-size:13px}.metric-card strong{font-size:30px}.work-queue{display:grid;gap:10px}.work-queue a{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 17px;border:1px solid var(--border);border-radius:10px;color:var(--navy);text-decoration:none}.work-queue a:hover{border-color:#8cd3b9;background:#f1fbf7}.work-queue a>span{display:flex;align-items:center;gap:10px}.work-queue a .material-symbols-outlined{color:var(--green)}.work-queue a strong{display:grid;place-items:center;min-width:34px;height:28px;border-radius:999px;background:var(--blue-soft);color:var(--green)}.empty{display:grid;place-items:center;min-height:180px;color:#8895a1}.empty .material-symbols-outlined{font-size:38px}.search-panel{max-width:820px;padding:clamp(25px,5vw,52px)}.search-copy{max-width:570px;margin-bottom:25px}.search-copy>.material-symbols-outlined{color:var(--blue);font-size:38px}.search-copy h2{margin:12px 0 7px}.search-copy p{margin:0;color:var(--muted)}.search-form>div{display:flex;gap:10px}.search-form input{min-height:46px}.modal-backdrop{position:fixed;z-index:20;inset:0;display:grid;place-items:center;padding:20px;background:#0b12199e}.modal{width:min(100%,520px);max-height:calc(100vh - 40px);overflow-y:auto;padding:30px;border-radius:15px;background:#fff;box-shadow:0 24px 80px #0000004d}.modal h2{margin:15px 0 6px}.modal>p{margin:0 0 22px;color:var(--muted)}.modal-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--blue-soft);color:var(--blue)}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:5px}.grant-banner{display:flex;align-items:center;gap:13px;margin-bottom:16px;padding:13px 16px;border:1px solid #a7d4c4;border-radius:10px;background:#ecf9f4;color:#155f48}.grant-banner div{flex:1}.grant-banner span{display:block;font-size:13px}.entity-heading{display:flex;align-items:center;gap:14px;padding-bottom:20px;border-bottom:1px solid var(--border)}.entity-heading h2,.entity-heading p{margin:0}.entity-heading p{margin-top:3px;color:var(--muted)}.entity-heading .status{margin-left:auto}.avatar{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:50%;background:var(--blue-soft);color:var(--blue);font-weight:800}.status{display:inline-flex;padding:5px 9px;border-radius:999px;background:#eef1f4;color:#596571;font-size:12px;font-weight:750}.status.active{background:#e5f6ef;color:var(--green)}.status.suspended{background:#fef0ee;color:var(--red)}.status.pending{background:#fff7df;color:#80621b}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:24px 0 0}.detail-grid div{min-width:0}.detail-grid dt{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.06em}.detail-grid dd{overflow-wrap:anywhere;margin:5px 0 0}.entity-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px;padding-top:20px;border-top:1px solid var(--border)}.email-change{display:flex;gap:9px;margin-top:12px}.email-change input{max-width:330px}.activity-panel{margin-top:18px}.activity-panel.required{border-color:#e5b84f;box-shadow:0 0 0 3px #e5b84f1f}.activity-form{margin-bottom:24px;padding:18px;border-radius:10px;background:#f7f9fb}.activity-form>div{display:flex;align-items:center;justify-content:space-between;gap:16px}.activity-form>div>span{color:var(--muted);font-size:13px}.activity-panel.required .activity-form>div>span{color:#80621b;font-weight:700}.activity-timeline{display:grid;gap:0;margin:0;padding:0;list-style:none}.activity-timeline li{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;padding:0 0 20px}.activity-timeline li:not(:last-child):before{position:absolute;top:30px;bottom:0;left:14px;width:1px;background:var(--border);content:""}.activity-marker{z-index:1;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--blue-soft);color:var(--blue)}.activity-marker .material-symbols-outlined{font-size:17px}.activity-timeline p{margin:3px 0 5px;line-height:1.5}.activity-timeline span{color:var(--muted);font-size:12px}.activity-empty{display:flex;align-items:center;gap:9px;padding:12px 0;color:var(--muted);font-size:14px}.responsive-table{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:14px}th,td{padding:12px;border-bottom:1px solid #edf0f2;text-align:left}th{color:var(--muted);font-size:11px;letter-spacing:.05em;text-transform:uppercase}.mono{max-width:180px;overflow:hidden;color:var(--muted);font-family:ui-monospace,monospace;text-overflow:ellipsis;white-space:nowrap}.split{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);gap:20px;align-items:start}.admin-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #edf0f2}.admin-row>div:nth-child(2){min-width:0;flex:1}.admin-row strong,.admin-row span{display:block}.admin-row div>span{overflow:hidden;color:var(--muted);font-size:13px;text-overflow:ellipsis}.admin-row-actions{display:flex;align-items:flex-end;gap:7px;flex-direction:column}.secondary.compact,.danger.compact{min-height:34px;padding:7px 10px;font-size:12px}.role-control,.admin-row-buttons{display:flex;align-items:center;justify-content:flex-end;gap:7px}.role-control select{width:105px;min-height:34px;padding:6px 9px;font-size:12px}.admin-row>div:nth-child(2) .status{width:-moz-fit-content;width:fit-content;margin-top:7px}.stacked-form fieldset{display:grid;grid-template-columns:1fr 1fr;gap:7px;border:1px solid var(--border);border-radius:9px}.check{display:flex;align-items:center;gap:7px}.check input{width:auto}.one-time{display:grid;gap:8px;margin-top:18px;padding:15px;border:1px solid #f0ce78;border-radius:9px;background:#fff9e8}.one-time p{margin:0;color:#725b1c;font-size:13px}.page-actions,.form-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.back-link{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;padding:0;background:transparent;color:var(--green);font-weight:750}.create-panel{margin-bottom:20px}.lead-form,.workflow-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.lead-form .wide-field,.workflow-form .wide-field,.lead-form .form-actions,.workflow-form>button{grid-column:1 / -1}.pipeline-board{display:grid;grid-template-columns:repeat(8,minmax(220px,1fr));gap:12px;overflow-x:auto;padding-bottom:14px}.pipeline-column{min-height:320px;padding:12px;border:1px solid var(--border);border-radius:12px;background:#f7f9f8}.pipeline-column>header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:11px;color:#47545e;font-size:13px;font-weight:800}.pipeline-column>header strong{display:grid;place-items:center;min-width:25px;height:25px;border-radius:999px;background:#fff;color:var(--green)}.pipeline-column>div{display:grid;gap:9px}.lead-card{display:grid;gap:7px;padding:14px;border:1px solid #dfe5e2;border-radius:10px;background:#fff;color:var(--navy);text-align:left;box-shadow:0 2px 5px #17202a0a}.lead-card:hover{border-color:#8cd3b9;box-shadow:0 5px 14px #05966917}.lead-card span,.lead-card small,.lead-card time{color:var(--muted);font-size:12px}.lead-card small{padding-top:8px;border-top:1px solid #edf0ee;line-height:1.4}.lead-card time.overdue{color:var(--red);font-weight:750}.workflow-detail{margin-top:20px}.integration-panel{margin-bottom:20px}.integration-panel .panel-heading{align-items:flex-start;gap:18px}.workflow-form{margin-top:20px;padding:20px;border-radius:11px;background:#f7faf8}.workflow-timeline{margin-top:24px;padding-top:22px;border-top:1px solid var(--border)}.workflow-timeline h3{margin:0 0 14px}.workflow-timeline form{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;margin-bottom:18px}.workflow-timeline ol{display:grid;gap:0;margin:0;padding:0;list-style:none}.workflow-timeline li{display:grid;gap:5px;padding:12px 0;border-bottom:1px solid #edf0f2}.workflow-timeline li strong{font-size:14px;font-weight:600;line-height:1.5}.workflow-timeline li span{color:var(--muted);font-size:12px}.review-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:20px}.review-summary article{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;border:1px solid var(--border);border-radius:11px;background:#fff}.review-summary span{color:var(--muted);font-size:12px}.review-summary strong{color:var(--green);font-size:22px}.review-layout{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:18px;align-items:start}.review-list{display:grid;gap:8px}.review-list>button{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border:1px solid #e3e8e5;border-radius:9px;background:#fff;color:var(--navy);text-align:left}.review-list>button:hover,.review-list>button.selected{border-color:#81ceb2;background:#f1fbf7}.review-list>button div{display:grid;gap:4px}.review-list>button div span{color:var(--muted);font-size:12px}.review-detail{position:sticky;top:24px}.proposal-copy{max-height:360px;overflow-y:auto;padding:18px;border:1px solid #e5e9e7;border-radius:10px;background:#fbfcfb}.proposal-copy h3{margin:0 0 6px;font-size:14px}.proposal-copy h3:not(:first-child){margin-top:18px}.proposal-copy p{margin:0;color:#42505a;line-height:1.65;white-space:pre-wrap}.validation-checklist{display:grid;gap:10px;border:1px solid var(--border);border-radius:9px;grid-column:1 / -1}.role-explainer{overflow:hidden;border:1px solid #b8dfd0;border-radius:11px;background:#f6fcf9}.role-explainer header{padding:16px;border-bottom:1px solid #d5ebe2}.role-explainer header p{margin:5px 0 0;color:var(--muted);font-size:13px;line-height:1.5}.role-explainer>div{display:grid;grid-template-columns:1fr 1fr}.role-explainer>div>div{padding:16px}.role-explainer>div>div+div{border-left:1px solid #d5ebe2;background:snow}.role-explainer h3{display:flex;align-items:center;gap:7px;margin:0 0 10px;color:var(--green);font-size:14px}.role-explainer>div>div+div h3{color:var(--red)}.role-explainer h3 .material-symbols-outlined{font-size:18px}.role-explainer ul{display:grid;gap:7px;margin:0;padding-left:18px;color:#46525b;font-size:12px;line-height:1.4}.admin-split{grid-template-columns:minmax(280px,.65fr) minmax(480px,1.35fr)}@media(max-width:1050px){.metric-grid{grid-template-columns:1fr 1fr}.split,.review-layout{grid-template-columns:1fr}.review-detail{position:static}.review-summary{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.admin-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;padding-bottom:10px}.sidebar-brand{justify-items:center}.sidebar nav{grid-template-columns:repeat(4,1fr);overflow-x:auto}.sidebar nav a{justify-content:center;min-width:58px;padding:10px}.sidebar nav a span:last-child{display:none}.sidebar-account{display:none}.admin-main{padding:24px 16px 40px}.metric-grid,.detail-grid,.review-summary,.lead-form,.workflow-form,.role-explainer>div{grid-template-columns:1fr}.page-header{align-items:stretch;flex-direction:column}.page-actions{justify-content:flex-start;flex-wrap:wrap}.search-form>div,.grant-banner,.email-change,.activity-form>div,.workflow-timeline form{align-items:stretch;flex-direction:column;grid-template-columns:1fr}.email-change input{max-width:none}.role-explainer>div>div+div{border-top:1px solid #d5ebe2;border-left:0}}.editorial-cms{display:grid;gap:18px}.editorial-cms-heading,.editorial-library-heading,.editorial-editor-topbar,.editorial-canvas-label{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.editorial-cms-heading h2,.editorial-cms-heading p,.editorial-library-heading h3,.editorial-library-heading p{margin:0}.editorial-cms-heading h2{margin-top:4px;color:var(--navy);font-size:24px;letter-spacing:-.03em}.editorial-cms-heading>div>p:last-child,.editorial-library-heading>div>p:last-child{margin-top:5px;color:var(--muted)}.editorial-admin-kicker{color:var(--green);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.editorial-library{overflow:hidden;border:1px solid var(--border);border-radius:13px;background:#fff}.editorial-library-heading{align-items:center;padding:22px;border-bottom:1px solid var(--border)}.editorial-library-heading h3{margin-top:4px;color:var(--navy);font-size:20px}.editorial-library-heading>span{color:var(--muted);font-size:13px}.editorial-article-list{display:grid}.editorial-article-row{display:flex;align-items:center;gap:13px;width:100%;padding:0 22px;border-bottom:1px solid #edf0f2;background:#fff;color:var(--navy);text-align:left}.editorial-article-row:last-child{border-bottom:0}.editorial-article-row:hover{background:#f7fbf9}.editorial-article-row-open{display:flex;align-items:center;gap:13px;min-width:0;flex:1;padding:16px 0;border:0;background:transparent;color:inherit;text-align:left}.editorial-article-row-open:hover{color:var(--green)}.editorial-article-delete{display:inline-flex;align-items:center;gap:5px;padding:7px 9px;border:1px solid #e9c5c5;border-radius:7px;background:#fff8f8;color:#a33030;font-size:11px;font-weight:750}.editorial-article-delete:hover:not(:disabled){background:#feecec}.editorial-article-row-icon{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:9px;background:var(--blue-soft);color:var(--green)}.editorial-article-row-copy{min-width:0;flex:1}.editorial-article-row-copy strong,.editorial-article-row-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editorial-article-row-copy small{margin-top:4px;color:var(--muted);font-size:12px}.editorial-article-row>.material-symbols-outlined{color:#9aa5ad}.status.published{background:#e5f6ef;color:var(--green)}.status.draft{background:#fff7df;color:#80621b}.status.archived{background:#eef1f4;color:#596571}.editorial-library-empty{display:grid;place-items:center;gap:7px;min-height:260px;padding:30px;text-align:center}.editorial-library-empty>.material-symbols-outlined{color:var(--green);font-size:44px}.editorial-library-empty h3,.editorial-library-empty p{margin:0}.editorial-library-empty p{margin-bottom:10px;color:var(--muted)}.editorial-loading{display:flex;align-items:center;justify-content:center;gap:10px;min-height:260px;color:var(--muted)}.editorial-loading .material-symbols-outlined{color:var(--green);animation:editorial-spin 1.2s linear infinite}@keyframes editorial-spin{to{transform:rotate(360deg)}}.editorial-editor-topbar{align-items:center}.editorial-editor-topbar .back-link{margin:0}.editorial-editor-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px}.editorial-meta-form{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(220px,.8fr);gap:15px;padding:18px;border:1px solid var(--border);border-radius:12px;background:#fff}.editorial-meta-form .wide-field{grid-column:1 / -1}.editorial-workbench{display:grid;grid-template-columns:230px minmax(0,1fr);gap:18px;align-items:start}.editorial-toolbox{position:sticky;top:20px;display:grid;gap:16px;padding:17px;border:1px solid #cfdad5;border-radius:13px;background:#f8fbf9}.editorial-toolbox-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.editorial-toolbox-heading p,.editorial-toolbox-heading h3{margin:0}.editorial-toolbox-heading p{color:var(--green);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.editorial-toolbox-heading h3{margin-top:4px;font-size:18px}.editorial-toolbox-heading>.material-symbols-outlined{color:var(--green)}.editorial-toolbox-copy{margin:0;color:var(--muted);font-size:12px;line-height:1.55}.editorial-palette{display:grid;gap:7px}.editorial-palette-item{display:flex;align-items:center;gap:9px;min-height:48px;padding:8px 9px;border:1px solid #dce7e1;border-radius:9px;background:#fff;color:var(--navy);text-align:left}.editorial-palette-item:not(:disabled){cursor:grab}.editorial-palette-item:not(:disabled):hover{border-color:#83cdb2;background:#f0fbf6}.editorial-palette-item:active{cursor:grabbing}.editorial-palette-item>.material-symbols-outlined:first-child{color:var(--green);font-size:19px}.editorial-palette-item>.material-symbols-outlined:last-child{margin-left:auto;color:#9aa5ad;font-size:18px}.editorial-palette-item span{min-width:0;flex:1}.editorial-palette-item strong,.editorial-palette-item small{display:block}.editorial-palette-item strong{font-size:12px}.editorial-palette-item small{margin-top:2px;color:var(--muted);font-size:10px}.editorial-toolbox-note{display:flex;align-items:flex-start;gap:8px;padding-top:14px;border-top:1px solid #dce7e1;color:var(--muted);font-size:11px;line-height:1.45}.editorial-toolbox-note>.material-symbols-outlined{flex:0 0 auto;color:var(--green);font-size:17px}.editorial-toolbox-note strong{color:var(--navy)}.editorial-canvas-column{min-width:0}.editorial-canvas-label{align-items:center;margin-bottom:9px;padding:0 3px;color:var(--muted);font-size:12px}.editorial-canvas-label>span{display:inline-flex;align-items:center;gap:6px;font-weight:750}.editorial-canvas-label .material-symbols-outlined{color:var(--green);font-size:18px}.editorial-canvas{min-height:590px;padding:18px;border:1px dashed #c3d3cb;border-radius:14px;background:#edf2ef}.editorial-canvas.is-empty{display:flex}.editorial-canvas-sheet{width:min(100%,760px);min-height:550px;margin:0 auto;padding:clamp(24px,5vw,56px);border:1px solid #e4e9e6;background:#fff;box-shadow:0 8px 26px #17202a0f}.editorial-canvas-preview-label{margin-bottom:18px;color:#9aa5ad;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.editorial-canvas-sheet>h1{margin:0;color:var(--navy);font-size:clamp(28px,4vw,44px);letter-spacing:-.045em;line-height:1.02}.editorial-canvas-excerpt{margin:14px 0 24px;color:var(--muted);font-size:16px;line-height:1.6}.editorial-dropzone{display:grid;place-items:center;gap:7px;min-height:260px;margin-top:24px;border:1px dashed #b8cfc3;color:var(--muted);text-align:center}.editorial-dropzone>.material-symbols-outlined{color:var(--green);font-size:38px}.editorial-dropzone strong{color:var(--navy);font-size:14px}.editorial-dropzone span{font-size:12px}.editorial-block{margin-top:14px;border:1px solid #dae5df;border-radius:10px;background:#fbfdfc}.editorial-block.is-dragging{opacity:.55;border-color:var(--green)}.editorial-block-header{display:flex;align-items:center;gap:7px;padding:8px 10px;border-bottom:1px solid #e5ece8;background:#f5f9f7}.editorial-drag-handle{display:inline-flex;color:#8b9992;cursor:grab}.editorial-block-type{display:inline-flex;align-items:center;gap:5px;color:#50615a;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.editorial-block-type .material-symbols-outlined{color:var(--green);font-size:17px}.editorial-block-actions{display:flex;gap:2px;margin-left:auto}.editorial-block-actions button{display:grid;place-items:center;padding:3px;border-radius:5px;background:transparent;color:#7c8983}.editorial-block-actions button:hover:not(:disabled){background:#e3f4ec;color:var(--green)}.editorial-block-actions button:disabled{cursor:not-allowed;opacity:.35}.editorial-block-actions .material-symbols-outlined{font-size:18px}.editorial-block-preview{padding:16px 14px 2px;background:#fff}.editorial-block-preview p,.editorial-block-preview ul,.editorial-block-preview ol,.editorial-block-preview figure,.editorial-block-preview blockquote{margin:0 0 16px}.editorial-block-preview p,.editorial-block-preview li{color:#52615a;font-size:14px;line-height:1.7;white-space:pre-line}.editorial-block-preview h2,.editorial-block-preview h3{color:var(--navy);line-height:1.2}.editorial-block-preview h2{margin:0 0 12px;font-size:25px;letter-spacing:-.03em}.editorial-block-preview h3{margin:0 0 9px;font-size:18px;letter-spacing:-.02em}.editorial-block-preview ul,.editorial-block-preview ol{padding-left:21px}.editorial-block-preview blockquote{padding:13px 15px;border-left:3px solid var(--green);background:#f2f8f5}.editorial-block-preview blockquote p{margin-bottom:7px;color:var(--navy);font-size:15px}.editorial-block-preview cite{color:var(--muted);font-size:12px;font-style:normal}.editorial-block-preview figure img{display:block;width:100%;max-height:220px;-o-object-fit:cover;object-fit:cover}.editorial-block-preview figcaption{margin-top:7px;color:var(--muted);font-size:11px;text-align:center}.editorial-preview-action{display:inline-flex;align-items:center;gap:5px;padding:8px 12px;background:var(--navy);color:#fff!important;font-size:12px!important;font-weight:750;white-space:normal!important}.editorial-preview-action .material-symbols-outlined{color:var(--green);font-size:17px}.editorial-preview-columns{display:grid;gap:12px;margin-bottom:14px}.editorial-preview-columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.editorial-preview-columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.editorial-preview-column{min-width:0;padding:13px;border-top:3px solid var(--green);background:#f2f8f5}.editorial-preview-column p{margin-bottom:0;font-size:13px}.editorial-preview-placeholder{display:flex;align-items:center;justify-content:center;gap:7px;min-height:100px;padding:14px;border:1px dashed #b8cfc3;color:var(--muted);font-size:12px;text-align:center}.editorial-preview-placeholder>.material-symbols-outlined{color:var(--green)}.editorial-block-preview hr{margin:12px 0 18px;border:0;border-top:1px solid #cddbd3}.editorial-preview-spacer-small{height:14px}.editorial-preview-spacer-medium{height:30px}.editorial-preview-spacer-large{height:54px}.editorial-block-editor{border-top:1px solid #e5ece8;background:#fbfdfc}.editorial-block-fields{display:grid;gap:8px;padding:12px}.editorial-block-fields textarea{min-height:86px;background:#fff}.editorial-fields-inline{grid-template-columns:minmax(105px,.35fr) minmax(0,1fr)}.editorial-fields-inline input,.editorial-fields-inline select{min-width:0}.editorial-columns-fields-2{grid-template-columns:repeat(2,minmax(0,1fr))}.editorial-columns-fields-3{grid-template-columns:repeat(3,minmax(0,1fr))}.editorial-columns-fields fieldset{min-width:0;display:grid;gap:8px;padding:10px;border:1px solid #dce7e1;border-radius:8px;background:#fff}.editorial-columns-fields legend{padding:0 4px;color:var(--green);font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.editorial-column-canvas{display:grid;gap:8px;min-height:120px;padding:8px;border:1px dashed #b8cfc3;border-radius:8px;background:#f7fbf9}.editorial-column-canvas.is-empty{place-items:center}.editorial-column-dropzone{display:grid;place-items:center;gap:5px;min-height:100px;color:var(--muted);font-size:11px;text-align:center}.editorial-column-dropzone>.material-symbols-outlined{color:var(--green);font-size:25px}.editorial-column-widget{overflow:hidden;border:1px solid #dce7e1;border-radius:7px;background:#fff}.editorial-column-widget[draggable=true]{cursor:grab}.editorial-column-widget-label{display:flex;align-items:center;gap:5px;padding:6px 7px;border-bottom:1px solid #e5ece8;color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.editorial-column-widget-label>.material-symbols-outlined{color:var(--green);font-size:15px}.editorial-column-widget-label button{display:grid;place-items:center;margin-left:auto;padding:2px;background:transparent;color:#9aa5ad}.editorial-column-widget-label button:hover:not(:disabled){color:#a33030}.editorial-column-widget-label button .material-symbols-outlined{font-size:16px}.editorial-column-widget-preview{padding:8px}.editorial-column-widget-preview .editorial-preview-columns{grid-template-columns:1fr}.editorial-column-widget-editor{border-top:1px solid #e5ece8}.editorial-column-widget-editor .editorial-block-fields{padding:8px}.editorial-column-widget-editor .editorial-block-fields textarea{min-height:58px}.editorial-preview-overlay{position:fixed;z-index:50;inset:0;display:grid;place-items:center;padding:24px;background:#0c191494}.editorial-preview-dialog{display:grid;grid-template-rows:auto minmax(0,1fr);width:min(960px,100%);max-height:min(900px,92vh);overflow:hidden;border-radius:15px;background:#edf2ef;box-shadow:0 22px 80px #00000040}.editorial-preview-dialog>header{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:16px 20px;border-bottom:1px solid #dce7e1;background:#fff}.editorial-preview-dialog>header p,.editorial-preview-dialog>header h2{margin:0}.editorial-preview-dialog>header p{color:var(--green);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.editorial-preview-dialog>header h2{margin-top:4px;color:var(--navy);font-size:18px}.editorial-public-preview{overflow:auto;width:min(760px,calc(100% - 36px));margin:18px auto;padding:clamp(26px,5vw,60px);background:#fff;box-shadow:0 8px 26px #17202a0f}.editorial-public-preview-kicker{margin:0 0 15px;color:var(--green);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.editorial-public-preview>h1{margin:0;color:var(--navy);font-size:clamp(30px,5vw,50px);letter-spacing:-.045em;line-height:1.04}.editorial-public-preview-excerpt{margin:17px 0 28px;color:var(--muted);font-size:17px;line-height:1.65}.editorial-public-preview>div{margin-top:20px}.editorial-public-preview-empty{color:var(--muted)}.table-actions{display:flex;flex-wrap:wrap;gap:6px}.editorial-check{display:flex;align-items:center;gap:7px;width:-moz-fit-content;width:fit-content;color:var(--muted);font-size:12px;font-weight:550}.editorial-check input{width:auto;min-height:0}.editorial-upload{position:relative;display:flex;align-items:center;justify-content:center;gap:7px;min-height:42px;border:1px dashed #a8c9b9;border-radius:8px;background:#f5fbf8;color:var(--green);font-size:12px;font-weight:750;cursor:pointer}.editorial-upload input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.editorial-image-preview{display:block;width:100%;max-height:210px;border-radius:7px;-o-object-fit:cover;object-fit:cover}.editorial-block-static{display:flex;align-items:center;min-height:60px;color:var(--muted);font-size:12px}.editorial-block-static>.material-symbols-outlined{color:var(--green)}@media(max-width:900px){.editorial-workbench{grid-template-columns:1fr}.editorial-toolbox{position:static}.editorial-palette{grid-template-columns:repeat(2,minmax(0,1fr))}.editorial-toolbox-note{display:none}}@media(max-width:620px){.editorial-cms-heading,.editorial-library-heading,.editorial-editor-topbar,.editorial-canvas-label{align-items:flex-start;flex-direction:column}.editorial-editor-actions{width:100%;flex-wrap:wrap;justify-content:flex-start}.editorial-meta-form{grid-template-columns:1fr}.editorial-meta-form .wide-field{grid-column:auto}.editorial-palette{grid-template-columns:1fr}.editorial-article-row{padding:0 14px}.editorial-article-row .status,.editorial-article-delete span{display:none}.editorial-canvas{padding:8px}.editorial-canvas-sheet{padding:22px 16px}.editorial-fields-inline,.editorial-columns-fields-2,.editorial-columns-fields-3,.editorial-preview-columns-2,.editorial-preview-columns-3{grid-template-columns:1fr}.editorial-preview-overlay{padding:8px}.editorial-public-preview{width:calc(100% - 16px);margin:8px auto;padding:24px 16px}}
