.sc-root{--sc-navy:#0F172A;--sc-navy-2:#1E293B;--sc-navy-3:#334155;--sc-navy-4:#475569;--sc-orange:#fcb800;--sc-orange-2:#d49800;--sc-orange-s:#fff8e1;--sc-green:#16A34A;--sc-red:#DC2626;--sc-blue:#2563EB;--sc-yellow:#D97706;--sc-purple:#7C3AED;--sc-bg:#F4F6F8;--sc-surface:#FFFFFF;--sc-border:#E5E7EB;--sc-border-2:#F1F3F5;--sc-text:#111827;--sc-muted:#6B7280;--sc-muted-2:#9CA3AF;--sc-sidebar-w:240px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;color:var(--sc-text);background:var(--sc-bg);min-height:100vh}.sc-root *,.sc-root :after,.sc-root :before{box-sizing:border-box}.sc-root a{text-decoration:none}.sc-root button{cursor:pointer;border:none;background:none}.sc-root h1,.sc-root h2,.sc-root h3,.sc-root p{margin:0}.sc-root ol,.sc-root ul{list-style:none;margin:0;padding:0}.sc-layout{display:grid;grid-template-columns:var(--sc-sidebar-w) 1fr;min-height:100vh}.sc-sidebar{background:var(--sc-navy);position:sticky;top:0;height:100vh;overflow-y:auto;display:flex;flex-direction:column;scrollbar-width:thin;scrollbar-color:var(--sc-navy-3) transparent}.sc-sidebar::-webkit-scrollbar{width:4px}.sc-sidebar::-webkit-scrollbar-track{background:transparent}.sc-sidebar::-webkit-scrollbar-thumb{background:var(--sc-navy-3);border-radius:4px}.sc-brand{padding:18px 16px 14px;border-bottom:1px solid var(--sc-navy-3);flex-shrink:0}.sc-brand-logo{gap:10px}.sc-brand-icon,.sc-brand-logo{display:flex;align-items:center}.sc-brand-icon{width:34px;height:34px;background:var(--sc-orange);border-radius:8px;justify-content:center;font-weight:900;font-size:16px;color:white;flex-shrink:0}.sc-brand-name{font-size:13px;font-weight:700;color:white;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sc-brand-sub{font-size:10px;color:var(--sc-navy-4);margin-top:1px}.sc-nav{flex:1;padding:10px 8px;display:flex;flex-direction:column;gap:2px;overflow-y:auto;scrollbar-width:none}.sc-nav::-webkit-scrollbar{display:none}.sc-nav-label{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--sc-navy-3);padding:6px 10px 2px}.sc-nav-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;font-size:12.5px;font-weight:500;color:#94A3B8;transition:background .15s,color .15s;position:relative;width:100%;text-align:left;background:transparent;border:none}.sc-nav-item:hover{background:var(--sc-navy-2);color:white}.sc-nav-item.sc-active{background:var(--sc-orange);color:#0F172A}.sc-nav-item.sc-active .sc-nav-badge{background:rgba(0,0,0,.15);color:#0F172A}.sc-nav-ic{width:16px;height:16px;flex-shrink:0;opacity:.6}.sc-nav-item.sc-active .sc-nav-ic,.sc-nav-item:hover .sc-nav-ic{opacity:1}.sc-nav-lbl{flex:1;white-space:nowrap}.sc-nav-badge{font-size:9px;background:var(--sc-orange);border-radius:100px;padding:1px 6px;min-width:18px;text-align:center}.sc-nav-badge,.sc-nav-new{font-weight:800;color:white;flex-shrink:0}.sc-nav-new{font-size:8px;background:var(--sc-green);border-radius:4px;padding:1px 4px;text-transform:uppercase}.sc-upgrade{margin:6px 8px 8px;padding:11px 12px;background:linear-gradient(135deg,var(--sc-orange),var(--sc-orange-2));border-radius:10px;text-align:center;flex-shrink:0}.sc-upgrade-title{font-size:10px;font-weight:800;color:white;text-transform:uppercase;letter-spacing:.05em}.sc-upgrade-sub{font-size:9.5px;color:rgba(255,255,255,.8);margin-top:2px;line-height:1.4}.sc-upgrade-btn{display:inline-block;margin-top:8px;padding:3px 12px;background:white;color:var(--sc-orange);border-radius:100px;font-size:9.5px;font-weight:800;text-decoration:none}.sc-sidebar-bottom{padding:10px 8px;border-top:1px solid var(--sc-navy-3);flex-shrink:0}.sc-seller-info{display:flex;align-items:center;gap:9px;padding:7px 10px}.sc-seller-avatar{width:30px;height:30px;background:var(--sc-orange);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;color:white;flex-shrink:0}.sc-seller-name{font-size:11.5px;font-weight:600;color:white}.sc-seller-email,.sc-seller-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sc-seller-email{font-size:9.5px;color:var(--sc-navy-4)}.sc-main{display:flex;flex-direction:column;min-height:100vh;background:var(--sc-bg);min-width:0}.sc-topbar{background:var(--sc-surface);border-bottom:1px solid var(--sc-border);padding:10px 24px;gap:14px;position:sticky;top:0;z-index:10}.sc-breadcrumb,.sc-topbar{display:flex;align-items:center}.sc-breadcrumb{font-size:12px;gap:5px;flex:1}.sc-breadcrumb,.sc-breadcrumb a{color:var(--sc-muted)}.sc-breadcrumb a:hover,.sc-breadcrumb span{color:var(--sc-text)}.sc-breadcrumb span{font-weight:600}.sc-bc-sep{color:var(--sc-muted-2)}.sc-topbar-acts{display:flex;align-items:center;gap:8px}.sc-tb-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:8px;font-size:12px;font-weight:600;transition:all .15s;text-decoration:none}.sc-tb-btn.primary{background:var(--sc-orange);color:#0F172A;border:none;font-weight:700}.sc-tb-btn.primary:hover{background:var(--sc-orange-2)}.sc-tb-btn.ghost{background:transparent;color:var(--sc-muted);border:1px solid var(--sc-border)}.sc-tb-btn.ghost:hover{background:var(--sc-bg);color:var(--sc-text)}.sc-notif-btn{position:relative;width:32px;height:32px;border-radius:8px;border:1px solid var(--sc-border);background:transparent;display:flex;align-items:center;justify-content:center;color:var(--sc-muted);transition:all .15s}.sc-notif-btn:hover{background:var(--sc-bg);color:var(--sc-text)}.sc-notif-dot{position:absolute;top:5px;right:5px;width:7px;height:7px;background:var(--sc-red);border-radius:50%;border:1.5px solid white}.sc-page{flex:1;padding:22px 24px}.sc-welcome{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.sc-welcome h1{font-size:20px;font-weight:800;color:var(--sc-text);margin-bottom:3px}.sc-welcome p{font-size:12.5px;color:var(--sc-muted)}.sc-date-chip{font-size:11px;color:var(--sc-muted);background:var(--sc-surface);border:1px solid var(--sc-border);border-radius:6px;padding:5px 11px;white-space:nowrap;flex-shrink:0}.sc-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}.sc-stat{background:var(--sc-surface);border-radius:12px;border:1px solid var(--sc-border);padding:16px 18px}.sc-stat-hd{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.sc-stat-label{font-size:10.5px;font-weight:600;color:var(--sc-muted);text-transform:uppercase;letter-spacing:.04em}.sc-stat-ic{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center}.sc-stat-ic svg{width:15px;height:15px}.sc-stat-ic.orange{background:#FFF1E6;color:var(--sc-orange)}.sc-stat-ic.green{background:#DCFCE7;color:var(--sc-green)}.sc-stat-ic.blue{background:#DBEAFE;color:var(--sc-blue)}.sc-stat-ic.purple{background:#F3E8FF;color:var(--sc-purple)}.sc-stat-ic.yellow{background:#FEF9C3;color:var(--sc-yellow)}.sc-stat-ic.red{background:#FEE2E2;color:var(--sc-red)}.sc-stat-value{font-size:24px;font-weight:800;color:var(--sc-text);line-height:1;margin-bottom:4px}.sc-stat-change{font-size:11px;font-weight:600;display:flex;align-items:center;gap:3px}.sc-stat-change.up{color:var(--sc-green)}.sc-stat-change.down{color:var(--sc-red)}.sc-stat-change.neutral{color:var(--sc-muted)}.sc-row-2{grid-template-columns:1fr 1fr}.sc-row-2,.sc-row-3{display:grid;gap:16px;margin-bottom:16px}.sc-row-3{grid-template-columns:1fr 1fr 1fr}.sc-row-32{grid-template-columns:1fr 360px}.sc-row-23,.sc-row-32{display:grid;gap:16px;margin-bottom:16px}.sc-row-23{grid-template-columns:360px 1fr}.sc-panel{background:var(--sc-surface);border-radius:12px;border:1px solid var(--sc-border);padding:18px 20px}.sc-panel-hd{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.sc-panel-title{font-size:13.5px;font-weight:700;color:var(--sc-text)}.sc-panel-link{font-size:12px;font-weight:600;color:var(--sc-orange)}.sc-panel-link:hover{color:var(--sc-orange-2)}.sc-chart{display:flex;align-items:flex-end;gap:5px;height:110px}.sc-bar-wrap{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;height:100%;justify-content:flex-end}.sc-bar{width:100%;background:var(--sc-orange);border-radius:4px 4px 0 0;opacity:.3;transition:opacity .15s;cursor:pointer}.sc-bar.sc-active,.sc-bar:hover{opacity:1}.sc-bar-lbl{font-size:9px;color:var(--sc-muted-2);white-space:nowrap}.sc-table-wrap{overflow-x:auto}.sc-table{width:100%;border-collapse:collapse;font-size:12.5px}.sc-table th{text-align:left;padding:7px 12px;font-size:10px;font-weight:700;color:var(--sc-muted);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--sc-border);background:var(--sc-bg);white-space:nowrap}.sc-table td{padding:10px 12px;border-bottom:1px solid var(--sc-border-2);color:var(--sc-text);vertical-align:middle}.sc-table tr:last-child td{border-bottom:none}.sc-table tbody tr:hover td{background:#fafafa}.sc-pill{display:inline-block;padding:2px 9px;border-radius:100px;font-size:10px;font-weight:700;white-space:nowrap}.sc-pill.delivered{background:#DCFCE7;color:#15803D}.sc-pill.processing{background:#FEF9C3;color:#92400E}.sc-pill.shipped{background:#DBEAFE;color:#1D4ED8}.sc-pill.packed{background:#EDE9FE;color:#6D28D9}.sc-pill.cancelled{background:#FEE2E2;color:#B91C1C}.sc-pill.pending{background:#F3F4F6;color:#4B5563}.sc-pill.awaiting{background:#F3E8FF;color:#7C3AED}.sc-prod-row{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid var(--sc-border-2)}.sc-prod-row:last-child{border-bottom:none}.sc-prod-rank{font-size:10px;font-weight:800;color:var(--sc-muted-2);width:16px;flex-shrink:0}.sc-prod-info{flex:1;min-width:0}.sc-prod-name{font-size:12px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sc-prod-bar-wrap{height:3px;background:var(--sc-border);border-radius:4px;margin-top:5px;overflow:hidden}.sc-prod-bar{height:100%;background:var(--sc-orange);border-radius:4px}.sc-prod-rev{text-align:right;flex-shrink:0}.sc-prod-rev-val{font-size:12px;font-weight:700;color:var(--sc-orange)}.sc-prod-rev-units{font-size:10px;color:var(--sc-muted-2)}.sc-health-row{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--sc-border-2)}.sc-health-row:last-child{border-bottom:none}.sc-health-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.sc-health-dot.ok{background:var(--sc-green)}.sc-health-dot.warn{background:var(--sc-yellow)}.sc-health-dot.bad{background:var(--sc-red)}.sc-health-lbl{flex:1;font-size:12px;color:var(--sc-text)}.sc-health-val{font-size:11px;font-weight:700;flex-shrink:0}.sc-health-val.ok{color:var(--sc-green)}.sc-health-val.warn{color:var(--sc-yellow)}.sc-health-val.bad{color:var(--sc-red)}.sc-alert{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 11px;border-radius:8px;margin-bottom:5px}.sc-alert:last-child{margin-bottom:0}.sc-alert.red{background:#FEF2F2}.sc-alert.amber{background:#FFFBEB}.sc-alert-name{font-size:12px;font-weight:600}.sc-alert.red .sc-alert-name{color:#B91C1C}.sc-alert.amber .sc-alert-name{color:#92400E}.sc-alert-sub{font-size:10px;margin-top:1px}.sc-alert.red .sc-alert-sub{color:#DC2626}.sc-alert.amber .sc-alert-sub{color:#D97706}.sc-alert-badge{font-size:10px;font-weight:800;padding:2px 7px;border-radius:100px;color:white;flex-shrink:0}.sc-alert.red .sc-alert-badge{background:var(--sc-red)}.sc-alert.amber .sc-alert-badge{background:var(--sc-yellow)}.sc-quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.sc-quick-btn{display:flex;flex-direction:column;align-items:center;gap:6px;padding:13px 6px;border-radius:10px;border:1px solid var(--sc-border);background:var(--sc-bg);text-align:center;transition:all .15s;text-decoration:none}.sc-quick-btn:hover{border-color:var(--sc-orange);background:var(--sc-orange-s)}.sc-quick-ic{font-size:20px}.sc-quick-lbl{font-size:10px;font-weight:600;color:var(--sc-text);line-height:1.3}.sc-promo{border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:10px}.sc-promo.orange{background:linear-gradient(135deg,#fcb800,#d49800);color:white}.sc-promo.navy{background:linear-gradient(135deg,#0F172A,#1E293B);color:white}.sc-promo.green{background:linear-gradient(135deg,#059669,#047857);color:white}.sc-promo-title{font-size:15px;font-weight:800;line-height:1.3}.sc-promo-sub{font-size:12px;opacity:.85;line-height:1.5}.sc-promo-cta{display:inline-flex;align-items:center;gap:5px;padding:7px 14px;border-radius:8px;font-size:11.5px;font-weight:700;background:rgba(255,255,255,.2);color:white;text-decoration:none;align-self:flex-start;margin-top:2px;transition:background .15s;border:none}.sc-promo-cta:hover{background:rgba(255,255,255,.35)}.sc-todo-item{display:flex;align-items:flex-start;gap:10px;padding:9px 0;border-bottom:1px solid var(--sc-border-2)}.sc-todo-item:last-child{border-bottom:none}.sc-todo-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;margin-top:5px}.sc-todo-dot.high{background:var(--sc-red)}.sc-todo-dot.med{background:var(--sc-yellow)}.sc-todo-dot.low{background:var(--sc-green)}.sc-todo-text{font-size:12px;color:var(--sc-text);flex:1;line-height:1.4}.sc-todo-time{font-size:10px;color:var(--sc-muted-2);flex-shrink:0}.sc-skel{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%);background-size:200% 100%;animation:sc-shimmer 1.5s infinite;border-radius:6px}@keyframes sc-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.sc-mobile-topbar{display:none;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px;background:#fff;border-bottom:1px solid var(--sc-line);position:sticky;top:0;z-index:100;flex-shrink:0}.sc-mobile-brand{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.sc-nav-group-btn{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;cursor:pointer;padding:6px 20px 2px;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--sc-ink-2)}.sc-group-chevron{font-size:12px;transition:transform .2s}.sc-group-chevron--collapsed{transform:rotate(-90deg)}@media (max-width:767px){.sc-layout{grid-template-columns:1fr;flex-direction:column;display:flex}.sc-sidebar{display:none}.sc-mobile-topbar{display:flex}.sc-main{padding-top:0}.sc-mobile-nav{display:flex;gap:6px;overflow-x:auto;padding:10px 16px;background:var(--sc-surface);border-bottom:1px solid var(--sc-border);position:sticky;top:0;z-index:10;scrollbar-width:none}.sc-mobile-nav::-webkit-scrollbar{display:none}.sc-mobile-pill{flex-shrink:0;padding:5px 14px;border-radius:100px;font-size:11.5px;font-weight:600;text-decoration:none;border:1px solid var(--sc-border);color:var(--sc-muted);white-space:nowrap;transition:all .15s}.sc-mobile-pill:hover{background:var(--sc-bg)}.sc-mobile-pill.sc-active{background:var(--sc-orange);color:white;border-color:var(--sc-orange)}.sc-page{padding:16px}.sc-stats{grid-template-columns:1fr 1fr}.sc-row-2,.sc-row-23,.sc-row-3,.sc-row-32{grid-template-columns:1fr}.sc-quick-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.sc-mobile-nav{display:none}}