:root{
 --red:#d91532;--red-dark:#a90f27;--red-soft:#fff0f3;--red-faint:#fff7f8;
 --ink:#17181c;--ink-2:#2b2e35;--muted:#717782;--muted-2:#9ca1aa;
 --line:#e7e8ec;--line-2:#f0f1f3;--bg:#f5f6f8;--white:#fff;
 --green:#16845a;--green-bg:#eaf8f2;--amber:#a96800;--amber-bg:#fff6df;--blue:#315db8;--blue-bg:#eef4ff;
 --shadow:0 16px 40px rgba(25,28,35,.06);--shadow-lg:0 28px 80px rgba(23,24,28,.15);
 --radius:15px;--sidebar:246px;
}
*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;background:var(--bg);color:var(--ink);font:14px/1.48 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.icon{width:19px;height:19px;display:block}.app-shell{min-height:100vh;display:grid;grid-template-columns:var(--sidebar) minmax(0,1fr)}
.sidebar{position:sticky;top:0;height:100vh;background:#fff;border-right:1px solid var(--line);padding:17px 13px 14px;display:flex;flex-direction:column;z-index:40}.brand-row{height:58px;display:flex;align-items:center;gap:11px;padding:0 6px 11px;border-bottom:1px solid var(--line-2);margin-bottom:13px}.brand-mark{width:39px;height:39px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(145deg,#ee2143,var(--red-dark));color:#fff;font-size:13px;font-weight:900;letter-spacing:.04em;box-shadow:0 9px 22px rgba(217,21,50,.25)}.brand-copy{min-width:0}.brand-copy strong{display:block;font-size:16px;letter-spacing:-.02em}.brand-copy span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.11em;color:var(--muted);font-weight:750;margin-top:1px}.nav-label{padding:12px 11px 6px;font-size:10px;text-transform:uppercase;letter-spacing:.11em;font-weight:850;color:#a1a5ae}.nav-stack{display:grid;gap:3px}.nav-link{position:relative;display:flex;align-items:center;gap:11px;min-height:42px;padding:9px 10px;border-radius:10px;color:#555b65;font-weight:680;transition:.15s ease}.nav-link .icon{width:18px;height:18px}.nav-link:hover{background:#faf3f5;color:var(--red)}.nav-link.active{background:linear-gradient(90deg,#fff0f3,#fff7f8);color:var(--red);box-shadow:inset 3px 0 0 var(--red)}.nav-link.active:after{content:"";position:absolute;right:9px;width:5px;height:5px;border-radius:50%;background:var(--red)}.nav-link b{margin-left:auto;min-width:22px;padding:2px 6px;border-radius:999px;background:#ffe0e7;color:var(--red);text-align:center;font-size:10px}.sidebar-bottom{margin-top:auto;display:grid;gap:9px}.sync-mini{display:flex;align-items:center;gap:9px;border:1px solid var(--line);background:#fafafa;border-radius:11px;padding:9px 10px}.sync-mini strong,.sync-mini small{display:block}.sync-mini strong{font-size:11px}.sync-mini small{font-size:9px;color:var(--muted);margin-top:1px}.pulse-dot{width:8px;height:8px;border-radius:50%;background:#21a46e;box-shadow:0 0 0 4px #e4f7ef}.profile-card{display:flex;align-items:center;gap:9px;border-top:1px solid var(--line);padding:12px 5px 0}.avatar{width:32px;height:32px;border-radius:10px;background:#202227;color:#fff;display:grid;place-items:center;font-weight:850}.profile-copy{min-width:0;flex:1}.profile-copy strong,.profile-copy span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-copy strong{font-size:11px}.profile-copy span{font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.profile-card>a{color:var(--muted);font-weight:900}.profile-card>a:hover{color:var(--red)}
.main-area{min-width:0;display:flex;flex-direction:column;min-height:100vh}.topbar{height:82px;background:rgba(255,255,255,.91);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);display:flex;align-items:center;gap:20px;padding:0 25px;position:sticky;top:0;z-index:30}.page-title{min-width:190px}.page-title>span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:var(--red);font-weight:850;margin-bottom:1px}.page-title h1{font-size:22px;line-height:1.15;margin:0;letter-spacing:-.035em}.global-search{height:39px;min-width:320px;max-width:540px;flex:1;border:1px solid #dedfe4;background:#f8f8f9;color:#757b84;border-radius:10px;padding:0 10px 0 12px;display:flex;align-items:center;justify-content:space-between;gap:14px;cursor:pointer;text-align:left}.global-search span{display:flex;align-items:center;gap:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.global-search .icon{width:16px;height:16px}.global-search kbd{border:1px solid #d8d9dd;border-bottom-color:#c8c9ce;border-radius:6px;padding:2px 6px;background:#fff;font-size:10px;color:#777c84;box-shadow:0 1px 0 #e4e4e7}.top-actions{margin-left:auto;display:flex;align-items:center;gap:9px}.quick-sync{height:38px;display:flex;align-items:center;gap:7px;padding:0 11px;border:1px solid var(--line);border-radius:9px;background:#fff;font-size:11px;font-weight:750}.quick-sync:hover{border-color:#f0b1bd;color:var(--red)}.quick-sync .icon{width:15px;height:15px}.env-pill{height:32px;display:flex;align-items:center;gap:7px;padding:0 10px;border-radius:999px;background:#f7f8f8;color:#525760;font-size:10px;font-weight:720}.env-pill i{width:7px;height:7px;border-radius:50%;background:#16a16c;box-shadow:0 0 0 3px #ddf5ec}.content{padding:22px 25px 5px;flex:1}.footer{display:flex;justify-content:space-between;gap:10px;color:#9a9fa8;font-size:10px;padding:24px 25px 18px}
.hero-strip{position:relative;overflow:hidden;background:linear-gradient(120deg,#fff 0%,#fff 50%,#fff6f8 100%);border:1px solid var(--line);border-radius:17px;padding:20px 22px;margin-bottom:15px;display:flex;align-items:center;justify-content:space-between;gap:20px}.hero-strip:after{content:"";position:absolute;width:180px;height:180px;border:35px solid rgba(217,21,50,.045);border-radius:50%;right:-55px;top:-78px}.hero-copy{position:relative;z-index:1}.hero-copy .eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.11em;color:var(--red);font-weight:850}.hero-copy h2{font-size:22px;margin:4px 0 5px;letter-spacing:-.03em}.hero-copy p{margin:0;color:var(--muted);max-width:670px}.hero-actions{position:relative;z-index:1;display:flex;gap:8px;flex-wrap:wrap}
.grid{display:grid;gap:13px}.metric-grid{grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:15px}.metric-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:15px 16px;min-height:105px;position:relative;overflow:hidden}.metric-card.hot{border-top:3px solid var(--red)}.metric-top{display:flex;align-items:center;justify-content:space-between;gap:9px}.metric-label{font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);font-weight:800}.metric-icon{width:29px;height:29px;border-radius:9px;background:#f6f6f7;display:grid;place-items:center;color:#656b75}.metric-card.hot .metric-icon{background:var(--red-soft);color:var(--red)}.metric-icon .icon{width:15px;height:15px}.metric-value{font-size:28px;line-height:1;font-weight:850;letter-spacing:-.04em;margin-top:13px}.metric-note{font-size:9px;color:var(--muted);margin-top:5px}.two-col{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:14px}.split{display:grid;grid-template-columns:1fr 1fr;gap:14px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 7px 25px rgba(23,24,28,.025)}.card-pad{padding:17px}.card-head{min-height:55px;border-bottom:1px solid var(--line-2);padding:13px 15px;display:flex;align-items:center;justify-content:space-between;gap:12px}.card-title strong{display:block;font-size:13px}.card-title span{display:block;color:var(--muted);font-size:10px;margin-top:2px}.card-actions{display:flex;gap:7px;align-items:center}.kicker{font-size:9px;text-transform:uppercase;letter-spacing:.11em;color:var(--red);font-weight:850}.section-title{margin:2px 0 10px;font-size:18px;letter-spacing:-.025em}.muted{color:var(--muted)}.text-red{color:var(--red)}.nowrap{white-space:nowrap}.mono,code{font-family:"SFMono-Regular",Consolas,monospace}.hr{height:1px;background:var(--line);margin:15px 0}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid transparent;border-radius:9px;padding:9px 12px;font-weight:760;font-size:11px;cursor:pointer;transition:.14s ease}.btn .icon{width:15px;height:15px}.btn-primary{background:linear-gradient(145deg,#e51b3b,var(--red-dark));color:#fff;box-shadow:0 7px 18px rgba(217,21,50,.18)}.btn-primary:hover{filter:brightness(.97);transform:translateY(-1px)}.btn-secondary{background:#fff;border-color:#dfe1e5;color:#373b43}.btn-secondary:hover{border-color:#f0a8b6;color:var(--red)}.btn-soft{background:var(--red-soft);color:var(--red)}.btn-danger{background:#fff0f2;color:#bd112b;border-color:#ffd7df}.icon-btn{border:0;background:transparent;width:34px;height:34px;border-radius:9px;display:grid;place-items:center;color:#777d86;cursor:pointer}.icon-btn:hover{background:#f4f4f5;color:var(--ink)}
.toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.filter-tabs{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.filter-tab{padding:7px 10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#666c75;font-size:10px;font-weight:760}.filter-tab:hover,.filter-tab.active{background:var(--red-soft);border-color:#f4c6cf;color:var(--red)}.inline-search{display:flex;align-items:center;gap:7px;border:1px solid var(--line);background:#fff;border-radius:9px;padding:0 9px;height:35px}.inline-search .icon{width:14px;height:14px;color:#9ca1aa}.inline-search input{border:0;outline:0;width:180px;color:var(--ink)}
.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:separate;border-spacing:0}.data-table th,.data-table td{text-align:left;padding:11px 12px;border-bottom:1px solid var(--line-2);vertical-align:middle}.data-table th{position:sticky;top:0;background:#fafafb;color:#818690;font-size:9px;text-transform:uppercase;letter-spacing:.07em;font-weight:850;z-index:2}.data-table tbody tr{transition:.12s}.data-table tbody tr:last-child td{border-bottom:0}.data-table tbody tr[data-detail]{cursor:pointer}.data-table tbody tr[data-detail]:hover{background:#fff8f9}.primary-cell strong{display:block;font-size:12px}.primary-cell span{display:block;color:var(--muted);font-size:9px;margin-top:2px}.vrm{display:inline-flex;align-items:center;border:1px solid #d9dadd;border-left:4px solid #f4cf23;background:#fff;color:#1d2025;border-radius:5px;padding:3px 6px;font:800 11px/1.1 "SFMono-Regular",Consolas,monospace;letter-spacing:.03em}.request-pill{display:inline-flex;padding:4px 7px;border-radius:6px;background:#f5f5f6;color:#50555e;font-size:9px;font-weight:800;text-transform:uppercase}.request-pill.extension{background:#eef4ff;color:#315db8}.request-pill.offhire{background:#fff1e9;color:#9a4d00}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border-radius:999px;font-size:9px;font-weight:850;white-space:nowrap}.status-badge i{width:6px;height:6px;border-radius:50%}.status-badge.aligned{background:var(--green-bg);color:var(--green)}.status-badge.aligned i{background:#22a66f}.status-badge.action,.status-badge.missing{background:var(--red-soft);color:var(--red)}.status-badge.action i,.status-badge.missing i{background:var(--red)}.status-badge.warning,.status-badge.ambiguous{background:var(--amber-bg);color:var(--amber)}.status-badge.warning i,.status-badge.ambiguous i{background:#e49a17}.confidence{font-size:9px;color:var(--muted);margin-top:4px}.empty-state{padding:42px 20px;text-align:center;color:var(--muted)}.empty-state strong{display:block;color:var(--ink);margin-bottom:4px}
.action-list{display:grid}.action-item{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid var(--line-2)}.action-item:last-child{border-bottom:0}.action-dot{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:var(--red-soft);color:var(--red);font-size:11px;font-weight:850}.action-copy strong,.action-copy span{display:block}.action-copy strong{font-size:11px}.action-copy span{font-size:9px;color:var(--muted);margin-top:2px}.mini-count{font-size:18px;font-weight:850}.progress-track{height:6px;background:#f0f1f2;border-radius:999px;overflow:hidden}.progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#ef2446,var(--red-dark))}.summary-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--line-2)}.summary-row:last-child{border-bottom:0}.summary-row span{font-size:10px;color:var(--muted)}.summary-row strong{font-size:11px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field{display:grid;gap:5px}.field.full{grid-column:1/-1}.field label{font-size:10px;font-weight:800;color:#4b5058}.field input,.field select,.field textarea{width:100%;border:1px solid #dfe0e4;background:#fff;color:var(--ink);border-radius:9px;padding:9px 10px;outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:#ed9eae;box-shadow:0 0 0 3px #fff0f3}.field small{font-size:9px;color:var(--muted)}.upload-zone{border:1px dashed #e5a6b2;background:var(--red-faint);border-radius:13px;padding:20px;text-align:center}.upload-zone .upload-icon{width:42px;height:42px;margin:0 auto 9px;border-radius:12px;background:#fff;border:1px solid #f4c4ce;color:var(--red);display:grid;place-items:center}.upload-zone .upload-icon .icon{width:19px;height:19px}.upload-zone strong{display:block;font-size:12px}.upload-zone p{margin:4px auto 12px;color:var(--muted);font-size:10px;max-width:440px}.upload-zone input[type=file]{max-width:100%;font-size:10px}.notice{padding:10px 12px;border-radius:9px;background:#fff8e7;border:1px solid #f2dfad;color:#77580b;font-size:10px}.flash{padding:10px 12px;border-radius:10px;margin-bottom:12px;font-size:11px;font-weight:680}.flash.success{background:var(--green-bg);color:var(--green)}.flash.error{background:var(--red-soft);color:#ae1028}.flash.info{background:var(--blue-bg);color:var(--blue)}
.command-overlay{position:fixed;inset:0;background:rgba(23,24,28,.42);backdrop-filter:blur(3px);z-index:100;padding-top:9vh}.command-box{width:min(680px,92vw);margin:auto;background:#fff;border:1px solid #dfe0e4;border-radius:16px;box-shadow:var(--shadow-lg);overflow:hidden}.command-input{height:58px;display:flex;align-items:center;gap:10px;padding:0 13px;border-bottom:1px solid var(--line)}.command-input>.icon{color:#777d86}.command-input input{border:0;outline:0;flex:1;font-size:15px}.command-hint{padding:8px 13px;background:#fafafa;border-bottom:1px solid var(--line);font-size:9px;color:var(--muted)}.command-results{max-height:55vh;overflow:auto;padding:7px}.command-empty{padding:26px;text-align:center;color:var(--muted);font-size:11px}.search-result{display:flex;align-items:center;gap:11px;padding:10px;border-radius:9px}.search-result:hover{background:#fff5f7}.search-result-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#f4f4f5;color:#555}.search-result-copy{min-width:0;flex:1}.search-result-copy strong,.search-result-copy span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result-copy strong{font-size:11px}.search-result-copy span{font-size:9px;color:var(--muted);margin-top:2px}.search-result-type{font-size:8px;text-transform:uppercase;color:var(--muted);font-weight:850;letter-spacing:.08em}
.drawer-backdrop{position:fixed;inset:0;background:rgba(19,20,24,.25);z-index:70}.detail-drawer{position:fixed;top:0;right:0;width:min(510px,94vw);height:100vh;background:#fff;border-left:1px solid var(--line);box-shadow:-20px 0 60px rgba(22,23,28,.12);z-index:80;transform:translateX(102%);transition:transform .22s ease;display:flex;flex-direction:column}.detail-drawer.open{transform:translateX(0)}.drawer-head{height:76px;border-bottom:1px solid var(--line);padding:14px 16px 12px 18px;display:flex;align-items:center;justify-content:space-between}.drawer-kicker{font-size:9px;color:var(--red);text-transform:uppercase;letter-spacing:.1em;font-weight:850}.drawer-head h2{margin:2px 0 0;font-size:19px}.drawer-body{padding:17px 18px 30px;overflow:auto}.detail-section{margin-bottom:17px}.detail-section h3{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:0 0 8px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:11px;overflow:hidden}.detail-field{padding:10px 11px;border-right:1px solid var(--line-2);border-bottom:1px solid var(--line-2)}.detail-field:nth-child(even){border-right:0}.detail-field:nth-last-child(-n+2){border-bottom:0}.detail-field span,.detail-field strong{display:block}.detail-field span{font-size:8px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.detail-field strong{font-size:11px;margin-top:3px;word-break:break-word}.timeline{display:grid;gap:8px}.timeline-item{display:grid;grid-template-columns:10px 1fr;gap:9px}.timeline-mark{position:relative}.timeline-mark:before{content:"";position:absolute;top:4px;left:2px;width:6px;height:6px;border-radius:50%;background:var(--red)}.timeline-mark:after{content:"";position:absolute;top:12px;left:4px;width:2px;height:calc(100% + 3px);background:#eee}.timeline-item:last-child .timeline-mark:after{display:none}.timeline-copy{padding-bottom:7px}.timeline-copy strong{display:block;font-size:10px}.timeline-copy span{display:block;font-size:9px;color:var(--muted);margin-top:1px}
.login-body{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 85% 0,#ffdce3 0,transparent 29%),linear-gradient(135deg,#f8f8f9,#f4f5f7)}.login-card{width:min(430px,92vw);background:#fff;border:1px solid var(--line);border-radius:19px;padding:27px;box-shadow:0 28px 70px rgba(23,24,28,.09)}.login-logo{width:53px;height:53px;border-radius:14px;background:linear-gradient(145deg,#ef2043,var(--red-dark));display:grid;place-items:center;color:#fff;font-weight:900;font-size:16px;box-shadow:0 12px 30px rgba(217,21,50,.23);margin-bottom:15px}.login-card h1{font-size:23px;letter-spacing:-.04em;margin:0 0 5px}.login-card p{color:var(--muted);font-size:11px}.login-card .btn{width:100%;margin-top:9px}.login-card .field{margin-top:10px}
.mobile-only{display:none}
@media(max-width:1180px){.metric-grid{grid-template-columns:repeat(3,1fr)}.two-col{grid-template-columns:1fr}.global-search{min-width:260px}.env-pill{display:none}}
@media(max-width:900px){:root{--sidebar:230px}.app-shell{grid-template-columns:1fr}.sidebar{position:fixed;left:0;top:0;transform:translateX(-102%);transition:transform .2s ease;box-shadow:20px 0 60px rgba(23,24,28,.15)}.sidebar.open{transform:translateX(0)}.mobile-only{display:grid}.topbar{padding:0 15px;gap:12px}.page-title{min-width:0}.page-title>span{display:none}.page-title h1{font-size:18px}.global-search{min-width:0}.global-search span{font-size:0}.global-search span:after{content:"Search";font-size:11px}.top-actions{display:none}.content{padding:15px}.footer{padding:20px 15px}.metric-grid{grid-template-columns:repeat(2,1fr)}.split{grid-template-columns:1fr}}
@media(max-width:580px){.topbar{height:66px}.global-search{max-width:120px}.global-search kbd{display:none}.metric-grid{grid-template-columns:1fr}.hero-strip{align-items:flex-start;flex-direction:column}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.detail-grid{grid-template-columns:1fr}.detail-field{border-right:0}.detail-field:nth-last-child(-n+2){border-bottom:1px solid var(--line-2)}.detail-field:last-child{border-bottom:0}.footer{flex-direction:column}.inline-search{display:none}}
