:root{--rw-color-bg:#f7f8fa;--rw-color-surface:#ffffff;--rw-color-surface-raised:#fbfcfd;--rw-color-surface-muted:#eef2f6;--rw-color-text:#17202a;--rw-color-muted:#5f6b7a;--rw-color-border:#d8dee8;--rw-color-primary:#166b5f;--rw-color-primary-strong:#0e4f47;--rw-color-primary-soft:#e3f2ee;--rw-color-accent:#b84d2a;--rw-color-accent-soft:#fff0e9;--rw-color-ok:#26734d;--rw-color-ok-soft:#e4f3e9;--rw-color-watch:#a35d00;--rw-color-watch-bg:#fff2d8;--rw-color-danger:#b3261e;--rw-color-danger-bg:#fdecea;--rw-color-info:#295ea7;--rw-color-info-bg:#e8f0fb;--rw-color-disabled:#d7dde5;--rw-color-disabled-text:#6d7682;--rw-color-on-primary:#ffffff;--rw-color-focus:#7b4dff;--rw-space-1:4px;--rw-space-2:8px;--rw-space-3:12px;--rw-space-4:16px;--rw-space-5:24px;--rw-space-6:32px;--rw-radius-1:4px;--rw-radius-2:8px;--rw-radius-pill:999px;--rw-shadow-1:0 1px 2px rgba(22,32,42,0.08);--rw-font-sans:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}@media (prefers-color-scheme:dark){:root{--rw-color-bg:#101418;--rw-color-surface:#1a2026;--rw-color-surface-raised:#202832;--rw-color-surface-muted:#25303a;--rw-color-text:#edf3f5;--rw-color-muted:#a8b4bf;--rw-color-border:#3a4652;--rw-color-primary:#4fb6a6;--rw-color-primary-strong:#87d6c9;--rw-color-primary-soft:#193b36;--rw-color-accent:#dc7a55;--rw-color-accent-soft:#41281f;--rw-color-ok:#76c99a;--rw-color-ok-soft:#173827;--rw-color-watch:#f3bd66;--rw-color-watch-bg:#3d2f16;--rw-color-danger:#ff9a92;--rw-color-danger-bg:#3e1f21;--rw-color-info:#9cc4ff;--rw-color-info-bg:#182f52;--rw-color-disabled:#39424c;--rw-color-disabled-text:#a8b4bf;--rw-color-on-primary:#071614;--rw-color-focus:#b39cff;--rw-shadow-1:0 1px 2px rgba(0,0,0,0.32)}}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--rw-color-bg);color:var(--rw-color-text);font-family:var(--rw-font-sans)}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--rw-color-focus);outline-offset:3px}.console-shell,.gate-shell{min-height:100vh}.gate-shell{display:grid;place-items:center;padding:var(--rw-space-5)}.gate-panel{display:grid;grid-gap:var(--rw-space-3);gap:var(--rw-space-3);width:min(440px,100%);padding:var(--rw-space-6);background:var(--rw-color-surface);border:1px solid var(--rw-color-border);border-radius:var(--rw-radius-2);box-shadow:var(--rw-shadow-1)}.gate-panel img{width:44px;height:44px}.gate-panel h1,.gate-panel p{margin:0}.topbar{justify-content:space-between;gap:var(--rw-space-4);min-height:64px;padding:0 var(--rw-space-6);background:var(--rw-color-surface);border-bottom:1px solid var(--rw-color-border)}.brand,.topbar{display:flex;align-items:center}.brand{gap:var(--rw-space-3);min-width:0}.brand img{width:38px;height:38px}.brand div{display:grid;grid-gap:var(--rw-space-1);gap:var(--rw-space-1)}.brand strong,.gate-panel h1{font-size:18px}.brand span,.eyebrow,.muted-line{color:var(--rw-color-muted)}.eyebrow{margin:0 0 var(--rw-space-1);font-size:13px;font-weight:700}.top-actions{display:flex;align-items:center;gap:var(--rw-space-2)}.operator-pill{display:inline-flex;align-items:center;min-height:36px;padding:0 var(--rw-space-3);border:1px solid var(--rw-color-border);border-radius:var(--rw-radius-2);color:var(--rw-color-muted);background:var(--rw-color-surface-muted)}.icon-button,.nav-item,.primary-button,.primary-link,.report-button,.secondary-button,.text-button{min-height:44px;border-radius:var(--rw-radius-2);font-weight:700}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:44px}.icon-button,.text-button{border:1px solid var(--rw-color-border);background:var(--rw-color-surface);color:var(--rw-color-primary-strong)}.text-button{padding:0 var(--rw-space-3)}.primary-button,.primary-link,.report-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;padding:0 var(--rw-space-4);text-decoration:none}.primary-button,.primary-link{border:1px solid var(--rw-color-primary);background:var(--rw-color-primary);color:var(--rw-color-on-primary)}.report-button,.secondary-button{border:1px solid var(--rw-color-border);background:var(--rw-color-surface);color:var(--rw-color-primary-strong)}.primary-button:disabled,.secondary-button:disabled{border-color:var(--rw-color-disabled);background:var(--rw-color-disabled);color:var(--rw-color-disabled-text)}.console-layout{display:grid;grid-template-columns:300px minmax(0,1fr);grid-gap:var(--rw-space-5);gap:var(--rw-space-5);width:min(1340px,calc(100vw - 32px));margin:0 auto;padding:var(--rw-space-5) 0 var(--rw-space-6)}.sidebar{display:grid;align-content:start;grid-gap:var(--rw-space-4);gap:var(--rw-space-4)}.nav-list{display:grid;grid-gap:var(--rw-space-2);gap:var(--rw-space-2)}.nav-item{border:1px solid var(--rw-color-border);background:var(--rw-color-surface);color:var(--rw-color-text);text-align:left;padding:0 var(--rw-space-4)}.nav-item-active{border-color:var(--rw-color-primary);background:var(--rw-color-primary-soft);color:var(--rw-color-primary-strong)}.status-box{display:grid;grid-gap:var(--rw-space-3);gap:var(--rw-space-3);padding:var(--rw-space-4);border:1px solid var(--rw-color-border);border-radius:var(--rw-radius-2);background:var(--rw-color-surface);color:var(--rw-color-muted)}.workspace{display:grid;grid-gap:var(--rw-space-4);gap:var(--rw-space-4);min-width:0}.state-strip{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));grid-gap:var(--rw-space-2);gap:var(--rw-space-2)}.state-strip span{padding:var(--rw-space-3);background:var(--rw-color-surface-raised);color:var(--rw-color-muted);font-size:14px}.state-strip span,.surface{border:1px solid var(--rw-color-border);border-radius:var(--rw-radius-2)}.surface{background:var(--rw-color-surface);box-shadow:var(--rw-shadow-1)}.surface-heading{display:flex;align-items:center;justify-content:space-between;gap:var(--rw-space-3);padding:var(--rw-space-4);border-bottom:1px solid var(--rw-color-border)}.response-main h2,.score-panel h1,.surface-heading h1{margin:0;font-size:18px}.advice-badge,.count-pill,.grade-pill{display:inline-flex;align-items:center;min-height:28px;padding:0 var(--rw-space-2);border-radius:var(--rw-radius-1);background:var(--rw-color-surface-muted);color:var(--rw-color-muted);font-size:14px;font-weight:700}.queue-list,.queue-row{display:grid}.queue-row{grid-template-columns:150px minmax(160px,1.4fr) 92px 110px 112px;align-items:center;grid-gap:var(--rw-space-3);gap:var(--rw-space-3);width:100%;padding:var(--rw-space-4);border:0;border-bottom:1px solid var(--rw-color-border);background:var(--rw-color-surface);color:var(--rw-color-text);text-align:left}.queue-row:last-child{border-bottom:0}.queue-row-active{background:var(--rw-color-primary-soft)}.resident-block{display:grid;grid-gap:var(--rw-space-1);gap:var(--rw-space-1)}.handover-grid span,.metric span,.record-row span,.resident-block span,.summary-list dt{color:var(--rw-color-muted)}.priority{display:inline-flex;align-items:center;gap:var(--rw-space-1);width:-moz-fit-content;width:fit-content;min-height:30px;padding:0 var(--rw-space-2);border-radius:var(--rw-radius-1);font-weight:700}.priority-high{background:var(--rw-color-danger-bg);color:var(--rw-color-danger)}.priority-medium{background:var(--rw-color-watch-bg);color:var(--rw-color-watch)}.priority-low{background:var(--rw-color-info-bg);color:var(--rw-color-info)}.response-grid{display:grid}.response-heading{align-items:flex-start}.response-main{display:grid;grid-gap:var(--rw-space-3);gap:var(--rw-space-3);padding:var(--rw-space-4)}.resident-summary{display:flex;flex-wrap:wrap;gap:var(--rw-space-2);align-items:center}.resident-summary span{min-height:30px;padding:var(--rw-space-1) var(--rw-space-2);border-radius:var(--rw-radius-1);background:var(--rw-color-surface-muted);color:var(--rw-color-muted)}.summary-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:var(--rw-space-3);gap:var(--rw-space-3);margin:0}.handover-grid div,.metric,.summary-list div{display:grid;grid-gap:var(--rw-space-1);gap:var(--rw-space-1);padding:var(--rw-space-3);border:1px solid var(--rw-color-border);border-radius:var(--rw-radius-2);background:var(--rw-color-surface-raised)}.summary-list dd{margin:0;font-weight:700}.advice-box{display:grid;grid-gap:var(--rw-space-3);gap:var(--rw-space-3);padding:var(--rw-space-4);border:1px solid var(--rw-color-border);border-radius:var(--rw-radius-2);background:var(--rw-color-accent-soft)}.advice-box p{margin:0}.advice-badge{width:-moz-fit-content;width:fit-content;background:var(--rw-color-surface);color:var(--rw-color-accent)}.check-row{display:flex;align-items:center;gap:var(--rw-space-2);min-height:44px;font-weight:700}.check-row input{width:22px;height:22px;accent-color:var(--rw-color-primary)}.response-actions{display:flex;flex-wrap:wrap;gap:var(--rw-space-5);padding:var(--rw-space-4);border-top:1px solid var(--rw-color-border)}.done-banner{display:flex;align-items:center;gap:var(--rw-space-2);margin:0 var(--rw-space-4) var(--rw-space-4);padding:var(--rw-space-3);border-radius:var(--rw-radius-2);background:var(--rw-color-ok-soft);color:var(--rw-color-ok);font-weight:700}.record-list,.report-list{display:grid;grid-gap:var(--rw-space-2);gap:var(--rw-space-2);padding:var(--rw-space-4)}.record-row{display:grid;grid-template-columns:92px 120px 1fr 1fr;grid-gap:var(--rw-space-3);gap:var(--rw-space-3);align-items:center;min-height:52px;padding:0 var(--rw-space-3);border-bottom:1px solid var(--rw-color-border)}.record-row:last-child{border-bottom:0}.dashboard-grid{grid-template-columns:260px minmax(0,1fr);grid-gap:var(--rw-space-4);gap:var(--rw-space-4)}.dashboard-grid,.score-panel{display:grid;padding:var(--rw-space-4)}.score-panel{align-content:start;grid-gap:var(--rw-space-3);gap:var(--rw-space-3);border:1px solid var(--rw-color-border);border-radius:var(--rw-radius-2);background:var(--rw-color-surface-raised)}.score-number{font-size:64px;line-height:1;font-weight:800}.grade-pill{width:-moz-fit-content;width:fit-content;background:var(--rw-color-primary-soft);color:var(--rw-color-primary-strong)}.metric-grid{grid-template-columns:repeat(5,minmax(96px,1fr))}.axis-list,.metric-grid{display:grid;grid-gap:var(--rw-space-3);gap:var(--rw-space-3)}.axis-list{grid-column:2}.axis-row{display:grid;grid-template-columns:132px minmax(90px,1fr) 44px;align-items:center;grid-gap:var(--rw-space-3);gap:var(--rw-space-3)}.bar{overflow:hidden;height:10px;background:var(--rw-color-surface-muted)}.bar,.bar-fill{border-radius:var(--rw-radius-pill)}.bar-fill{display:block;height:100%;width:0;background:var(--rw-color-primary)}.bar-fill-71{width:71%}.bar-fill-74{width:74%}.bar-fill-81{width:81%}.bar-fill-92{width:92%}.bar-fill-96{width:96%}.report-button{justify-content:flex-start;width:100%}.muted-line{margin:0;padding:0 var(--rw-space-4) var(--rw-space-4)}.handover-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:var(--rw-space-3);gap:var(--rw-space-3);padding:var(--rw-space-4)}@media (max-width:860px){.topbar{align-items:flex-start;flex-direction:column;padding:var(--rw-space-4)}.top-actions{width:100%;justify-content:space-between}.console-layout{width:min(100vw - 24px,680px)}.console-layout,.dashboard-grid,.handover-grid,.metric-grid,.state-strip,.summary-list{grid-template-columns:1fr}.axis-list{grid-column:auto}.axis-row,.queue-row,.record-row{grid-template-columns:1fr}.response-actions{gap:var(--rw-space-2)}.response-actions button{width:100%}}