:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f5f7fb;--sidebar:#fff;--surface:#fff;--surface-soft:#f8fafd;--input:#fff;--border:#e1e7f0;--text:#17243b;--muted:#5f6c82;--accent:#345de3;--accent-hover:#244bc9;--accent-soft:#eef2ff;--accent-ink:#fff;--green:#117966;--green-soft:#e9f6f0;--amber:#956313;--amber-soft:#fff6e4;--danger:#b34739;--danger-soft:#fff1ed;--chart-secondary:#6eb7b1;--shadow:0 3px 12px #17243b04;--hero:#edf3ff;--hero-end:#f0f8f7;--focus:#234cce;--font:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0c1320;--sidebar:#101a2b;--surface:#131f31;--surface-soft:#18253a;--input:#0f1b2d;--border:#2a384e;--text:#edf2fb;--muted:#a4b1c6;--accent:#91abff;--accent-hover:#adc0ff;--accent-soft:#243559;--accent-ink:#101e3d;--green:#77d3b6;--green-soft:#193b35;--amber:#edc57d;--amber-soft:#3d3221;--danger:#ffad9d;--danger-soft:#422a2b;--chart-secondary:#4c9b9b;--shadow:0 3px 12px #0000000a;--hero:#1a2d50;--hero-end:#153339;--focus:#afc0ff}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;margin:0;font-size:14px;line-height:1.5}button,input,select,textarea{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}button:disabled{cursor:not-allowed;opacity:.48}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--focus);outline-offset:3px}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}h1{letter-spacing:-1.35px;font-size:clamp(28px,2.6vw,38px);font-weight:650;line-height:1.2}h2{letter-spacing:-.25px;font-size:16px;font-weight:650}h3{letter-spacing:-.4px;font-size:21px;font-weight:600}small{color:var(--muted);font-size:12px;line-height:1.65;display:block}p{line-height:1.7}svg{flex-shrink:0}.app{min-height:100vh;display:flex}.sidebar{background:var(--sidebar);border-right:1px solid var(--border);z-index:50;flex-direction:column;width:244px;padding:30px 18px 18px;display:flex;position:fixed;inset:0 auto 0 0;overflow-y:auto}.brand{letter-spacing:-.6px;align-items:center;gap:12px;padding:0 9px;font-size:22px;font-weight:650;line-height:1.2;display:flex}.brand-sub{letter-spacing:1.9px;color:var(--muted);margin-top:5px;font-size:9px;font-weight:600;display:block}.brand-symbol{background:var(--accent);border-radius:11px;justify-content:center;align-items:flex-end;gap:3px;width:38px;height:38px;padding:9px;display:flex;transform:rotate(-2deg)}.brand-symbol span{background:var(--accent-ink);border-radius:2px;width:4px;height:9px}.brand-symbol span:nth-child(2){height:14px}.brand-symbol span:nth-child(3){height:20px}.workspace-tag{border:1px solid var(--border);background:var(--surface-soft);border-radius:10px;align-items:center;gap:10px;margin:30px 0 27px;padding:13px 10px;font-size:12px;font-weight:600;display:flex}.workspace-tag small{margin-top:2px;font-size:11px;font-weight:400}.workspace-avatar{background:var(--accent-soft);width:31px;height:33px;color:var(--accent);border-radius:8px;place-items:center;font-weight:650;display:grid}.nav-heading{letter-spacing:1.7px;color:var(--muted);margin-bottom:10px;padding:0 12px;font-size:10px;font-weight:650}.sidebar nav{flex-direction:column;gap:5px;display:flex}.sidebar nav button{text-align:left;color:var(--muted);background:0 0;border:0;border-radius:9px;align-items:center;gap:12px;min-height:44px;padding:12px;font-size:13px;font-weight:500;display:flex;position:relative}.sidebar nav button:hover{background:var(--surface-soft);color:var(--text)}.sidebar nav button.active{background:var(--accent-soft);color:var(--accent);font-weight:650}.sidebar nav button.active:after{content:"";background:var(--accent);border-radius:50%;width:5px;height:5px;position:absolute;right:12px}.sidebar nav button small{color:inherit;margin-left:auto;margin-right:12px}.sidebar nav button.nav-divider{margin-top:15px}.sidebar-bottom{margin-top:auto;padding-top:30px}.principle{background:var(--surface-soft);border:1px solid var(--border);color:var(--green);border-radius:10px;margin:0 5px 22px;padding:16px}.principle b{color:var(--text);margin-top:9px;font-size:12px;display:block}.principle p{color:var(--muted);margin-top:6px;font-size:11px}.profile{border:0;border-top:1px solid var(--border);text-align:left;background:0 0;align-items:center;gap:10px;width:100%;padding:17px 4px 0;font-size:12px;font-weight:600;display:flex}.profile small{font-size:10px;font-weight:400}.profile svg{color:var(--muted);margin-left:auto}.avatar{background:var(--accent-soft);width:34px;height:34px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:600;display:inline-flex}.avatar.small{width:32px;height:32px}.main-shell{flex:1;min-width:0;margin-left:244px}.topbar{border-bottom:1px solid var(--border);background:var(--sidebar);justify-content:space-between;align-items:center;gap:16px;height:76px;padding:0 36px;display:flex}.breadcrumb{color:var(--muted);align-items:center;gap:12px;font-size:12px;display:flex}.breadcrumb b{color:var(--text);font-weight:600}.top-actions{align-items:center;gap:14px;font-size:11px;display:flex}.environment{color:var(--green);white-space:nowrap;align-items:center;gap:7px;display:flex}.paper-dot{background:var(--green);border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block}.divider{border-left:1px solid var(--border);height:23px;margin:0 1px}.icon-button{min-width:36px;min-height:36px;color:var(--muted);background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;padding:8px;display:inline-flex}.icon-button:hover{background:var(--accent-soft);color:var(--accent)}.theme-switch{background:var(--surface-soft);border:1px solid var(--border);border-radius:9px;gap:2px;padding:3px;display:flex}.theme-switch button{color:var(--muted);background:0 0;border:1px solid #0000;border-radius:6px;align-items:center;gap:6px;min-height:30px;padding:6px 9px;font-size:11px;font-weight:500;display:flex}.theme-switch button[aria-pressed=true]{background:var(--surface);border-color:var(--border);color:var(--text);box-shadow:var(--shadow)}.mobile-toggle,.drawer-close{display:none}.drawer-backdrop{z-index:45;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#06102288;border:0;position:fixed;inset:0}main{outline:none;max-width:1600px;margin:auto;padding:24px 36px 34px}.mode-banner{color:var(--muted);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:0 0 15px;font-size:11px;display:flex}.mode-banner>span{align-items:center;gap:8px;display:flex}.mode-banner button{color:var(--accent);white-space:nowrap;background:0 0;border:0;align-items:center;gap:7px;padding:5px 0;font-size:11px;font-weight:600;display:flex}.page-title{justify-content:space-between;align-items:center;gap:24px;margin:29px 0 27px;display:flex}.eyebrow{letter-spacing:1.8px;color:var(--muted);margin-bottom:10px;font-size:10px;font-weight:650}.page-title p{color:var(--muted);max-width:570px;margin-top:11px;font-size:13px}.title-actions{align-items:center;gap:10px;display:flex}.button{background:var(--accent);color:var(--accent-ink);border:1px solid var(--accent);white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:11px 15px;font-size:12px;font-weight:600;transition:background .15s,transform .15s;display:inline-flex}.button:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover);transform:translateY(-1px)}.button.secondary{background:var(--surface);border-color:var(--border);color:var(--text)}.button.secondary:hover:not(:disabled){background:var(--accent-soft);border-color:var(--accent)}.focus-card{background:linear-gradient(115deg,var(--hero),var(--hero-end));border:1px solid var(--border);border-radius:14px;justify-content:space-between;align-items:center;gap:48px;margin-bottom:28px;padding:29px 32px;display:flex}.focus-copy{max-width:560px}.focus-label{color:var(--accent);letter-spacing:1.5px;align-items:center;gap:8px;font-size:10px;font-weight:700;display:flex}.focus-copy h2{letter-spacing:-.7px;margin:11px 0 8px;font-size:25px;font-weight:600}.focus-copy p{color:var(--muted);max-width:540px;margin-bottom:19px;font-size:13px}.focus-progress{flex:1;min-width:260px;max-width:340px}.progress-label{color:var(--muted);justify-content:space-between;font-size:12px;display:flex}.progress-label b{color:var(--text);font-weight:600}.progress-track{background:var(--border);border-radius:8px;height:6px;margin:15px 0;overflow:hidden}.progress-track>span{background:var(--accent);border-radius:8px;height:100%;display:block}.progress-steps{color:var(--muted);justify-content:space-between;gap:12px;font-size:11px;display:flex}.progress-steps>span{align-items:center;gap:5px;display:flex}.progress-steps .done{color:var(--green)}.focus-progress small{margin-top:23px;font-size:11px}.section-label{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.section-label h2{font-size:14px}.section-label>span{color:var(--muted);font-size:11px}.stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:24px;display:grid}.stat-grid.three{grid-template-columns:repeat(3,1fr)}.stat{border:1px solid var(--border);background:var(--surface);min-width:0;box-shadow:var(--shadow);border-radius:11px;padding:20px 20px 18px}.stat>span{color:var(--muted);justify-content:space-between;align-items:center;gap:8px;font-size:12px;font-weight:500;display:flex}.stat>span svg{color:var(--accent)}.stat strong{letter-spacing:-1px;font-variant-numeric:tabular-nums;margin:17px 0 10px;font-size:30px;font-weight:600;line-height:1.3;display:block}.stat strong em{letter-spacing:0;color:var(--muted);margin-left:7px;font-size:12px;font-style:normal;font-weight:400}.stat small{flex-wrap:wrap;align-items:center;gap:4px;font-size:10px;display:flex}.lime{color:var(--green)}.amber-text{color:var(--amber)}.dashboard-grid{grid-template-columns:minmax(0,1.65fr) minmax(285px,1fr);gap:22px;display:grid}.panel{background:var(--surface);border:1px solid var(--border);min-width:0;box-shadow:var(--shadow);border-radius:12px;overflow:hidden}.panel-head{justify-content:space-between;align-items:center;gap:14px;margin-bottom:22px;padding:23px 23px 0;display:flex}.panel-head p{color:var(--muted);margin-top:5px;font-size:11px}.badge{border:1px solid var(--border);background:var(--surface-soft);color:var(--muted);white-space:nowrap;border-radius:6px;align-items:center;padding:6px 8px;font-size:10px;font-weight:500;line-height:1.2;display:inline-flex}.badge.green{background:var(--green-soft);color:var(--green);border-color:#0000}.badge.amber{background:var(--amber-soft);color:var(--amber);border-color:#0000}.chart-value{letter-spacing:-.9px;align-items:center;gap:14px;margin:5px 23px 22px;font-size:28px;font-weight:550;display:flex}.chart-value .badge{letter-spacing:0}.chart{padding:0 23px 0 100px;position:relative}.chart svg{width:100%;height:177px;display:block;overflow:visible}.chart-y{color:var(--muted);font-variant-numeric:tabular-nums;flex-direction:column;justify-content:space-between;font-size:10px;display:flex;position:absolute;top:24px;bottom:52px;left:23px}.chart-x{color:var(--muted);justify-content:space-between;gap:15px;padding:7px 0 19px;font-size:10px;display:flex}.panel-footer{border-top:1px solid var(--border);color:var(--muted);background:var(--surface-soft);justify-content:space-between;align-items:center;gap:14px;padding:15px 23px;font-size:10px;display:flex}.legend-dot{background:var(--accent);border-radius:50%;width:7px;height:7px;margin-right:7px;display:inline-block}.legend-dot.blue{background:var(--chart-secondary)}.allocation{justify-content:center;align-items:center;padding:0 0 18px;display:flex}.donut{border-radius:50%;width:173px;height:173px;padding:12px}.donut>div{background:var(--surface);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.donut span{color:var(--muted);font-size:11px}.donut strong{letter-spacing:-.7px;margin:8px 0 3px;font-size:22px;font-weight:600}.donut small{font-size:10px}.allocation-row{justify-content:space-between;gap:12px;padding:9px 23px;font-size:12px;display:flex}.allocation-row:last-child{padding-bottom:22px}.allocation-row span{color:var(--muted)}.allocation-row b{font-variant-numeric:tabular-nums;font-weight:500}.decision-row{border-top:1px solid var(--border);align-items:center;gap:14px;margin:0 23px;padding:20px 0;display:flex}.decision-row .number{border:1px solid var(--border);background:var(--surface-soft);width:31px;height:32px;color:var(--muted);border-radius:8px;flex-shrink:0;place-items:center;font-size:11px;font-weight:600;display:grid}.decision-row b{font-size:13px;font-weight:600}.decision-row p{color:var(--muted);margin-top:5px;font-size:11px}.text-button{color:var(--accent);text-align:left;background:0 0;border:0;align-items:center;gap:6px;padding:8px 0;font-size:12px;font-weight:500;display:inline-flex}.text-button:hover{text-underline-offset:4px;text-decoration:underline}.decision-row .text-button{white-space:nowrap;margin-left:auto;font-size:11px}.health-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:15px;margin:0 23px;padding:14px 0;font-size:12px;display:flex}.health-row>span{color:var(--muted)}.health-row b{text-align:right;font-variant-numeric:tabular-nums;font-size:12px;font-weight:550}.full-link{color:var(--accent);text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:14px;width:100%;padding:17px 23px;font-size:12px;font-weight:500;display:flex}.full-link:hover{background:var(--accent-soft)}.closing-note{color:var(--muted);align-items:center;gap:9px;margin-top:27px;font-size:11px;display:flex}.closing-note svg{color:var(--green)}.closing-note span:last-child{letter-spacing:1.3px;margin-left:auto;font-size:9px}footer{border-top:1px solid var(--border);color:var(--muted);justify-content:space-between;gap:16px;margin:0 36px;padding:20px 0 26px;font-size:10px;display:flex}.notice,.error{border-radius:9px;justify-content:space-between;align-items:center;gap:15px;margin-bottom:22px;padding:13px 17px;font-size:13px;display:flex}.notice{background:var(--green-soft);color:var(--green);border:1px solid var(--green)}.error{background:var(--danger-soft);color:var(--danger);border:1px solid var(--danger);line-height:1.6}.muted{color:var(--muted)}.pad{padding:15px 23px 24px;font-size:12px}.empty{text-align:center;max-width:610px;margin:auto;padding:55px 25px 62px}.empty-icon{background:var(--accent-soft);color:var(--accent);border-radius:16px;width:58px;height:58px;margin:0 auto 23px;padding:16px}.empty p{color:var(--muted);max-width:450px;margin:13px auto 24px;font-size:13px}.table-wrap{overflow-x:auto}table{border-collapse:collapse;text-align:left;width:100%;font-size:12px}th{color:var(--muted);border-bottom:1px solid var(--border);background:var(--surface-soft);white-space:nowrap;padding:14px 23px;font-size:11px;font-weight:550}td{border-bottom:1px solid var(--border);color:var(--muted);padding:19px 23px;line-height:1.7}td b{color:var(--text);font-weight:600}td small{font-size:11px}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:var(--surface-soft)}.security-cell{align-items:center;gap:12px;min-width:170px;display:flex}.ticker-avatar{background:var(--accent-soft);width:36px;height:36px;color:var(--accent);border-radius:9px;place-items:center;font-size:11px;font-weight:600;display:grid}.callout{color:var(--muted);background:var(--surface-soft);border:1px solid var(--border);border-radius:9px;align-items:flex-start;gap:11px;margin:22px 0;padding:17px 20px;font-size:12px;line-height:1.7;display:flex}.panel>.callout{margin:22px}.callout svg{color:var(--accent);margin-top:3px}.search{border:1px solid var(--border);background:var(--input);color:var(--muted);border-radius:7px;align-items:center;gap:8px;padding:0 10px;display:flex}.search input{color:var(--text);background:0 0!important;border:0!important;width:155px!important;padding:10px 0!important;font-size:12px!important}.learning-intro{background:linear-gradient(115deg,var(--hero),var(--hero-end));border:1px solid var(--border);border-radius:12px;align-items:center;gap:24px;margin-bottom:24px;padding:32px;display:flex}.learning-intro>svg{color:var(--accent)}.learning-intro h2{letter-spacing:-.8px;margin:14px 0 8px;font-size:28px}.learning-intro p{color:var(--muted);font-size:13px}.lesson-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.lesson-body{color:var(--muted);padding:0 23px;font-size:13px;line-height:1.9}.lesson-grid form{padding:23px}.lesson-grid fieldset{border:0;margin:0 0 20px;padding:0}.lesson-grid legend{margin-bottom:13px;font-size:13px;font-weight:600;line-height:1.6}.radio{color:var(--muted);align-items:flex-start;gap:10px;margin:13px 0;font-size:13px;line-height:1.7;display:flex}.radio input{accent-color:var(--accent);flex-shrink:0;width:16px;height:16px;margin-top:5px}.research-summary{color:var(--muted);flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:23px;font-size:12px;display:flex}.research-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.thesis{margin:0;padding:0 23px 12px}.thesis dt{color:var(--muted);letter-spacing:1px;margin-top:22px;font-size:10px;font-weight:600}.thesis dd{white-space:pre-wrap;overflow-wrap:anywhere;margin:9px 0 0;font-size:13px;line-height:1.8}.risk-grid{grid-template-columns:1.3fr 1fr;align-items:start;gap:22px;display:grid}.form-grid{grid-template-columns:1fr 1fr;gap:0 18px;padding:7px 23px 0;display:grid}.field{min-width:0;margin-bottom:20px;display:block}.field>span{color:var(--text);margin-bottom:8px;font-size:12px;font-weight:500;display:block}input:not([type=radio],[type=checkbox]),textarea,select{background:var(--input);color:var(--text);border:1px solid var(--border);border-radius:8px;width:100%;min-height:44px;padding:12px;font-size:13px}input::placeholder,textarea::placeholder{color:var(--muted);opacity:.85}textarea{resize:vertical;min-height:80px;line-height:1.7}select{padding-right:24px}.sizing-result{padding:5px 23px 18px}.sizing-result span{color:var(--muted);font-size:12px}.sizing-result strong{color:var(--accent);letter-spacing:-2px;margin:7px 0;font-size:56px;font-weight:600;display:block}.sizing-result p{color:var(--muted);max-width:300px;font-size:12px}.gate-actions{flex-direction:column;align-items:flex-start;padding:12px 23px 0;display:flex}.gate-reasons{padding:15px 23px 8px}.gate-reasons p{color:var(--amber);align-items:flex-start;gap:8px;margin-bottom:13px;font-size:12px;display:flex}.gate-reasons svg{margin-top:2px}.risk-grid>.panel>.button{width:calc(100% - 46px);margin:8px 23px 10px}.timeline{padding:0 24px 22px}.timeline article{border-top:1px solid var(--border);gap:18px;padding:22px 0;display:flex}.timeline-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:8px}.timeline time{color:var(--muted);margin-left:14px;font-size:11px}.timeline p{white-space:pre-wrap;overflow-wrap:anywhere;margin-top:13px;font-size:13px}main>.panel+.panel{margin-top:22px}.matrix{grid-template-columns:repeat(4,1fr);gap:15px;padding:0 23px 24px;display:grid}.matrix>div{border:1px solid var(--border);background:var(--surface-soft);border-radius:9px;padding:18px}.matrix span{font-size:12px;font-weight:500}.matrix strong{margin:13px 0;font-size:36px;font-weight:550;display:block}.matrix small{font-size:11px}.governance-hero{background:linear-gradient(115deg,var(--hero),var(--hero-end));border:1px solid var(--border);border-radius:12px;align-items:center;gap:20px;margin-bottom:23px;padding:28px;display:flex}.governance-hero>svg{color:var(--green)}.governance-hero h2{letter-spacing:-.6px;font-size:25px}.governance-hero p{color:var(--muted);margin-top:7px;font-size:12px}.governance-hero .button{margin-left:auto}.governance-grid{grid-template-columns:1fr 1fr;gap:22px;margin-bottom:23px;display:grid}.pillar-row{align-items:flex-start;gap:12px;padding:12px 23px;display:flex}.pillar-row:last-child{padding-bottom:24px}.pillar-row svg{color:var(--green);margin-top:3px}.pillar-row b{font-size:13px;font-weight:600}.pillar-row small{margin-top:4px;font-size:12px}dialog{border:1px solid var(--border);background:var(--surface);width:min(600px,100% - 32px);color:var(--text);border-radius:16px;max-height:90dvh;padding:29px;overflow-y:auto;box-shadow:0 30px 100px #06102255}dialog::backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#06102288}.modal-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:25px;display:flex}.modal-head h2{letter-spacing:-.5px;font-size:22px}.modal-head .icon-button{margin-right:-6px}dialog h3{margin:20px 0}dialog p{margin:18px 0 22px;font-size:13px}dialog .health-row{margin:0}dialog .button{margin-top:7px}dialog .account-icon{color:var(--accent);padding:8px 0}.skip{background:var(--accent);color:var(--accent-ink);z-index:100;border-radius:8px;padding:15px;position:fixed;top:-80px;left:15px}.skip:focus{top:10px}@media (min-width:1600px){main{padding-top:28px}.page-title{margin:34px 0}.stat{padding:23px}.stat strong{font-size:34px}.chart svg{height:200px}.donut{width:190px;height:190px}.decision-row{padding:24px 0}}@media (max-width:1350px){.sidebar{width:224px;padding-left:13px;padding-right:13px}.main-shell{margin-left:224px}main{padding:23px 26px 30px}.topbar{padding:0 26px}.page-title{flex-direction:column;align-items:flex-start;gap:18px}.stat{padding:18px 16px}.stat strong{font-size:26px}.stat>span{font-size:11px}.focus-card{gap:28px;padding:25px}.focus-progress{min-width:230px}.focus-copy h2{font-size:23px}.decision-row{flex-wrap:wrap;gap:10px}.decision-row .text-button{margin-left:41px;padding:2px 0 0}.lesson-grid{grid-template-columns:1fr}.lesson-grid .lesson-body{max-width:850px}.lesson-grid form{padding-top:18px}.matrix{grid-template-columns:1fr 1fr}footer{margin:0 26px}}@media (max-width:1080px){.stat-grid{grid-template-columns:1fr 1fr}.dashboard-grid{grid-template-columns:1fr}.dashboard-grid>.panel:nth-child(2){order:3}.dashboard-grid>.panel:nth-child(4){order:4}.risk-grid,.governance-grid,.research-grid{grid-template-columns:1fr}.stat-grid.three{grid-template-columns:1fr 1fr}.focus-card{flex-direction:column;align-items:flex-start;gap:25px}.focus-progress{width:100%;min-width:0;max-width:none}.focus-progress small{margin-top:14px}.focus-copy{max-width:none}.mode-banner{align-items:flex-start}.mode-banner>span{line-height:1.7}.closing-note span:last-child{display:none}.governance-hero{flex-wrap:wrap}.governance-hero .button{margin-left:48px}.decision-row{flex-wrap:nowrap}.decision-row .text-button{white-space:normal;min-width:85px;margin-left:auto}.top-actions{gap:8px}.environment{display:none}}@media (max-width:820px){.sidebar{visibility:hidden;width:270px;transition:transform .2s,visibility .2s;transform:translate(-100%);box-shadow:20px 0 60px #06102233}.sidebar.open{visibility:visible;transform:translate(0)}.drawer-close{display:flex;position:absolute;top:15px;right:9px}.sidebar .brand{padding-right:20px}.main-shell{margin-left:0}.mobile-toggle{display:inline-flex}.topbar{z-index:30;height:68px;padding:0 20px;position:sticky;top:0}.breadcrumb{gap:8px}.top-actions{gap:7px}.top-actions .divider{display:none}main{padding:20px}.mode-banner{font-size:11px}.page-title{margin:26px 0 24px}.page-title p{font-size:13px}.title-actions{flex-wrap:wrap}.stat strong{font-size:29px}.stat small{font-size:11px}.stat>span{font-size:12px}.panel-head{padding:21px 20px 0}.panel-head .search{max-width:160px}.chart{padding-left:93px;padding-right:20px}.chart-y{left:20px}.chart-value{margin-left:20px}.panel-footer{padding:14px 20px}.closing-note{align-items:flex-start;line-height:1.7}footer{margin:0 20px;line-height:1.7}.learning-intro{padding:26px 22px}.governance-hero{padding:23px}.health-row{font-size:12px}.theme-switch button{min-height:32px}.icon-button{min-width:38px;min-height:38px}}@media (max-width:480px){.topbar{padding:0 12px}.breadcrumb{font-size:11px}.breadcrumb-root,.breadcrumb>.lucide-chevron-right{display:none}.theme-switch button{padding:6px 8px}.theme-switch button span,.top-actions>.avatar{display:none}main{padding:17px 15px 25px}.mode-banner{padding-bottom:12px;font-size:10px;display:block}.mode-banner button{margin:5px 0 0 22px}.page-title{gap:17px;margin:25px 0 22px}.page-title p{font-size:12px}h1{font-size:30px}.eyebrow{font-size:9px}.title-actions{gap:8px;width:100%}.title-actions .button{flex:1;padding:11px 10px;font-size:11px}.focus-card{gap:23px;padding:22px 20px}.focus-copy h2{font-size:23px}.focus-copy p,.focus-copy .button{font-size:12px}.section-label{align-items:flex-start}.section-label>span{text-align:right;max-width:85px;font-size:10px}.section-label h2{font-size:13px}.stat-grid,.stat-grid.three{gap:10px}.stat{padding:16px 12px}.stat strong{margin:15px 0 8px;font-size:25px}.stat strong em{margin:4px 0 0;font-size:11px;display:block}.stat>span{align-items:flex-start;min-height:32px;font-size:11px}.stat>span svg{width:15px}.stat small{font-size:10px}.dashboard-grid{gap:18px}.panel-head h2{font-size:15px}.panel-head p{font-size:10px}.panel-head{gap:10px;padding:20px 17px 0}.badge{font-size:9px}.chart{padding-left:87px;padding-right:17px}.chart svg{height:160px}.chart-y{font-size:9px;left:17px}.chart-value{gap:9px;margin-left:17px;font-size:25px}.chart-value .badge,.chart-x{font-size:9px}.panel-footer{align-items:flex-start;padding:13px 17px;font-size:9px}.panel-footer span:last-child{text-align:right;max-width:135px}.decision-row{flex-wrap:wrap;gap:10px;margin:0 17px}.decision-row>div{flex:1;min-width:200px}.decision-row .text-button{margin-left:41px;font-size:12px}.decision-row p{font-size:11px}.health-row{margin:0 17px;font-size:11px}.health-row b{font-size:11px}.closing-note{font-size:10px}footer{flex-direction:column;gap:5px;margin:0 15px;font-size:9px}.form-grid{grid-template-columns:1fr;padding:3px 17px}.field>span{font-size:12px}.field input,.field select,.field textarea{font-size:16px}.empty{padding:36px 22px 44px}.empty h3{font-size:20px}.empty p{font-size:12px}.learning-intro>svg{display:none}.learning-intro h2{font-size:25px}.learning-intro p{font-size:12px}.governance-hero h2{font-size:23px}.governance-hero .button{margin-left:0}.governance-hero>svg{display:none}.matrix{grid-template-columns:1fr;padding:0 17px 20px}.search{max-width:140px!important}.search input{width:95px!important}.table-wrap td,.table-wrap th{padding-left:17px;padding-right:17px}.allocation-row{font-size:11px}dialog{padding:23px}.modal-head h2{font-size:20px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}@media (min-width:821px) and (max-height:1000px){.sidebar .principle{display:none}.sidebar-bottom{padding-top:22px}}.topbar{z-index:30;position:sticky;top:0}
