:root{--ink:#17233a;--ink-soft:#536078;--ink-muted:#7c879d;--navy:#17365f;--navy-deep:#102947;--blue:#3f73b7;--blue-soft:#e2ebf7;--green:#2f7a43;--green-soft:#e0f0e4;--amber:#9a7012;--amber-soft:#fff3d3;--red:#a44029;--red-soft:#fae4de;--gold:#c5a343;--surface:rgba(255,255,255,0.88);--surface-solid:#fff;--surface-muted:#f5f7fb;--line:#d9e0eb;--line-strong:#c8d2e0;--shadow:0 1px 2px rgba(20,39,67,0.06),0 10px 30px rgba(20,39,67,0.06);--shadow-strong:0 18px 52px rgba(20,39,67,0.14);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:#edf1f7;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}#root,body,html{min-width:320px;min-height:100%;margin:0}body{min-height:100vh;background:radial-gradient(980px 540px at -8% -18%,rgba(119,164,221,.28),transparent 62%),radial-gradient(820px 480px at 112% -6%,rgba(185,208,239,.35),transparent 60%),linear-gradient(180deg,#f4f7fb,#edf1f7 62%,#e9eef5);color:var(--ink);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}a,button{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed}a{color:inherit}img,svg{display:block}::selection{background:rgba(63,115,183,.22)}:focus-visible{outline:3px solid rgba(63,115,183,.45);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-shell{min-height:100vh}.app-header{position:sticky;z-index:30;top:0;height:68px;padding:0 clamp(18px,4vw,56px);display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid rgba(200,210,224,.9);background:rgba(255,255,255,.9);box-shadow:0 6px 24px rgba(20,39,67,.04);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand-link{min-width:0;display:inline-flex;align-items:center;gap:16px;text-decoration:none}.brand-logo{width:auto;height:39px;object-fit:contain}.brand-rule{width:1px;height:30px;background:linear-gradient(180deg,transparent,var(--gold),transparent)}.brand-section{overflow:hidden;color:var(--ink);font-size:15px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.workspace-marker{display:inline-flex;align-items:center;gap:8px;color:var(--ink-soft);font-size:12px;font-weight:600}.workspace-marker svg{width:18px;height:18px;color:var(--blue)}.app-content{min-height:calc(100vh - 68px)}.page-container{width:min(100%,1560px);margin:0 auto;padding:34px clamp(18px,4vw,56px) 48px}.page-heading{margin-bottom:24px}.eyebrow{display:block;margin-bottom:7px;color:var(--blue);font-size:11px;font-weight:750;letter-spacing:.1em;text-transform:uppercase}h1,h2,p{margin-top:0}.case-header h1,.page-heading h1{margin-bottom:8px;color:var(--navy-deep);font-size:clamp(29px,3vw,38px);line-height:1.05;letter-spacing:-.035em}.page-heading p{margin-bottom:0;color:var(--ink-soft);font-size:14px}.surface-card{border:1px solid rgba(208,217,230,.95);border-radius:16px;background:var(--surface);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.page-status{min-height:calc(100vh - 68px);padding:32px;display:grid;place-content:center;gap:9px;color:var(--ink-soft);text-align:center}.page-status svg{width:24px;height:24px;margin:0 auto 5px}.page-status strong{color:var(--ink);font-size:18px}.page-status a{margin-top:8px;color:var(--blue);font-weight:650}.page-error svg{color:var(--red)}.badge{width:max-content;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:1px solid transparent;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:700;line-height:1;white-space:nowrap}.check-status-complete,.dependency-cleared,.lane-auto-approved,.status-approved{border-color:#bdddc5;color:var(--green);background:var(--green-soft)}.dependency-received,.lane-approved-with-caveats,.status-in-review{border-color:#c3d4ea;color:var(--navy);background:var(--blue-soft)}.check-status-pending,.dependency-waiting,.lane-needs-review,.status-pending{border-color:#ead391;color:var(--amber);background:var(--amber-soft)}.check-status-failed,.dependency-failed,.status-deficient{border-color:#e9bcae;color:var(--red);background:var(--red-soft)}.check-status-waived{border-color:var(--line);color:var(--ink-soft);background:#eef1f6}.dependency-badge{padding:4px 7px;font-size:10px;text-transform:capitalize}.dependency-badge svg{width:12px;height:12px}.stats-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.stat-card{min-width:0;padding:16px 18px;border:1px solid rgba(208,217,230,.95);border-radius:14px;display:flex;flex-direction:column;align-items:flex-start;color:var(--ink);background:var(--surface);box-shadow:var(--shadow);text-align:left;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}button.stat-card:hover{border-color:#b9c8dc;box-shadow:0 10px 26px rgba(20,39,67,.1);transform:translateY(-1px)}.stat-card[aria-pressed=true]{border-color:var(--blue);box-shadow:0 0 0 2px rgba(63,115,183,.12),var(--shadow)}.stat-card strong{color:var(--ink);font-size:29px;line-height:1;letter-spacing:-.04em}.stat-success strong{color:var(--green)}.stat-primary strong{color:var(--navy)}.stat-warning strong{color:var(--amber)}.stat-card span{margin-top:7px;font-weight:600}.queue-results-label,.stat-card span{color:var(--ink-muted);font-size:11px}.queue-results-label{margin:18px 2px 10px;font-weight:650;letter-spacing:.04em;text-transform:uppercase}.queue-table-wrap{overflow-x:auto}.queue-table{width:100%;min-width:1180px;border-collapse:collapse;font-size:12px}.queue-table th{padding:13px 15px;border-bottom:1px solid var(--line);color:var(--ink-muted);background:rgba(247,249,252,.9);font-size:10px;font-weight:750;letter-spacing:.07em;text-align:left;text-transform:uppercase}.queue-table td{padding:14px 15px;border-bottom:1px solid rgba(217,224,235,.85);vertical-align:middle}.queue-table tbody tr:last-child td{border-bottom:0}.queue-table tbody tr{transition:background .14s ease}.queue-table tbody tr:nth-child(2n){background:rgba(244,247,251,.64)}.queue-table tbody tr:focus-within,.queue-table tbody tr:has(.applicant-link:hover){background:rgba(226,235,247,.68)}.applicant-link{display:flex;flex-direction:column;gap:4px;text-decoration:none}.applicant-link strong{color:var(--navy-deep);font-size:13px}.applicant-link:hover strong{color:var(--blue);text-decoration:underline;text-underline-offset:3px}.applicant-link span,.muted-cell,.priority-cell{color:var(--ink-muted)}.estimate-cell,.priority-cell{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.estimate-cell{font-weight:750}.dependency-list,.issue-summary{display:flex;align-items:center;gap:5px}.issue-summary svg{width:15px;height:15px}.severity-critical{color:var(--red)}.severity-warning{color:var(--amber)}.severity-info{color:var(--blue)}.empty-value,.more-count{color:var(--ink-muted);font-size:11px}.queue-cards{display:none}.empty-state{padding:32px;color:var(--ink-soft);text-align:center}.case-page{padding-top:22px}.case-back-row{position:sticky;z-index:24;top:68px;margin:-22px calc(clamp(18px, 4vw, 56px) * -1) 20px;padding:12px clamp(18px,4vw,56px);background:rgba(241,245,250,.92);border-bottom:1px solid rgba(210,219,231,.75);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.back-link{width:max-content;display:inline-flex;align-items:center;gap:7px;color:var(--navy);font-size:12px;font-weight:700;text-decoration:none}.back-link:hover{color:var(--blue)}.back-link svg{width:16px;height:16px}.case-header{margin-bottom:22px}.case-title-line{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.case-header h1{margin-bottom:0}.case-title-badges{padding-bottom:4px;display:flex;gap:7px}.case-metadata{margin:20px 0 0;padding-top:16px;border-top:1px solid rgba(197,163,67,.5);display:flex;flex-wrap:wrap;gap:20px 36px}.case-metadata div{min-width:150px}.case-metadata dt{margin-bottom:4px;color:var(--ink-muted);font-size:10px;font-weight:750;letter-spacing:.07em;text-transform:uppercase}.case-metadata dd{margin:0;color:var(--ink);font-size:12px;font-weight:600}.case-workspace{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr);align-items:start;gap:22px}.case-detail-stack{min-width:0;display:flex;flex-direction:column;gap:16px}.detail-section{padding:21px}.detail-section h2{margin-bottom:14px;color:var(--navy-deep);font-size:15px;letter-spacing:-.01em}.section-title-row{display:flex;align-items:center;gap:8px}.section-title-row svg{width:19px;height:19px;color:var(--blue)}.section-title-row h2{margin-bottom:0}.precomputed-note,.section-caption{margin:7px 0 14px;color:var(--ink-muted);font-size:11px}.reasoning-list{margin:0;padding:0;display:flex;flex-direction:column;gap:8px;list-style:none}.reasoning-list li{position:relative;padding-left:15px;color:var(--ink-soft);font-size:12px;line-height:1.48}.reasoning-list li:before{position:absolute;left:0;top:.58em;width:5px;height:5px;border-radius:50%;background:var(--blue);content:""}.checklist{display:flex;flex-direction:column;gap:5px}.checklist-row{min-width:0;padding:10px;border:1px solid transparent;border-radius:11px;display:grid;grid-template-columns:20px minmax(0,1fr) auto auto;align-items:start;gap:10px;transition:border-color .14s ease,background .14s ease}.selected-evidence{border-color:#a9c2e1!important;background:rgba(226,235,247,.6)!important}.check-icon{width:18px;height:18px;margin-top:1px}.check-complete{color:var(--green)}.check-pending{color:var(--amber)}.check-failed{color:var(--red)}.check-waived{color:var(--ink-muted)}.check-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.check-copy strong{color:var(--ink);font-size:12px}.check-copy span{color:var(--ink-muted);font-size:11px;line-height:1.4}.check-status{margin-top:1px;padding:4px 7px;font-size:9px;letter-spacing:.03em;text-transform:uppercase}.evidence-button{min-height:28px;padding:5px 8px;border:1px solid var(--line-strong);border-radius:8px;display:inline-flex;align-items:center;gap:5px;color:var(--navy);background:#fff;font-size:10px;font-weight:700;white-space:nowrap}.evidence-button-active,.evidence-button:hover{border-color:#8baed6;background:var(--blue-soft)}.evidence-button svg{width:13px;height:13px}.section-heading-with-count{margin-bottom:14px;display:flex;align-items:center;gap:8px}.section-heading-with-count h2{margin-bottom:0}.section-heading-with-count>span{min-width:20px;height:20px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--ink-soft);background:#e9edf4;font-size:10px;font-weight:750}.blocking-list,.issue-list{display:flex;flex-direction:column;gap:9px}.issue-card{padding:12px;border:1px solid;border-radius:11px;display:grid;grid-template-columns:17px minmax(0,1fr);gap:9px}.issue-card>svg{width:16px;height:16px;margin-top:1px}.issue-critical{border-color:#e9bcae;background:rgba(250,228,222,.72)}.issue-critical>svg{color:var(--red)}.issue-warning{border-color:#ead391;background:rgba(255,243,211,.72)}.issue-warning>svg{color:var(--amber)}.issue-info{border-color:#c3d4ea;background:rgba(226,235,247,.72)}.issue-info>svg{color:var(--blue)}.blocking-card p,.issue-card p{margin-bottom:0;color:var(--ink-soft);font-size:11px;line-height:1.48}.issue-card div>span{display:block;margin-top:5px;color:var(--ink-muted);font-size:10px}.issue-card .evidence-button{margin-top:9px}.blocking-card{min-width:0;padding:11px;border:1px solid var(--line);border-radius:11px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:10px;background:rgba(255,255,255,.62)}.blocking-estimate{color:var(--ink-muted);font-size:10px;font-weight:650;white-space:nowrap}.empty-copy{margin-bottom:0;color:var(--ink-muted);font-size:12px}.document-panel{min-width:0;height:min(850px,calc(100vh - 114px));min-height:680px;position:sticky;top:114px;display:grid;grid-template-columns:210px minmax(0,1fr);overflow:hidden}.document-tabs{min-width:0;border-right:1px solid var(--line);background:rgba(245,247,251,.9)}.document-tabs-heading{padding:17px;border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:4px}.document-tabs-heading span{color:var(--ink-muted);font-size:9px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.document-tabs-heading strong{color:var(--navy-deep);font-size:12px}.document-tab-scroll{padding:8px;display:flex;flex-direction:column;gap:3px}.document-tab{width:100%;padding:10px;border:1px solid transparent;border-radius:9px;display:flex;align-items:center;gap:8px;color:var(--ink-soft);background:transparent;font-size:10px;font-weight:650;text-align:left}.document-tab:hover{background:#edf1f7}.document-tab-active{border-color:#b9cde5;color:var(--navy);background:#e2ebf7!important;box-shadow:inset 3px 0 0 var(--blue)}.document-tab svg{width:15px;height:15px;flex:none}.document-preview{min-width:0;min-height:0;padding:14px;display:flex;flex-direction:column}.document-toolbar{margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:12px}.document-title{min-width:0;display:flex;align-items:center;gap:9px}.document-title>svg{width:20px;height:20px;flex:none;color:var(--blue)}.document-title div{min-width:0;display:flex;flex-direction:column;gap:3px}.document-title strong{color:var(--navy-deep);font-size:12px}.document-title span{overflow:hidden;color:var(--ink-muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.document-actions,.page-controls{display:flex;align-items:center;gap:5px}.open-pdf-link,.page-controls button{height:30px;border:1px solid var(--line-strong);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;color:var(--ink-soft);background:#fff}.page-controls button{width:30px;padding:0}.page-controls button:disabled{opacity:.38}.open-pdf-link svg,.page-controls svg{width:14px;height:14px}.open-pdf-link{padding:0 9px;gap:5px;font-size:9px;font-weight:700;text-decoration:none}.open-pdf-link:hover,.page-controls button:hover:not(:disabled){border-color:#9db8d7;color:var(--navy);background:var(--blue-soft)}.evidence-quote{margin:0 0 10px;padding:9px 11px;border-left:3px solid var(--blue);border-radius:0 8px 8px 0;color:var(--navy);background:rgba(226,235,247,.72);font-size:10px;line-height:1.45}.evidence-quote span{display:block;margin-bottom:3px;color:var(--blue);font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.pdf-frame{min-height:0;position:relative;flex:1 1;overflow:hidden;border:1px solid var(--line);border-radius:11px;background:#fff}.pdf-canvas-container{width:100%;height:100%;min-height:420px;position:relative;overflow:auto;background:#e8edf4}.pdf-canvas-stage{width:100%;position:relative;margin:0 auto;background:#fff}.pdf-canvas-stage canvas{width:100%;height:auto}.is-hidden{visibility:hidden}.pdf-highlights{position:absolute;inset:0;pointer-events:none}.pdf-highlight{position:absolute;border:2px solid #245c9f;border-radius:4px;background:rgba(70,129,199,.2);box-shadow:inset 0 0 0 1px rgba(255,255,255,.7),0 0 0 2px rgba(70,129,199,.08)}.pdf-status{position:absolute;inset:0;display:grid;place-content:center;padding:24px;color:var(--ink-muted);font-size:11px;text-align:center}.pdf-error{color:var(--red)}.no-documents{min-height:520px;padding:32px;display:grid;place-content:center;color:var(--ink-muted);text-align:center}.no-documents>svg{width:34px;height:34px;margin:0 auto 12px}.no-documents h2{margin-bottom:7px;color:var(--ink);font-size:15px}.no-documents p{max-width:320px;margin-bottom:0;font-size:11px}@media (max-width:1180px){.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.case-workspace{grid-template-columns:1fr}.document-panel{height:780px;min-height:620px;position:static}}@media (max-width:760px){.app-header{height:60px;padding-inline:16px}.app-content{min-height:calc(100vh - 60px)}.brand-logo{height:34px}.brand-link{gap:10px}.brand-rule{height:24px}.brand-section{font-size:13px}.workspace-marker span{display:none}.page-container{padding:24px 16px 34px}.page-heading{margin-bottom:18px}.case-header h1,.page-heading h1{font-size:29px}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.stat-card{padding:13px}.stat-card strong{font-size:24px}.stats-grid .stat-card:last-child{grid-column:1/-1}.queue-table-wrap{display:none}.queue-cards{display:flex;flex-direction:column;gap:10px}.queue-card{padding:15px;color:inherit;text-decoration:none}.queue-card:hover{border-color:#aebfd6;box-shadow:var(--shadow-strong)}.queue-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.queue-card-heading h2{margin-bottom:0;color:var(--navy-deep);font-size:16px}.queue-card-license{margin:9px 0 12px;color:var(--ink-soft);font-size:12px}.queue-card-badges{display:flex;flex-wrap:wrap;gap:6px}.metric-chip{border:1px solid var(--line);border-radius:999px;padding:4px 8px;color:var(--ink-soft);background:#f7f9fc;font-size:10px;font-weight:650}.queue-card-submitted{display:block;margin-top:11px;color:var(--ink-muted);font-size:10px}.case-page{padding-top:12px}.case-back-row{top:60px;margin:-12px -16px 18px;padding:11px 16px}.case-title-line{align-items:flex-start;flex-direction:column;gap:12px}.case-title-badges{padding-bottom:0;flex-wrap:wrap}.case-metadata{margin-top:16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px}.case-metadata div{min-width:0}.detail-section{padding:16px}.checklist-row{grid-template-columns:20px minmax(0,1fr) auto}.checklist-row .evidence-button{grid-column:2/-1;width:max-content}.blocking-card{grid-template-columns:1fr auto}.blocking-card p{grid-column:1/-1;grid-row:2}.document-panel{height:auto;min-height:0;display:flex;flex-direction:column}.document-tabs{border-right:0;border-bottom:1px solid var(--line)}.document-tabs-heading{padding:13px 14px 9px;border-bottom:0;flex-direction:row;align-items:center;justify-content:space-between}.document-tab-scroll{padding:3px 10px 11px;flex-direction:row;overflow-x:auto;scrollbar-width:thin}.document-tab{width:max-content;flex:none}.document-tab-active{box-shadow:inset 0 -3px 0 var(--blue)}.document-preview{padding:11px}.document-toolbar{align-items:flex-start;flex-direction:column}.document-actions{width:100%;justify-content:space-between}.pdf-canvas-container,.pdf-frame{min-height:min(66vh,610px)}}@media (max-width:420px){.brand-rule,.brand-section{display:none}.stats-grid{grid-template-columns:1fr 1fr}.checklist-row{grid-template-columns:20px minmax(0,1fr)}.check-status,.checklist-row .evidence-button{grid-column:2}}