@import url("/droski-ui.css");
:root{--bg:#f3f0e8;--surface:#fffdf8;--surface2:#ebe7de;--text:#17212b;--muted:#66727d;--line:#d8d2c5;--brand:#173b5f;--brand2:#315f80;--good:#245d43;--warn:#765716;--danger:#8a2d2d;--gap:#7556a8;--shadow:0 18px 48px rgba(31,35,38,.09)}
.state-gate{max-width:760px;margin:38px auto;padding:28px}.state-gate h1{font-size:clamp(1.5rem,4vw,2.2rem);margin:5px 0 10px}.gate-actions{display:flex;gap:12px;align-items:center;margin-top:18px;flex-wrap:wrap}.gate-actions .secondary-action{text-decoration:none;display:inline-flex}.matter-picker{display:grid;gap:10px;margin-top:20px}.matter-choice{width:100%;text-align:left;border:1px solid var(--line);background:var(--surface2);border-radius:14px;padding:13px 14px;display:grid;gap:4px;color:var(--text);cursor:pointer}.matter-choice:hover,.matter-choice:focus{border-color:var(--brand2);background:#f4f5f2;outline:none}.matter-choice span,.matter-choice small{color:var(--muted)}.authenticated-pill{background:rgba(36,93,67,.08)!important;color:var(--good)!important}.empty-state{padding:18px 0;color:var(--muted);line-height:1.5}.cell-note{display:block;margin-top:3px;max-width:320px}.review-table .truth{white-space:nowrap}.state-gate .link-button{padding:10px 6px}.topbar{background:rgba(255,253,248,.94)}.priority-card{background:linear-gradient(135deg,#173b5f,#315f80)}.route-result{background:#edf1f2;color:#173b5f}.status-chip,.mini.active{background:#eef1ef;color:#173b5f}.preview-pill{background:rgba(118,87,22,.08);color:var(--warn)}.card,.stage-card,.askbar,.matter-choice,.plan-panel,.review-drawer{border-color:var(--line)}@media(max-width:760px){.state-gate{margin:18px 0;padding:20px}.gate-actions{display:grid;grid-template-columns:1fr}.gate-actions>*{justify-content:center;text-align:center}.matter-choice{padding:14px}}