:root{--bg:#f5f7ff;--panel:#fff;--panel2:#fff;--border:#e8ecff;--text:#0f172a;--muted:#64748b;--brand:#5b7cfa;--brand2:#7c3aed;--primary:var(--brand);--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;font-family:DM Sans,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}*{box-sizing:border-box}button,input,select,textarea{font-family:inherit}.h1{font-size:24px;line-height:32px;margin:0 0 4px}.h1,.h2{font-weight:600}.h2{font-size:16px;line-height:24px;margin:0 0 10px}.small{font-size:12px;line-height:16px;font-weight:400;color:var(--muted)}.pageTop{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin:2px 0 14px}.pageTop .small{margin-top:6px}.label{font-size:12px;line-height:16px;font-weight:700;color:#334155;margin:0 0 6px}.selectWrap{position:relative}.selectCaret{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:#94a3b8;font-size:12px}.selectMenu{position:absolute;left:0;right:0;top:calc(100% + 6px);background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);max-height:240px;overflow:auto;z-index:40}.selectItem{padding:10px 12px;font-size:14px;line-height:20px;cursor:pointer}.selectItem:hover{background:#f6f8ff}.selectItem.active{background:rgba(91,124,250,.12);font-weight:700}.selectEmpty{padding:12px;color:var(--muted);font-size:13px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;border-radius:999px;border:1px solid transparent;background:linear-gradient(135deg,#5b7cfa,#7c3aed);color:#fff;font-size:14px;line-height:20px;font-weight:500;box-shadow:0 10px 18px rgba(91,124,250,.18)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn.secondary{background:#fff;color:var(--text);box-shadow:none;border-color:#e2e8ff}.btn.success{background:linear-gradient(135deg,#16a34a,#22c55e);box-shadow:0 10px 18px rgba(34,197,94,.18)}.input{width:100%;padding:11px 12px;border:1px solid #dbe3ff;border-radius:12px;outline:none;background:#fff;color:var(--text)}.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)}.cardHeader{display:flex;align-items:center;justify-content:space-between;margin:-2px 0 14px;padding:0 0 10px;border-bottom:1px solid var(--border)}.cardTitle{font-size:14px;font-weight:700;letter-spacing:.2px;color:var(--text)}.badge{border:1px solid #e2e8ff;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}.courierScope{--panel:#fff;--panel2:#fff;--border:#e2e8ff;--text:#0f172a;--muted:#64748b}.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;height:80px}.sidebarLogo{max-width:100%;height:100%;object-fit:contain;display:block}.brandIcon{width:36px;height:36px;border-radius:14px;background-color:var(--brand);background-image:url(/icon-192.png);background-size:cover;background-position:50%;background-repeat:no-repeat}.avatarIcon{width:30px;height:30px;border-radius:999px;object-fit:cover;display:block}.brandTitle{font-weight:1000}.sideSection{font-size:12px;line-height:16px;color:var(--muted);font-weight:600;margin:14px 8px 8px;text-transform:uppercase;letter-spacing:.08em}.sideNav{display:flex;flex-direction:column;gap:8px}.sideLink{display:flex;align-items:center;gap:10px;padding:10px;border-radius:12px;font-size:14px;line-height:20px;font-weight:500;border:1px solid transparent;color:#334155}.sideLink:hover{background:#f6f8ff}.sideLink.active{background:rgba(91,124,250,.12);border-color:rgba(91,124,250,.18);color:#1e293b;font-weight:600}.sidePill{width:34px;height:34px;border-radius:14px;border:1px solid #e2e8ff;background:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--muted)}.sidePill svg{width:18px;height:18px}.sideGroup{display:flex;flex-direction:column;gap:8px}.sideGroupHeader{width:100%;display:flex;align-items:center;gap:10px;padding:10px;border-radius:12px;font-size:14px;line-height:20px;font-weight:600;border:1px solid transparent;color:#334155;background:transparent;cursor:pointer;text-align:left}.sideGroupHeader:hover{background:#f6f8ff}.sideGroupHeader.active{background:rgba(91,124,250,.12);border-color:rgba(91,124,250,.18);color:#1e293b}.sideGroupLabel{flex:1 1 auto;min-width:0}.sideCaret{font-size:12px;color:#64748b;transition:transform .15s ease;line-height:1}.sideCaret.open{transform:rotate(180deg)}.sideSubNav{display:flex;flex-direction:column;gap:6px;margin-left:44px}.sideSubLink{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:12px;font-size:13px;color:#334155;border:1px solid transparent}.sideSubLink .dot{width:8px;height:8px;border-radius:999px;border:1px solid #dbeafe;background:#fff;box-shadow:0 1px 0 rgba(15,23,42,.06)}.sideSubLink:hover{background:#f6f8ff}.sideSubLink.active{background:rgba(91,124,250,.1);border-color:rgba(91,124,250,.18);font-weight:700}.sideSubLink.disabled{opacity:.55;cursor:not-allowed}.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;justify-content:center}.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,.mobileBar,.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:118px}.mobileBar{display:flex;position:fixed;left:0;right:0;bottom:max(16px,env(safe-area-inset-bottom,0px));justify-content:center;z-index:70;pointer-events:none}.mobileBarInner{pointer-events:auto;width:min(580px,calc(100% - 28px));background:linear-gradient(180deg,hsla(0,0%,100%,.94),hsla(0,0%,100%,.88));border:1px solid rgba(226,232,255,.92);padding:10px 12px;justify-content:space-between;gap:10px;box-shadow:0 18px 44px rgba(15,23,42,.16);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.mbBtn,.mobileBarInner{border-radius:999px;display:flex;align-items:center}.mbBtn{flex:1 1;height:64px;flex-direction:column;justify-content:center;gap:4px;position:relative;color:#334155;background:transparent;border:0;text-decoration:none;cursor:pointer}.mbBtn:focus{outline:none}.mbIcon{width:40px;height:40px;border-radius:999px;display:flex;align-items:center;justify-content:center;border:1px solid transparent;background:rgba(248,250,252,.55);transition:background .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease}.mbLabel{font-size:11px;line-height:14px;font-weight:500;color:inherit}.mbDot{position:absolute;bottom:-5px;width:22px;height:4px;border-radius:999px;background:transparent;transition:background .15s ease,transform .15s ease}.mbBtn.active .mbIcon{background:rgba(91,124,250,.14);border-color:rgba(91,124,250,.22);color:var(--primary);transform:translateY(-1px)}.mbBtn.active .mbDot{background:var(--primary);transform:translateY(0)}.mbBtn.mbCenter .mbIcon{background:var(--primary);color:#fff;border-color:rgba(91,124,250,.38);box-shadow:0 12px 26px rgba(91,124,250,.35)}.mbBtn.mbCenter.active .mbIcon{transform:translateY(-2px)}}.desktopOnly{display:inline-flex}.tableWrapCompact{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--border);border-radius:16px;background:#fff}.tableWrapCompact .table{min-width:0}.table{width:100%;border-collapse:collapse}.table th{text-align:left;font-size:12px;line-height:16px;font-weight:500;color:var(--muted)}.table td,.table th{padding:12px 10px;border-bottom:1px solid #eef2ff}.table td{vertical-align:top;font-size:14px;line-height:20px;font-weight:400;color:var(--text)}.tableWrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--border);border-radius:16px;background:#fff}.tableWrap .table{min-width:980px}@media (min-width:1024px){.tableWrap .table{min-width:1100px}}.dateRangeRow{display:flex;align-items:center;gap:10px;flex-wrap:nowrap}.dateRangeRow .input{min-width:180px}.dateRangeSep{font-size:12px;color:var(--muted);font-weight:800}@media (max-width:980px){.dateRangeRow{flex-wrap:wrap}.dateRangeRow .input{min-width:100%}.dateRangeSep{display:none}}.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}.thumb svg{width:30px;height:30px}.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-size:24px;line-height:32px;font-weight:600;margin:0 0 4px}.breadcrumb{font-size:12px;line-height:16px;font-weight:400;color:var(--muted)}.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}.kpiRowWrap{display:flex;align-items:stretch;gap:8px;padding-bottom:12px;position:relative;overflow:hidden}.kpiRow2{flex:1 1 auto;display:flex;flex-wrap:nowrap;gap:16px;overflow-x:auto;overflow-y:hidden;padding-bottom:2px;scroll-behavior:smooth;scroll-snap-type:x mandatory}.kpiRow2::-webkit-scrollbar{display:none}.kpiRow2{scrollbar-width:none;-ms-overflow-style:none}.kpiArrow{display:none}.kpiArrowLeft{margin-right:4px}.kpiArrowRight{margin-left:4px}@media (min-width:1024px){.kpiArrowVisible{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;border:1px solid var(--border);background:#fff;box-shadow:var(--shadow2);font-size:18px;line-height:1;cursor:pointer;opacity:0;z-index:5;transition:background-color .15s ease,box-shadow .15s ease,transform .12s ease,opacity .12s ease}.kpiRowWrap:hover .kpiArrowVisible{opacity:1}.kpiArrowVisible:hover{background:#f9fafb;box-shadow:var(--shadow3);transform:translateY(-1px)}.kpiArrowVisible:disabled{opacity:.45;cursor:default;box-shadow:var(--shadow1);transform:none}.kpiArrowLeft{left:8px;margin-right:0}.kpiArrowRight{right:8px;margin-left:0}}.kpiCard{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 5*16px)/6);min-width:210px;border-radius:16px;padding:14px;border:1px solid var(--border);background:#fff;box-shadow:var(--shadow2);display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.kpiCard:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.kpiCard.active{border-color:rgba(91,124,250,.45);box-shadow:var(--shadow)}.kpiMeta .k{font-size:12px;line-height:16px;font-weight:500;color:var(--muted)}.kpiMeta .v{font-size:18px;line-height:28px;font-weight:600}.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}.loginWrap{min-height:100vh;width:100%;display:flex;align-items:stretch}.loginGrid{width:100%;display:grid;grid-template-columns:1.15fr .85fr}.loginLeft{background:#eef2ff;display:flex;flex-direction:column;padding:18px}.loginBrandMini{display:flex;align-items:center;gap:10px}.loginLogo{width:34px;height:34px;border-radius:12px;object-fit:cover;border:1px solid hsla(0,0%,100%,.65);background:#fff}.loginBrandText{font-weight:1000;color:#0f172a;letter-spacing:-.01em}.loginArtWrap{flex:1 1;display:flex;align-items:center;justify-content:center;padding:24px}.loginArt{width:min(520px,86%);max-height:520px;height:auto;object-fit:contain;opacity:.95}.loginRight{display:flex;align-items:center;justify-content:center;padding:22px}.loginCard{width:100%;max-width:520px;background:var(--panel);border:1px solid var(--border);border-radius:20px;padding:18px;box-shadow:var(--shadow)}.loginBrandTop{display:flex;align-items:center;gap:12px;margin-bottom:14px}.loginLogoLg{width:54px;height:54px;border-radius:18px;object-fit:cover;border:1px solid #e2e8ff;background:#fff}.loginTitle{font-size:22px;line-height:30px;font-weight:700;letter-spacing:-.01em}.loginSubtitle{font-size:13px;line-height:18px;color:var(--muted)}.loginDividerRow{display:flex;gap:14px;margin:8px 0 14px}.loginDivider{height:2px;flex:1 1;background:rgba(15,23,42,.08);border-radius:999px}.loginLabel{font-size:13px;line-height:18px;font-weight:700;margin:0 0 8px}.loginFields{display:grid;grid-gap:12px;gap:12px}.loginBtn{height:48px;border-radius:14px;font-weight:700}.loginFoot{margin-top:12px;display:grid;grid-gap:6px;gap:6px}@media (max-width:980px){.loginGrid{grid-template-columns:1fr}.loginLeft{display:none}.loginRight{padding:16px}.loginCard{border-radius:18px}.loginTitle{font-size:24px;line-height:32px}}.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;position:relative}.toolbar .iconBtn{width:38px;height:38px;border-radius:14px}.filterMenu{position:absolute;top:46px;right:0;min-width:220px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 12px 30px rgba(15,23,42,.12);padding:10px;z-index:50}.filterTitle{font-size:12px;font-weight:700;color:#64748b;padding:6px 8px 8px}.filterItem{width:100%;text-align:left;background:#fff;border:1px solid transparent;border-radius:12px;padding:10px;font-weight:600;color:#0f172a;cursor:pointer}.filterItem:hover{background:#f8fafc;border-color:#e2e8f0}.filterItem.active{background:#eef2ff;border-color:#e0e7ff;color:#4f46e5}.statusPill{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;font-size:12px;line-height:16px;font-weight:500;border:1px solid transparent}.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{display:flex;justify-content:space-between}.orderFooter,.orderFooterGrid{align-items:center;gap:10px;margin-top:10px}.orderFooterGrid{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:10px}.orderFooterGrid .footerLeft{display:flex;align-items:center;gap:8px;justify-self:start;min-width:0}.orderFooterGrid .footerCenter{justify-self:center;font-size:12px;color:#64748b;white-space:nowrap}.orderFooterGrid .footerRight{justify-self:end}.orderFooterGrid .footerRight,.pager{display:flex;align-items:center;gap:10px}.pager .iconBtn{width:36px;height:36px;border-radius:12px}.rangeText{font-size:12px;color:#64748b}.bulkBar{padding:14px}.bulkRow{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;flex-wrap:wrap}.bulkLeft{min-width:260px}.bulkControls{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.bulkSelect{min-width:240px}.bulkSelected{white-space:nowrap}.bulkApplyWrap{display:flex;align-items:center;gap:10px;flex-wrap:wrap;white-space:normal}@media (min-width:1024px){.bulkApplyWrap{white-space:nowrap}.bulkApplyWrap,.bulkControls{flex-wrap:nowrap}}.bulkRight{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.rowsSelect{border:1px solid var(--border);background:#fff;border-radius:12px;padding:6px 10px;font-weight:900;color:#334155;outline:none}.orderSelect{width:32px;flex:0 0 32px;display:flex;align-items:center;justify-content:center}.orderSelect input[type=checkbox]{width:18px;height:18px}@media (max-width:980px){.bulkLeft{min-width:100%}.bulkRight{width:100%;justify-content:space-between}.bulkSelect{min-width:100%}}.ordersTableDesktop{display:block}.ordersTableDesktop .addressCol{max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ordersMobileList{display:none}@media (max-width:980px){.ordersTableDesktop{display:none}.ordersMobileList{display:block}}.orderMobileCard{border:1px solid var(--border);border-radius:18px;padding:12px;background:#fff;box-shadow:var(--shadow2)}.orderMobileTop{justify-content:space-between}.orderMobileLeft,.orderMobileTop{display:flex;align-items:center;gap:8px}.orderMobileLeft,.orderTitleBlock{min-width:0;flex:1 1 auto}.orderAvatar{width:40px;height:40px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-weight:1000;color:#64748b;flex:0 0 auto}.orderAvatar svg{width:30px;height:30px}.orderName{font-weight:600;font-size:14px;line-height:1.2}.orderSub{font-size:12px;color:#64748b}.orderAmount{font-size:13px;font-weight:600}.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:500}.orderAddr{margin-top:10px;font-size:12px;color:#64748b}.orderActionsRow{display:flex;justify-content:flex-end;gap:10px;margin-top:10px}.courierScope .orderMobileCard{padding:14px;border-radius:20px}.courierScope .orderMobileTop{align-items:flex-start}.courierScope .orderTitleBlock{min-width:0;flex:1 1 auto}.courierScope .orderName{font-size:16px;font-weight:1000;line-height:1.18;letter-spacing:.2px}.courierScope .orderSub{display:flex;flex-direction:column;gap:2px;margin-top:2px}.courierScope .custName{font-weight:700;color:var(--text)}.courierScope .custPhone{color:#64748b}.courierScope .orderRight{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:6px}.courierScope .orderAmount{font-size:15px;font-weight:1000}.courierScope .orderActionBtns{display:flex;gap:8px}.courierScope .orderMetaRow{margin-top:8px;gap:6px}.courierScope .iconEdit,.courierScope .iconX{width:36px;height:36px}@media (max-width:420px){.courierScope .metaChip{font-size:11px;padding:4px 8px}}.iconX{width:32px;height:32px;border-radius:999px;border:1px solid #e2e8ff;background:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:18px;line-height:1;color:#64748b;box-shadow:var(--shadow1)}.iconX:active{transform:scale(.98)}.iconEdit{width:32px;height:32px;border-radius:999px;border:1px solid #e2e8ff;background:#f7f9ff;display:inline-flex;align-items:center;justify-content:center;font-size:14px;line-height:1;color:#334155;box-shadow:var(--shadow1)}.iconEdit:active{transform:scale(.98)}.mobileEditBox{margin-top:10px;padding:12px;border-radius:16px;border:1px solid #e2e8ff;background:#f7f9ff}@media (max-width:980px){.heroArt{display:none}.kpiRow2{flex-wrap:nowrap;overflow:auto;padding-bottom:6px}.kpiCard{min-width:220px}.ordersMobileList{display:flex;flex-direction:column;gap:10px}.orderFooter,.orderFooterGrid{flex-direction:column;align-items:stretch}.orderFooterGrid{display:flex}.orderFooterGrid .footerCenter{text-align:center;white-space:normal}.orderFooterGrid .footerRight{justify-content:flex-end}.pager{justify-content:center}}: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))}.mobileBar{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}.grid2{display:grid;grid-gap:12px;gap:12px;grid-template-columns:1fr 1fr}@media (max-width:980px){.grid2{grid-template-columns:1fr}}.orderStatusRow{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:8px}.orderStatusRow .selectWrap{flex:1 1 420px;min-width:260px}.orderStatusRow .input{width:100%}@media (max-width:980px){.orderStatusRow{flex-direction:column;align-items:stretch}.orderStatusRow .selectWrap{flex:1 1 auto;min-width:0;width:100%}.orderStatusActions{width:100%;display:flex;gap:10px}.orderStatusActions .btn{flex:1 1}}.orderStatusActions{display:flex;gap:10px;flex-wrap:wrap}.orderStatusHead{justify-content:space-between;gap:12px}.orderIdGroup,.orderStatusHead{display:flex;align-items:center;flex-wrap:wrap}.orderIdGroup{gap:10px}.orderIdBtn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:0;font-size:13px;font-weight:800;color:#0b0f19;cursor:pointer}.orderIdBtn:hover{text-decoration:underline}.orderCopyMsg{opacity:.75}.orderUpdatedTop{opacity:.75;white-space:nowrap}@media (max-width:980px){.orderUpdatedTop{white-space:normal}}.sectionBar{margin:-16px -16px 12px;padding:12px 16px;background:#f1f5f9;border-bottom:1px solid var(--border);border-radius:16px 16px 0 0;font-size:12px;font-weight:1000;letter-spacing:.9px;text-transform:uppercase;color:#334155}.itemList{display:flex;flex-direction:column;gap:10px}.itemRow{justify-content:space-between;padding:12px;border:1px solid #eef2ff;border-radius:16px;background:#fff}.itemLeft,.itemRow{display:flex;align-items:center;gap:12px}.itemLeft{min-width:0}.itemImg{width:56px;height:56px;border-radius:14px;border:1px solid #e2e8ff;background:#f7f9ff;overflow:hidden;flex:0 0 auto}.itemImg img{width:100%;height:100%;object-fit:cover;display:block}.itemInfo{min-width:0}.itemName{font-size:16px;font-weight:500;line-height:1.25;color:var(--text);word-break:break-word}.itemMeta{font-size:12px;color:var(--muted)}.itemTotal{font-size:18px;font-weight:500;white-space:nowrap;color:var(--text)}body.dark .sectionBar{background:hsla(0,0%,100%,.06);border-bottom-color:hsla(0,0%,100%,.12);color:var(--text)}body.dark .itemRow{background:hsla(0,0%,100%,.02);border-color:hsla(0,0%,100%,.1)}@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{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;border-radius:999px;border:1px solid transparent;background:linear-gradient(135deg,#5b7cfa,#7c3aed);color:#fff;font-size:14px;line-height:20px;font-weight:500;box-shadow:0 10px 18px rgba(91,124,250,.18)}}.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}}.cartRow{display:flex;gap:10px;align-items:center;padding:10px;border-radius:14px;border:1px solid transparent}.cartRow:hover{background:#f6f8ff;border-color:#eef2ff}.cartThumb{width:36px;height:36px;border-radius:10px;object-fit:cover;border:1px solid #e9eeff;flex:0 0 auto}.cartMain{flex:1 1 auto;min-width:0}.cartTitle{font-weight:1000;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cartActions{gap:10px;flex:0 0 auto}.cartActions,.cartQty{display:flex;align-items:center}.cartQty{gap:8px}.cartQtyInput{width:64px;text-align:center;padding:8px 10px}.cartPrice{min-width:84px;text-align:right;font-weight:1000}@media (max-width:980px){.cartRow{flex-wrap:wrap;align-items:flex-start}.cartMain{flex-grow:1;flex-shrink:1;flex-basis:calc(100% - 46px)}.cartTitle{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cartActions{width:100%;justify-content:space-between;flex-wrap:wrap}.cartPrice{min-width:0}.cartActions .btn.secondary{flex:1 1 120px}}.acctMenuOverlay{position:fixed;inset:0;z-index:220;background:transparent}.acctMenuPanel{position:absolute;top:66px;right:14px;width:min(360px,calc(100vw - 28px));background:var(--panel);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);padding:10px}.acctMenuTop{gap:10px;padding:6px 6px 10px}.acctMenuAvatar,.acctMenuTop{display:flex;align-items:center}.acctMenuAvatar{width:38px;height:38px;border-radius:999px;overflow:hidden;border:1px solid var(--border);background:#fff;justify-content:center}.acctMenuAvatar img{display:block;width:36px;height:36px;border-radius:999px}.acctMenuTitle{font-weight:700;letter-spacing:-.2px}.acctMenuSub{font-size:12px;color:var(--muted);margin-top:1px}.acctMenuMeta{min-width:0}.acctMenuItem{width:100%;display:flex;align-items:center;gap:10px;padding:10px;border-radius:14px;border:1px solid transparent;background:transparent;color:inherit;text-align:left;cursor:pointer;transition:background .15s ease,border-color .15s ease}.acctMenuItem.link{text-decoration:none}.acctMenuItem:hover{background:rgba(91,124,250,.08);border-color:rgba(91,124,250,.18)}.acctMenuItem:active{transform:translateY(.5px)}.amiIcon{width:34px;height:34px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:rgba(91,124,250,.1);color:var(--primary)}body.dark .amiIcon{background:rgba(148,163,184,.12)}.amiText{flex:1 1 auto;font-weight:600}.amiRight{opacity:.55;display:flex;align-items:center}.acctMenuDivider{height:1px;background:var(--border);margin:8px 6px}.acctMenuItem.danger .amiIcon{background:rgba(239,68,68,.1);color:#b91c1c}.acctMenuItem.danger:hover{background:rgba(239,68,68,.06);border-color:rgba(239,68,68,.16)}@media (max-width:900px){.acctMenuPanel{top:58px;right:12px}}.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(60vw,960px);font-size:14px;max-height:calc(100vh - 120px);overflow:auto;overflow-x:hidden;background:var(--panel);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);padding:14px}.modalOverlay.searchModalOverlay{align-items:flex-start}.modal.searchModal{width:min(70vw,960px)}.modalOverlay.notifModalOverlay{align-items:flex-start}@media (max-width:980px){.modalOverlay{padding:0}.modal{width:100%;max-width:100%;height:100vh;max-height:100vh;border-radius:0;border:0}.modalOverlay.compactMobileOverlay{padding:18px 12px}.modal.compactMobileModal{width:min(560px,calc(100vw - 24px));height:auto;max-height:calc(100vh - 36px);border-radius:18px;border:1px solid var(--border)}.modalOverlay.mobileFullOverlay{padding:0}.modal.mobileFullModal{width:100%;max-width:100%;height:100vh;max-height:100vh;border-radius:0;border:0}.modalOverlay.searchModalOverlay{padding:0}.modal.searchModal{width:100%;max-width:100%;max-height:100vh;border-radius:0;border:0}.modalOverlay.notifModalOverlay{padding:0}.modal.notifModal{width:100%;max-width:100%;height:100vh;max-height:100vh;border-radius:0;border:0;overflow:hidden}.notifPanel{height:100%;display:flex;flex-direction:column}.notifList{flex:1 1 auto;max-height:none}.notifFooter{padding-bottom:max(14px,env(safe-area-inset-bottom))}}.modalHeader{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.modalTitle{font-weight:600;font-size:18px;letter-spacing:-.2px}.modalClose{width:40px;height:40px;border-radius:999px;border:1px solid #e2e8ff;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#334155}.modalClose:hover{background:#f6f8ff}.modalSearchRow{display:flex;gap:10px;align-items:center}.modalSearchRow .input{flex:1 1 auto;min-width:0}.modalResults{margin-top:10px;display:grid;grid-gap:6px;gap:6px;max-height:420px;overflow:auto;padding-right:2px}.listItem{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:14px;border:1px solid transparent;cursor:pointer}.listItem.searchingRow{cursor:default;border-style:dashed;border-color:rgba(148,163,184,.45)}.searchDots{display:flex;gap:4px;align-items:center;justify-content:center;margin-right:4px}.searchDots span{width:6px;height:6px;border-radius:999px;background:rgba(148,163,184,.9);animation:searchDotBounce .9s ease-in-out infinite}.searchDots span:nth-child(2){animation-delay:.12s}.searchDots span:nth-child(3){animation-delay:.24s}@keyframes searchDotBounce{0%,80%,to{transform:scale(.3);opacity:.4}40%{transform:scale(1);opacity:1}}.listItem:hover{background:#f6f8ff;border-color:#eef2ff}.listLeft{display:flex;gap:10px;align-items:center}.listLeft,.listMain{min-width:0;flex:1 1 auto}.listMain .t{font-weight:500;font-size:14px;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.kbd,.listMain .s{font-size:12px;color:var(--muted)}.kbd{border:1px solid #e2e8ff;border-radius:10px;padding:4px 8px;background:#fff}@media (max-width:980px){.modalSearchRow{flex-wrap:wrap}.modalSearchRow .btn.secondary{width:100%}.modalResults{max-height:calc(100vh - 220px)}}.controlsRow{display:flex;gap:10px;align-items:flex-end;flex-wrap:wrap}.controlsRow .btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;border-radius:999px;border:1px solid transparent;background:linear-gradient(135deg,#5b7cfa,#7c3aed);color:#fff;font-size:14px;line-height:20px;font-weight:500;box-shadow:0 10px 18px rgba(91,124,250,.18)}@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{padding:12px 10px;border-bottom:1px solid #eef2ff;vertical-align:top;font-size:14px;line-height:20px;font-weight:400;color:var(--text)}body.dark .mobileNavPill{background:rgba(2,6,23,.82);border-color:rgba(148,163,184,.18);box-shadow:0 16px 40px rgba(0,0,0,.45)}body.dark .mTab{color:rgba(232,236,247,.82)}body.dark .mTab.active .mI{background:rgba(91,124,250,.18);border-color:rgba(91,124,250,.28)}body.dark .mTab.active .mDot{background:var(--primary)}body.dark .mTab.mCenter .mI{background:var(--primary);border-color:rgba(91,124,250,.38)}body.dark .mobileBarInner{background:linear-gradient(180deg,rgba(2,6,23,.86),rgba(2,6,23,.8));border-color:rgba(148,163,184,.18);box-shadow:0 18px 44px rgba(0,0,0,.48)}body.dark .mbBtn{color:rgba(232,236,247,.82)}body.dark .mbBtn .mbIcon{background:hsla(0,0%,100%,.06)}body.dark .mbBtn.active .mbIcon{background:rgba(91,124,250,.18);border-color:rgba(91,124,250,.28)}body.dark .mbBtn.active .mbDot{background:var(--primary)}body.dark .mbBtn.mbCenter .mbIcon{background:var(--primary);border-color:rgba(91,124,250,.38)}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;height:36px;padding:0 14px;border-radius:999px;font-size:13px;background:linear-gradient(180deg,#fff,#f7f9ff);box-shadow:0 10px 26px rgba(15,23,42,.1);cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,filter .12s ease}.btn.srBtn,.srPill{font-weight:700;letter-spacing:.2px;border:1px solid rgba(15,23,42,.12)}.btn.srBtn{box-shadow:none;padding:10px 16px;min-width:78px}.srInlineLoad{margin-top:6px;height:4px;border-radius:999px;background:rgba(91,124,250,.18);overflow:hidden}.srInlineBar{height:100%;width:40%;border-radius:999px;background:var(--primary);animation:srInlineMove 1s ease-in-out infinite}@keyframes srInlineMove{0%{transform:translateX(-60%);opacity:.6}50%{transform:translateX(60%);opacity:1}to{transform:translateX(160%);opacity:.6}}.srPill:hover{transform:translateY(-1px);filter:brightness(1.02);box-shadow:0 14px 34px rgba(15,23,42,.14)}.srPill:active{transform:translateY(0);box-shadow:0 10px 26px rgba(15,23,42,.1)}.srGreen{background:linear-gradient(180deg,#22c55e,#16a34a);color:#fff;border-color:rgba(22,163,74,.65)}.srYellow{background:linear-gradient(180deg,#fbbf24,#f59e0b);color:#fff;border-color:rgba(245,158,11,.65)}.srRed{background:linear-gradient(180deg,#fb7185,#ef4444);color:#fff;border-color:rgba(239,68,68,.65)}.srGray{background:linear-gradient(180deg,#cbd5e1,#94a3b8);color:#0f172a;border-color:rgba(148,163,184,.65)}.srPillBars{display:inline-flex;gap:2px}.srPillBars span{width:3px;height:10px;border-radius:999px;background:#64748b;animation:srBarPulse .8s ease-in-out infinite}.srPillBars span:nth-child(2){animation-delay:.12s}.srPillBars span:nth-child(3){animation-delay:.24s}@keyframes srBarPulse{0%,to{transform:scaleY(.4);opacity:.5}50%{transform:scaleY(1);opacity:1}}.iconPill{width:36px;height:36px;border-radius:999px;border:1px solid #e2e8ff;background:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease,background .12s ease}.iconPill svg{display:block}.iconPill:hover{transform:translateY(-1px);box-shadow:var(--shadow2);border-color:rgba(91,124,250,.45)}.iconPill.whatsapp{border-color:#22c55e;background:rgba(34,197,94,.04)}.iconPill.whatsapp:hover{background:rgba(34,197,94,.1)}.srWithIcon{gap:8px}.srWithIcon,.srWithIcon .srIcon{display:inline-flex;align-items:center}.srWithIcon .srIcon{justify-content:center}.srWithIcon .srIcon svg{display:block}.orderCardClickable,.orderRowClickable{cursor:pointer}@keyframes marbRowEnter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.orderRowEnter{animation:marbRowEnter .22s ease-out both}.dashTop{display:grid;grid-template-columns:1.65fr .85fr;grid-gap:12px;gap:12px}@media (max-width:980px){.dashTop{grid-template-columns:1fr}.dashTop .rightCol{display:grid;grid-template-columns:1fr 1fr}}@media (max-width:640px){.dashTop .rightCol{grid-template-columns:1fr}}.rightCol{display:flex;flex-direction:column;gap:12px}.welcomeCard{overflow:hidden}.welcomeCard1to1{position:relative;overflow:hidden;border-radius:7px;border:0;box-shadow:none;background:rgba(91,124,250,.12);padding:28px;min-height:200px}.welcomeGrid12{display:grid;grid-template-columns:repeat(12,1fr);height:100%}.welcomeLeft{grid-column:span 7;align-content:center}.welcomeArt{grid-column:span 5;position:relative;display:block}.welcomeArtInner{position:absolute;right:20px;bottom:-40px;width:340px;max-width:100%}.welcomeArtInner img{width:100%;height:auto;display:block}@media (max-width:980px){.welcomeLeft{grid-column:span 12}.welcomeArt{display:none}}.welcomeStack{display:flex;flex-direction:column;gap:24px}.welcomeTitleRow{display:flex;gap:12px;align-items:center}.welcomeAvatar{width:40px;height:40px;border-radius:999px;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center}.welcomeAvatar img{width:40px;height:40px;display:block}.welcomeTitle{font-size:18px;font-weight:700;margin:0;white-space:nowrap}.welcomeMetrics{display:flex;gap:24px;align-items:center}.welcomeMetricBlock{padding-right:24px;border-right:1px solid rgba(0,0,0,.08)}.welcomeMetricBlock:last-child{border-right:0;padding-right:0}.welcomeMetricValue{display:flex;align-items:flex-start;gap:6px;margin:0;font-size:30px;line-height:34px;font-weight:800;letter-spacing:-.3px}.welcomeMetricLabel{margin:6px 0 0;font-size:13px;color:var(--muted)}.welcomeIcon{font-size:16px;line-height:1;margin-top:6px}.welcomeIcon.success{color:#16a34a}.welcomeIcon.danger{color:#ef4444}.welcomeCornerPill{position:absolute;right:14px;top:14px;padding:8px 10px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid rgba(0,0,0,.08);background:hsla(0,0%,100%,.7);color:var(--text);white-space:nowrap}.welcomeHead{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.perfPill{padding:8px 10px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid var(--border);background:rgba(91,124,250,.08);color:var(--text);white-space:nowrap}.perfPill.down{background:rgba(239,68,68,.08)}.welcomeGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;align-items:center}@media (max-width:740px){.welcomeGrid{grid-template-columns:1fr}}.metric .k{font-size:12px;color:var(--muted);margin-bottom:4px}.metric .v{font-size:28px;line-height:34px;font-weight:700;letter-spacing:-.2px}.sparkWrap{border:1px solid var(--border);border-radius:14px;padding:10px;background:linear-gradient(180deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,.6))}.statCard .bigNum{font-size:34px;line-height:40px;font-weight:800;letter-spacing:-.3px}.dashTop.isReady .card{animation:fadeUp .45s ease-out both}.dashTop.isReady .rightCol .card:first-child{animation-delay:.06s}.dashTop.isReady .rightCol .card:nth-child(2){animation-delay:.12s}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:520px){.modal{border-radius:16px;padding:12px}.modalTitle{font-size:17px}.listMain .t{font-size:14px}}.batchFooter{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding-top:12px;border-top:1px solid rgba(0,0,0,.06)}@media (max-width:720px){.batchFooter{flex-direction:column;align-items:flex-start}.batchFooter .btn{width:100%}}.rowFlex{display:flex;align-items:center;gap:8px}.linkSoft{color:#22c55e;text-decoration:none;font-weight:600}.linkSoft:hover{text-decoration:underline}.req{color:#ef4444;margin-left:4px}.checkRow{display:flex;align-items:center;gap:8px}.statusPill.gray{background:#f1f5f9;border-color:#e2e8f0;color:#334155}.iconBtn{border:1px solid #e2e8f0;background:#fff;border-radius:10px;padding:8px 10px;cursor:pointer}.iconBtn:hover{background:#f8fafc}.btn.danger{background:#ef4444;border-color:#ef4444}.btn.danger,.btn.primary{color:#fff;box-shadow:none}.btn.primary{background:var(--brand);border-color:transparent}.btn.ghost{background:transparent;box-shadow:none}.alert.warn{background:rgba(245,158,11,.12);border:1px solid rgba(245,158,11,.35)}.card.soft.muted{color:var(--muted)}.toastHost{position:fixed;top:18px;right:18px;z-index:9999;display:flex;flex-direction:column;gap:10px;max-width:min(420px,calc(100vw - 24px));pointer-events:none}.toastItem{pointer-events:auto;display:grid;grid-template-columns:36px 1fr 32px;grid-gap:10px;gap:10px;align-items:flex-start;padding:12px;border-radius:14px;border:1px solid rgba(15,23,42,.12);background:hsla(0,0%,100%,.92);box-shadow:0 10px 30px rgba(15,23,42,.12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}body.dark .toastItem{background:rgba(17,24,39,.88);border-color:rgba(148,163,184,.18)}.toastIcon{width:36px;height:36px;border-radius:999px;display:flex;align-items:center;justify-content:center}.toastBody{min-width:0}.toastTitle{font-weight:700;font-size:14px;line-height:1.2}.toastMsg{margin-top:2px;font-size:13px;color:#475569;line-height:1.35;word-break:break-word}body.dark .toastMsg{color:#cbd5e1}.toastMeta{margin-top:6px;font-size:12px;color:#64748b}.toastClose{border:0;background:transparent;cursor:pointer;border-radius:10px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;opacity:.75}.toastClose:hover{opacity:1;background:rgba(15,23,42,.06)}body.dark .toastClose:hover{background:rgba(148,163,184,.12)}.toastItem.t-info .toastIcon{background:rgba(59,130,246,.14);color:#2563eb}.toastItem.t-success .toastIcon{background:rgba(34,197,94,.14);color:#16a34a}.toastItem.t-warning .toastIcon{background:rgba(245,158,11,.18);color:#d97706}.toastItem.t-error .toastIcon{background:rgba(239,68,68,.14);color:#dc2626}.toastItem.t-loading .toastIcon{background:rgba(99,102,241,.14);color:#4f46e5}.notifBadge{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 6px;border-radius:999px;background:#4f46e5;color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(79,70,229,.35)}.notifModal{padding:0!important;max-width:480px}.notifPanel{width:100%}.notifHead{justify-content:space-between;padding:14px 14px 10px;border-bottom:1px solid rgba(15,23,42,.08)}.notifHead,.notifTitle{display:flex;align-items:center}.notifTitle{font-weight:800;gap:8px}.notifPill{background:rgba(79,70,229,.12);color:#4f46e5;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700}.notifActions{display:flex;gap:8px;align-items:center}.btn.tiny{padding:6px 10px;font-size:12px}.notifList{max-height:min(50vh,360px);overflow:auto;padding:6px 10px 10px}.notifRow{width:100%;border:0;background:transparent;padding:10px;border-radius:14px;display:grid;grid-template-columns:10px 1fr;grid-gap:10px;gap:10px;text-align:left;cursor:pointer}.notifRow:hover{background:rgba(15,23,42,.04)}body.dark .notifRow:hover{background:rgba(148,163,184,.1)}.notifRow.unread{background:rgba(79,70,229,.06)}body.dark .notifRow.unread{background:rgba(79,70,229,.14)}.notifDot{width:10px;height:10px;border-radius:999px;margin-top:6px}.dotInfo{background:#3b82f6}.dotSuccess{background:#22c55e}.dotWarn{background:#f59e0b}.dotError{background:#ef4444}.notifRowTop{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.notifRowTitle{font-weight:800;font-size:13px}.notifRowTime{font-size:12px;color:#64748b;white-space:nowrap}.notifRowMsg{display:block;margin-top:2px;font-size:13px;color:#475569;line-height:1.35;word-break:break-word}body.dark .notifRowMsg{color:#cbd5e1}.notifFooter{padding:10px 14px 14px;border-top:1px solid rgba(15,23,42,.08)}.notifFullRow{padding:12px 14px;border-top:1px solid rgba(15,23,42,.06)}.notifFullRow.unread{background:rgba(79,70,229,.04)}body.dark .notifFullRow.unread{background:rgba(79,70,229,.12)}.notifFullTop{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.notifFullActions{margin-top:10px;display:flex;gap:8px;flex-wrap:wrap}.btn.full{width:100%;justify-content:center}.spin{animation:marbspin 1s linear infinite}@keyframes marbspin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.iconBtn{position:relative}.accountActions{display:flex;gap:8px;flex-wrap:wrap}.accountActionBtn{position:relative;width:40px;height:40px;border-radius:999px;border:none;outline:none;display:inline-flex;align-items:center;justify-content:center;background:#eef2ff;color:var(--text);box-shadow:0 8px 18px rgba(15,23,42,.08);cursor:pointer;padding:0;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,opacity .15s ease}.accountActionBtn:hover{transform:translateY(-1px);box-shadow:0 12px 22px rgba(15,23,42,.12);background:#e0e7ff}.accountActionBtn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.accountActionBtn--deposit{background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff}.accountActionBtn--expense{background:linear-gradient(135deg,#f97316,#ec4899);color:#fff}.accountActionBtn--ledger{background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff}.accountActionBtn--edit{background:linear-gradient(135deg,#0ea5e9,#2563eb);color:#fff}.accountActionBtn--delete{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.accountActionBtn svg{width:18px;height:18px}.accountActionBtn:after{content:attr(data-label);position:absolute;bottom:115%;left:50%;transform:translateX(-50%) translateY(4px);padding:4px 8px;border-radius:999px;background:rgba(15,23,42,.9);color:#fff;font-size:11px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .12s ease,transform .12s ease;z-index:10}.accountActionBtn:focus-visible:after,.accountActionBtn:hover:after{opacity:1;transform:translateX(-50%) translateY(0)}.accountsPage{padding:0 4px 24px}.accountsPage .accountsCard{box-shadow:var(--shadow2)}.accountsPage .pageHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.accountsPage .pageHeaderActions{display:flex;align-items:center;gap:10px;margin-left:auto}.accountsPage .pageHeaderActions .btn{height:38px;padding:0 18px;border-radius:999px;font-size:14px;box-shadow:none}.accountsPage .pageHeaderActions .btn.secondary{background:#fff;border-color:#e2e8ff;color:var(--text)}.accountsPage .pageHeaderActions .btn.primary{background:linear-gradient(135deg,#4f46e5,#6366f1);box-shadow:0 10px 18px rgba(99,102,241,.22)}.accountsPage .pageHeaderActions .btn svg{margin-right:6px}.accountsSummaryRow{display:flex;flex-wrap:wrap;gap:12px}.accountsSummaryCard{flex:1 1;min-width:220px;padding:14px 18px;border-radius:18px;border:1px solid #e2e8ff;background:#f9f9ff}@media (max-width:768px){.accountsSummaryCard{min-width:100%}}.btn.btn-sm{padding:6px 18px;font-size:13px;line-height:1.2;border-radius:999px;box-shadow:none}.accountsActions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.accountMenu{position:relative;display:inline-flex}.iconBtn.subtle{border-color:#e2e8ff;background:#fff;box-shadow:none}.iconBtn.subtle:hover{background:#f6f8ff}.accountMenuPopover{position:absolute;right:0;bottom:calc(100% + 8px);min-width:190px;border-radius:16px;background:#fff;box-shadow:0 18px 45px rgba(15,23,42,.14);padding:6px 0;z-index:90}.accountMenuItem{width:100%;border:0;background:transparent;padding:8px 16px;display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text);cursor:pointer;text-align:left}.accountMenuItem:hover{background:#f3f4ff}.accountMenuItem--danger{color:#dc2626}.accountMenuItem--danger:hover{background:#fef2f2}.accountMenuItemIcon{display:inline-flex}.accountMenuItemIcon svg{width:16px;height:16px}.stmtHeaderActions{display:flex;align-items:center;gap:10px}.stmtSummaryRow{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px}.stmtSummaryCard{flex:1 1;min-width:220px;padding:14px 18px;border-radius:18px;border:1px solid #e2e8ff;background:#f9f9ff}.stmtAmount{font-size:18px;font-weight:700;margin:4px 0}.stmtAmount.positive{color:#16a34a}.stmtAmount.negative{color:#dc2626}.stmtFilterRow{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:16px}.stmtFilterGroup{display:flex;align-items:center;gap:8px}.stmtFilterGroup--grow{flex:1 1;min-width:220px}.stmtFilterSelect{position:relative;display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;border:1px solid #e2e8ff;background:#fff;cursor:pointer;font-size:13px}.stmtFilterSelect select{position:absolute;inset:0;opacity:0;cursor:pointer}.stmtFilterLabel{white-space:nowrap}.stmtFilterCaret{font-size:10px;color:#94a3b8}.stmtPresetBtn{padding:7px 14px;border-radius:999px;border:1px solid #e2e8ff;background:#fff;font-size:13px;cursor:pointer}.stmtPresetBtn.active{background:rgba(91,124,250,.1);border-color:#5b7cfa;color:#1e293b}.stmtDateRange{display:flex;align-items:center;gap:6px}.stmtDateRange .input{max-width:150px}.stmtDateArrow{font-size:12px;color:#94a3b8}.stmtSearchWrap{position:relative;display:flex;align-items:center;border-radius:999px;border:1px solid #e2e8ff;background:#fff;padding:0 10px}.stmtSearchWrap svg{flex:0 0 auto}.stmtSearchInput{flex:1 1;border:0;outline:none;padding:8px 6px;font-size:13px}.stmtSearchClear{border:0;background:transparent;font-size:12px;color:#64748b;cursor:pointer;padding-left:6px}.stmtRangeLabel{margin:10px 2px 0}.badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;font-size:12px;border-radius:999px;border:0;background:#e5e7eb;color:#111827}.badge-deposit{background:rgba(34,197,94,.12);color:#15803d}.badge-expense{background:rgba(239,68,68,.12);color:#b91c1c}.stmtRefChip{display:inline-flex;padding:4px 8px;border-radius:999px;font-size:12px;background:#f3f4ff;color:#475569}.ledgerActions{display:flex;justify-content:flex-end}.ledgerMenuPopover{position:absolute;right:0;bottom:calc(100% + 8px);min-width:170px;border-radius:14px;background:#fff;box-shadow:0 18px 45px rgba(15,23,42,.14);padding:6px 0;z-index:90}.ledgerMenuItem{width:100%;border:0;background:transparent;padding:8px 16px;display:flex;align-items:center;font-size:13px;color:var(--text);cursor:pointer}.ledgerMenuItem:hover{background:#f6f8ff}@media (max-width:900px){.stmtSummaryCard{min-width:100%}.stmtFilterRow{align-items:flex-start}}.paginationBar{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:12px;padding:8px 6px 0}.btnGhost{min-width:32px;height:32px;padding:0 10px;border-radius:999px;border:1px solid var(--border);background:#fff;font-size:14px;line-height:1;color:var(--text);cursor:pointer}.btnGhost:disabled{opacity:.4;cursor:not-allowed}.pagePill{min-width:60px;text-align:center;font-size:13px;color:var(--muted)}.sidebar.collapsed{width:0;padding:0;border-right:none;overflow:hidden}.appShell.sidebarCollapsed .content{padding-left:18px}.desktopOnly{display:flex}@media (max-width:980px){.desktopOnly{display:none}}.dashV4{padding:18px 2px}.dashGrid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:16px;gap:16px}.dashCol{min-width:0}.dashCol8{grid-column:span 8/span 8}.dashCol4{grid-column:span 4/span 4;display:flex;flex-direction:column;gap:16px}@media (max-width:1100px){.dashCol4,.dashCol8{grid-column:span 12/span 12}.dashCol4{flex-direction:row;flex-wrap:wrap}.dashCol4>.card{flex:1 1 260px}}@media (max-width:740px){.dashCol4{flex-direction:column}}.dashWelcome{background:rgba(238,240,255,.75);padding:0;overflow:hidden}.dashWelcomeInner{display:flex;align-items:stretch;justify-content:space-between;gap:18px;padding:22px}.dashWelcomeLeft{min-width:0}.dashWelcomeTitleRow{display:flex;align-items:center;gap:12px}.dashWelcomeAvatar{height:40px;width:40px;border-radius:18px;background:#fff;border:1px solid rgba(99,102,241,.16);display:flex;align-items:center;justify-content:center;overflow:hidden}.dashWelcomeTitle{font-size:18px;font-weight:700;color:var(--text)}.dashWelcomeMetrics{margin-top:18px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px;max-width:520px}.dashMetricValue{font-size:30px;font-weight:800;letter-spacing:-.02em}.dashMetricLabel{margin-top:6px;font-size:12px;color:var(--muted);display:flex;align-items:center;gap:8px}.dashMetricArrow{font-size:12px;font-weight:800}.dashMetricArrow.down{color:#ef4444}.dashMetricArrow.up{color:#22c55e}.hideSm{display:block}@media (max-width:520px){.dashWelcomeMetrics{grid-template-columns:repeat(2,1fr)}.hideSm{display:none}}.dashWelcomeArt{flex:0 0 auto;display:flex;align-items:center;justify-content:center}.dashWelcomeArt img{height:140px;width:310px;object-fit:contain;border-radius:20px;background:hsla(0,0%,100%,.55);border:1px solid rgba(99,102,241,.16)}@media (max-width:860px){.dashWelcomeArt{display:none}}.dashRow3{margin-top:16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}@media (max-width:980px){.dashRow3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.dashRow3{grid-template-columns:1fr}}.dashRow2{margin-top:16px;display:grid;grid-template-columns:2fr 1fr;grid-gap:16px;gap:16px}@media (max-width:980px){.dashRow2{grid-template-columns:1fr}}.dashRow2Bottom{margin-top:16px;display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}@media (max-width:980px){.dashRow2Bottom{grid-template-columns:1fr}}.dashCard{padding:0}.dashCardHdr{padding:18px 20px 10px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.dashCardHdrRow{align-items:center}.dashCardTitle{font-size:14px;font-weight:700;color:var(--text)}.dashCardSub{margin-top:6px;font-size:12px;color:var(--muted)}.dashCardBody{padding:0 20px 18px}.dashCardBodyRow{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;flex-wrap:wrap}.dashCardBodyRow>*{min-width:0}.dashBigNum{font-size:34px;font-weight:800;letter-spacing:-.02em;min-width:0}.dashIconBox{height:48px;width:48px;border-radius:18px;background:rgba(238,240,255,.7);border:1px solid rgba(99,102,241,.16);display:flex;align-items:center;justify-content:center;color:#6366f1}.dashPillGood{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#ecfdf5;border:1px solid #bbf7d0;color:#047857;font-size:12px;font-weight:700;max-width:100%;white-space:nowrap}.dashGood{color:#16a34a;font-weight:700}.dashKpi{padding:18px 20px}.dashKpiTitle{font-size:14px;font-weight:700}.dashKpiValue{margin-top:8px;font-size:46px;font-weight:900;letter-spacing:-.03em}.dashKpiSub{margin-top:6px;font-size:12px;color:var(--muted)}.dashMini7{margin-top:10px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:8px;gap:8px;text-align:center}.dashMini7Day{font-size:11px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashMini7Val{margin-top:2px;font-size:12px;font-weight:700;color:var(--text)}@media (max-width:820px){.dashMini7{grid-template-columns:repeat(4,minmax(0,1fr))}}.dashHdrBtnHint{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:14px;background:#fff;border:1px solid rgba(99,102,241,.16);color:var(--text);font-size:13px;font-weight:700;opacity:.55}.dashHdrBtnIcon{display:inline-flex}.dashLegend{margin-top:10px}.dashLegendRow{justify-content:space-between;padding:6px 0}.dashLegendLeft,.dashLegendRow{display:flex;align-items:center}.dashLegendLeft{gap:10px}.dashDot{height:10px;width:10px;border-radius:999px}.dotPrimary{background:#6366f1}.dotSoft{background:rgba(99,102,241,.18)}.dashLegendLabel{font-size:13px;color:var(--muted)}.dashLegendVal{font-weight:800}.dashMutedSm{font-size:12px;color:var(--muted)}.dashCenterBig{font-size:28px;font-weight:900;color:var(--text)}.dashMiniBars{margin-top:14px;height:70px;display:flex;align-items:flex-end;gap:8px}.dashMiniBar{width:32px;border-radius:14px 14px 6px 6px;background:rgba(99,102,241,.35);border:1px solid rgba(99,102,241,.18)}.dashMiniList{margin-top:14px;display:flex;flex-direction:column;gap:10px}.dashMiniListRow{gap:10px}.dashMiniIcon,.dashMiniListRow{display:flex;align-items:center}.dashMiniIcon{height:34px;width:34px;border-radius:14px;background:rgba(238,240,255,.7);border:1px solid rgba(99,102,241,.16);justify-content:center}.dashBarsIco{display:block;width:16px;height:16px;background:linear-gradient(180deg,rgba(99,102,241,.8),rgba(124,58,237,.7));-webkit-mask:linear-gradient(#000 0 0);border-radius:4px}.dashMiniTxt{font-size:13px;color:var(--muted);font-weight:700}.dashCustomerBig .dashCustomerRow{display:flex;align-items:baseline;justify-content:space-between}.dashCustomerTotal{font-size:28px;font-weight:900}.dashCustomerNew{margin-top:8px;color:#16a34a;display:flex;align-items:baseline;gap:8px}.dashCustomerNew,.dashPlus{font-size:22px;font-weight:900}.dashCustomerNew .dashMuted{font-size:14px;color:var(--muted);font-weight:700}.dashMonthVs{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;flex-wrap:wrap}.dashMonthVsBig{font-size:28px;font-weight:900}.dashMonthVsSub{margin-top:6px;font-size:12px;color:var(--muted)}.dashMonthVsArrow{font-size:22px;color:#16a34a;font-weight:900}.dashMonthVsRight{font-size:20px;font-weight:900;min-width:0;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashTopList{display:flex;flex-direction:column;gap:14px}.dashTopRow{justify-content:space-between}.dashTopLeft,.dashTopRow{display:flex;align-items:center;gap:12px}.dashTopLeft{min-width:0}.dashThumb{height:40px;width:40px;border-radius:14px;background:rgba(238,240,255,.7);border:1px solid rgba(99,102,241,.16);display:flex;align-items:center;justify-content:center;overflow:hidden;font-weight:900;color:#6366f1;font-size:12px}.dashThumb img{height:100%;width:100%;object-fit:cover}.dashTopName{font-size:14px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}.dashTopQty{font-size:18px;font-weight:900}.dashLoadingHint{margin-top:12px;font-size:12px;color:var(--muted)}@media (max-width:680px){.dashBigNum{font-size:28px}.dashPillGood{margin-top:8px}}@media (max-width:520px){.dashKpiValue{font-size:36px}.dashBigNum{font-size:28px}.dashMetricValue{font-size:24px}.dashMonthVs{flex-direction:column;align-items:flex-start}.dashMonthVsRight{font-size:18px}.dashTopName{max-width:160px}}@media (max-width:380px){.dashWelcomeTitle{font-size:16px}.dashKpiValue{font-size:32px}.dashMetricValue{font-size:22px}.dashThumb{height:34px;width:34px}}.courierGrid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:360px 1fr;align-items:start}@media (max-width:980px){.courierGrid{grid-template-columns:1fr}}.courierAddCard{padding:0}.courierAddHead{padding:18px 18px 10px;border-bottom:1px solid var(--border)}.courierAddTitle{font-size:20px;line-height:28px;font-weight:700;margin:0}.courierAddBody{padding:16px 18px 18px}.courierActiveRow{display:flex;align-items:center;gap:12px;margin:14px 0 18px}.courierCheck{width:20px;height:20px;border-radius:6px;accent-color:#22c55e}.courierActiveLabel{font-size:18px;font-weight:700}.courierSubmitBtn{padding:14px 26px;border-radius:999px;font-size:18px;min-width:170px}.courierListCard{padding:0}.courierListHead{padding:18px 18px 10px;border-bottom:1px solid var(--border)}.courierListTitle{font-size:22px;line-height:30px;font-weight:700;margin:0}.courierTableHead{display:grid;grid-template-columns:220px 1fr 1fr 1fr 1fr 96px;grid-gap:14px;gap:14px;padding:12px 18px;color:var(--muted);font-size:14px;font-weight:600;border-bottom:1px solid var(--border)}.courierRows{padding:14px 18px 6px}.courierRowCard{background:linear-gradient(180deg,#fff,rgba(238,240,255,.35));border:1px solid var(--border);border-radius:20px;padding:16px;box-shadow:var(--shadow2);display:grid;grid-template-columns:220px 1fr 1fr 1fr 1fr 96px;grid-gap:14px;gap:14px;align-items:center;margin-bottom:14px}.courierNameBlock{min-width:0}.courierName{font-size:18px;font-weight:800;color:var(--text);margin:0}.courierSlug{margin-top:6px;font-size:14px;color:var(--muted)}.courierCell{min-width:0}.courierAccountCell,.courierReturnCell{display:flex;align-items:center;gap:10px}.selectInput{width:100%;padding:10px 12px;border:1px solid #dbe3ff;border-radius:12px;outline:none;background:#fff;color:var(--text);font-size:14px}.selectInput:focus{border-color:rgba(91,124,250,.55);box-shadow:0 0 0 4px rgba(91,124,250,.12)}.clearPill{display:inline-flex;align-items:center;justify-content:center;height:38px;padding:0 14px;border-radius:999px;border:1px solid var(--border);background:rgba(238,240,255,.7);color:var(--muted);font-weight:700;font-size:14px;cursor:pointer;transition:all .15s ease}.clearPill:hover{background:rgba(238,240,255,.92)}.clearPill:disabled{opacity:.55;cursor:not-allowed}.courierActions{display:flex;gap:10px;justify-content:flex-end}.courierHint{padding:10px 18px 18px;line-height:1.55}.linkish{color:var(--brand);cursor:pointer}.linkish:hover{text-decoration:underline}@media (max-width:980px){.courierTableHead{display:none}.courierRowCard{grid-template-columns:1fr;padding:16px}.courierAccountCell,.courierReturnCell{flex-wrap:wrap}.courierActions{justify-content:flex-start}}.courierMobileMeta{display:none}@media (max-width:980px){.courierMobileMeta{display:block;margin-top:12px;padding-top:12px;border-top:1px dashed var(--border)}.courierMetaLine{display:flex;align-items:center;justify-content:space-between;padding:6px 0}.courierMetaValue{font-weight:700;color:var(--text);margin-left:16px}.courierColAccount{display:block}}@media (max-width:520px){.courierColAction{width:auto}}.row{display:flex;align-items:center}.pagerTextBtn{height:40px;padding:0 14px;border-radius:14px;border:1px solid var(--border);background:#fff;color:#0f172a;font-weight:600;font-size:13px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;white-space:nowrap}.pagerTextBtn:disabled{opacity:.45;cursor:not-allowed}.purchaseActionRow{display:inline-flex;align-items:center;justify-content:center;gap:6px;flex-wrap:nowrap;white-space:nowrap}.purchaseHeaderGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px}@media (max-width:1100px){.purchaseHeaderGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.purchaseHeaderGrid{grid-template-columns:1fr}}.purchaseFormCard{padding:16px}@media (max-width:640px){.purchaseFormCard{padding:12px}}.purchaseTableWrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.purchaseTotalsGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px}@media (max-width:1100px){.purchaseTotalsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.purchaseTotalsGrid{grid-template-columns:1fr}}.metaChip.paid{border-color:rgba(34,197,94,.35);background:rgba(34,197,94,.12);color:#166534}.metaChip.returned{border-color:rgba(239,68,68,.35);background:rgba(239,68,68,.12);color:#b91c1c}.metaChip.unpaid{border-color:rgba(234,179,8,.35);background:rgba(234,179,8,.12);color:#92400e}.skeletonBox,.skeletonLine{position:relative;overflow:hidden;background:rgba(148,163,184,.24)}.skeletonBox:after,.skeletonLine:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.6),hsla(0,0%,100%,0));animation:skeletonShimmer 1.2s infinite}@keyframes skeletonShimmer{to{transform:translateX(100%)}}.iconBtn.reloadBtn.loading svg{animation:marb-reload-spin .6s linear infinite}@keyframes marb-reload-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.colStatus{min-width:140px;white-space:nowrap}.colDate{min-width:150px;white-space:nowrap}.colAddress{min-width:220px;max-width:260px}@media (max-width:1536px){.colStatus{min-width:120px}.colDate{min-width:140px}.colAddress{min-width:200px;max-width:220px}}