: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}.selectSub{font-size:12px;line-height:16px;opacity:.75}.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)}.btn.danger{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 10px 18px rgba(220,38,38,.2);border-color:transparent}.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)}.select{width:100%;padding:11px 38px 11px 12px;border:1px solid #dbe3ff;border-radius:12px;outline:none;background:#fff;color:var(--text);appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:linear-gradient(45deg,transparent 50%,#64748b 0),linear-gradient(135deg,#64748b 50%,transparent 0),linear-gradient(90deg,transparent,transparent);background-position:calc(100% - 18px) 50%,calc(100% - 12px) 50%,calc(100% - 2.5rem) .5rem;background-size:6px 6px,6px 6px,1px 1.6rem;background-repeat:no-repeat}.select: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-sizing:border-box;max-width:100%;box-shadow:var(--shadow)}.card.soft{box-shadow:var(--shadow2)}.historyFilterGrid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:12px;gap:12px;align-items:end}.historyCol6{grid-column:span 6/span 6}.historyCol4{grid-column:span 4/span 4}.historyCol3{grid-column:span 3/span 3}.historyCol12{grid-column:span 12/span 12}.historyActionsRow{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.historySearchRow{display:flex;align-items:center;gap:10px}.historySearchRow .input{flex:1 1 auto;min-width:220px}@media (max-width:900px){.historyCol3,.historyCol4,.historyCol6{grid-column:span 12/span 12}.historySearchRow{flex-direction:column;align-items:stretch}.historySearchRow .btn{width:100%}}.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:260px;flex:0 0 auto;background:#fff;border-right:1px solid #e2e8f0;position:-webkit-sticky;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;transition:width .22s cubic-bezier(.4,0,.2,1);overflow:visible;z-index:60}.sidebar::-webkit-scrollbar{width:0;height:0}.sidebarTop{justify-content:space-between;padding:20px 16px 0;flex-shrink:0}.sidebarBrand,.sidebarTop{display:flex;align-items:center}.sidebarBrand{gap:10px;height:48px;min-width:0}.sidebarLogo{max-width:100%;height:72px;object-fit:contain;display:block}.brandIcon{width:42px;height:42px;border-radius:999px;background-color:#fff;background-image:url(/icon-192.png);background-position:50%;background-size:cover;background-repeat:no-repeat;box-shadow:0 4px 14px rgba(0,0,0,.18);flex-shrink:0}.brandText{display:flex;align-items:center}.drawer .sidebarTop{padding:16px 16px 0;align-items:flex-start}.drawerBrand{flex:1 1 auto;min-width:0;padding-right:10px}.drawerLogoFull{width:100%;height:72px;object-fit:contain;display:block}.sideCollapseBtn{width:30px;height:30px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#94a3b8;flex-shrink:0;transition:all .15s ease}.sideCollapseBtn:hover{background:#f1f5f9;color:#0f172a;border-color:#cbd5e1}.sideNavScroll{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;padding:20px 12px 8px;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.18) transparent}.sideNavScroll::-webkit-scrollbar{width:3px}.sideNavScroll::-webkit-scrollbar-track{background:transparent}.sideNavScroll::-webkit-scrollbar-thumb{background:rgba(148,163,184,.15);border-radius:999px}.sideNavScroll:hover::-webkit-scrollbar-thumb{background:rgba(148,163,184,.35)}.sideNav{display:flex;flex-direction:column;gap:2px;margin-bottom:6px}.sideLink{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:12px;font-size:14px;line-height:20px;font-weight:500;border:1px solid transparent;color:#64748b;position:relative;transition:all .15s ease;letter-spacing:-.01em}.sideLink:hover{background:#f1f5f9;color:#0f172a}.sideLink.active{background:rgba(91,124,250,.08);border-color:rgba(91,124,250,.14);color:#0f172a;font-weight:600}.sidePill{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#64748b;flex-shrink:0;transition:color .15s}.sidePill svg{width:20px;height:20px}.sideGroupHeader.active .sidePill,.sideLink.active .sidePill{color:#5b7cfa}.sideLinkText{flex:1 1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sideBadge{min-width:20px;height:20px;padding:0 6px;border-radius:6px;font-size:11px;font-weight:700;background:#5eead4;color:#134e4a;display:inline-flex;align-items:center;justify-content:center;line-height:1;flex-shrink:0}.sideTooltip{display:none;position:absolute;left:100%;top:50%;transform:translateY(-50%);margin-left:12px;padding:6px 12px;border-radius:8px;background:#0f172a;color:#fff;font-size:12px;font-weight:600;white-space:nowrap;pointer-events:none;z-index:200;box-shadow:0 4px 12px rgba(0,0,0,.18)}.sideGroupTooltip{top:0;transform:translateY(10px)}.sideGroup{display:flex;flex-direction:column;position:relative}.sideGroupHeader{width:100%;display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:12px;font-size:14px;line-height:20px;font-weight:500;border:1px solid transparent;color:#64748b;background:transparent;cursor:pointer;text-align:left;transition:all .15s ease;letter-spacing:-.01em}.sideGroupHeader:hover{background:#f1f5f9;color:#0f172a}.sideGroupHeader.active{background:rgba(91,124,250,.08);border-color:rgba(91,124,250,.14);color:#0f172a;font-weight:600}.sideGroupLabel{flex:1 1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sideCaret{margin-left:auto;color:#94a3b8;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease;flex-shrink:0}.sideCaret.open{transform:rotate(180deg)}.sideSubNav{display:flex;flex-direction:column;gap:1px;margin-left:24px;padding-left:16px;border-left:1.5px solid #e2e8f0;margin-top:4px;margin-bottom:4px}.sideSubLink{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:10px;font-size:13px;line-height:18px;color:#64748b;border:1px solid transparent;position:relative;transition:all .12s ease}.sideSubLink .subDot{width:6px;height:6px;border-radius:999px;border:1.5px solid #cbd5e1;background:transparent;flex-shrink:0;transition:all .12s ease}.sideSubLink .subText{flex:1 1;min-width:0}.sideSubLink .subArrow{display:flex;align-items:center;color:#94a3b8}.sideSubLink:hover{background:#f1f5f9;color:#0f172a}.sideSubLink:hover .subDot{border-color:#94a3b8}.sideSubLink.active{background:rgba(91,124,250,.06);border-color:rgba(91,124,250,.12);color:#0f172a;font-weight:600}.sideSubLink.active .subDot{background:#5b7cfa;border-color:#5b7cfa}.sideSubLink.disabled{opacity:.4;cursor:not-allowed}.sidePopover{display:none;position:absolute;left:100%;top:0;margin-left:10px;min-width:200px;max-width:260px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 10px 40px rgba(15,23,42,.1);padding:6px;z-index:200}.sidePopoverLabel{font-size:12px;font-weight:700;color:#0f172a;letter-spacing:-.2px;padding:8px 12px 6px;border-bottom:1px solid #f1f5f9;margin-bottom:2px}.sidePopoverItems{display:flex;flex-direction:column;gap:1px}.sidePopoverItem{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:8px;font-size:13px;color:#64748b;border:1px solid transparent;transition:all .12s ease;text-decoration:none}.sidePopoverItem:hover{background:#f1f5f9;color:#0f172a}.sidePopoverItem.active{background:rgba(91,124,250,.06);border-color:rgba(91,124,250,.12);color:#0f172a;font-weight:600}.sidePopoverItem.disabled{opacity:.4;cursor:not-allowed}.sidePopoverItem .subDot{width:6px;height:6px;border-radius:999px;border:1.5px solid #cbd5e1;background:transparent;flex-shrink:0}.sidePopoverItem.active .subDot{background:#5b7cfa;border-color:#5b7cfa}.sidePopoverItem .subText{flex:1 1;min-width:0}.sidePopoverItem .subArrow{display:flex;align-items:center;color:#94a3b8}.sidebarBottom{flex-shrink:0;padding:12px 12px 18px;border-top:1px solid #f1f5f9}.sideThemeToggle{border-radius:10px;background:#f1f5f9;padding:3px;gap:2px}.sideThemeToggle,.themeBtn{display:flex;align-items:center}.themeBtn{flex:1 1;justify-content:center;gap:6px;padding:7px 8px;border-radius:8px;border:none;background:transparent;color:#94a3b8;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s ease;font-family:inherit}.themeBtn:hover{color:#64748b}.themeBtn.active{background:#fff;color:#0f172a;font-weight:600;box-shadow:0 1px 3px rgba(0,0,0,.06)}.themeBtn svg{flex-shrink:0}.themeBtnLabel{white-space:nowrap}.main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column}.topHeader{height:62px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:hsla(0,0%,100%,.92);border-bottom:1px solid #e2e8f0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);position:-webkit-sticky;position:sticky;top:0;z-index:50;padding:0 20px;transition:transform .2s ease-out}@media (max-width:1023px){.topHeader--hidden{transform:translateY(-100%)}}.headerLeft{gap:12px;min-width:0}.headerLeft,.headerRight{display:flex;align-items:center}.headerRight{gap:6px}.topIconBtn{width:40px;height:40px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;position:relative;transition:all .15s ease}.topIconBtn:hover{background:#f1f5f9;color:#0f172a;border-color:#cbd5e1}.topIconBtn svg{width:18px;height:18px}.topIconBtn.loading svg{animation:spinReload .6s linear}@keyframes spinReload{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.topAvatarBtn{width:40px;height:40px;border-radius:999px;border:2px solid #e2e8f0;overflow:hidden;cursor:pointer;background:#f8fafc;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .15s ease}.topAvatarBtn:hover{border-color:#5b7cfa}.topAvatarImg{width:36px;height:36px;border-radius:999px;object-fit:cover;display:block}.iconBtn{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .15s ease}.iconBtn:hover{background:#f1f5f9;color:#0f172a;border-color:#cbd5e1}.avatarIcon{width:34px;height:34px;border-radius:999px;object-fit:cover;display:block}.searchWrap{display:flex;align-items:center;gap:10px;min-width:320px;max-width:520px;width:100%}.searchInput{flex:1 1;border:1px solid #e2e8f0;border-radius:12px;padding:10px 14px;background:#fff;outline:none;font-size:14px}.content{padding:18px;flex:1 1 auto}.drawer,.drawerOverlay,.mobileBar,.mobileNav{display:none}@media (max-width:980px){.sidebar{display:none}.content{padding:14px}.searchWrap{min-width:0}.drawerOverlay{display:block;position:fixed;inset:0;background:rgba(15,23,42,.3);z-index:80;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.drawer{display:flex;flex-direction:column;position:fixed;left:0;top:0;height:100vh;width:88vw;max-width:300px;background:#fff;border-right:1px solid #e2e8f0;z-index:90;overflow:visible}.drawer .sideNavScroll{flex:1 1;overflow-y:auto;overflow-x:hidden;padding:16px 12px 8px}.drawer .sidebarBottom{border-top:1px solid #f1f5f9;padding:10px 12px 16px}body.hide-mobile-nav{padding-bottom:0}body.hide-mobile-nav .mobileBar{display:none!important}body{padding-bottom:118px}.mobileBar{display:flex;position:fixed;left:0;right:0;bottom:0;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);border-radius:18px;padding:0;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{display:flex;align-items:center}.mbBtn{flex:1 1;height:64px;border-radius:999px;flex-direction:column;justify-content:center;gap:0;position:relative;color:#334155;background:transparent;border:0;text-decoration:none;cursor:pointer}.mbBtn:focus{outline:none}.mbIcon{width:42px;height:42px;border-radius:999px;display:flex;align-items:center;justify-content:center;border:1px solid transparent;background:transparent;transition:background .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease}.mbIcon svg{width:22px;height:22px}.mbLabel{font-size:11px;line-height:14px;font-weight:500;color:inherit}.mbDot{display:none}.mbBtn.active .mbIcon{background:var(--primary);color:#fff;border-color:rgba(91,124,250,.38);box-shadow:0 12px 26px rgba(91,124,250,.35);transform:translateY(-6px)}.mbBtn.active .mbLabel{color:var(--primary);font-weight:600}@keyframes mbPop{0%{transform:scale(.96)}50%{transform:scale(1.06)}to{transform:scale(1)}}.mbBtn:active .mbIcon{animation:mbPop .22s ease-out}.mbBtn.mbCenter.active .mbIcon{transform:translateY(-8px)}}.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;box-sizing:border-box;max-width:100%;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}@media (max-width:768px){.kpiCard{min-width:160px!important}}.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;box-sizing:border-box;max-width:100%}.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.partial{background:#f0f9ff;border-color:#bae6fd;color:#0369a1}.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:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:10px;gap:10px;margin-top:10px}.orderFooter .rangeText:first-child{display:flex;align-items:center;gap:8px;justify-self:start;min-width:0}.orderFooter .rangeText:nth-child(2){justify-self:center;font-size:12px;color:#64748b;white-space:nowrap}.orderFooter .pager{justify-self:end;display:flex;align-items:center;gap:10px}.orderFooterGrid{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:10px;gap:10px;margin-top: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:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ordersMobileList{display:none}@media (max-width:980px){.ordersTableDesktop{display:none}.ordersMobileList{display:block}.orderFooter,.orderFooterGrid{flex-direction:column;align-items:stretch}.orderFooterGrid{display:flex;gap:8px}.orderFooterGrid .footerLeft,.orderFooterGrid .footerRight{min-width:0;display:flex;align-items:center}.orderFooterGrid .footerLeft{gap:6px}.orderFooterGrid .footerCenter{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:8px;gap:8px;min-width:0;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.orderFooterGrid .rowsSelect{padding:5px 8px;min-width:66px}.orderFooterGrid .footerRight .iconBtn{width:34px;height:34px;border-radius:10px}.pager{justify-content:flex-end;gap:8px}}.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}.addressCell{max-width:260px;white-space:normal;word-break:break-word}@media (max-width:1200px){.addressCell{max-width:200px}}.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{white-space:normal}.orderFooterGrid{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:8px;gap:8px}.orderFooterGrid .footerLeft,.orderFooterGrid .footerRight{min-width:0;display:flex;align-items:center}.orderFooterGrid .footerLeft{gap:6px}.orderFooterGrid .footerCenter{min-width:0;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.orderFooterGrid .footerRight{justify-content:flex-end}.pager{justify-content:center}.orderFooterGrid .footerRight .iconBtn{width:34px;height:34px;border-radius:10px}.orderFooterGrid .rowsSelect{padding:5px 8px;min-width:66px}.pager{justify-content:flex-end;gap:8px}}: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}.varList{display:grid;grid-gap:10px;gap:10px;overflow:visible}.varCard,.varCardHeader,.varList{width:100%;max-width:100%}.varCardHeader{display:flex;gap:12px;align-items:center;cursor:pointer;box-sizing:border-box;overflow:visible;min-width:0}.varThumb{width:48px;height:48px;border-radius:14px;flex:0 0 auto}.varThumb img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.varHeaderText{flex:1 1;min-width:0;max-width:100%;overflow:hidden}.varHeaderTop{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.varTitle{font-weight:700;font-size:14px;line-height:1.3;white-space:normal;overflow:hidden;display:block}.varUnsaved{white-space:nowrap;opacity:.8}.varMeta{margin-top:4px;display:flex;gap:10px;flex-wrap:wrap;opacity:.9}.varHeaderActions{display:flex;gap:10px;align-items:center;flex:0 0 auto}@media (max-width:520px){.varCardHeader{gap:10px;align-items:flex-start;flex-wrap:wrap}.varThumb{width:38px;height:38px;border-radius:12px}.varTitle{font-size:14px}.varMeta{font-size:12px;line-height:16px}.varHeaderActions{gap:8px}.varHeaderActions .btn{padding:8px 10px;border-radius:14px;font-size:13px}.varExpandBtn{width:32px;height:32px;border-radius:12px}}@media (max-width:380px){.varThumb{width:34px;height:34px}.varTitle{font-size:13px}.varHeaderActions .btn{padding:7px 9px;font-size:12px}.varExpandBtn{width:30px;height:30px}}.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:64px;right:16px;width:min(300px,calc(100vw - 32px));background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 40px rgba(15,23,42,.1);padding:8px}.acctMenuHead{gap:12px;padding:10px 10px 12px}.acctMenuAvatar,.acctMenuHead{display:flex;align-items:center}.acctMenuAvatar{width:40px;height:40px;border-radius:999px;overflow:hidden;border:2px solid #e2e8f0;background:#f8fafc;justify-content:center;flex-shrink:0}.acctMenuAvatar img{display:block;width:36px;height:36px;border-radius:999px;object-fit:cover}.acctMenuName{font-size:15px;font-weight:700;color:#0f172a;letter-spacing:-.3px}.acctMenuRole{font-size:12px;color:#94a3b8;margin-top:1px;font-weight:500}.acctMenuMeta{min-width:0}.acctMenuDivider{background:#f1f5f9;margin:4px 6px}.acctMenuItem{width:100%;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;border:1px solid transparent;background:transparent;color:#334155;text-align:left;cursor:pointer;font-size:14px;font-weight:500;transition:all .12s ease;font-family:inherit}.acctMenuItem.link{text-decoration:none}.acctMenuItem:hover{background:#f1f5f9}.acctMenuItem:active{transform:translateY(.5px)}.amiIcon{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;color:#64748b;flex-shrink:0}.amiIcon svg{width:16px;height:16px}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:auto;font-size:14px;max-height:none;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:var(--primary);color:#fff;border-color:rgba(91,124,250,.38);box-shadow:0 12px 26px rgba(91,124,250,.35);transform:translateY(-6px)}body.dark .mbBtn.active .mbDot{background:var(--primary)}body.dark .listItem:hover{background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.12)}body.dark .drawer,body.dark .sidebar{background:var(--panel);border-right-color:hsla(0,0%,100%,.08)}body.dark .sideCollapseBtn{background:var(--panel);border-color:hsla(0,0%,100%,.1);color:rgba(232,236,247,.5)}body.dark .sideCollapseBtn:hover{background:hsla(0,0%,100%,.06);color:#fff}body.dark .sideLink{color:rgba(232,236,247,.6)}body.dark .sideLink:hover{background:hsla(0,0%,100%,.05);color:#fff}body.dark .sideLink.active{background:rgba(91,124,250,.12);border-color:rgba(91,124,250,.2);color:#fff}body.dark .sideGroupHeader{color:rgba(232,236,247,.6)}body.dark .sideGroupHeader:hover{background:hsla(0,0%,100%,.05);color:#fff}body.dark .sideGroupHeader.active{background:rgba(91,124,250,.12);border-color:rgba(91,124,250,.2);color:#fff}body.dark .sidePill{color:rgba(232,236,247,.5)}body.dark .sideGroupHeader.active .sidePill,body.dark .sideLink.active .sidePill{color:#818cf8}body.dark .sideSubNav{border-left-color:hsla(0,0%,100%,.08)}body.dark .sideSubLink{color:rgba(232,236,247,.45)}body.dark .sideSubLink:hover{background:hsla(0,0%,100%,.04);color:rgba(232,236,247,.8)}body.dark .sideSubLink.active{background:rgba(91,124,250,.1);border-color:rgba(91,124,250,.16);color:#fff}body.dark .sideSubLink .subDot{border-color:hsla(0,0%,100%,.15)}body.dark .sideSubLink.active .subDot{background:#818cf8;border-color:#818cf8}body.dark .sideTooltip{background:hsla(0,0%,100%,.95);color:#0f172a}body.dark .sidePopover{background:var(--panel);border-color:hsla(0,0%,100%,.1)}body.dark .sidePopoverLabel{color:#fff;border-bottom-color:hsla(0,0%,100%,.08)}body.dark .sidePopoverItem{color:rgba(232,236,247,.5)}body.dark .sidePopoverItem:hover{background:hsla(0,0%,100%,.05);color:#fff}body.dark .sidePopoverItem.active{background:rgba(91,124,250,.1);color:#fff}body.dark .sidebarBottom{border-top-color:hsla(0,0%,100%,.06)}body.dark .sideThemeToggle{background:hsla(0,0%,100%,.04)}body.dark .themeBtn{color:rgba(232,236,247,.4)}body.dark .themeBtn.active{background:hsla(0,0%,100%,.08);color:#fff;box-shadow:none}body.dark .topIconBtn{background:hsla(0,0%,100%,.04);border-color:hsla(0,0%,100%,.1);color:rgba(232,236,247,.6)}body.dark .topIconBtn:hover{background:hsla(0,0%,100%,.08);color:#fff}body.dark .topAvatarBtn{border-color:hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.04)}body.dark .topAvatarBtn:hover{border-color:#818cf8}body.dark .acctMenuPanel{background:var(--panel);border-color:hsla(0,0%,100%,.1)}body.dark .acctMenuName{color:#fff}body.dark .acctMenuRole{color:rgba(232,236,247,.5)}body.dark .acctMenuDivider{background:hsla(0,0%,100%,.06)}body.dark .acctMenuItem{color:rgba(232,236,247,.7)}body.dark .acctMenuItem:hover{background:hsla(0,0%,100%,.05)}body.dark .amiIcon{background:hsla(0,0%,100%,.06);color:rgba(232,236,247,.5)}body.dark .acctMenuAvatar{border-color:hsla(0,0%,100%,.1)}.srPill{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 14px;border-radius:999px;font-size:13px;font-weight:700;letter-spacing:.2px;border:1px solid rgba(15,23,42,.12);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}.orderBadge{margin-top:4px;padding:0 8px;height:20px;border-radius:5px;font-size:11px;font-weight:500;letter-spacing:0;color:#0f172a;white-space:nowrap}.orderBadge+.orderBadge{margin-left:4px}body.dark .orderBadge{background:rgba(15,23,42,.85);border-color:rgba(148,163,184,.7);color:#e5e7eb}.orderBadge--new{border-color:rgba(129,140,248,.9);background:rgba(239,246,255,.96);color:#3730a3}body.dark .orderBadge--new{background:rgba(30,64,175,.85);border-color:rgba(129,140,248,.9);color:#e5e7eb}.orderBadge--returning{border-color:rgba(52,211,153,.85);background:rgba(236,253,245,.96);color:#065f46}body.dark .orderBadge--returning{background:rgba(6,78,59,.85);border-color:rgba(52,211,153,.9);color:#ecfdf5}.orderBadge--regular{border-color:rgba(59,130,246,.85);background:rgba(219,234,254,.96);color:#1d4ed8}body.dark .orderBadge--regular{background:rgba(30,64,175,.85);border-color:rgba(59,130,246,.9);color:#e5e7eb}.orderBadge--discounted{border-color:hsla(0,91%,71%,.9);background:hsla(0,86%,97%,.96);color:#b91c1c}body.dark .orderBadge--discounted{background:rgba(127,29,29,.9);border-color:hsla(0,91%,71%,.9);color:#fee2e2}.btn.srBtn{box-shadow:none;border:1px solid rgba(15,23,42,.12);font-weight:700;letter-spacing:.2px;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{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 12px;border-radius:14px;display:grid;grid-template-columns:auto 1fr;grid-gap:10px;gap:10px;text-align:left;cursor:pointer;align-items:flex-start}.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}.notifRowTitleWrap{display:flex;align-items:center;gap:6px;min-width:0}.notifRowTitle{font-weight:800;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notifRowNew{font-size:11px;padding:2px 6px;border-radius:999px;background:rgba(79,70,229,.12);color:#4f46e5;font-weight:600}body.dark .notifRowNew{background:rgba(129,140,248,.24);color:#e0e7ff}.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}.notifHeader{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:12px}.notifHeaderRight{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.notifHeaderBtns{display:flex;gap:8px;flex-wrap:wrap}.notifSearch{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:14px;border:1px solid rgba(15,23,42,.08);background:#fff;min-width:260px}body.dark .notifSearch{background:rgba(15,23,42,.35);border-color:rgba(148,163,184,.22)}.notifSearchIcon{color:#94a3b8;display:flex;align-items:center}.notifSearch input{width:100%;border:none;outline:none;background:transparent;font-size:14px;color:var(--text)}.notifTabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.notifTab{border:1px solid rgba(15,23,42,.08);background:#fff;color:var(--text);border-radius:12px;padding:8px 10px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:13px}body.dark .notifTab{background:rgba(15,23,42,.35);border-color:rgba(148,163,184,.22)}.notifTab.active{background:rgba(79,70,229,.12);border-color:rgba(79,70,229,.35)}body.dark .notifTab.active{background:rgba(79,70,229,.22)}.notifTabCount{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:20px;padding:0 8px;border-radius:999px;background:rgba(15,23,42,.06);color:#475569;font-weight:700;font-size:12px}body.dark .notifTabCount{background:rgba(148,163,184,.14);color:#cbd5e1}.notifTable{padding:0;overflow:hidden}.notifTableRow{display:flex;align-items:flex-start;gap:12px;padding:14px;border-top:1px solid rgba(15,23,42,.06)}.notifTableRow:first-child{border-top:none}.notifTableRow.unread{background:rgba(79,70,229,.04)}body.dark .notifTableRow.unread{background:rgba(79,70,229,.12)}.notifTableRow:hover{background:rgba(2,6,23,.03)}body.dark .notifTableRow:hover{background:rgba(148,163,184,.08)}.notifIcon{width:38px;height:38px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex:0 0 38px}.notifIcon svg{width:18px;height:18px}.notifIcon.kind-order{background:#eef2ff;color:#4f46e5}.notifIcon.kind-product{background:#ecfdf5;color:#16a34a}.notifIcon.kind-payment{background:#fef9c3;color:#a16207}.notifIcon.kind-success{background:#dcfce7;color:#16a34a}.notifIcon.kind-warning{background:#ffedd5;color:#ea580c}.notifIcon.kind-error{background:#fee2e2;color:#dc2626}.notifIcon.kind-info{background:#e0f2fe;color:#0284c7}body.dark .notifIcon.kind-order{background:rgba(79,70,229,.2);color:#c7d2fe}body.dark .notifIcon.kind-product{background:rgba(22,163,74,.2);color:#86efac}body.dark .notifIcon.kind-payment{background:rgba(161,98,7,.22);color:#fde68a}body.dark .notifIcon.kind-success{background:rgba(22,163,74,.2);color:#86efac}body.dark .notifIcon.kind-warning{background:rgba(234,88,12,.22);color:#fdba74}body.dark .notifIcon.kind-error{background:rgba(220,38,38,.22);color:#fecaca}body.dark .notifIcon.kind-info{background:rgba(2,132,199,.22);color:#7dd3fc}.notifBody{flex:1 1;min-width:0}.notifTitleRow{display:flex;align-items:center;gap:10px}.notifTitle{font-weight:800;font-size:14px;line-height:1.2}.notifUnreadPill{font-size:11px;font-weight:800;padding:3px 8px;border-radius:999px;background:rgba(79,70,229,.12);color:#4f46e5}body.dark .notifUnreadPill{background:rgba(79,70,229,.22);color:#c7d2fe}.notifMsg{margin-top:4px;font-size:13px;color:#475569;line-height:1.35;word-break:break-word}body.dark .notifMsg{color:#cbd5e1}.notifMeta{display:flex;align-items:center;gap:10px;flex:0 0 auto}.notifWhen{color:#64748b;font-size:12px;white-space:nowrap}body.dark .notifWhen{color:#94a3b8}.notifMenuWrap{position:relative}.notifMenuBtn{width:34px;height:34px;border-radius:12px;border:1px solid rgba(15,23,42,.08);background:#fff;color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer}body.dark .notifMenuBtn{background:rgba(15,23,42,.35);border-color:rgba(148,163,184,.22)}.notifMenuBtn.active{border-color:rgba(79,70,229,.35);box-shadow:0 10px 24px rgba(15,23,42,.08)}.notifMenu{position:absolute;right:0;top:40px;min-width:160px;background:#fff;border:1px solid rgba(15,23,42,.1);border-radius:14px;box-shadow:0 16px 40px rgba(15,23,42,.16);overflow:hidden;z-index:50}body.dark .notifMenu{background:rgba(15,23,42,.92);border-color:rgba(148,163,184,.2)}.notifMenuItem{width:100%;border:none;background:transparent;color:var(--text);padding:10px 12px;display:block;text-align:left;cursor:pointer;font-size:13px}.notifMenuItem:hover{background:rgba(2,6,23,.06)}body.dark .notifMenuItem:hover{background:rgba(148,163,184,.1)}.notifMenuItem.danger{color:#dc2626}@media (max-width:720px){.notifHeader{align-items:flex-start;flex-direction:column}.notifHeaderRight{width:100%;justify-content:space-between}.notifSearch{width:100%;min-width:0}.notifMeta{flex-direction:column;align-items:flex-end;gap:6px}.notifMenu{top:38px}}body.dark .notifMenuItem.danger{color:#fca5a5}@media (max-width:780px){.notifHeader{align-items:flex-start;flex-direction:column}.notifHeaderRight{width:100%;justify-content:space-between}.notifSearch{width:100%;min-width:0}.notifTableRow{padding:12px}.notifMeta{flex-direction:column;align-items:flex-end;gap:6px}}.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}@media (max-width:980px){.accountsPage .pageHeader{flex-wrap:wrap;gap:12px;align-items:flex-start}.accountsPage .pageHeaderActions{width:100%;flex-wrap:wrap;justify-content:flex-start;margin-left:0}.accountsPage .pageHeaderActions .btn{flex:1 1;min-width:160px}}@media (max-width:520px){.accountsPage .pageHeaderActions .btn{min-width:100%}}.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}.acctModalPanel{width:min(620px,calc(100vw - 28px));padding:0;border-radius:22px;overflow:hidden}@media (max-width:980px){.acctModalPanel{width:100%;border-radius:0}.acctModalBody{padding:14px 14px 18px}}.acctModalHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 18px 12px;background:linear-gradient(180deg,#fbfcff,#fff);border-bottom:1px solid #eef2ff}.acctModalTitleBlock{min-width:0}.acctModalTitle{font-weight:800;font-size:20px;letter-spacing:-.3px;line-height:1.15}.acctModalSub{margin-top:6px;font-size:13px;color:#64748b}.acctModalCloseBtn{height:38px;padding:0 16px;border-radius:999px}.acctModalBody{padding:16px 18px 18px}.acctModalFormCard{border:1px solid #e2e8ff;border-radius:18px;padding:14px;background:#f9f9ff}.acctModalFormCard--deposit{background:linear-gradient(180deg,rgba(34,197,94,.06),#fff 55%)}.acctModalFormCard--expense{background:linear-gradient(180deg,rgba(239,68,68,.06),#fff 55%)}.acctModalActions{display:flex;justify-content:flex-end;gap:10px;padding-top:14px}.acctModalActions .btn{height:40px;padding:0 18px;border-radius:999px}.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:#fff;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}.stmtSummaryRow--premium .stmtSummaryCard{background:#fff;border:1px solid rgba(148,163,184,.22);box-shadow:0 12px 28px rgba(15,23,42,.06)}.stmtSummaryCard--deposit{background:linear-gradient(180deg,rgba(34,197,94,.1),#fff)}.stmtSummaryCard--expense{background:linear-gradient(180deg,rgba(239,68,68,.09),#fff)}.stmtSummaryCard--transfer{background:linear-gradient(180deg,rgba(99,102,241,.08),#fff)}.stmtSummaryCard--net{background:linear-gradient(180deg,rgba(96,165,250,.08),#fff)}.stmtChartsRow{display:grid;grid-template-columns:1.1fr 1.9fr;grid-gap:12px;gap:12px;margin-top:14px}.stmtChartCard{border-radius:20px;border:1px solid rgba(148,163,184,.22);background:#fff;box-shadow:0 12px 28px rgba(15,23,42,.06);padding:12px 12px 10px}.stmtChartCard--wide{grid-column:2/3}.stmtChartCard--full{grid-column:1/-1}.stmtChartHead{align-items:center;justify-content:space-between;padding:4px 6px 8px}.stmtChartHead .h3{margin:0;font-size:14px;font-weight:800;color:#0f172a}.stmtChartBody{padding:0 6px 6px}.stmtLegend{display:flex;flex-wrap:wrap;gap:10px;padding:6px 8px 0;color:#475569;font-size:12px}.stmtLegend--compact{gap:12px}.stmtLegendItem{display:flex;align-items:center;gap:6px}.stmtLegendDot{width:10px;height:10px;border-radius:999px;box-shadow:0 0 0 3px rgba(148,163,184,.14)}.stmtFilterRow--premium{padding-top:2px}(max-width: 980px){.stmtChartsRow{grid-template-columns:1fr}.stmtChartCard--wide{grid-column:auto}}.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}.badge-success{background:rgba(34,197,94,.12);color:#15803d}.badge-danger{background:rgba(239,68,68,.12);color:#b91c1c}.badge-warning{background:rgba(234,179,8,.14);color:#b45309}.courierOrdersBreakdown{margin-top:4px;display:flex;flex-wrap:wrap;gap:4px}.courierOrdersBreakdown-badge{margin-right:4px}.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)}.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}}:root{--gs-bg:#f4f7fe;--gs-card:#fff;--gs-text:#1b2559;--gs-muted:#8f9bba;--gs-accent:#4368e0;--gs-accent-soft:#c3d0f5;--gs-border:#e9ecf1;--gs-green:#05cd99;--gs-green-bg:#e6faf4;--gs-red:#ee5d50;--gs-red-bg:#fde8e6;--gs-orange:#ffb547;--gs-orange-bg:#fff4e0;--gs-purple:#7551ff;--gs-purple-bg:#ede7ff;--gs-shadow-sm:0 2px 8px rgba(112,144,176,.08);--gs-shadow-md:0 4px 20px rgba(112,144,176,.12)}.gsDash{padding:10px 2px}.gsCard{background:var(--gs-card);border:1px solid var(--gs-border);border-radius:16px;box-shadow:var(--gs-shadow-sm)}.gsCardHead{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:20px 22px 12px}.gsCardTitle{font-size:16px;font-weight:800;color:var(--gs-text)}.gsCardSub{margin-top:4px;font-size:12.5px;color:var(--gs-muted)}.gsChartBox{padding:0 14px 18px}.gsWelcome{position:relative;overflow:hidden;border-radius:16px;background:linear-gradient(135deg,#e8eeff,#dfe6f6 50%,#eae4ff);padding:26px;display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:180px;border:1px solid rgba(67,104,224,.12);box-shadow:var(--gs-shadow-sm)}.gsWelcomeBlob{position:absolute;top:-50%;right:-10%;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(67,104,224,.08) 0,transparent 70%)}.gsWelcomeLeft{position:relative;z-index:2;min-width:0}.gsWelcomeTitleRow{display:flex;align-items:center;gap:12px}.gsWelcomeAvatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#ffd6a0,#ffb347);display:flex;align-items:center;justify-content:center;font-weight:900;color:#a66b1f;border:3px solid #fff;box-shadow:0 4px 12px rgba(255,179,71,.3)}.gsWelcomeTitle{font-size:22px;font-weight:900;color:var(--gs-text)}.gsWelcomeSub{margin-top:3px;font-size:12.5px;color:rgba(27,37,89,.65)}.gsWelcomeStats{margin-top:18px;display:flex;gap:32px;flex-wrap:wrap}.gsWelcomeStatValue{font-size:30px;font-weight:900;letter-spacing:-.02em;color:var(--gs-text);display:flex;align-items:center;gap:8px}.gsWelcomeTrend{display:inline-flex;align-items:center;justify-content:center;height:22px;padding:0 8px;border-radius:999px;font-size:12px;font-weight:800}.gsWelcomeTrend.up{background:var(--gs-green-bg);color:var(--gs-green)}.gsWelcomeTrend.down{background:var(--gs-red-bg);color:var(--gs-red)}.gsWelcomeStatLabel{margin-top:2px;font-size:13px;color:var(--gs-muted)}.gsStatsRow{margin-top:18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.gsStatCard{background:var(--gs-card);border:1px solid var(--gs-border);border-radius:16px;box-shadow:var(--gs-shadow-sm);padding:18px;transition:transform .2s ease,box-shadow .2s ease}.gsStatCard:hover{transform:translateY(-2px);box-shadow:var(--gs-shadow-md)}.gsClickableCard{-moz-appearance:none;appearance:none;-webkit-appearance:none;display:block;width:100%;font:inherit;color:inherit;cursor:pointer}.gsStatIcon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.gsStatIcon svg{width:22px;height:22px}.gsStatIcon.blue{background:#e8eeff;color:var(--gs-accent)}.gsStatIcon.green{background:var(--gs-green-bg);color:var(--gs-green)}.gsStatIcon.orange{background:var(--gs-orange-bg);color:var(--gs-orange)}.gsStatIcon.purple{background:var(--gs-purple-bg);color:var(--gs-purple)}.gsStatValue{display:flex;align-items:center;gap:10px;font-size:26px;font-weight:900;color:var(--gs-text);margin-bottom:2px;flex-wrap:wrap}.gsStatLabel{font-size:13px;color:var(--gs-muted);font-weight:600}.gsTrend{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:900;line-height:18px}.gsTrend.up{background:var(--gs-green-bg);color:var(--gs-green)}.gsTrend.down{background:var(--gs-red-bg);color:var(--gs-red)}.gsDashGrid2{margin-top:18px;display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.gsDashGrid3{margin-top:16px;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:16px;gap:16px}.gsTabs{display:flex;gap:4px;background:var(--gs-bg);padding:3px;border-radius:10px}.gsTab{border:none;background:transparent;font:inherit;color:var(--gs-muted);font-size:12px;font-weight:800;padding:6px 12px;border-radius:8px;cursor:pointer}.gsTab.active{background:var(--gs-card);color:var(--gs-text);box-shadow:var(--gs-shadow-sm)}.gsLegend{display:flex;gap:18px;margin-top:12px;padding:0 10px}.gsLegendItem{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--gs-muted);font-weight:700}.gsLegendDot{width:10px;height:10px;border-radius:4px;display:inline-block}.gsLegendDot.primary{background:var(--gs-accent)}.gsLegendDot.soft{background:var(--gs-accent-soft)}.gsDonutWrap{display:flex;align-items:center;justify-content:center;gap:22px;padding:4px 16px 18px}.gsDonut{width:180px;height:180px;position:relative;flex:0 0 auto}.gsDonutCenter{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}.gsDonutValue{font-size:28px;font-weight:900;color:var(--gs-text)}.gsDonutLabel{font-size:12px;color:var(--gs-muted);font-weight:700}.gsDonutLegend{display:flex;flex-direction:column;gap:12px;min-width:220px}.gsDonutRow{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--gs-muted);font-weight:700}.gsDonutName{min-width:90px}.gsDonutAmt{margin-left:auto;color:var(--gs-text);font-weight:900}.gsList{margin-top:8px;flex-direction:column;padding:0 10px}.gsList,.gsListRow{display:flex;gap:12px}.gsListRow{align-items:center;justify-content:space-between}.gsListLeft{display:flex;align-items:center;gap:10px;min-width:0}.gsMiniIcon{width:38px;height:38px;border-radius:10px;background:#e9edf7;display:grid;grid-template-columns:1fr 1fr;grid-gap:2px;gap:2px;padding:10px}.gsMiniIcon span{width:8px;height:8px;background:var(--gs-accent);border-radius:2px}.gsListName{font-size:14px;font-weight:900;color:var(--gs-text)}.gsListSub{margin-top:2px;font-size:12px;color:var(--gs-muted);font-weight:700}.gsListVal{font-size:13px;font-weight:900;color:var(--gs-green);background:var(--gs-green-bg);padding:4px 10px;border-radius:999px}.gsPayList{padding:0 16px 18px;flex-direction:column}.gsPayList,.gsPayRow{display:flex;gap:12px}.gsPayRow{align-items:center;padding:10px;border-radius:12px;transition:background .18s ease}.gsPayRow:hover{background:var(--gs-bg)}.gsPayIcon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:18px}.gsPayIcon.blue{background:#e8f0fe}.gsPayIcon.green{background:var(--gs-green-bg)}.gsPayIcon.orange{background:var(--gs-orange-bg)}.gsPayIcon.red{background:var(--gs-red-bg)}.gsPayInfo{min-width:0;flex:1 1}.gsPayName{font-size:14px;font-weight:900;color:var(--gs-text)}.gsPaySub{margin-top:2px;font-size:12px;color:var(--gs-muted);font-weight:700}.gsPayAmt{font-size:14px;font-weight:900}.gsPayAmt.pos{color:var(--gs-text)}.gsPayAmt.neg{color:var(--gs-red)}.gsBtnOutline{margin-top:8px;width:100%;height:42px;border-radius:12px;border:1.5px solid var(--gs-border);background:transparent;font-weight:900;color:var(--gs-accent);cursor:pointer}.gsBtnOutline:hover{background:rgba(67,104,224,.06);border-color:rgba(67,104,224,.35)}.gsDashFoot{margin-top:14px;display:flex;justify-content:flex-start}.gsDashHint{gap:10px;font-size:12px;color:var(--gs-muted);font-weight:800}.gsDashHint,.gsDashHintIcon{display:flex;align-items:center}.gsDashHintIcon{width:26px;height:26px;border-radius:10px;justify-content:center}.gsDashHintIcon.up{background:var(--gs-green-bg);color:var(--gs-green)}.gsDashHintIcon.down{background:var(--gs-red-bg);color:var(--gs-red)}.gsDashLoadingPill{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;border:1px solid var(--gs-border);background:var(--gs-card);font-size:12px;color:var(--gs-muted);font-weight:800}.gsChar{position:relative;z-index:2;width:240px;height:180px;flex:0 0 auto}.gsCharDot{position:absolute;width:6px;height:6px;border-radius:50%;background:var(--gs-accent);opacity:.25;animation:gsFloatDot 5s ease-in-out infinite}.gsCharDot.d1{top:10px;left:40px}.gsCharDot.d2{top:30px;right:60px;width:4px;height:4px;animation-delay:1s}.gsCharDot.d3{bottom:50px;left:20px;width:8px;height:8px;opacity:.18;animation-delay:2s}.gsCharDot.d4{top:60px;left:80px;width:5px;height:5px;animation-delay:1.5s}@keyframes gsFloatDot{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.gsCharBubble{position:absolute;top:-10px;right:10px;width:36px;height:36px;border-radius:50%;background:#e8eeff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(67,104,224,.15);animation:gsBubble 4s ease-in-out infinite}.gsCharBubble svg{width:18px;height:18px;color:var(--gs-accent)}@keyframes gsBubble{0%,to{transform:translateY(0) scale(1);opacity:.85}50%{transform:translateY(-8px) scale(1.05);opacity:1}}.gsDesk{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:180px;height:12px;background:#b8c4e0;border-radius:4px 4px 0 0}.gsDesk:after{content:"";position:absolute;bottom:-24px;left:20px;right:20px;height:24px;background:#a3b1d0;border-radius:0 0 6px 6px}.gsLaptop{position:absolute;bottom:12px;left:50%;transform:translateX(-50%)}.gsLaptopScreen{width:80px;height:52px;background:#2a3a5c;border-radius:4px 4px 0 0;border:3px solid #4a5a7a;position:relative;overflow:hidden}.gsLaptopGlow{position:absolute;inset:6px;background:linear-gradient(180deg,#6b8cff,#5070e0);border-radius:2px;animation:gsGlow 3s ease-in-out infinite}@keyframes gsGlow{0%,to{opacity:.8}50%{opacity:1}}.gsLaptopLines{position:absolute;inset:8px;display:flex;flex-direction:column;gap:4px;padding-top:2px;z-index:2}.gsLaptopLines span{height:3px;background:hsla(0,0%,100%,.35);border-radius:2px;animation:gsTyping 2.5s ease-in-out infinite}.gsLaptopLines span:first-child{width:70%;animation-delay:0s}.gsLaptopLines span:nth-child(2){width:90%;animation-delay:.3s}.gsLaptopLines span:nth-child(3){width:55%;animation-delay:.6s}.gsLaptopLines span:nth-child(4){width:80%;animation-delay:.9s}@keyframes gsTyping{0%,to{opacity:.3;transform:scaleX(.7);transform-origin:left}50%{opacity:1;transform:scaleX(1)}}.gsLaptopBase{width:96px;height:6px;background:#8898b8;border-radius:0 0 3px 3px;margin:0 auto;position:relative;left:-8px}.gsPlant{position:absolute;bottom:12px;right:30px}.gsPot{width:20px;height:16px;background:#d4a574;border-radius:2px 2px 4px 4px}.gsLeaf{position:absolute;bottom:14px;left:50%;width:14px;height:14px;background:#5dbe8a;border-radius:0 80% 0 80%;transform-origin:bottom center;animation:gsSway 3s ease-in-out infinite}.gsLeaf.l2{left:30%;transform:scaleX(-1);animation-delay:.5s}@keyframes gsSway{0%,to{transform:rotate(-5deg)}50%{transform:rotate(5deg)}}.gsPerson{position:absolute;bottom:24px;left:50%;transform:translateX(-55%)}.gsHead{width:40px;height:40px;background:#ffd6a0;border-radius:50%;margin:0 auto;position:relative;animation:gsHead 3s ease-in-out infinite}@keyframes gsHead{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-2px) rotate(-2deg)}75%{transform:translateY(-1px) rotate(2deg)}}.gsHair{top:-2px;left:4px;right:4px;height:22px;border-radius:20px 20px 0 0}.gsHair,.gsHair:after{position:absolute;background:#2a3a5c}.gsHair:after{content:"";top:8px;right:-4px;width:10px;height:16px;border-radius:0 8px 4px 0}.gsGlasses{position:absolute;top:16px;left:4px;width:32px;height:12px}.gsGlasses .g1,.gsGlasses .g2{position:absolute;width:13px;height:11px;border:2px solid #4a5a7a;border-radius:50%;top:0}.gsGlasses .g1{left:0}.gsGlasses .g2{right:0}.gsGlasses .gb{position:absolute;top:4px;left:13px;width:6px;height:2px;background:#4a5a7a}.gsTorso{width:44px;height:40px;background:#fff;border-radius:8px 8px 0 0;margin:-4px auto 0;position:relative}.gsTie{top:2px;left:50%;transform:translateX(-50%);width:6px;height:22px}.gsTie,.gsTie:before{position:absolute;background:var(--gs-accent);border-radius:2px}.gsTie:before{content:"";top:0;left:-3px;width:12px;height:6px}.gsArm{position:absolute;bottom:8px;width:28px;height:8px;background:#fff;border-radius:4px}.gsArm.left{left:-18px;transform:rotate(-20deg);animation:gsArmL .6s ease-in-out infinite alternate}.gsArm.right{right:-18px;transform:rotate(20deg);animation:gsArmR .6s ease-in-out infinite alternate-reverse}@keyframes gsArmL{0%{transform:rotate(-20deg) translateY(0)}to{transform:rotate(-18deg) translateY(-3px)}}@keyframes gsArmR{0%{transform:rotate(20deg) translateY(0)}to{transform:rotate(18deg) translateY(-3px)}}@media (max-width:1280px){.gsStatsRow{grid-template-columns:repeat(2,minmax(0,1fr))}.gsDashGrid3{grid-template-columns:1fr 1fr}}@media (max-width:980px){.gsDashGrid2,.gsDashGrid3{grid-template-columns:1fr}}@media (max-width:760px){.gsWelcome{flex-direction:column;align-items:flex-start;min-height:auto}.gsChar{width:180px;height:140px;align-self:center}.gsDonutWrap{flex-direction:column}.gsDonutLegend{min-width:0;width:100%}}@media (max-width:480px){.gsStatsRow{grid-template-columns:1fr}.gsWelcomeStatValue{font-size:26px}}.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}.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 160px 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-sizing:border-box;max-width:100%;box-shadow:var(--shadow2);display:grid;grid-template-columns:220px 1fr 1fr 1fr 160px 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}.courierChargeInput{text-align:center}.courierChargeCell{min-width:0}.courierChargeInput{width:100%}.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;box-sizing:border-box;max-width:100%}.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:90px;white-space:nowrap}.colAddress{min-width:150px;max-width:180px}.colCourier{min-width:88px;max-width:120px}.colActions{width:56px;min-width:56px;max-width:56px;white-space:nowrap}@media (max-width:1536px){.colStatus{min-width:120px}.colDate{min-width:86px}.colAddress{min-width:125px;max-width:170px}}.orderDetailScope,.orderDetailScope *{font-family:inherit}.orderDetailScope .odCustomerAddr,.orderDetailScope .odCustomerName{font-size:14px;line-height:1.35;color:var(--muted)}.orderDetailScope .odCustomerName{font-weight:500}@media print{.courierOrdersBreakdown{display:none!important}}@media (min-width:981px){.sidebar.collapsed{width:72px}.sidebar.collapsed .sidebarTop{justify-content:center;padding:20px 8px 0}.sidebar.collapsed .sidebarBrand .brandIcon{display:flex;width:38px;height:38px}.sidebar.collapsed .sidebarBrand .brandText{display:none}.sidebar.collapsed .sideCollapseBtn{position:absolute;right:-14px;top:28px;width:28px;height:28px;border-radius:999px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 2px 8px rgba(0,0,0,.06);z-index:10}.sidebar.collapsed .sideBadge,.sidebar.collapsed .sideCaret,.sidebar.collapsed .sideGroupLabel,.sidebar.collapsed .sideLinkText,.sidebar.collapsed .sideSection,.sidebar.collapsed .sideSubNav{display:none!important}.sidebar.collapsed .sideNavScroll{padding:18px 8px 8px}.sidebar.collapsed .sideNav{align-items:center;gap:4px}.sidebar.collapsed .sideGroupHeader,.sidebar.collapsed .sideLink{width:46px;height:46px;padding:0;justify-content:center;border-radius:12px}.sidebar.collapsed .sidePill{width:26px;height:26px}.sidebar.collapsed .sideGroup:hover .sidePopover,.sidebar.collapsed .sideLink:hover .sideTooltip{display:block}.sidebar.collapsed .sideGroup:hover .sideTooltip{display:none}.sidebar.collapsed .sidebarBottom{padding:10px 8px 16px}.sidebar.collapsed .sideThemeToggle{flex-direction:column;border-radius:12px;padding:3px;gap:2px}.sidebar.collapsed .themeBtn{padding:8px;border-radius:8px}.sidebar.collapsed .themeBtnLabel{display:none}.sidebar:not(.collapsed) .sidePopover,.sidebar:not(.collapsed) .sideTooltip{display:none!important}.sidebar:not(.collapsed) .sidebarBrand .brandIcon{display:none}.sidebar:not(.collapsed) .sidebarBrand .brandText{display:flex}}@media (max-width:980px){.sidePopover,.sideTooltip{display:none!important}.sidebar .sidebarBrand .brandIcon{display:none}.drawer .sidebarBrand .brandIcon{display:flex}.drawer .sidebarBrand .brandText{display:none}}.courierAddBody{padding:16px 18px 18px}.courierAddInlineRow{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap}.courierAddNameWrap{flex:1 1;min-width:260px}.courierActiveInline{display:flex;align-items:center;gap:10px;margin:0}.courierActiveInline .courierActiveLabel{font-size:18px;font-weight:700}.courierSubmitBtn{min-width:160px}.courierTableHead{display:none}.courierRowVertical{display:block}.courierRowTop{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.courierRowTop .courierActions{display:flex;align-items:center;gap:10px}.courierFieldsGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:14px}.courierField{min-width:0}.courierFieldLabel{font-size:12px;font-weight:700;color:var(--muted);margin-bottom:8px}.courierFieldAccount{grid-column:span 2}@media (max-width:1320px){.courierFieldsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.courierFieldAccount{grid-column:span 2}}@media (max-width:980px){.courierAddNameWrap{min-width:180px}.courierSubmitBtn{min-width:140px}.courierFieldsGrid{grid-template-columns:1fr}.courierFieldAccount{grid-column:auto}}.chipRow{display:flex;flex-wrap:wrap;gap:8px}.chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;border:1px solid rgba(148,163,184,.25);background:#fff;font-weight:800;font-size:12px;box-shadow:0 1px 0 rgba(15,23,42,.04)}.miniNote{border-radius:14px;border:1px solid rgba(148,163,184,.18);background:hsla(0,0%,100%,.7);box-shadow:0 10px 30px rgba(15,23,42,.06)}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.recharts-cartesian-grid-horizontal line,.recharts-cartesian-grid-vertical line{stroke:#f1f5f9!important}.pl-page{max-width:1280px;margin:0 auto;padding:28px 24px}.pl-grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}@media (max-width:900px){.pl-grid-2{grid-template-columns:1fr}}.pl-dateBox{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:8px 12px}.pl-dateLabel{font-weight:600;color:#64748b;font-size:11px;text-transform:uppercase;letter-spacing:.5px}.pl-dateInput{border:none;outline:none;font:inherit;font-size:13px;color:#0f172a;background:transparent}.pl-dateInput::-webkit-calendar-picker-indicator{opacity:.75;cursor:pointer}.pl-refreshBtn{display:inline-flex;align-items:center;gap:7px;padding:9px 22px;border-radius:10px;border:none;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 2px 12px rgba(59,130,246,.3);transition:all .2s ease}.pl-refreshBtn:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(59,130,246,.4)}.pl-refreshBtn:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:0 2px 12px rgba(59,130,246,.2)}.pl-modalOverlay{position:fixed;inset:0;background:rgba(15,23,42,.4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:flex-start;justify-content:center;padding:18px;overflow:auto;z-index:1000;animation:fadeIn .15s ease both}.pl-modal{width:min(920px,100%);background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 24px 64px rgba(0,0,0,.12);overflow:hidden;max-height:calc(100vh - 36px);display:flex;flex-direction:column;animation:fadeSlideUp .22s ease both}.pl-modalHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 20px 10px}.pl-modalTitle{font-size:16px;font-weight:700;color:#0f172a}.pl-modalSub{font-size:12px;color:#94a3b8;margin-top:2px}.pl-modalClose{font-weight:800}.pl-iconBtn,.pl-modalClose{border:1px solid #e2e8f0;background:#fff;border-radius:12px;width:36px;height:36px;cursor:pointer;color:#0f172a}.pl-iconBtn{display:flex;align-items:center;justify-content:center}.pl-iconBtn:disabled{opacity:.6;cursor:not-allowed}.pl-modalControls{display:flex;gap:10px;padding:0 20px 14px;flex-wrap:wrap}.pl-modalSearch{flex:1 1 260px;height:40px;border-radius:12px;border:1px solid #e2e8f0;padding:0 12px;outline:none;font:inherit}.pl-modalBtn{height:40px;padding:0 16px;border-radius:12px;border:1px solid rgba(148,163,184,.25);background:#fff;font-weight:800;box-shadow:0 1px 0 rgba(15,23,42,.04);cursor:pointer}.pl-modalBtn:disabled{opacity:.7;cursor:not-allowed}.pl-modalErr{margin:0 20px 12px;padding:10px 12px;background:#fff;border:1px solid #fee2e2;border-radius:12px;color:#ef4444;font-size:12px}.pl-modalBody{padding:0 20px 16px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;flex:1 1 auto}.pl-modalFooter{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 20px 18px;border-top:1px solid #f1f5f9}.pl-pageInfo{font-size:12px;color:#64748b;font-weight:600}.pl-pager{display:flex;gap:8px}.pl-pagerBtn{width:40px;height:40px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;font-weight:900;cursor:pointer}.pl-pagerBtn:disabled{opacity:.55;cursor:not-allowed}.pl-table{width:100%;border-collapse:collapse;font-size:13px;table-layout:fixed}.pl-table thead th{text-align:left;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#64748b;padding:12px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.pl-table tbody td{padding:12px;border-bottom:1px solid #f1f5f9;color:#0f172a}.t-right{text-align:right}.t-center{text-align:center}.colCustomer{min-width:200px;max-width:240px}.pl-hoverScrollX{scrollbar-width:none}.pl-hoverScrollX::-webkit-scrollbar{height:0}.pl-hoverScrollX:hover{scrollbar-width:thin}.pl-hoverScrollX:hover::-webkit-scrollbar{height:8px}.pl-hoverScrollX:hover::-webkit-scrollbar-track{background:rgba(226,232,240,.7);border-radius:999px}.pl-hoverScrollX:hover::-webkit-scrollbar-thumb{background:rgba(148,163,184,.9);border-radius:999px}@font-face{font-family:__DM_Sans_ef116d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__DM_Sans_ef116d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__DM_Sans_ef116d;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__DM_Sans_ef116d;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__DM_Sans_ef116d;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__DM_Sans_ef116d;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__DM_Sans_Fallback_ef116d;src:local("Arial");ascent-override:94.90%;descent-override:29.66%;line-gap-override:0.00%;size-adjust:104.53%}.__className_ef116d{font-family:__DM_Sans_ef116d,__DM_Sans_Fallback_ef116d;font-style:normal}