:root{--ink:#14233b;--muted:#6c7a90;--line:#e4eaf2;--surface:#fff;--canvas:#f4f7fb;--blue:#1469f5;--blue-dark:#0c4fc2;--blue-soft:#eaf2ff;--navy:#102039;--navy-2:#172b4a;--green:#16a06f;--green-soft:#e7f8f1;--orange:#e68a16;--orange-soft:#fff4df;--red:#d84b5b;--red-soft:#fff0f2;--shadow:0 12px 40px #18305414}*{box-sizing:border-box}html,body{background:var(--canvas);min-height:100%;color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{grid-template-columns:248px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:linear-gradient(180deg, var(--navy), #0b1729);color:#fff;z-index:10;flex-direction:column;height:100vh;padding:24px 16px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;padding:4px 8px 24px;display:flex}.brand-mark{width:42px;height:42px;color:var(--blue);background:linear-gradient(145deg,#fff,#cce0ff);border-radius:13px;place-items:center;font-size:22px;font-weight:900;display:grid;box-shadow:0 8px 30px #1469f54d}.brand strong{letter-spacing:.2px;font-size:15px;display:block}.brand small{color:#91a8c8;margin-top:3px;font-size:11px;display:block}.nav-label{color:#6f87a8;letter-spacing:1.2px;text-transform:uppercase;padding:10px 12px 7px;font-size:10px;font-weight:800}.nav-list{flex-direction:column;gap:4px;display:flex}.nav-item{color:#b9c8dc;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:11px;width:100%;padding:11px 12px;font-size:13px;font-weight:650;display:flex}.nav-item:hover{color:#fff;background:#ffffff0e}.nav-item.active{color:#fff;background:linear-gradient(90deg,#1469f5eb,#2d7afab8);box-shadow:0 9px 22px #1469f538}.nav-icon{text-align:center;opacity:.95;width:22px;font-size:16px}.sidebar-footer{border-top:1px solid #ffffff14;margin-top:auto;padding:18px 8px 0}.connection-mini{color:#a9bbd2;align-items:center;gap:9px;font-size:12px;display:flex}.dot{background:#8796a9;border-radius:999px;width:8px;height:8px;box-shadow:0 0 0 4px #ffffff0a}.dot.online{background:#2bd598;box-shadow:0 0 0 4px #2bd5981f}.main{min-width:0}.topbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);z-index:8;background:#ffffffeb;justify-content:space-between;align-items:center;height:72px;padding:0 30px;display:flex;position:sticky;top:0}.topbar h1{letter-spacing:-.2px;margin:0;font-size:19px}.topbar p{color:var(--muted);margin:4px 0 0;font-size:12px}.top-actions{align-items:center;gap:10px;display:flex}.dataset-switch{background:#edf2f8;border-radius:10px;padding:4px;display:flex}.dataset-switch button{color:var(--muted);background:0 0;border:0;border-radius:7px;padding:7px 11px;font-size:11px;font-weight:800}.dataset-switch button.active{color:var(--blue);background:#fff;box-shadow:0 2px 8px #162c5014}.content{max-width:1600px;margin:0 auto;padding:26px 30px 50px}.page-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:20px;display:flex}.page-heading h2{letter-spacing:-.5px;margin:0;font-size:24px}.page-heading p{color:var(--muted);margin:6px 0 0;font-size:13px}.actions{flex-wrap:wrap;justify-content:flex-end;gap:9px;display:flex}.btn{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:38px;padding:9px 13px;font-size:12px;font-weight:760;display:inline-flex}.btn:hover{border-color:#bac8dc;transform:translateY(-1px)}.btn.primary{background:var(--blue);border-color:var(--blue);color:#fff;box-shadow:0 8px 18px #1469f52e}.btn.primary:hover{background:var(--blue-dark)}.btn.soft{color:var(--blue);background:var(--blue-soft);border-color:#d4e4ff}.btn.danger{color:var(--red);background:var(--red-soft);border-color:#ffd5db}.btn:disabled{cursor:not-allowed;opacity:.55;transform:none}.grid{gap:16px;display:grid}.cards{grid-template-columns:repeat(6,minmax(150px,1fr))}.card{background:var(--surface);border:1px solid var(--line);border-radius:15px;box-shadow:0 6px 22px #1930500a}.stat{min-height:112px;padding:17px;position:relative;overflow:hidden}.stat:after{content:"";background:var(--blue-soft);border-radius:50%;width:66px;height:66px;position:absolute;top:-22px;right:-22px}.stat .label{color:var(--muted);max-width:95px;font-size:11px;font-weight:700;line-height:1.3}.stat .value{letter-spacing:-1px;margin-top:10px;font-size:28px;font-weight:850}.stat .hint{color:#91a0b5;margin-top:3px;font-size:10px}.panel{padding:20px}.panel-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.panel-head h3{margin:0;font-size:15px}.panel-head span{color:var(--muted);font-size:11px}.two-col{grid-template-columns:minmax(0,1.65fr) minmax(310px,.8fr);margin-top:16px}.three-col{grid-template-columns:repeat(3,minmax(0,1fr))}.table-wrap{width:100%;overflow:auto}table{border-collapse:collapse;width:100%;min-width:760px}th{text-align:left;color:#8897aa;letter-spacing:.4px;text-transform:uppercase;border-bottom:1px solid var(--line);background:#fbfcfe;padding:10px 12px;font-size:10px}td{vertical-align:middle;border-bottom:1px solid #edf1f6;padding:12px;font-size:12px}tr:last-child td{border-bottom:0}tr.clickable:hover td{cursor:pointer;background:#f7faff}.product-cell{align-items:center;gap:10px;min-width:250px;display:flex}.product-thumb{width:38px;height:38px;color:var(--blue);background:linear-gradient(145deg,#eef4fc,#dfe9f7);border-radius:9px;flex:none;place-items:center;font-weight:900;display:grid}.product-cell strong{font-size:12px;display:block}.product-cell small{color:var(--muted);margin-top:3px;display:block}.badge{letter-spacing:.25px;white-space:nowrap;color:#64738a;background:#eef2f7;border-radius:99px;align-items:center;padding:5px 8px;font-size:9px;font-weight:850;display:inline-flex}.badge.green{background:var(--green-soft);color:var(--green)}.badge.orange{background:var(--orange-soft);color:var(--orange)}.badge.red{background:var(--red-soft);color:var(--red)}.badge.blue{background:var(--blue-soft);color:var(--blue)}.score{align-items:center;gap:7px;font-weight:850;display:inline-flex}.score-ring{--score-color:var(--blue);background:conic-gradient(var(--score-color) calc(var(--score) * 1%), #e8edf4 0);border-radius:50%;place-items:center;width:31px;height:31px;font-size:9px;display:grid;position:relative}.score-ring:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:4px}.score-ring span{z-index:1;position:relative}.recommendation{border-bottom:1px solid #edf1f6;align-items:flex-start;gap:11px;padding:12px 0;display:flex}.recommendation:last-child{border-bottom:0}.rec-icon{background:var(--blue-soft);width:30px;height:30px;color:var(--blue);border-radius:8px;flex:none;place-items:center;display:grid}.recommendation strong{font-size:12px;display:block}.recommendation p{color:var(--muted);margin:4px 0 0;font-size:11px;line-height:1.45}.empty{text-align:center;color:var(--muted);padding:50px 24px}.empty-icon{background:var(--blue-soft);width:62px;height:62px;color:var(--blue);border-radius:18px;place-items:center;margin:0 auto 14px;font-size:26px;display:grid}.empty h3{color:var(--ink);margin:0 0 7px;font-size:16px}.empty p{max-width:440px;margin:0 auto 16px;font-size:12px;line-height:1.55}.loading{min-height:340px;color:var(--muted);place-items:center;font-size:13px;display:grid}.spinner{border:3px solid #dce5f2;border-top-color:var(--blue);border-radius:50%;width:24px;height:24px;margin-right:10px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.field{flex-direction:column;gap:6px;display:flex}.field.full{grid-column:1/-1}.field label{color:#526178;font-size:11px;font-weight:750}.field input,.field select,.field textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #dce4ef;border-radius:9px;outline:none;padding:10px 11px;font-size:12px}.field input:focus,.field select:focus,.field textarea:focus{border-color:#80adf9;box-shadow:0 0 0 3px #1469f51a}.field textarea{resize:vertical;min-height:92px}.field small{color:var(--muted);font-size:10px}.modal-backdrop{z-index:50;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0712228f;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:18px;width:min(720px,100%);max-height:calc(100vh - 48px);overflow:auto;box-shadow:0 30px 90px #030f234d}.modal.large{width:min(1080px,100%)}.modal-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;padding:20px 22px 15px;display:flex}.modal-head h3{margin:0;font-size:18px}.modal-head p{color:var(--muted);margin:5px 0 0;font-size:11px}.icon-btn{width:32px;height:32px;color:var(--muted);background:#f0f3f8;border:0;border-radius:8px}.modal-body{padding:20px 22px}.modal-actions{border-top:1px solid var(--line);justify-content:flex-end;gap:9px;padding:15px 22px 20px;display:flex}.toast{z-index:90;background:var(--navy);color:#fff;border-radius:11px;align-items:flex-start;gap:10px;max-width:420px;padding:13px 16px;font-size:12px;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 16px 50px #05122440}.toast.error{background:#a82d3c}.detail-hero{color:#fff;background:linear-gradient(120deg,#11223c,#164274);border-radius:14px;justify-content:space-between;align-items:center;gap:24px;padding:20px;display:flex}.detail-hero h3{margin:0;font-size:18px}.detail-hero p{color:#b6cae4;margin:6px 0 0;font-size:11px}.score-strip{gap:20px;display:flex}.score-large{text-align:center}.score-large strong{font-size:25px;display:block}.score-large small{color:#abc0dc;text-transform:uppercase;letter-spacing:.5px;font-size:9px}.tabs{background:#eef2f7;border-radius:10px;gap:4px;margin:16px 0;padding:4px;display:flex;overflow:auto}.tabs button{white-space:nowrap;color:var(--muted);background:0 0;border:0;border-radius:7px;padding:8px 11px;font-size:11px;font-weight:760}.tabs button.active{color:var(--blue);background:#fff;box-shadow:0 2px 8px #14284614}.info-list{gap:9px;display:grid}.info-row{border-bottom:1px solid #edf1f5;justify-content:space-between;gap:20px;padding:10px 0;font-size:11px;display:flex}.info-row span{color:var(--muted)}.bullet-list{margin:0;padding-left:18px}.bullet-list li{color:#44536a;margin:7px 0;font-size:11px;line-height:1.5}.callout{background:var(--blue-soft);color:#234a84;border-radius:11px;padding:13px 14px;font-size:11px;line-height:1.55}.callout.warn{background:var(--orange-soft);color:#875511}.callout.error{background:var(--red-soft);color:#8b3340}.progress{background:#e8edf3;border-radius:99px;height:7px;overflow:hidden}.progress>span{background:linear-gradient(90deg, var(--blue), #57a1ff);border-radius:inherit;height:100%;display:block}.dropzone{text-align:center;background:#f9fbfe;border:1.5px dashed #b9c8dc;border-radius:13px;padding:34px 20px}.dropzone input{display:none}.dropzone strong{font-size:13px;display:block}.dropzone p{color:var(--muted);font-size:11px}.code{background:#f2f5f9;border-radius:5px;padding:3px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px}@media (max-width:1180px){.cards{grid-template-columns:repeat(3,1fr)}.two-col{grid-template-columns:1fr}}@media (max-width:840px){.app-shell{grid-template-columns:74px 1fr}.sidebar{padding:18px 10px}.brand{padding:0 6px 22px}.brand div:last-child,.nav-label,.nav-item span:last-child,.sidebar-footer{display:none}.nav-item{justify-content:center;padding:12px 0}.brand-mark{width:42px}.topbar{padding:0 18px}.content{padding:20px 18px}.three-col{grid-template-columns:1fr}}@media (max-width:620px){.cards{grid-template-columns:repeat(2,1fr)}.page-heading{flex-direction:column;align-items:flex-start}.actions{justify-content:flex-start}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.score-strip{gap:10px}.detail-hero{flex-direction:column;align-items:flex-start}}
