@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{color:#17242d;font-synthesis:none;--navy:#0d1f2d;--navy2:#142c3e;--green:#18a966;--green-dark:#0c8150;--line:#dde6e1;--muted:#6c7c85;--canvas:#f5f7f6;--white:#fff;--shadow:0 18px 60px #142c3e21;background:#f3f6f4;font-family:DM Sans,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:#112632;font-family:Manrope,sans-serif}h1{margin-bottom:0;font-size:28px}h2{margin-bottom:5px;font-size:21px}h3{margin-bottom:7px;font-size:16px}.eyebrow{letter-spacing:.13em;color:#73828a;margin:0 0 6px;font:700 10px/1.2 Manrope,sans-serif}.eyebrow.green{color:var(--green)}.muted{color:var(--muted);font-size:14px;line-height:1.5}.brand-mark{color:#fff;background:linear-gradient(145deg,#2bd680,#0c9d5c);border-radius:10px;place-items:center;width:37px;height:37px;font:800 21px Manrope;display:grid;box-shadow:0 8px 24px #18a96647}.brand-mark.large{border-radius:15px;width:55px;height:55px;font-size:29px}.primary,.secondary{border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-weight:700;transition:all .18s;display:inline-flex}.primary{background:var(--green);color:#fff;box-shadow:0 7px 20px #18a96638}.primary:hover{background:var(--green-dark);transform:translateY(-1px)}.primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.secondary{color:#1b6145;background:#eef5f1;border:1px solid #cfe3d8}.wide{width:100%}.primary svg,.secondary svg{width:17px}.icon-button{border:1px solid var(--line);color:#52646e;background:#fff;border-radius:10px;place-items:center;width:38px;height:38px;display:grid;position:relative}.icon-button svg{width:18px}.text-button{color:#2d6550;background:0 0;border:0;align-items:center;gap:7px;font-weight:700;display:flex}.text-button svg{width:15px}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}label{color:#4a5c65;flex-direction:column;gap:6px;font-size:12px;font-weight:700;display:flex}input,select,textarea{color:#17242d;background:#fff;border:1px solid #d9e3de;border-radius:9px;outline:none;min-height:42px;padding:9px 11px}input:focus,select:focus,textarea:focus{border-color:#33b777;box-shadow:0 0 0 3px #18a9661a}textarea{resize:vertical;min-height:86px}.error-box{color:#a33a31;background:#fff0ef;border:1px solid #f5c4bf;border-radius:9px;align-items:center;gap:8px;padding:11px 13px;font-size:13px;display:flex}.error-box svg{flex:none;width:17px}.login-shell{background:#fff;grid-template-columns:1.1fr .9fr;min-height:100vh;display:grid}.login-brand{background:radial-gradient(circle at 75% 10%,#23be7430,transparent 32%),var(--navy);color:#d9e8e2;flex-direction:column;justify-content:center;gap:27px;padding:9vh 10vw;display:flex}.login-brand>div:nth-child(2){align-items:center;gap:18px;display:flex}.login-brand h1{color:#fff;max-width:550px;font-size:44px;line-height:1.08}.login-brand>p{color:#a9c0b8;max-width:560px;font-size:18px;line-height:1.65}.login-proof{background:#ffffff0a;border:1px solid #ffffff1f;border-radius:12px;align-items:center;gap:12px;max-width:460px;padding:15px;font-size:13px;display:flex}.login-proof svg{color:#32cf83}.login-card{flex-direction:column;gap:18px;width:min(420px,80%);margin:auto;display:flex}.login-card h2{font-size:28px}.login-card label{font-size:13px}.login-card input{min-height:48px}.splash{background:var(--navy);color:#fff;place-content:center;justify-items:center;gap:30px;min-height:100vh;display:grid}.app-shell{grid-template-columns:222px 1fr;min-height:100vh;display:grid}.sidebar{color:#c7d4d9;z-index:20;background:linear-gradient(#0c1e2b,#102a3b);flex-direction:column;width:222px;padding:22px 15px;display:flex;position:fixed;inset:0 auto 0 0}.side-brand{align-items:center;gap:11px;padding:0 8px 27px;display:flex}.side-brand strong{letter-spacing:.11em;color:#fff;font:800 15px Manrope;display:block}.side-brand small{color:#8298a2;margin-top:1px;font-size:11px;display:block}.sidebar nav{flex-direction:column;gap:5px;display:flex}.sidebar button{color:#a9bbc3;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:11px;min-height:42px;padding:0 12px;font-size:13px;font-weight:600;display:flex}.sidebar button svg{width:17px}.sidebar nav button.active{color:#43d68e;background:#26ca7a1f}.sidebar button:hover{color:#fff;background:#ffffff0d}.side-bottom{margin-top:auto}.profile{border-top:1px solid #ffffff14;align-items:center;gap:9px;margin-top:10px;padding:18px 7px 3px;display:flex}.profile>span{color:#fff;background:#275065;border-radius:50%;place-items:center;width:34px;height:34px;font-size:11px;font-weight:700;display:grid}.profile strong,.profile small{display:block}.profile strong{color:#fff;font-size:12px}.profile small{color:#8298a2;margin-top:2px;font-size:10px}.content{background:var(--canvas);grid-column:2;min-width:0;padding:25px 30px 20px}.topbar{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.top-actions{align-items:center;gap:10px;display:flex}.top-actions .icon-button i{background:#f15c4f;border:1px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;top:7px;right:7px}.mobile-menu{display:none}.freshness{background:#eff8f3;border:1px solid #cfe3d8;border-radius:10px;justify-content:space-between;align-items:center;min-height:48px;margin-bottom:18px;padding:0 14px;display:flex}.freshness>div{align-items:center;gap:9px;display:flex}.freshness strong{color:#235942;font-size:12px}.freshness small{color:#6e8178;font-size:11px}.freshness.stale{background:#fff6e9;border-color:#f0d3a6}.pulse{background:var(--green);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #18a96621}.stale .pulse{background:#e18a25}.metrics{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px;display:grid}.metric{background:#fff;border:1px solid #e2e9e5;border-radius:12px;align-items:center;gap:13px;padding:16px;display:flex;box-shadow:0 3px 12px #142c3e08}.metric-icon{border-radius:10px;place-items:center;width:42px;height:42px;display:grid}.metric-icon svg{width:20px}.metric-icon.red{color:#d9554b;background:#fff0ef}.metric-icon.amber{color:#d38327;background:#fff5e8}.metric-icon.blue{color:#3373c4;background:#edf4ff}.metric-icon.green{color:#1c9a60;background:#eaf8f0}.metric strong{color:#17303d;font:800 25px Manrope}.metric p{color:#6b7a82;margin:1px 0 0;font-size:11px;font-weight:600}.worklist{background:#fff;border:1px solid #dfe7e3;border-radius:13px;overflow:hidden}.worklist-header{border-bottom:1px solid #e7ece9;justify-content:space-between;align-items:center;padding:17px 18px;display:flex}.search{background:#fafcfb;border:1px solid #dae4df;border-radius:9px;align-items:center;gap:8px;width:285px;height:39px;padding:0 11px;display:flex}.search svg{color:#85938d;width:16px}.search input{width:100%;min-height:auto;box-shadow:none;background:0 0;border:0;padding:0;font-size:12px}.case-table{width:100%}.table-head,.case-row{grid-template-columns:minmax(270px,2fr) minmax(160px,1fr) minmax(140px,.8fr) 100px 22px;align-items:center;gap:13px;display:grid}.table-head{color:#7e8d85;text-transform:uppercase;letter-spacing:.09em;background:#f8faf9;height:35px;padding:0 17px;font-size:9px;font-weight:700}.case-row{text-align:left;color:#20343e;background:#fff;border:0;border-top:1px solid #edf1ef;width:100%;padding:13px 17px;transition:all .15s}.case-row:hover{background:#f8fcfa}.product-cell{align-items:center;gap:11px;min-width:0;display:flex}.product-cell>i{color:#2b7654;background:#e9f2ee;border-radius:7px;flex:none;place-items:center;width:38px;height:38px;font-style:normal;font-weight:800;display:grid}.product-cell>span{min-width:0}.product-cell strong,.product-cell small,.product-cell em,.case-row>span>small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.product-cell strong{color:#1b3f50;font-size:11px}.product-cell small{color:#52666f;margin:2px 0;font-size:11px}.product-cell em{color:#8c9a94;font-size:9px;font-style:normal}.status{border-radius:99px;align-items:center;width:max-content;margin-bottom:4px;padding:4px 8px;font-size:9px;font-weight:800;display:inline-flex}.status.success{color:#168952;background:#e7f8ef}.status.warning{color:#a66516;background:#fff3df}.status.danger{color:#bd4137;background:#ffecea}.status.info{color:#356d9d;background:#eaf2fb}.case-row>span>small{color:#8b9993;font-size:9px}.deadline strong{font-size:11px;display:block}.deadline.urgent strong{color:#c4453b}.evidence-count>span{gap:3px;display:flex}.evidence-count i{background:#e0e6e3;border-radius:4px;width:18px;height:4px}.evidence-count i.filled{background:#21af69}.evidence-count small{margin-top:5px;display:block}.case-row>svg{color:#9ca8a3;width:17px}.empty{text-align:center;color:#75857d;padding:60px 20px}.empty svg{color:#42b57c;width:37px}.empty h3{margin-top:12px}.content>footer{color:#7b8b83;justify-content:center;align-items:center;gap:6px;margin-top:13px;font-size:10px;display:flex}.content>footer svg{width:14px}.modal-backdrop,.drawer-shade{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:40;background:#06141c7a;position:fixed;inset:0}.modal{z-index:41;width:min(450px,100% - 30px);box-shadow:var(--shadow);background:#fff;border-radius:16px;flex-direction:column;gap:17px;padding:28px;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.modal .close{position:absolute;top:16px;right:16px}.drawer{z-index:41;background:#f7f9f8;flex-direction:column;width:min(600px,96vw);display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-20px 0 70px #05182233}.drawer-header{border-bottom:1px solid var(--line);background:#fff;flex:none;justify-content:space-between;align-items:center;height:77px;padding:0 22px;display:flex}.drawer-header h2{margin:0;font-size:19px}.drawer-body{flex-direction:column;gap:14px;padding:17px 20px 50px;display:flex;overflow-y:auto}.drawer-body>section{background:#fff;border:1px solid #e0e7e3;border-radius:12px;padding:17px}.drawer-loading{color:#64766e;align-items:center;gap:10px;margin:auto;display:flex}.case-hero h3{margin-top:7px;font-size:18px}.case-hero>p{color:#708078;font-size:12px}.identifier-grid{grid-template-columns:repeat(2,1fr);gap:8px;margin-top:13px;display:grid}.identifier-grid>div{background:#f6f9f7;border-radius:8px;padding:9px;overflow:hidden}.identifier-grid small,.identifier-grid strong{text-overflow:ellipsis;display:block;overflow:hidden}.identifier-grid small{color:#8a9891;margin-bottom:3px;font-size:8px}.identifier-grid strong{color:#344a54;font-size:10px}.section-title{justify-content:space-between;align-items:center;display:flex}.section-title>span{color:#587168;font-size:11px;font-weight:800}.section-title>svg{color:#23a969;width:20px}.photo-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.photo-card,.upload-card{border-radius:9px;height:116px;position:relative;overflow:hidden}.photo-card img{object-fit:cover;width:100%;height:100%}.photo-card>span{color:#fff;background:#082018cc;border-radius:5px;align-items:center;gap:3px;padding:3px 6px;font-size:8px;display:flex;position:absolute;bottom:6px;left:6px}.photo-card svg{width:10px}.upload-card{color:#32805b;text-align:center;cursor:pointer;background:#f3faf6;border:1.5px dashed #b9d3c5;justify-content:center;align-items:center;gap:7px;display:flex}.upload-card input{display:none}.upload-card svg{width:18px}.upload-card span{max-width:70px;font-size:10px}.safe-note{color:#668075;align-items:center;gap:5px;margin:10px 0 0;font-size:9px;display:flex}.safe-note svg{width:13px}.two-cols{grid-template-columns:1fr 1fr;gap:9px;margin:10px 0;display:grid}.three-checks{grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:12px;display:grid}.three-checks label{font-size:9px}.three-checks select{min-height:35px;font-size:10px}.draft-section select{width:100%;margin:5px 0 9px}.draft-section>.primary{width:100%}.draft-box{background:#f1faf5;border:1px solid #bfe1d0;border-radius:9px;margin-top:12px;padding:12px}.draft-box>div{color:#238457;justify-content:space-between;align-items:center;font-size:10px;font-weight:800;display:flex}.draft-box .icon-button{width:29px;height:29px}.draft-box p{margin:7px 0;font-size:11px;line-height:1.55}.draft-box small{color:#a46421;display:block}.submit-section .secondary{margin:4px 0 11px}.submit-section label{margin:9px 0}.timeline{margin-top:12px}.timeline>div{grid-template-columns:15px 1fr;gap:8px;padding-bottom:12px;display:grid;position:relative}.timeline>div:before{content:"";border-left:1px solid #d9e5df;position:absolute;top:9px;bottom:-3px;left:4px}.timeline>div:last-child:before{display:none}.timeline>div>span{z-index:1;background:#35b679;border-radius:50%;width:9px;height:9px;margin-top:3px}.timeline strong,.timeline small{display:block}.timeline strong{color:#38505a;font-size:10px}.timeline small{color:#8a9992;margin-top:2px;font-size:8px}@media (width<=980px){.metrics{grid-template-columns:repeat(2,1fr)}.table-head,.case-row{grid-template-columns:minmax(230px,2fr) minmax(150px,1fr) 110px 20px}.table-head span:nth-child(3),.case-row>.deadline{display:none}}@media (width<=720px){.app-shell{display:block}.sidebar{transition:all .2s;transform:translate(-102%);box-shadow:15px 0 50px #00000040}.sidebar.open{transform:translate(0)}.content{padding:17px 13px}.mobile-menu{display:grid}.topbar h1{font-size:20px}.topbar .eyebrow,.top-actions>.icon-button{display:none}.top-actions .primary{width:42px;padding:0;font-size:0}.top-actions .primary svg{margin:0}.freshness small{display:none}.metrics{grid-template-columns:repeat(2,1fr);gap:8px}.metric{gap:9px;padding:11px}.metric-icon{width:34px;height:34px}.metric strong{font-size:20px}.worklist-header{display:block}.search{width:100%;margin-top:12px}.table-head{display:none}.case-row{grid-template-columns:1fr 20px;padding:13px}.case-row>span:nth-child(2),.case-row>.evidence-count{display:none}.product-cell>i{width:44px;height:44px}.login-shell{background:var(--navy);min-height:100vh;padding:20px;display:block}.login-brand{background:0 0;padding:8vh 4vw 3vh}.login-brand h1{font-size:32px}.login-brand>p,.login-proof{display:none}.login-card{background:#fff;border-radius:16px;width:100%;margin:0 auto;padding:23px}.identifier-grid,.three-checks{grid-template-columns:1fr}.drawer-body{padding:12px}.photo-grid{gap:5px}.photo-card,.upload-card{height:100px}}.scan-label{color:#277451;cursor:pointer;background:#f1faf5;border:1px dashed #a8cdb9;border-radius:10px;grid-template-columns:20px 1fr;align-items:center;gap:1px 9px;min-height:56px;padding:9px 12px;display:grid}.scan-label input{display:none}.scan-label svg{grid-row:1/3;width:19px}.scan-label small{color:#6e8278;font-weight:500}.evidence-bundle{margin-top:10px;font-size:11px;text-decoration:none}@media (width<=720px){.identifier-grid,.three-checks,.two-cols{grid-template-columns:1fr}.drawer{width:100vw}.drawer-body{overflow-x:hidden}}
