:root{--bg:#f2f6fb;--surface:#ffffff;--sidebar:#0f223a;--ink:#13253b;--muted:#4b6480;--line:#d6e1ed;--accent:#2c77d5}*{box-sizing:border-box}body{margin:0;font-family:var(--font-heading),sans-serif;background:var(--bg);color:var(--ink)}a{color:inherit;text-decoration:none}.shell{min-height:100vh;display:grid;grid-template-columns:250px 1fr}.sidebar{background:var(--sidebar);color:#deebff;padding:1.2rem;display:grid;align-content:start;grid-gap:1rem;gap:1rem}.sidebar h1{margin:0;font-size:1.2rem}.sidebar p{margin:0;opacity:.8}.sidebar nav{display:grid;grid-gap:.45rem;gap:.45rem}.sidebar nav a{padding:.55rem .6rem;border-radius:8px;border:1px solid rgba(222,235,255,.2);background:rgba(222,235,255,.08)}.content{padding:1.2rem}.muse-command-bar{margin-bottom:.9rem;display:grid;grid-template-columns:1fr auto;grid-gap:.55rem;gap:.55rem;align-items:center;padding:.65rem .75rem;background:#ffffff;border:1px solid var(--line);border-radius:12px}.muse-command-bar input{border:1px solid #ccd9e7;border-radius:10px;padding:.55rem .7rem}.muse-command-bar button{border:1px solid #9cc0e9;background:#edf6ff;color:#19486d;border-radius:999px;padding:.42rem .8rem;font-weight:600;cursor:pointer}.page{display:grid;grid-gap:.85rem;gap:.85rem}.card,.hero{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:1rem}.action-row,.hero-split,.modal-actions,.modal-header,.split-fields,.status-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.action-stack,.field-stack,.stack-gap{display:grid;grid-gap:.65rem;gap:.65rem}.field-stack small{color:var(--muted)}.split-fields{align-items:stretch}.split-fields>*{flex:1 1 220px}.eyebrow{margin:0 0 .45rem;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:var(--accent);font-family:var(--font-mono),monospace}.hero h2{margin:0 0 .4rem;font-size:1.6rem}.card p,.hero p{margin:0;color:var(--muted)}.card ul{margin:.55rem 0 0;padding-left:1.1rem;color:var(--muted)}.filters{display:grid;grid-gap:.65rem;gap:.65rem;grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.filters label{display:grid;grid-gap:.35rem;gap:.35rem;font-size:.88rem;color:var(--muted)}.filters input{border:1px solid var(--line);border-radius:8px;padding:.5rem .55rem;font:inherit}input{border:1px solid var(--line);border-radius:10px;padding:.72rem .8rem;font:inherit;width:100%}.filters button{align-self:end}.filters button,.primary-button,.secondary-button,.secondary-link{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--accent);color:white;font-weight:600;padding:.7rem 1rem;cursor:pointer}.secondary-button,.secondary-link{background:#eff5fb;color:var(--ink);border:1px solid var(--line)}.secondary-link{padding:.15rem 0;border:0;background:transparent;justify-content:flex-start}.primary-button.is-disabled,.primary-button:disabled,.primary-button[aria-disabled=true]{opacity:.45;cursor:not-allowed;pointer-events:none}.priority-tabs{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:.75rem}.priority-tab{border:1px solid var(--line);border-radius:999px;padding:.35rem .7rem;background:#f3f7fc;font-size:.82rem;font-weight:600;color:var(--muted)}.priority-tab.active{color:#0c223d;background:#dbeaff;border-color:#aac9f3}.data-table{width:100%;border-collapse:collapse;margin-top:.55rem;font-size:.92rem}.data-table td,.data-table th{border:1px solid var(--line);padding:.5rem .55rem;text-align:left;vertical-align:top}.data-table th{background:#eef3f9}.priority-badge{display:inline-flex;align-items:center;border-radius:999px;padding:.18rem .5rem;font-size:.78rem;font-weight:700;letter-spacing:.02em}.priority-badge.priority-critical{background:#fde8ea;color:#a51f2e;border:1px solid #f4c4ca}.priority-badge.priority-high{background:#fff1de;color:#8e4a00;border:1px solid #f7d6ab}.priority-badge.priority-normal{background:#e9f4ea;color:#1d6a30;border:1px solid #c7e3cc}.priority-badge.priority-low{background:#eef2f6;color:#6e7a8b;border:1px solid #d6dee8}.priority-row.priority-critical{border-left:4px solid #ca3148}.priority-row.priority-high{border-left:4px solid #c37b20}.priority-row.priority-low td{color:#7a8697}.priority-row.priority-subdued td{font-size:.84rem;color:#7a8697}.status-stack{display:grid;grid-gap:.45rem;gap:.45rem;justify-items:end}.claim-state,.status-pill{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;padding:.3rem .7rem;border:1px solid transparent;font-size:.8rem;font-weight:700;letter-spacing:.02em}.claim-state-ready,.status-low{color:#1d6a30;background:#e9f4ea;border-color:#c7e3cc}.claim-state-error,.status-high{color:#8e4a00;background:#fff1de;border-color:#f7d6ab}.status-critical{color:#a51f2e;background:#fde8ea;border-color:#f4c4ca}.runway-meter{position:relative;width:100%;min-width:150px;height:12px;border-radius:999px;overflow:hidden;background:#e6edf5;border:1px solid var(--line)}.runway-meter span{display:block;height:100%;border-radius:inherit}.runway-critical span{background:linear-gradient(90deg,#cf243a,#ef6a74)}.runway-high span{background:linear-gradient(90deg,#c27d1a,#f0b24a)}.runway-healthy span{background:linear-gradient(90deg,#1d7f3d,#69c17b)}.timeline-bars{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));align-items:end;grid-gap:.45rem;gap:.45rem;min-height:92px;padding:.7rem 0 0}.timeline-bars span{display:block;width:100%;min-height:10px;border-radius:.6rem .6rem .2rem .2rem;background:linear-gradient(180deg,#4d89dc,#7db2ff)}.callout{display:grid;grid-gap:.35rem;gap:.35rem;padding:.9rem 1rem;border-radius:12px;border:1px solid #b8d8f8;background:#edf6ff}.callout.muted{border-color:var(--line);background:#f7f9fc}.claim-error-copy{font-weight:600;color:#8d2f3f}.detail-card{background:#fbfdff}.meta{margin-top:.65rem;font-family:var(--font-mono),monospace;font-size:.85rem}.toast-banner{background:#e6f5ea;color:#19542a;border:1px solid #b8ddc1;border-radius:12px;padding:.85rem 1rem}.soft-prompt{margin:0;color:#7b5a09;background:#fff7e2;border:1px solid #f2d694;border-radius:10px;padding:.75rem .9rem}.intake-shell{max-width:900px}.sticky-progress{position:-webkit-sticky;position:sticky;top:0;z-index:30;background:rgba(15,34,58,.96);color:#f7fbff;border-radius:12px;padding:.85rem 1rem;border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 30px rgba(15,34,58,.14)}.modal-shell{position:fixed;inset:0;background:rgba(15,34,58,.42);padding:1.5rem;display:grid;place-items:center;z-index:40}.modal-card{width:min(760px,100%);background:white;border-radius:18px;border:1px solid var(--line);padding:1.2rem;box-shadow:0 24px 64px rgba(15,34,58,.24)}.bundle-list,.status-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:.75rem;gap:.75rem}.bundle-row,.status-list-item{border:1px solid var(--line);border-radius:12px;padding:.8rem .9rem;background:#fbfdff}.checkbox-row{display:flex;gap:.85rem;align-items:flex-start;cursor:pointer}.checkbox-row input{width:auto;margin-top:.15rem}.checkbox-row span,.status-list-item>div{display:grid;grid-gap:.2rem;gap:.2rem}.checkbox-row small{color:var(--muted)}.status-chip{display:inline-flex;align-items:center;border-radius:999px;padding:.3rem .65rem;font-size:.8rem;font-weight:700}.status-signed{background:#e7f6ea;color:#1a6931}.status-in_progress{background:#fff3de;color:#8b5300}.status-pending{background:#eef3f9;color:#5f7287}.consent-form-body{max-height:48vh;overflow:auto;font-size:1rem;line-height:1.6}.consent-form-body h2{margin-top:0}.kpi-grid{display:grid;grid-gap:.75rem;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.kpi{background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:.75rem}.kpi p{margin:0;color:var(--muted);font-size:.86rem}.kpi strong{margin-top:.35rem;display:inline-block;font-size:1.35rem}.warn{margin-top:.7rem;color:#9d2f2f;font-weight:600}.session-warning-banner{position:fixed;left:270px;right:16px;bottom:16px;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:.8rem .95rem;border-radius:12px;border:1px solid #b8d8f8;background:#edf6ff;color:#19486d}.session-warning-banner p{margin:0;color:inherit}.session-warning-banner button{border:1px solid #9cc0e9;background:#ffffff;color:#19486d;border-radius:999px;padding:.45rem .75rem;font-weight:600;cursor:pointer}.zero-draft-upload input[type=file]{margin:.6rem 0}.upload-progress-block{display:flex;align-items:center;gap:.5rem;margin-top:.75rem}.upload-progress-block progress{width:min(440px,100%)}.processing-stages ul{margin:.6rem 0 0;padding-left:1.15rem}.stage-active{color:#9a5a00;font-weight:700}.stage-done{color:#1d6a3b}.draft-banner{position:-webkit-sticky;position:sticky;top:0;z-index:20;margin-bottom:.7rem;border:1px solid #d8b400;border-radius:10px;background:#fff1a8;color:#5d4600;font-weight:700;padding:.55rem .8rem}.zero-draft-review textarea{width:100%;min-height:220px;border:1px solid var(--line);border-radius:10px;padding:.65rem;margin-top:.5rem;font:inherit}.draft-sign-bar{position:-webkit-sticky;position:sticky;bottom:10px;z-index:21;display:flex;gap:.6rem;margin-top:.9rem;padding:.7rem;border-radius:12px;background:#ffffff;border:1px solid var(--line)}.biometric-cta{width:100%;margin-top:.45rem;border-radius:999px;border:1px solid #8ec3f0;background:#dff0ff;color:#17496f;padding:.7rem .9rem;font-weight:700}.session-restore-toast{position:fixed;top:14px;right:14px;z-index:70;border:1px solid #b6e0c1;background:#e9f8ee;color:#1d6a3b;border-radius:10px;padding:.6rem .8rem;font-weight:600}@media (max-width:920px){.shell{grid-template-columns:1fr}.modal-shell{padding:.75rem}.content{padding:.85rem}.muse-command-bar{grid-template-columns:1fr}.sticky-progress{top:.5rem}.session-warning-banner{left:12px;right:12px;bottom:12px;flex-direction:column;align-items:stretch}}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_73ee6c{font-family:Manrope,Manrope Fallback;font-style:normal}.__variable_73ee6c{--font-heading:"Manrope","Manrope Fallback"}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/58f386aa6b1a2a92-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/011e180705008d6f-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ba5fb2a8c88521c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/92eeb95d069020cc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d3ebbfd689654d3a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ef4d5661765d0e49-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/d29838c109ef09b4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e40af3453d7c920a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/99dcf268bda04fe5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/98e207f02528a563-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:IBM Plex Mono Fallback;src:local("Arial");ascent-override:76.16%;descent-override:20.43%;line-gap-override:0.00%;size-adjust:134.59%}.__className_46fe82{font-family:IBM Plex Mono,IBM Plex Mono Fallback;font-style:normal}.__variable_46fe82{--font-mono:"IBM Plex Mono","IBM Plex Mono Fallback"}