:root{--bg:#f5f7ff;--panel:#fff;--panel2:#fff;--border:#e8ecff;--text:#0f172a;--muted:#64748b;--brand:#5b7cfa;--brand2:#7c3aed;--shadow:0 10px 30px rgba(15,23,42,.06);--shadow2:0 6px 16px rgba(15,23,42,.06);--radius:16px}body,html{padding:0;margin:0;background:linear-gradient(180deg,#f8faff,var(--bg));color:var(--text);height:100%}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.h1{font-size:22px;margin:0 0 4px}.h1,.h2{font-weight:900}.h2{font-size:15px;margin:0 0 10px}.small{font-size:12px;color:var(--muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #dbe3ff;background:linear-gradient(180deg,#5b7cfa,#4f6cf0);color:#fff;padding:10px 14px;border-radius:12px;cursor:pointer;font-weight:900;box-shadow:0 10px 18px rgba(91,124,250,.18)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn.secondary{box-shadow:none;border-color:#e2e8ff}.btn.secondary,.input{background:#fff;color:var(--text)}.input{width:100%;padding:11px 12px;border:1px solid #dbe3ff;border-radius:12px;outline:none}.input:focus{border-color:rgba(91,124,250,.6);box-shadow:0 0 0 4px rgba(91,124,250,.12)}.card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow)}.card.soft{box-shadow:var(--shadow2)}.badge{display:inline-flex;padding:4px 10px;border-radius:999px;border:1px solid #e2e8ff;font-size:12px;font-weight:900;background:#f7f9ff}.notice{padding:10px 12px;border-radius:14px;border:1px solid #e2e8ff;background:#fff}.notice.success{border-color:#a7f3d0;background:#ecfdf5}.notice.error{border-color:#fecaca;background:#fef2f2}.appShell{display:flex;min-height:100vh;width:100%}.sidebar{width:270px;flex:0 0 auto;background:var(--panel);border-right:1px solid var(--border);padding:18px 14px;position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow:auto}.sidebarBrand{display:flex;align-items:center;gap:10px;margin-bottom:18px}.brandIcon{width:36px;height:36px;border-radius:14px;background:linear-gradient(135deg,var(--brand),var(--brand2))}.brandTitle{font-weight:1000}.sideSection{font-size:11px;color:var(--muted);font-weight:900;margin:14px 8px 8px;text-transform:uppercase;letter-spacing:.6px}.sideNav{display:flex;flex-direction:column;gap:8px}.sideLink{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:14px;border:1px solid transparent;font-weight:900;color:#334155}.sideLink:hover{background:#f6f8ff}.sideLink.active{background:rgba(91,124,250,.12);border-color:rgba(91,124,250,.18);color:#1e293b}.sidePill{width:34px;height:34px;border-radius:14px;border:1px solid #e2e8ff;background:#fff;display:flex;align-items:center;justify-content:center;font-weight:1000;color:#64748b}.main{flex:1 1 auto;min-width:0}.topHeader{height:64px;justify-content:space-between;background:hsla(0,0%,100%,.88);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:-webkit-sticky;position:sticky;top:0;z-index:50;padding:0 18px}.headerLeft,.topHeader{display:flex;align-items:center;gap:12px}.headerLeft{min-width:0}.headerRight{gap:10px}.headerRight,.iconBtn{display:flex;align-items:center}.iconBtn{width:40px;height:40px;border-radius:14px;border:1px solid #e2e8ff;background:#fff;justify-content:center;cursor:pointer}.iconBtn:hover{background:#f6f8ff}.searchWrap{display:flex;align-items:center;gap:10px;min-width:320px;max-width:520px;width:100%}.searchInput{flex:1 1;border:1px solid #e2e8ff;border-radius:14px;padding:10px 12px;background:#fff;outline:none}.content{padding:18px}.drawer,.drawerOverlay,.mobileNav{display:none}@media (max-width:980px){.sidebar{display:none}.content{padding:14px}.searchWrap{min-width:0}.drawerOverlay{inset:0;background:rgba(15,23,42,.35);z-index:80}.drawer,.drawerOverlay{display:block;position:fixed}.drawer{left:0;top:0;height:100vh;width:88vw;max-width:320px;background:#fff;border-right:1px solid var(--border);z-index:90;padding:18px 14px;overflow:auto}body{padding-bottom:72px}.mobileNav{display:block;position:fixed;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.95);border-top:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:70}.mobileNavInner{max-width:980px;margin:0 auto;display:flex;justify-content:space-around;gap:10px;padding:10px 12px}.mobileTab{flex:1 1;text-align:center;padding:10px 12px;border-radius:14px;font-weight:1000;border:1px solid transparent;color:#334155}.mobileTab.active{background:rgba(91,124,250,.12);border-color:rgba(91,124,250,.18)}}.table{width:100%;border-collapse:collapse}.table th{text-align:left;font-size:12px;color:var(--muted)}.table td,.table th{padding:12px 10px;border-bottom:1px solid #eef2ff}.table td{vertical-align:top}.thumb{width:42px;height:42px;border-radius:14px;border:1px solid #e7ecff;overflow:hidden;background:#f7f9ff;flex:0 0 auto}.thumb img{width:100%;height:100%;object-fit:cover;display:block}.tileRow{display:flex;gap:12px;flex-wrap:nowrap;overflow:auto;padding-bottom:6px}.tile{min-width:180px;flex:0 0 auto;border-radius:18px;padding:16px;border:1px solid var(--border);background:#fff;box-shadow:var(--shadow2);display:flex;align-items:center;justify-content:space-between;gap:14px}.tile .t{font-size:12px;color:var(--muted);font-weight:900}.tile .n{font-size:22px;font-weight:1000;margin-top:6px}.tileIcon{width:46px;height:46px;border-radius:18px;background:#f1f5ff;border:1px solid #e2e8ff;display:flex;align-items:center;justify-content:center}.gridDash{display:grid;grid-template-columns:2fr 1fr;grid-gap:12px;gap:12px}@media (max-width:980px){.gridDash{grid-template-columns:1fr}}.heroCard{background:#eef2ff;border:1px solid #e8ecff;border-radius:18px;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:14px}.heroTitle{font-weight:1000;font-size:18px}.breadcrumb{font-size:12px;color:#64748b;margin-top:4px}.heroArt{width:130px;height:78px;border-radius:18px;background:linear-gradient(135deg,rgba(91,124,250,.15),rgba(124,58,237,.12));border:1px solid hsla(0,0%,100%,.65);display:flex;align-items:center;justify-content:center}.kpiRow2{flex-wrap:wrap}.kpiCard,.kpiRow2{display:flex;gap:12px}.kpiCard{flex:1 1 160px;min-width:160px;border-radius:16px;padding:14px;border:1px solid var(--border);background:#fff;box-shadow:var(--shadow2);align-items:center;justify-content:space-between}.kpiMeta .k{font-size:12px;color:#64748b;font-weight:900}.kpiMeta .v{font-size:20px;font-weight:1000;margin-top:4px}.kpiIcon{width:40px;height:40px;border-radius:16px;border:1px solid #e2e8ff;background:#f1f5ff;display:flex;align-items:center;justify-content:center;font-size:18px}.kpiC1{background:#eef2ff}.kpiC2{background:#ecfeff}.kpiC3{background:#fff7ed}.kpiC4{background:#eff6ff}.kpiC5{background:#eef2ff}.kpiC6{background:#fff1f2}.tableCardHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.toolbar{display:flex;gap:10px}.toolbar .iconBtn{width:38px;height:38px;border-radius:14px}.statusPill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:900;border:1px solid #e2e8ff;background:#f7f9ff;color:#334155}.statusPill.pending{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.statusPill.completed{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.statusPill.shipping{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.statusPill.processing{background:#eef2ff;border-color:#c7d2fe;color:#3730a3}.statusPill.cancelled{background:#fff1f2;border-color:#fecdd3;color:#9f1239}.statusPill.other{background:#f8fafc;border-color:#e2e8f0;color:#334155}.orderFooter{justify-content:space-between;margin-top:10px}.orderFooter,.pager{display:flex;align-items:center;gap:10px}.pager .iconBtn{width:36px;height:36px;border-radius:12px}.rangeText{font-size:12px;color:#64748b}.ordersTableDesktop{display:block}.ordersMobileList{display:none}.orderMobileCard{border:1px solid var(--border);border-radius:18px;padding:12px;background:#fff;box-shadow:var(--shadow2)}.orderMobileTop{justify-content:space-between;gap:10px}.orderAvatar,.orderMobileTop{display:flex;align-items:center}.orderAvatar{width:40px;height:40px;border-radius:999px;border:1px solid #e2e8ff;background:#f7f9ff;justify-content:center;color:#64748b;flex:0 0 auto}.orderAvatar,.orderName{font-weight:1000}.orderSub{font-size:12px;color:#64748b}.orderAmount{font-weight:1000}.orderMetaRow{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.metaChip{font-size:12px;color:#334155;border:1px solid #e2e8ff;background:#f7f9ff;border-radius:999px;padding:4px 10px;font-weight:900}.orderAddr{margin-top:10px;font-size:12px;color:#64748b}.orderActionsRow{display:flex;justify-content:flex-end;gap:10px;margin-top:10px}@media (max-width:980px){.heroArt{display:none}.kpiRow2{flex-wrap:nowrap;overflow:auto;padding-bottom:6px}.kpiCard{min-width:220px}.ordersTableDesktop{display:none}.ordersMobileList{display:flex;flex-direction:column;gap:10px}.orderFooter{flex-direction:column;align-items:stretch}.pager{justify-content:center}}body,html{font-family:Plus Jakarta Sans,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}:root{--bottomNavH:76px}.content{padding-bottom:18px}@media (max-width:980px){:root{--bottomNavH:84px}body{padding-bottom:calc(var(--bottomNavH) + env(safe-area-inset-bottom, 0px))}.content{padding-bottom:calc(var(--bottomNavH) + 18px + env(safe-area-inset-bottom, 0px))}.mobileNav{padding-bottom:env(safe-area-inset-bottom,0)}}.mobileOnly{display:none}@media (max-width:980px){.mobileOnly{display:flex}}.btn.sm{border-radius:12px;font-size:13px}.btn.secondary.sm,.btn.sm{padding:8px 10px}@media (max-width:980px){.orderActionsInline{justify-content:flex-end}.filtersActionsRow,.orderActionsInline{display:flex;gap:10px;align-items:center}.filtersActionsRow{justify-content:stretch;width:100%}.filtersActionsRow .btn{flex:1 1}}.prodToolbar{justify-content:space-between;gap:12px;flex-wrap:wrap}.prodSearchWrap,.prodToolbar{display:flex;align-items:center}.prodSearchWrap{gap:10px;flex:1 1 360px}.prodSearch{max-width:520px}.dot{width:8px;height:8px;border-radius:999px;display:inline-block}.dot.green{background:#22c55e}.dot.red{background:#ef4444}.dot.gray{background:#94a3b8}.actionDots{width:34px;height:34px;border-radius:12px;border:1px solid #e2e8ff;background:#fff;display:flex;align-items:center;justify-content:center}.actionDots:hover{background:#f6f8ff}.prodRow{cursor:pointer}.prodSub{font-size:12px;color:#64748b;margin-top:2px}.prodMobileList{display:none}@media (max-width:980px){.prodTable{display:none}.prodMobileList{display:flex;flex-direction:column;gap:10px}}.modalOverlay{position:fixed;inset:0;background:rgba(15,23,42,.35);z-index:200;display:flex;align-items:flex-start;justify-content:center;padding:72px 14px}.modal{width:min(720px,100%);background:var(--panel);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);padding:14px}.modalHeader{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.modalTitle{font-weight:1000}.listItem{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px;border-radius:14px;border:1px solid transparent;cursor:pointer}.listItem:hover{background:#f6f8ff;border-color:#eef2ff}.listLeft{display:flex;gap:10px;align-items:center}.listLeft,.listMain{min-width:0}.listMain .t{font-weight:1000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kbd,.listMain .s{font-size:12px;color:var(--muted)}.kbd{border:1px solid #e2e8ff;border-radius:10px;padding:4px 8px;background:#fff}.controlsRow{display:flex;gap:10px;align-items:flex-end;flex-wrap:wrap}.controlsRow .btn{white-space:nowrap}@media (max-width:980px){.controlsRow{flex-wrap:nowrap;overflow:auto;padding-bottom:6px}.controlsRow>*{flex:0 0 auto}}body.dark{--bg:#0b1220;--panel:#0f172a;--panel2:#0f172a;--border:hsla(0,0%,100%,.12);--text:#e8ecf7;--muted:rgba(232,236,247,.7);--shadow:0 14px 40px rgba(0,0,0,.35);--shadow2:0 10px 22px rgba(0,0,0,.28);background:linear-gradient(180deg,#0b1220,#0f172a);color:var(--text)}body.dark .card,body.dark .drawer,body.dark .modal,body.dark .sidebar,body.dark .topHeader{background:var(--panel)}body.dark .input,body.dark .searchInput{background:hsla(0,0%,100%,.04);border-color:hsla(0,0%,100%,.14);color:var(--text)}body.dark .actionDots,body.dark .btn.secondary,body.dark .iconBtn{background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.14);color:var(--text)}body.dark .table td,body.dark .table th{border-bottom-color:hsla(0,0%,100%,.08)}body.dark .mobileNav{background:rgba(15,23,42,.92)}body.dark .mobileTab{color:var(--text)}body.dark .listItem:hover{background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.12)}.srPill{display:inline-flex;align-items:center;justify-content:center;min-width:54px;padding:6px 10px;border-radius:999px;font-weight:1000;border:1px solid #e2e8ff;background:#f7f9ff}.srGreen{background:#16a34a;color:#fff;border-color:#16a34a}.srYellow{background:#f59e0b;color:#fff;border-color:#f59e0b}.srRed{background:#ef4444;color:#fff;border-color:#ef4444}.srGray{background:#9ca3af;color:#fff;border-color:#9ca3af}.orderCardClickable,.orderRowClickable{cursor:pointer}