:root{--accent: #1f8a5b;--accent-hover: #187049;--accent-soft: #e6f2ec;--bg: #f1f5f7;--surface: #ffffff;--surface-2: #f5f8fa;--border: #dbe3e8;--text: #1a2329;--text-2: #4a565f;--text-3: #8794a0;--danger-fg: #c83a2b;--shadow-sm: 0 1px 2px rgba(20, 26, 31, .06), 0 4px 16px rgba(20, 26, 31, .05)}*{box-sizing:border-box}:where(button,a,select,input,textarea,[tabindex]):focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:4px}body{margin:0;font-family:IBM Plex Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}.centered{min-height:100vh;display:grid;place-items:center;padding:24px}.card{background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-sm);padding:44px 40px;width:100%;max-width:440px}.signin .mark{width:34px;height:34px;border-radius:9px;background:var(--accent);margin-bottom:20px}h1{font-size:26px;font-weight:600;letter-spacing:-.02em;margin:0 0 12px}h1 .muted{color:var(--text-3);font-weight:500}.intro{font-size:15px;color:var(--text-2);line-height:1.5;margin:0 0 24px;max-width:36ch}.eyebrow{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--accent);margin-bottom:8px}label{display:block;font-size:13px;font-weight:600;color:var(--text-2);margin-bottom:14px}input{display:block;width:100%;height:42px;margin-top:6px;padding:0 12px;font-size:14px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text)}input:focus{outline:3px solid var(--accent-soft);border-color:var(--accent)}button{width:100%;height:44px;border:none;border-radius:8px;background:var(--accent);color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:background .18s cubic-bezier(.2,.7,.2,1)}button:hover{background:var(--accent-hover)}button:disabled{opacity:.6;cursor:default}button.ghost{width:auto;padding:0 18px;height:40px;background:var(--surface-2);color:var(--text);border:1px solid var(--border);margin-top:20px}button.ghost:hover{background:var(--accent-soft)}.error{color:var(--danger-fg);font-size:12.5px;margin:0 0 12px}.footnote{font-size:12px;color:var(--text-3);line-height:1.5;margin:24px 0 0}.landing{max-width:480px}.muted{color:var(--text-3);font-size:13px}.mono{font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-variant-numeric:tabular-nums}.page{min-height:100vh}.topbar{position:sticky;top:0;z-index:10;height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:#ffffffdb;-webkit-backdrop-filter:saturate(180%) blur(16px);backdrop-filter:saturate(180%) blur(16px);border-bottom:1px solid var(--border)}.topbar-title{font-size:15px;font-weight:600}.topbar-title .sep{color:var(--text-3);margin:0 2px}.topbar-title .muted{font-weight:500}.topbar-right{display:flex;align-items:center;gap:12px}.topbar-nav{display:flex;align-items:center;gap:4px}.navlink{width:auto;height:34px;padding:0 12px;background:none;border:none;color:var(--text-2);font-size:13px;font-weight:600;cursor:pointer;border-radius:6px}.navlink:hover{background:var(--surface-2);color:var(--text)}.topbar-nav .ghost.small{margin-left:8px}.pill{font-size:12.5px;font-weight:600;color:var(--accent);background:var(--accent-soft);border-radius:9999px;padding:5px 12px}button.ghost.small{margin-top:0;height:34px;padding:0 14px;font-size:13px}.dash{max-width:1400px;margin:0 auto;padding:24px}.meta{font-size:13px;color:var(--text-2);line-height:1.5;max-width:90ch;margin:4px 0 20px}.kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:16px;margin-bottom:24px}@media(max-width:900px){.kpis{grid-template-columns:repeat(2,1fr)}}.kpi{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:18px 20px;display:flex;flex-direction:column;gap:8px;min-height:108px}.kpi-big{font-size:22px;font-weight:600;letter-spacing:-.02em;line-height:1.15}.kpi-big.accent{color:var(--accent)}.panel{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px 22px;margin-bottom:24px}.panel-head{margin-bottom:14px}.panel-head h2{font-size:18px;font-weight:600;letter-spacing:-.01em;margin:0 0 4px}.panel-head .muted{margin:0}.legend{display:flex;flex-wrap:wrap;align-items:center;gap:16px;padding:12px 14px;background:var(--surface-2);border:1px solid var(--border);border-radius:8px;margin-bottom:16px;font-size:12.5px;color:var(--text-2)}.legend-item{display:inline-flex;align-items:center;gap:7px}.legend .swatch{width:22px;height:22px;border-radius:5px;display:grid;place-items:center;font-size:12px;font-weight:600;color:#33502a}.legend-caption{color:var(--text-3);margin-left:auto}.grid-scroll{overflow-x:auto}.grid{min-width:760px;display:flex;flex-direction:column;gap:6px}.grid-row{display:grid;grid-template-columns:150px repeat(6,1fr);gap:6px}.grid-rowlabel{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--text-2);padding-right:8px}.cell{min-height:64px;border-radius:6px;padding:8px 10px;display:flex;flex-direction:column;justify-content:space-between;transition:opacity .18s cubic-bezier(.2,.7,.2,1),transform .12s}.cell:hover{opacity:.82;transform:translateY(-1px)}.cell-name{font-size:10.5px;line-height:1.2}.cell-score{font-size:15px;font-weight:600;align-self:flex-end}.layers{display:flex;flex-direction:column;gap:10px}.layer-row{display:grid;grid-template-columns:220px 1fr 52px 96px;align-items:center;gap:14px}@media(max-width:700px){.layer-row{grid-template-columns:140px 1fr 44px}.layer-band{display:none}}.layer-name{font-size:13px;font-weight:600;color:var(--text);display:flex;gap:6px}.layer-name .mono{color:var(--text-3)}.bar{height:10px;background:var(--surface-2);border-radius:9999px;overflow:hidden}.bar-fill{height:100%;background:var(--accent);border-radius:9999px}.layer-score{font-size:14px;font-weight:600;text-align:right}.layer-band{font-size:12.5px;color:var(--accent);font-weight:600}.primary-btn{width:auto;height:40px;padding:0 18px;background:var(--accent);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}.primary-btn:hover{background:var(--accent-hover)}.section-label{display:block;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-3);margin:0 0 8px}.eyebrow.accent,.accent{color:var(--accent)}.small{font-size:12px}.danger{color:var(--danger-fg)}.bar.wide{max-width:420px}.warn-box{background:#fdf3e2;border:1px solid #f0d9a8;color:#7a5a12;border-radius:8px;padding:12px 14px;font-size:13px;margin-bottom:16px}.home{max-width:1180px;margin:0 auto;padding:24px}.home-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px}.home-head h1{font-size:28px;margin:0 0 4px}.home-head-actions{display:flex;align-items:center;gap:10px}.draft-card{max-width:none;border-color:var(--border-accent, #bfe0cf);border-left:3px solid var(--accent);margin-bottom:24px;padding:20px 24px}.draft-card h2{font-size:17px;margin:6px 0 12px}.progress-line{display:flex;align-items:center;gap:14px;margin-bottom:16px;flex-wrap:wrap}.draft-actions{display:flex;align-items:center;gap:12px}.home-grid{display:grid;grid-template-columns:1fr 320px;gap:24px}@media(max-width:860px){.home-grid{grid-template-columns:1fr}}.saved-list{display:flex;flex-direction:column;gap:10px}.saved-row{display:flex;align-items:center;gap:14px;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:12px 14px}.pct-square{width:52px;height:52px;border-radius:10px;display:grid;place-items:center;font-size:18px;font-weight:600}.saved-meta{display:flex;flex-direction:column;gap:2px}.saved-date{font-size:15px;font-weight:600}.saved-row .muted.small{margin-left:auto}.mini-chart{min-height:150px}.chart-bars{display:flex;align-items:flex-end;gap:10px;height:120px}.chart-col{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:4px;flex:1;height:100%}.chart-pct{font-size:12px}.chart-bar{width:60%;min-height:3px;background:var(--accent);border-radius:4px 4px 0 0}.chart-date{font-size:10px;color:var(--text-3)}.start-wrap{width:100%;max-width:760px}.link-back{width:auto;background:none;color:var(--text-2);border:none;padding:0;font-size:13px;cursor:pointer;margin-bottom:12px}.start-wrap h1{font-size:25px;margin:0 0 18px}.start-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:680px){.start-cards{grid-template-columns:1fr}}.start-card{text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:22px;cursor:pointer;display:flex;flex-direction:column;gap:8px;height:auto;color:var(--text)}.start-card:hover{border-color:var(--accent)}.start-card.recommended{border-color:var(--border-accent, #bfe0cf)}.start-card h2{font-size:18px;margin:4px 0}.start-card .tag{align-self:flex-start;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--accent);background:var(--accent-soft);border-radius:9999px;padding:3px 10px}.start-card .tag.muted-tag{color:var(--text-3);background:var(--surface-3, #eef2f5)}.start-card .cta{color:var(--accent);font-weight:600;font-size:14px;margin-top:4px}.start-card:disabled{opacity:.6;cursor:default}.assess{min-height:100vh}.assess-cols{display:grid;grid-template-columns:248px 1fr 288px;align-items:start}@media(max-width:1100px){.assess-cols{grid-template-columns:200px 1fr}.score-rail{display:none}}.layer-nav,.score-rail{position:sticky;top:60px;height:calc(100vh - 60px);overflow:auto;padding:18px}.layer-nav{border-right:1px solid var(--border)}.nav-progress{margin-bottom:14px}.nav-item{width:100%;text-align:left;background:none;border:1px solid transparent;border-radius:8px;padding:9px 10px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;color:var(--text);height:auto;margin-bottom:2px}.nav-item:hover{background:var(--surface-2)}.nav-item.active{background:var(--accent-soft);border-color:var(--border-accent, #bfe0cf)}.nav-item-name{font-size:13px;font-weight:500}.nav-item-name .mono{color:var(--text-3);margin-right:4px}.nav-item-meta{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-3)}.dot{width:8px;height:8px;border-radius:50%;display:inline-block}.dot.done{background:var(--accent)}.dot.partial{background:#d99404}.dot.none{background:var(--border-strong, #cdd6dc)}.nav-foot{font-size:11px;margin-top:14px;line-height:1.5}.cap-list{padding:24px 28px;max-width:760px}.cap-list-head{margin-bottom:18px}.cap-list-head h1{font-size:24px;margin:4px 0}.cap-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:18px 20px;margin-bottom:16px}.cap-card h3{font-size:16px;margin:0 0 6px}.measure{font-size:13px;color:var(--text-2);line-height:1.5;max-width:62ch;margin:0 0 10px}.pills{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.pill-sm{font-size:11px;background:var(--surface-3, #eef2f5);color:var(--text-2);border-radius:9999px;padding:3px 9px}.caption{font-size:12px;margin:0 0 12px}.score-row{display:grid;grid-template-columns:repeat(5,1fr);gap:6px}.score-btn{display:flex;flex-direction:column;align-items:center;gap:3px;padding:8px 4px;background:var(--surface);border:1px solid var(--border-strong, #cdd6dc);border-radius:7px;cursor:pointer;height:auto;color:var(--text)}.score-btn:not(.selected):hover{background:var(--accent-soft);border-color:var(--accent);color:var(--text)}.score-btn .num{font-size:15px;font-weight:600}.score-btn .lbl{font-size:10.5px;line-height:1.15;text-align:center;color:var(--text-2)}.score-btn.selected .lbl{color:inherit}.evidence{margin-top:14px;padding:12px 14px;background:var(--surface-2);border-radius:8px}.evidence-fields{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:8px}@media(max-width:620px){.evidence-fields{grid-template-columns:1fr}}.evidence-fields select,.evidence-fields input{height:38px;border:1px solid var(--border);border-radius:6px;padding:0 10px;font-size:13px;background:var(--surface)}.cap-foot{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:14px;padding-top:10px;border-top:1px solid var(--border);font-size:12.5px}.layer-nav-btns{display:flex;justify-content:space-between;margin-top:8px}.score-rail{border-left:1px solid var(--border);display:flex;flex-direction:column;gap:14px}.rail-box{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:14px}.rail-figure{display:flex;align-items:baseline;gap:8px;margin:4px 0 8px;flex-wrap:wrap}.rail-big{font-size:30px;font-weight:600;letter-spacing:-.02em}.rail-unit{font-size:13px}.rail-band{margin-left:auto;font-size:13px;font-weight:600}.scale-ref{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:14px}.scale-ref-row{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-2);margin-bottom:6px}.swatch.small{width:20px;height:20px;border-radius:5px;display:grid;place-items:center;font-size:11px;font-weight:600}.saved-indicator{font-size:12px;color:var(--accent)}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1e283080;display:grid;place-items:center;z-index:100;padding:20px}.modal{background:var(--surface);border-radius:16px;padding:24px;width:100%;max-width:620px;box-shadow:0 20px 60px #141a1f4d}.modal-head{display:flex;justify-content:space-between;align-items:center}.modal-head h2{font-size:18px;margin:0}.systems-list{margin:14px 0;display:flex;flex-direction:column;gap:8px;max-height:260px;overflow:auto}.system-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;background:var(--surface-2);border-radius:8px}.system-info{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.system-name{font-weight:600;font-size:14px}.system-detail:before{content:"·";margin-right:8px;color:var(--text-3)}.system-add{display:grid;grid-template-columns:1.4fr 1fr 1.1fr 1.1fr auto;align-items:end;gap:8px;margin-top:8px}@media(max-width:620px){.system-add{grid-template-columns:1fr}}.system-add label{display:grid;gap:5px;color:var(--text-2);font-size:11px;font-weight:600}.system-add input,.system-add select{box-sizing:border-box;width:100%;height:40px;border:1px solid var(--border);border-radius:6px;padding:0 10px;background:var(--surface);color:var(--text);font-size:13px}.system-add button{width:auto;height:40px;padding:0 18px}.review-wrap{width:100%;max-width:760px}.review-wrap h1{font-size:25px;margin:8px 0 16px}.block{border-radius:12px;padding:18px 20px;margin-bottom:16px;border:1px solid transparent}.block h2{font-size:16px;margin:0 0 10px}.block-note{font-size:13px;margin:10px 0 0}.danger-block{background:#fbeae7;border-color:#f0c8c1}.danger-block h2,.danger-block .block-note{color:#c83a2b}.warning-block{background:#fdf3e2;border-color:#f0d9a8}.warning-block h2,.warning-block .block-note{color:#a5711a}.review-block{background:var(--surface);border-color:var(--border)}.block-list{display:flex;flex-direction:column;gap:6px}.block-row{display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%;text-align:left;background:#fff9;border:1px solid #f0c8c1;border-radius:7px;padding:9px 12px;cursor:pointer;font-size:13px;color:var(--text);height:auto}.block-row:hover{background:#fff}.flag-list{margin:0;padding-left:18px;font-size:13px;color:var(--text-2)}.flag-list li{margin-bottom:4px}.submit-box{border:1px dashed var(--border-strong, #cdd6dc);border-radius:10px;padding:16px 18px;font-size:14px;color:var(--text-2);line-height:1.5;margin-bottom:16px;background:var(--surface-2)}.review-actions{display:flex;justify-content:space-between;gap:12px;margin-top:8px}.review-actions .ghost{margin-top:0}.primary-btn:disabled{background:var(--surface-3, #e3e9ed);color:var(--text-3);cursor:default}.primary-btn.full,.ghost.full{width:100%;margin-top:8px}.mgrid{display:flex;flex-direction:column;gap:6px}.mgrid-labelled,.mgrid-interactive{min-width:760px}.mgrid-row{display:grid;width:100%;gap:6px}.mgrid-rowlabel{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--text-2);padding-right:8px}.mgrid-rowlabel .mono{color:var(--text-3)}.mgrid-cell{min-width:0;min-height:56px;box-sizing:border-box;border-radius:6px;padding:7px 9px;display:flex;flex-direction:column;justify-content:space-between}.mgrid-cell.clickable{cursor:pointer;transition:opacity .15s,transform .12s}.mgrid-cell.clickable:hover{opacity:.85;transform:translateY(-1px)}.mgrid-cell.selected{outline:2px solid var(--slate-900, #1a2329);outline-offset:-2px;box-shadow:0 0 0 3px #1f8a5b47}.mgrid-name{font-size:10.5px;line-height:1.2}.mgrid-score{font-size:14px;font-weight:600;align-self:flex-end}.mgrid-mini .mgrid-row{gap:3px}.mgrid-mini .mgrid-cell{min-height:16px;border-radius:3px;padding:0}.results{max-width:1240px;margin:0 auto;padding:24px;display:grid;grid-template-columns:1fr 300px;gap:28px;align-items:start}@media(max-width:1000px){.results{grid-template-columns:1fr}}.results-head h1{font-size:27px;margin:0 0 4px}.section-h{font-size:18px;font-weight:600;margin:24px 0 12px}.result-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:820px){.result-cards{grid-template-columns:1fr}}.result-card{display:flex;flex-direction:column;gap:8px;min-height:132px}.rc-body{display:flex;flex-direction:column;gap:8px;justify-content:space-between;flex:1}.band-big{font-size:30px;font-weight:600;letter-spacing:-.02em}.band-transition{font-size:20px;font-weight:600}.li-row{display:grid;grid-template-columns:190px 1fr 44px 92px;align-items:center;gap:14px;margin-bottom:10px}@media(max-width:720px){.li-row{grid-template-columns:130px 1fr 40px}.li-band{display:none}}.li-name{font-size:13px;font-weight:600}.li-score{text-align:right;font-weight:600}.li-band{font-weight:600;font-size:12.5px}.strength-focus{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:8px}@media(max-width:820px){.strength-focus{grid-template-columns:1fr}}.sf-card{display:flex;flex-direction:column;gap:8px}.strengths-card{border-color:var(--border-accent, #bfe0cf)}.sf-row{display:flex;align-items:center;gap:10px;font-size:13px}.sf-row .muted.small{margin-left:auto}.results-sidebar{position:sticky;top:84px;display:flex;flex-direction:column;gap:10px}.download-btn{width:100%;height:34px;padding:0 14px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;background:var(--surface);color:var(--accent);border:1px solid var(--border-accent, #bfe0cf);border-radius:7px;font-size:13px;font-weight:600;text-decoration:none}.download-btn:hover{background:var(--accent-soft)}.home-download-btn{width:auto;white-space:nowrap}.print-grid{margin-top:24px}.dash-screen{max-width:1400px;margin:0 auto;padding:24px;display:grid;grid-template-columns:1fr 300px;gap:24px;align-items:start}@media(max-width:1100px){.dash-screen{grid-template-columns:1fr}}.dash-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.dash-meta h1{font-size:22px;margin:0 0 4px}.dash-actions{flex-shrink:0}.dash-actions .primary-btn{width:auto}.dash-legend{margin-bottom:16px}.dash-rail{position:sticky;top:84px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:18px}.rail-title{font-size:17px;margin:6px 0 10px}.rail-score{display:flex;align-items:center;gap:10px;margin-bottom:10px}.rail-score .swatch{width:32px;height:32px;border-radius:7px;display:grid;place-items:center;font-weight:600}.evidence-box,.history-box{margin-top:14px}.hist-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.rail-divider{height:1px;background:var(--border);margin:16px 0}.dash-print-meta{font-size:12px;color:var(--text-2);margin-bottom:10px}.compare{max-width:900px;margin:0 auto;padding:24px}.transition-big{display:flex;align-items:baseline;gap:12px;margin:8px 0}.transition-big .mono{font-size:34px;font-weight:600}.transition-big .arrow{font-size:24px;color:var(--text-3)}.transition-big .delta{font-size:16px;font-weight:600}.chips{display:flex;gap:10px;margin:18px 0;flex-wrap:wrap}.chip{font-size:13px;font-weight:600;border-radius:9999px;padding:6px 14px}.chip.improved{background:var(--accent-soft);color:var(--accent)}.chip.same{background:var(--surface-2);color:var(--text-2)}.chip.slipped{background:#fbeae7;color:var(--danger-fg)}.move-row{display:grid;grid-template-columns:1fr auto 88px 56px;align-items:center;gap:12px;padding:8px 0;border-top:1px solid var(--border);font-size:13px}.move-row:first-of-type{border-top:none}.move-name{font-weight:600}.delta.danger{color:var(--danger-fg)}.notcomp-card{margin-top:16px}.notcomp-row{display:flex;justify-content:space-between;gap:12px;padding:7px 0;border-top:1px solid var(--border);font-size:13px}.chevron{margin-left:auto;color:var(--text-3);font-size:20px}.saved-row{cursor:pointer;text-align:left;color:var(--text);font-family:inherit}.saved-row:hover{border-color:var(--accent)}.about{max-width:900px;margin:0 auto;padding:28px 24px 64px}.about-intro{margin-bottom:12px}.about-intro h1{font-size:28px;margin:6px 0 10px}.about .lede{font-size:15px;color:var(--text-2);line-height:1.6;max-width:68ch}.about-section{margin-top:32px}.about-section>.muted{margin-top:0}.about-layers{display:flex;flex-direction:column;gap:10px;margin-top:14px}.about-layer{display:grid;grid-template-columns:184px 1fr;gap:16px;align-items:start;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:14px 16px}@media(max-width:640px){.about-layer{grid-template-columns:1fr}}.about-layer-name{font-size:14px;font-weight:600}.about-layer-name .mono{color:var(--text-3);margin-right:4px}.about-layer-covers{font-size:12.5px;line-height:1.4;margin-top:4px}.about-scale{display:flex;flex-direction:column;gap:12px;margin:14px 0}.scale-level{display:flex;gap:12px;align-items:flex-start}.swatch.big{width:30px;height:30px;border-radius:6px;display:grid;place-items:center;font-weight:600;flex-shrink:0}.scale-label{font-size:13.5px;font-weight:600;margin-bottom:2px}.about-bands{display:flex;flex-wrap:wrap;gap:16px;margin:14px 0}.band-item{display:flex;align-items:center;gap:8px;font-size:13px}.band-item .swatch.small{width:18px;height:18px;border-radius:5px}.band-range{color:var(--text-3)}.band-name{font-weight:600}.about-versions{display:flex;flex-direction:column;gap:8px;margin:14px 0}.version-row{display:grid;grid-template-columns:56px 110px 1fr;gap:12px;align-items:baseline;font-size:13px;padding:8px 0;border-top:1px solid var(--border)}.version-row:first-child{border-top:none}.version-tag{font-weight:600;color:var(--accent)}.navlink.on{background:var(--accent-soft);color:var(--accent)}.centre-dash{max-width:1560px;margin:0 auto;padding:20px 24px}.centre-grid-layout{display:grid;grid-template-columns:1fr 360px;gap:24px;align-items:start}@media(max-width:1200px){.centre-grid-layout{grid-template-columns:1fr}}.centre-rail{position:sticky;top:80px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:18px}.distribution{margin-top:14px;display:flex;flex-direction:column;gap:4px}.dist-block{border-top:1px solid var(--border)}.dist-block:first-child{border-top:none}.dist-row{width:100%;display:grid;grid-template-columns:24px 1fr auto auto;gap:10px;align-items:center;background:none;border:none;padding:9px 2px;cursor:pointer;font-size:13px;color:var(--text);text-align:left;height:auto}.dist-row:hover{color:var(--accent)}.dist-label{color:var(--text-2)}.dist-count{font-weight:600}.caret{color:var(--text-3);font-size:11px}.state-chip{width:auto;height:auto;padding:4px 10px;font-size:12px;background:var(--surface-2);border:1px solid var(--border);border-radius:9999px;cursor:pointer;color:var(--text)}.state-chip:hover{background:var(--accent-soft);border-color:var(--accent)}.centre-rail .chips{margin:4px 0 10px}.centre-assessors{max-width:1240px;margin:0 auto;padding:24px}.assessors-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.assessors-head h1{font-size:24px;margin:0 0 4px}.assessor-table{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.centre-evidence{max-width:1400px;margin:0 auto;padding:28px 32px 48px}.evidence-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px}.evidence-head h1{margin:0 0 6px;font-size:28px}.evidence-head p{margin:0}.evidence-summary{padding:10px 14px;border:1px solid var(--border);border-radius:8px;background:var(--surface);white-space:nowrap;color:var(--text-2)}.evidence-filters{display:flex;align-items:flex-end;gap:12px;margin-bottom:14px}.evidence-filters label{display:grid;gap:5px;min-width:220px;color:var(--text-2);font-size:12px;font-weight:600}.evidence-filters select{height:36px;padding:0 34px 0 10px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--text);font:inherit}.evidence-match-count{margin-left:auto;padding-bottom:9px}.evidence-table-wrap{overflow-x:auto;background:var(--surface);border:1px solid var(--border);border-radius:12px}.evidence-table{width:100%;border-collapse:collapse;font-size:13px}.evidence-table th{padding:11px 14px;background:var(--surface-2);color:var(--text-2);text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.evidence-table td{padding:13px 14px;border-top:1px solid var(--border);vertical-align:top;min-width:110px}.evidence-table td:first-child{min-width:170px}.evidence-table td:nth-child(3),.evidence-table td:nth-child(4){min-width:190px}.evidence-table tbody tr:hover{background:var(--accent-soft)}.evidence-score{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border-radius:6px;font-weight:700}.evidence-score.score-3{background:#d9eee4;color:#176946}.evidence-score.score-4{background:#bfe0cf;color:#0b5134}.evidence-empty{max-width:620px}@media(max-width:700px){.centre-evidence{padding:20px 16px 40px}.evidence-head{flex-direction:column}.evidence-filters{align-items:stretch;flex-direction:column}.evidence-filters label{min-width:0}.evidence-match-count{margin-left:0;padding-bottom:0}}.at-row{display:grid;grid-template-columns:1.1fr 1.5fr 120px 104px 116px;gap:12px;align-items:center;padding:12px 16px;border-top:1px solid var(--border);font-size:13px}.assessors-actions{display:flex;align-items:center;gap:10px}.assessors-actions a.ghost{display:inline-flex;align-items:center;height:34px;padding:0 14px;text-decoration:none;border:1px solid var(--border);border-radius:6px;color:var(--text-2);background:none}.assessors-actions a.ghost:hover{background:var(--surface-2)}.at-actions{display:flex;flex-direction:column;gap:4px}.at-actions .ghost.small{width:100%;text-align:center}.evidence-detail{align-self:center}code{background:var(--surface-2);padding:1px 6px;border-radius:4px;font-family:IBM Plex Mono,monospace;font-size:12.5px}.at-row.at-head{border-top:none;background:var(--surface-2);font-weight:600;color:var(--text-3);font-size:12px;text-transform:uppercase;letter-spacing:.04em}.at-state{font-weight:600}.access-pill{width:auto;height:28px;padding:0 12px;border-radius:9999px;font-size:12px;font-weight:600;cursor:pointer;border:1px solid transparent}.access-pill.active{background:var(--accent-soft);color:var(--accent)}.access-pill.disabled{background:var(--surface-3, #eef2f5);color:var(--text-3)}.assessor-form{display:flex;flex-direction:column;gap:4px;margin-top:8px}.assessor-form label{font-size:13px;font-weight:600;color:var(--text-2)}.assessor-form input,.assessor-form select{width:100%;height:40px;margin:4px 0 8px;padding:0 10px;border:1px solid var(--border);border-radius:6px;font-size:14px;background:var(--surface)}.centre-requests{max-width:1240px;margin:0 auto;padding:24px}.req-layout{display:grid;grid-template-columns:1fr 380px;gap:24px;align-items:start}@media(max-width:1200px){.req-layout{grid-template-columns:1fr}}.filter-chips{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.filter-chip{width:auto;height:34px;padding:0 14px;background:var(--surface);border:1px solid var(--border);border-radius:9999px;font-size:13px;font-weight:600;color:var(--text-2);cursor:pointer}.filter-chip.on{background:var(--accent-soft);border-color:var(--border-accent, #bfe0cf);color:var(--accent)}.filter-chip .mono{color:var(--text-3);margin-left:4px}.req-cards{display:flex;flex-direction:column;gap:10px}.req-card{display:flex;gap:12px;text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:14px;cursor:pointer;align-items:flex-start;height:auto;color:var(--text)}.req-card.selected{border-color:var(--accent)}.req-card .swatch{width:32px;height:32px;border-radius:7px;display:grid;place-items:center;font-weight:600;flex-shrink:0}.req-body{flex:1}.req-top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:4px}.req-cap{font-weight:600;font-size:14px}.req-note{font-size:13px;color:var(--text-2);margin-top:6px;line-height:1.4}.status-pill{font-size:11px;font-weight:600;border-radius:9999px;padding:3px 10px}.status-pill.new{background:#fbeae7;color:var(--danger-fg)}.status-pill.in_progress{background:#fdf3e2;color:#a5711a}.status-pill.closed{background:var(--surface-3, #eef2f5);color:var(--text-3)}.req-rail{position:sticky;top:80px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:18px}.said-box{margin:14px 0;padding:12px 14px;background:var(--surface-2);border-radius:8px}.said-box p{margin:6px 0 0;font-size:13px;line-height:1.5}.status-setter{display:flex;gap:6px;margin:12px 0}.status-btn{width:auto;flex:1;height:34px;background:var(--surface);border:1px solid var(--border);border-radius:7px;font-size:12.5px;font-weight:600;color:var(--text-2);cursor:pointer}.status-btn.on{background:var(--accent-soft);border-color:var(--border-accent, #bfe0cf);color:var(--accent)}.reply-box{width:100%;border:1px solid var(--border);border-radius:8px;padding:10px;font-size:13px;font-family:inherit;margin-bottom:10px;resize:vertical}.state-detail{max-width:1240px;margin:0 auto;padding:24px}.sd-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin:8px 0 18px}.sd-head h1{font-size:24px;margin:0 0 4px}.sd-total{text-align:right;display:flex;flex-direction:column;gap:2px}.support-box{margin-top:14px;padding:12px 14px;background:var(--info-bg, #e6f4f6);border-radius:8px;font-size:13px}.support-box p{margin:0 0 8px;color:var(--info-fg, #0d6a78)}.support-form{display:flex;flex-direction:column;gap:8px}.support-form textarea{width:100%;border:1px solid var(--border);border-radius:6px;padding:8px;font-family:inherit;font-size:13px;resize:vertical}.support-form .primary-btn{align-self:flex-start}.print-only{display:none}@media print{@page{size:A4 portrait;margin:12mm}@page dashboard-grid{size:A4 landscape;margin:10mm}body{background:#fff;-webkit-print-color-adjust:exact;print-color-adjust:exact}.mgrid-cell,.swatch,.bar-fill{-webkit-print-color-adjust:exact;print-color-adjust:exact}.no-print{display:none!important}.print-only{display:block}.results{display:block;max-width:none;padding:0}.results-main{max-width:none}.print-grid{break-before:page;page:dashboard-grid}.mgrid-labelled,.mgrid-interactive{width:100%;min-width:0}.mgrid-row{width:100%;gap:4px}.mgrid-cell{overflow-wrap:anywhere}.mgrid-cell.clickable{cursor:default}.dash-screen{display:block;padding:0;page:dashboard-grid}.grid-scroll{overflow:visible}.mgrid-interactive{min-width:0}}
