@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";:root{color:#172033;background:#f4f6f9;font-family:Inter,system-ui}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}.shell{min-height:100vh;display:flex}aside{color:#becae0;z-index:5;background:#0d2043;flex-direction:column;gap:7px;width:245px;padding:24px 14px;display:flex;position:fixed;inset:0 auto 0 0}.brand{color:#fff;align-items:center;gap:11px;padding:0 9px 26px;font-weight:700;display:flex}.brand>span,.brand-mark{color:#fff;background:#2563eb;border-radius:10px;place-items:center;width:40px;height:40px;display:grid}.brand small,.profile small,header small,td small{color:#8594ac;margin-top:3px;font-size:11px;display:block}aside button{color:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:12px;padding:12px;display:flex}aside button:hover,aside button.active{color:#fff;background:#18345f}.logout{margin-top:auto}.app{width:calc(100% - 245px);margin-left:245px}header{z-index:4;background:#fff;border-bottom:1px solid #e1e6ef;justify-content:space-between;align-items:center;height:72px;padding:0 28px;display:flex;position:sticky;top:0}.profile{align-items:center;gap:10px;display:flex}.avatar{color:#194fba;background:#e5edff;border-radius:50%;place-items:center;width:38px;height:38px;font-weight:700;display:grid}.menu{background:0 0;border:0;display:none}main{padding:27px}.page-title{justify-content:space-between;margin-bottom:22px;display:flex}.page-title h1{margin:0 0 6px;font-size:25px}.page-title p{color:#667085;margin:0;font-size:13px}.cards{grid-template-columns:repeat(6,1fr);gap:14px;display:grid}.metric,.panel{background:#fff;border:1px solid #e4e8ef;border-radius:12px;box-shadow:0 2px 8px #15233b08}.metric{align-items:center;gap:12px;padding:18px;display:flex}.metric>span{border-radius:9px;padding:9px}.metric strong,.metric small{display:block}.metric strong{margin-top:5px;font-size:22px}.blue{color:#2563eb;background:#e8f0ff}.violet{color:#7c3aed;background:#f0eaff}.cyan{color:#0891b2;background:#e6f7fb}.red,.critical{color:#dc2626;background:#feecec}.amber,.medium{color:#c27803;background:#fff4dd}.green,.low{color:#168447;background:#e8f8ef}.high{color:#d45700;background:#fff0e5}.grid{grid-template-columns:2fr 1fr;gap:18px;margin-top:18px;display:grid}.panel{padding:20px}.panel.full{min-height:calc(100vh - 127px)}.panel h2{font-size:16px}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;font-size:12px}th{text-align:left;color:#667085;background:#f8fafc}th,td{white-space:nowrap;border-bottom:1px solid #edf0f4;padding:12px}.badge{border-radius:20px;padding:5px 8px;font-size:10px;font-weight:700}.timeline>div{border-left:1px solid #dde3eb;gap:12px;margin-left:5px;padding:0 0 19px 18px;display:flex;position:relative}.timeline>div>span{border-radius:50%;width:9px;height:9px;position:absolute;top:4px;left:-5px}.bad{background:#e04b4b}.good{background:#28a36a}.timeline p{margin:0;font-size:12px}.timeline small{display:block}.search{border:1px solid #d5dbe5;border-radius:8px;align-items:center;gap:7px;max-width:350px;margin-bottom:18px;padding:0 10px;display:flex}.search input{border:0;outline:0;width:100%;padding:9px}.field{max-width:430px;font-size:12px;font-weight:600;display:block}.field select{background:#fff;border:1px solid #d5dbe5;border-radius:8px;width:100%;margin-top:7px;padding:11px;display:block}.drop{background:#fafcff;border:2px dashed #bdc9dc;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:240px;margin-top:22px;display:flex;position:relative}.drop input{opacity:0;position:absolute;inset:0}.drop span{font-size:12px}.primary,.login-card button{color:#fff;background:#1f5fcc;border:0;border-radius:8px;margin-top:18px;padding:12px 18px;font-weight:600}.error{color:#b42318;background:#fff0f0;border-radius:7px;margin:12px 0;padding:11px}.empty{color:#54936d;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:220px;display:flex}.icon{color:#31588d;background:#eef3fb;border:0;border-radius:7px;padding:6px}.overlay{z-index:20;background:#11182799;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:14px;width:100%;max-width:900px;max-height:88vh;padding:23px;overflow:auto}.modal-head{justify-content:space-between;display:flex}.toast{color:#fff;z-index:10;background:#11386e;border-radius:8px;gap:15px;padding:13px 16px;display:flex;position:fixed;top:84px;right:24px}.login{background:#eef3f9;place-items:center;min-height:100vh;display:grid}.login-card{background:#fff;border-radius:15px;width:390px;padding:35px}.login-card label{margin:15px 0;font-size:12px;font-weight:600;display:block}.login-card input{border:1px solid #ccd5e1;border-radius:8px;width:100%;margin-top:7px;padding:11px;display:block}.login-card button{width:100%}.login-card>small{text-align:center;margin-top:14px;display:block}.center{place-items:center;height:100vh;display:grid}@media (width<=1100px){.cards{grid-template-columns:repeat(3,1fr)}}@media (width<=760px){aside{transform:translate(-100%)}aside.open{transform:none}.app{width:100%;margin:0}.menu{display:block}header{padding:0 14px}header>div:nth-child(2),.profile>div{display:none}main{padding:15px}.cards{grid-template-columns:repeat(2,1fr)}.grid{grid-template-columns:1fr}.login-card{width:calc(100% - 28px)}}.cards.five{grid-template-columns:repeat(5,1fr)}.charts{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:18px;display:grid}.chart{min-height:250px}.bar-row{grid-template-columns:75px 1fr 35px;align-items:center;gap:9px;margin:13px 0;font-size:11px;display:grid}.bar-row>div{background:#eef2f7;border-radius:10px;height:9px;overflow:hidden}.bar-row i{background:#2563eb;border-radius:10px;height:100%;display:block}.bar-row b{text-align:right}.no-data{color:#8792a5;place-items:center;height:170px;font-size:12px;display:grid}.recent{margin-top:18px}.page-title .primary.top{align-items:center;gap:7px;margin:0;display:flex}.actions{gap:6px;display:flex}.icon svg{width:15px;height:15px}.icon.danger{color:#c93636;background:#fff0f0}.product-form{max-width:680px}.form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-grid label{font-size:12px;font-weight:600}.form-grid label.wide{grid-column:1/-1}.form-grid input,.form-grid textarea,.form-grid select{background:#fff;border:1px solid #ccd5e1;border-radius:8px;width:100%;margin-top:7px;padding:10px;display:block}.form-grid textarea{resize:vertical;min-height:75px}.form-grid small{color:#78869a;margin-top:5px;display:block}.preview-head{justify-content:space-between;align-items:center;margin-top:18px;display:flex}.preview-head span{color:#78869a;font-size:12px}.primary:disabled{opacity:.6;cursor:not-allowed}@media (width<=1100px){.cards.five{grid-template-columns:repeat(3,1fr)}.charts{grid-template-columns:1fr 1fr}}@media (width<=760px){.cards.five,.charts,.form-grid{grid-template-columns:1fr}.form-grid label.wide{grid-column:auto}.page-title{gap:12px}.page-title .primary.top{white-space:nowrap}}.bell{color:#26364d;cursor:pointer;background:0 0;border:0;position:relative}.bell em{color:#fff;background:#dc3545;border-radius:20px;place-items:center;min-width:18px;height:18px;font-size:10px;font-style:normal;display:grid;position:absolute;top:-7px;right:-4px}.notifications{z-index:30;background:#fff;border:1px solid #dce2eb;border-radius:12px;width:370px;max-height:480px;position:absolute;top:60px;right:15px;overflow:auto;box-shadow:0 18px 45px #12213b2b}.notifications>div{border-bottom:1px solid #edf0f4;justify-content:space-between;padding:15px;display:flex}.notifications>div button{color:#2563eb;background:0 0;border:0;font-size:11px}.notifications article{border-bottom:1px solid #edf0f4;flex-direction:column;gap:4px;padding:13px 15px;display:flex}.notifications article.unread{background:#f1f6ff;border-left:3px solid #2563eb}.notifications article span,.notifications article small{color:#6c788b;font-size:11px}.notifications>p{text-align:center;color:#7e8999;padding:25px}.analytics-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:18px;display:grid}.donut-panel{text-align:center}.donut{border-radius:50%;place-items:center;width:150px;height:150px;margin:22px auto;display:grid}.donut:before{content:"";position:absolute}.donut span{background:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:105px;height:105px;font-size:11px;display:flex}.donut b{font-size:25px}.legend{color:#607087;font-size:11px}.upload-list{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.upload-list article{background:#f9fbfe;border:1px solid #e1e6ef;border-radius:9px;gap:10px;padding:13px;display:flex}.upload-list article span{color:#738096;margin-top:4px;font-size:11px;display:block}.actions a.icon{place-items:center;text-decoration:none;display:inline-grid}.records-modal{width:95vw;max-width:1200px}.pager{justify-content:center;align-items:center;gap:15px;margin-top:18px;display:flex}.pager button{background:#fff;border:1px solid #d3dbe7;border-radius:7px;padding:8px 12px}.pager button:disabled{opacity:.45}@media (width<=1050px){.analytics-grid{grid-template-columns:1fr 1fr}}@media (width<=760px){.analytics-grid,.upload-list{grid-template-columns:1fr}.notifications{width:auto;position:fixed;top:70px;left:12px;right:12px}.records-modal{width:98vw}}footer{text-align:center;color:#738096;background:#fff;border-top:1px solid #e4e8ef;padding:16px;font-size:11px}footer a{color:#175bc0;font-weight:700;text-decoration:none}.instruction{background:#eef5ff;border:1px solid #bad2f5;border-radius:9px;gap:12px;margin:12px 0 18px;padding:13px;display:flex}.instruction>b{color:#fff;background:#1762c5;border-radius:50%;place-items:center;width:27px;height:27px;display:grid}.instruction span{color:#50627b;margin-top:4px;font-size:11px;line-height:1.55;display:block}.sheet-validation{gap:10px;margin-top:18px;display:grid}.sheet-validation article{border:1px solid;border-radius:9px;grid-template-columns:28px 1fr 34px;gap:10px;padding:13px;display:grid}.sheet-validation article.ready{background:#f0fff7;border-color:#8ed5ae}.sheet-validation article.success{background:#ebfaf2;border-color:#54b982}.sheet-validation article.error{background:#fff1f1;border-color:#eb8b8b}.sheet-validation .state{color:#fff;background:#2da76b;border-radius:50%;place-items:center;width:25px;height:25px;display:grid}.sheet-validation .error .state{background:#dc3f4a}.sheet-validation small,.sheet-validation em,.sheet-validation strong{margin-top:4px;font-size:11px;display:block}.sheet-validation em{color:#c32935;font-style:normal}.sheet-validation strong{color:#157445}.sheet-validation article>button{color:#7d8898;background:0 0;border:0}.manual-drop{border:2px dashed #aebdd1;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:155px;display:flex;position:relative}.manual-drop input{opacity:0;position:absolute;inset:0}.manual-drop span{color:#728096;font-size:11px}.verify-summary{grid-template-columns:repeat(4,1fr);gap:10px;margin:16px 0;display:grid}.verify-summary b{background:#f2f5f9;border-radius:8px;padding:13px;font-size:20px}.verify-summary small{color:#6c7789;margin-top:5px;font-size:10px;display:block}.verify-summary .ok{color:#18784b;background:#eaf8f0}.verify-summary .warn{color:#9b6700;background:#fff7e3}.verify-summary .badtext{color:#b62d39;background:#fff0f0}.filters{grid-template-columns:2fr repeat(5,1fr);gap:8px;margin-bottom:14px;display:grid}.filters input,.filters select,.settings-grid input{background:#fff;border:1px solid #ccd5e1;border-radius:7px;min-width:0;padding:9px}.bulk-danger{color:#fff;background:#c93440;border:0;border-radius:7px;align-items:center;gap:7px;margin-bottom:10px;padding:9px 12px;display:flex}.limited{max-height:640px}.pagination{justify-content:center;align-items:center;gap:5px;margin-top:16px;display:flex}.pagination button{background:#fff;border:1px solid #d5dce6;border-radius:6px;min-width:34px;height:34px}.pagination button.active{color:#fff;background:#155fc9;border-color:#155fc9}.bulk-bar{gap:8px;margin-bottom:14px;display:flex}.bulk-bar button{color:#1759b5;background:#e7f0ff;border:0;border-radius:7px;align-items:center;gap:6px;padding:9px 12px;display:flex}.bulk-bar button.danger{color:#bb2d3a;background:#fff0f0}.settings-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.settings-grid .field{margin-bottom:15px}.settings-grid .field input{width:100%;margin-top:7px;display:block}.verify{color:#14784d;background:#e8f8ef}@media (width<=1000px){.filters{grid-template-columns:1fr 1fr}.settings-grid{grid-template-columns:1fr}}@media (width<=650px){.filters,.verify-summary{grid-template-columns:1fr}.bulk-bar{flex-direction:column}}.analytics-filters,.store-folders{flex-wrap:wrap;align-items:end;gap:10px;margin:0 0 18px;display:flex}.analytics-filters select,.analytics-filters input,.store-folders select,.store-folders input{background:#fff;border:1px solid #cdd7e5;border-radius:8px;min-width:150px;padding:10px}.analytics-filters label{color:#536176;gap:4px;font-size:11px;font-weight:700;display:grid}.analytics-filters button{background:#fff;border:1px solid #cdd7e5;border-radius:8px;padding:10px 14px}.line-panel{min-height:265px}.line-panel svg{width:100%;height:155px;overflow:visible}.line-panel polyline{fill:none;stroke:#2563eb;stroke-width:2.3px;vector-effect:non-scaling-stroke}.line-panel circle{fill:#fff;stroke:#2563eb;stroke-width:1px;vector-effect:non-scaling-stroke}.line-labels{color:#718096;justify-content:space-between;gap:8px;font-size:11px;display:flex}.line-labels b{color:#17233a}.notifications article{cursor:pointer}.notifications article:not(.unread){opacity:.64}.workbook-list{gap:12px;margin:18px 0;display:grid}.workbook{background:#fff;border:1px solid #d5deea;border-radius:12px;overflow:hidden}.workbook.error{border-color:#ef9a9a}.workbook-head{background:#f8fafc;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px;display:grid}.workbook-head>button{color:#7b8798;background:0 0;border:0}.workbook-head small,.workbook-sheets small{color:#6c788b;margin-top:3px;display:block}.workbook-sheets{padding:7px 14px 14px}.workbook-sheets>div{background:#f1fbf6;border-left:3px solid #22a66f;grid-template-columns:24px 1fr;gap:8px;margin-top:7px;padding:9px;display:grid}.workbook-sheets>div.error{background:#fff2f2;border-color:#e34b4b}.workbook-sheets em{color:#c83232;margin-top:4px;font-style:normal;display:block}.workbook-sheets strong{color:#178257;margin-top:4px;display:block}.secure-gate{text-align:center;max-width:560px;margin:60px auto;padding:42px}.secure-gate>svg{color:#153f7a;background:#eaf2ff;border-radius:50%;width:52px;height:52px;padding:12px}.secure-gate p{color:#647188;line-height:1.6}.secure-gate form{gap:10px;max-width:360px;margin:20px auto 0;display:grid}.secure-gate input{border:1px solid #cbd5e1;border-radius:8px;padding:12px}.secure-gate form span{color:#c53030;font-size:12px}.folder-summary{color:#163c72;background:#edf4ff;border-radius:10px;align-items:center;gap:10px;margin-bottom:16px;padding:14px;display:flex}.folder-summary span{color:#64748b;margin-left:auto;font-size:12px}footer b{color:#b4232f}@media (width<=760px){.analytics-filters>*,.store-folders>*{width:100%}.folder-summary{flex-wrap:wrap;align-items:flex-start}.folder-summary span{width:100%;margin-left:0}}
