html,body{height:100%}body{margin:0;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Arial;color:#0f172aeb;background:#f6f8ff}.dashLightLayout{--txt: rgba(15,23,42,.92);--muted: rgba(15,23,42,.62);--line: rgba(15,23,42,.08);--glass1: rgba(255,255,255,.72);--glass2: rgba(255,255,255,.82);--glass3: rgba(255,255,255,.86);--shadow1: 0 18px 60px rgba(15,23,42,.12);--shadow2: 0 24px 90px rgba(15,23,42,.14);--a1: rgba(56,189,248,.2);--a2: rgba(244,114,182,.16);--a3: rgba(34,211,238,.14);color:var(--txt);min-height:100vh;display:grid;grid-template-columns:320px 1fr;position:relative;overflow:hidden;background:radial-gradient(950px 700px at 18% 18%,var(--a1),transparent 62%),radial-gradient(920px 680px at 82% 20%,var(--a2),transparent 62%),radial-gradient(1020px 760px at 55% 92%,var(--a3),transparent 66%),linear-gradient(135deg,#f8fbff,#f2f6ff 38%,#eef2ff)}.dashLightLayout:before{content:"";position:absolute;top:-18%;right:-18%;bottom:-18%;left:-18%;pointer-events:none;background:radial-gradient(560px 440px at 28% 30%,rgba(56,189,248,.12),transparent 62%),radial-gradient(560px 440px at 76% 58%,rgba(244,114,182,.1),transparent 64%),radial-gradient(560px 440px at 48% 86%,rgba(34,211,238,.1),transparent 66%);filter:blur(18px);opacity:.9;animation:dashAurora 12s ease-in-out infinite}@keyframes dashAurora{0%{transform:translate3d(-1%,.8%,0) scale(1.02)}50%{transform:translate3d(1.2%,-1%,0) scale(1.05)}to{transform:translate3d(-1%,.8%,0) scale(1.02)}}.dashLightLayout:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.06;background-image:repeating-linear-gradient(0deg,rgba(15,23,42,.07) 0 1px,transparent 1px 3px),repeating-linear-gradient(90deg,rgba(15,23,42,.05) 0 1px,transparent 1px 4px);mix-blend-mode:overlay}.dashLightLayout[data-theme=dark]{--txt: rgba(255,255,255,.95);--muted: rgba(255,255,255,.72);--line: rgba(255,255,255,.12);--glass1: rgba(255,255,255,.06);--glass2: rgba(255,255,255,.08);--glass3: rgba(255,255,255,.1);--shadow1: 0 18px 60px rgba(0,0,0,.35);--shadow2: 0 24px 90px rgba(0,0,0,.4);--a1: rgba(88,190,255,.12);--a2: rgba(255,140,210,.1);--a3: rgba(90,255,210,.08);background:radial-gradient(950px 700px at 18% 18%,var(--a1),transparent 62%),radial-gradient(920px 680px at 82% 20%,var(--a2),transparent 62%),radial-gradient(1020px 760px at 55% 92%,var(--a3),transparent 66%),linear-gradient(135deg,#070a16,#050617 45%,#02030a)}.dashLightSide{position:relative;z-index:2;padding:18px 14px;border-right:1px solid var(--line);background:var(--glass1);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.dashLightBrand{display:flex;align-items:center;gap:12px;padding:14px;border-radius:18px;border:1px solid var(--line);background:var(--glass2);box-shadow:var(--shadow1)}.dashLightLogo{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;font-size:20px;border:1px solid rgba(56,189,248,.35);background:radial-gradient(26px 26px at 30% 30%,rgba(56,189,248,.3),transparent 60%),radial-gradient(26px 26px at 70% 70%,rgba(244,114,182,.22),transparent 60%),linear-gradient(180deg,#ffffffeb,#fff9);box-shadow:0 0 0 1px #38bdf814 inset,0 18px 60px #38bdf81a}.dashLightName{font-weight:950;letter-spacing:1px}.dashLightTag{margin-top:2px;font-size:12px;color:var(--muted)}.dashLightNavTitle{margin:16px 10px 8px;font-size:11px;letter-spacing:1.6px;color:var(--muted);font-weight:950}.dashLightNav{display:flex;flex-direction:column;gap:10px;padding:6px}.dashLightNavItem{width:100%;display:flex;align-items:center;gap:10px;padding:12px;border-radius:16px;border:1px solid var(--line);background:var(--glass2);color:var(--txt);cursor:pointer;font-weight:900;transition:.16s ease}.dashLightNavItem:hover{border-color:#38bdf84d;box-shadow:0 18px 70px #0f172a1f;transform:translateY(-1px)}.dashLightNavItem.active{border-color:#38bdf88c;background:radial-gradient(340px 120px at 30% 50%,rgba(56,189,248,.14),transparent 70%),radial-gradient(340px 120px at 85% 50%,rgba(244,114,182,.1),transparent 70%),var(--glass3);box-shadow:0 0 0 1px #38bdf81a inset,0 18px 70px #38bdf81f}.dashLightNavIco{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:#0f172a0a;border:1px solid var(--line)}.dashLightNavTxt{flex:1;text-align:left}.dashLightDot{width:10px;height:10px;border-radius:999px;background:transparent}.dashLightNavItem.active .dashLightDot{background:#38bdf8f2;box-shadow:0 0 18px #38bdf873}.dashLightNavGroup{display:block}.dashLightNavParent{justify-content:space-between}.dashLightCaret{margin-left:auto;width:28px;height:28px;border-radius:10px;display:grid;place-items:center;font-weight:900;color:var(--muted);background:#0f172a0a;border:1px solid var(--line);transition:.16s ease}.dashLightCaret.open{transform:rotate(180deg)}.dashLightSubMenu{position:relative;margin-left:44px;margin-top:6px;padding:6px 0 6px 14px;display:none}.dashLightSubMenu.open{display:block}.dashLightSubLine{position:absolute;left:6px;top:6px;bottom:6px;width:2px;border-radius:999px;background:var(--line)}.dashLightSubItem{width:100%;text-align:left;padding:10px 12px;border:0;background:transparent;cursor:pointer;border-radius:12px;color:var(--txt);font-weight:800;transition:.14s ease}.dashLightSubItem:hover{background:#38bdf81a}.dashLightSubItem.active{background:#38bdf824;border:1px solid rgba(56,189,248,.22)}.dashLightSideBottom{position:absolute;left:14px;right:14px;bottom:14px;padding:12px;border-radius:18px;border:1px solid var(--line);background:var(--glass3);box-shadow:var(--shadow1)}.dashLightMini{font-size:12px;color:var(--muted);margin-bottom:10px;line-height:1.35}.dashLightLogout{width:100%;padding:12px 14px;border-radius:999px;border:1px solid var(--line);background:#0f172a0f;color:var(--txt);font-weight:950;cursor:pointer;transition:.16s ease}.dashLightLogout:hover{border-color:#f472b659;box-shadow:0 22px 80px #f472b62e;transform:translateY(-1px)}.dashLightMain{position:relative;z-index:2;padding:18px;overflow:auto;width:100%;max-width:100%}.dashLightTop{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:6px 6px 12px}.dashLightTitle{font-size:22px;font-weight:950}.dashLightSub{margin-top:4px;font-size:12px;color:var(--muted)}.dashTopRight{display:flex;gap:10px;align-items:center}.dashLightTopBtn{padding:10px 12px;border-radius:14px;border:1px solid var(--line);background:var(--glass2);color:var(--txt);font-weight:900;cursor:pointer;transition:.16s ease}.dashLightTopBtn:hover{border-color:#38bdf84d;box-shadow:0 18px 70px #0f172a1f;transform:translateY(-1px)}.dashLightHero{border-radius:24px;padding:18px;border:1px solid var(--line);background:var(--glass2);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:var(--shadow2);position:relative;overflow:hidden}.dashLightHero:before{content:"";position:absolute;top:-40%;right:-40%;bottom:-40%;left:-40%;background:radial-gradient(700px 520px at 18% 35%,rgba(56,189,248,.18),transparent 60%),radial-gradient(760px 560px at 85% 55%,rgba(244,114,182,.14),transparent 64%),radial-gradient(760px 560px at 55% 90%,rgba(34,211,238,.12),transparent 66%);filter:blur(18px);opacity:.9;pointer-events:none}.dashLightBadge{position:relative;z-index:1;display:inline-block;padding:6px 10px;border-radius:999px;border:1px solid var(--line);background:#0f172a0d;font-weight:950;font-size:12px}.dashLightHeroActions{position:relative;z-index:1;margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}.sparkBtn{--border-color: linear-gradient(-45deg, rgba(56,189,248,1), rgba(244,114,182,1), rgba(34,211,238,1));--border-width: .12em;--curve-size: .6em;--bg: rgba(255,255,255,.92);--color: rgba(15,23,42,.9);color:var(--color);cursor:pointer;position:relative;isolation:isolate;display:inline-grid;place-content:center;padding:.72em 1.25em;font-size:14px;font-weight:950;letter-spacing:.5px;border:0;border-radius:14px;box-shadow:12px 14px 34px #0f172a1f;transition:transform .18s ease,color .25s ease;clip-path:polygon(0% var(--curve-size),var(--curve-size) 0,100% 0,100% calc(100% - var(--curve-size)),calc(100% - var(--curve-size)) 100%,0 100%)}.dashLightLayout[data-theme=dark] .sparkBtn{--bg: rgba(0,0,0,.22);--color: rgba(255,255,255,.92);box-shadow:12px 14px 34px #0006}.sparkBtn:before,.sparkBtn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.sparkBtn:before{background:var(--border-color);background-size:300% 300%;animation:move-bg7234 6s ease infinite;z-index:-2;filter:saturate(1.05)}@keyframes move-bg7234{0%{background-position:31% 0%}50%{background-position:70% 100%}to{background-position:31% 0%}}.sparkBtn:after{background:var(--bg);z-index:-1;clip-path:polygon(var(--border-width) calc(var(--curve-size) + var(--border-width) * .5),calc(var(--curve-size) + var(--border-width) * .5) var(--border-width),calc(100% - var(--border-width)) var(--border-width),calc(100% - var(--border-width)) calc(100% - calc(var(--curve-size) + var(--border-width) * .5)),calc(100% - calc(var(--curve-size) + var(--border-width) * .5)) calc(100% - var(--border-width)),var(--border-width) calc(100% - var(--border-width)));transition:clip-path .5s}.sparkBtn:hover{transform:translateY(-1px)}.dashLightGrid{margin-top:14px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.dashLightCard{border-radius:22px;padding:14px;border:1px solid var(--line);background:var(--glass2);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:var(--shadow2);position:relative;overflow:hidden}.dashLightCard.c1:before,.dashLightCard.c2:before,.dashLightCard.c3:before{content:"";position:absolute;top:-45%;right:-45%;bottom:-45%;left:-45%;filter:blur(18px);opacity:.55}.dashLightCard.c1:before{background:radial-gradient(circle at 25% 25%,rgba(56,189,248,.18),transparent 60%)}.dashLightCard.c2:before{background:radial-gradient(circle at 25% 25%,rgba(34,211,238,.16),transparent 60%)}.dashLightCard.c3:before{background:radial-gradient(circle at 25% 25%,rgba(244,114,182,.14),transparent 60%)}.dashLightCardTop{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between}.dashLightCardLabel{font-size:12px;font-weight:950;color:var(--muted)}.dashLightCardIco{width:44px;height:44px;border-radius:18px;display:grid;place-items:center;background:#0f172a0d;border:1px solid var(--line)}.dashLightCardValue{position:relative;z-index:1;margin-top:10px;font-size:30px;font-weight:950}.dashLightCardHint{position:relative;z-index:1;margin-top:2px;font-size:12px;color:var(--muted)}.dashLightContacts{padding:6px}.dashLightPanel{border-radius:22px;padding:16px;border:1px solid var(--line);background:var(--glass3);box-shadow:var(--shadow2)}.dashLightPanelTitle{font-weight:950}.dashLightPanelSub{margin-top:6px;font-size:12px;color:var(--muted)}.segSwitch{position:relative;margin-top:16px;width:100%;max-width:820px;margin-left:auto;margin-right:auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;padding:8px;border-radius:999px;border:1px solid rgba(15,23,42,.1);background:#ffffffd1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 14px 40px #0f172a14;isolation:isolate;overflow:hidden}.segSwitch a,.segSwitch a:link,.segSwitch a:visited,.segSwitch a:hover,.segSwitch a:active,.segSwitch .segBtn,.segSwitch .segBtn:link,.segSwitch .segBtn:visited,.segSwitch .segBtn:hover,.segSwitch .segBtn:active,.segSwitch .segBtn.active,.segSwitch *{text-decoration:none!important}.segBtn{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;min-width:0;border:0;background:transparent;cursor:pointer;padding:14px 18px;border-radius:999px;font-weight:950;font-size:15px;letter-spacing:.2px;color:#0f172ab8;white-space:nowrap;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;transition:color .18s ease,opacity .18s ease}.segBtn:hover,.segBtn.active{color:#020617f2}.segThumb{position:absolute;z-index:1;top:8px;bottom:8px;left:8px;width:calc((100% - 16px)/4);border-radius:999px;pointer-events:none;will-change:transform;transform:translateZ(0);background:radial-gradient(220px 90px at 25% 50%,rgba(56,189,248,.22),transparent 72%),radial-gradient(220px 90px at 85% 50%,rgba(244,114,182,.14),transparent 72%),linear-gradient(180deg,#ffffffe0,#ffffffb8);border:1px solid rgba(47,75,255,.18);box-shadow:0 10px 28px #2f4bff1a,inset 0 1px #ffffff8c;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s ease,border-color .22s ease}.segSwitch[data-pos=suppliers] .segThumb{transform:translateZ(0)}.segSwitch[data-pos=customers] .segThumb{transform:translate3d(100%,0,0)}.segSwitch[data-pos=import] .segThumb{transform:translate3d(200%,0,0)}.segSwitch[data-pos=ledger] .segThumb{transform:translate3d(300%,0,0)}.dashLightLayout[data-theme=dark] .segSwitch{border-color:#ffffff1f;background:#0000003d;box-shadow:0 14px 40px #0000003d}.dashLightLayout[data-theme=dark] .segBtn{color:#ffffffc2}.dashLightLayout[data-theme=dark] .segBtn.active{color:#fffffff5}.dashLightLayout[data-theme=dark] .segThumb{background:radial-gradient(220px 90px at 25% 50%,rgba(88,190,255,.18),transparent 72%),radial-gradient(220px 90px at 85% 50%,rgba(255,140,210,.12),transparent 72%),linear-gradient(180deg,#ffffff1a,#ffffff0d);border-color:#58beff33;box-shadow:0 10px 28px #00000052,inset 0 1px #ffffff14}.dashLightLayout{--sp-bg: rgba(255,255,255,.78);--sp-panel: rgba(255,255,255,.86);--sp-panel2: rgba(255,255,255,.8);--sp-text: rgba(15,23,42,.92);--sp-muted: rgba(15,23,42,.62);--sp-border: rgba(15,23,42,.1);--sp-soft: rgba(15,23,42,.05);--sp-a1: rgba(56,189,248,.22);--sp-a2: rgba(244,114,182,.18);--sp-a3: rgba(34,211,238,.18)}.dashLightLayout[data-theme=dark]{--sp-bg: rgba(9, 12, 22, .62);--sp-panel: rgba(10, 14, 28, .62);--sp-panel2: rgba(12, 16, 34, .58);--sp-text: rgba(255,255,255,.92);--sp-muted: rgba(255,255,255,.7);--sp-border: rgba(255,255,255,.14);--sp-soft: rgba(255,255,255,.06);--sp-a1: rgba(56,189,248,.16);--sp-a2: rgba(244,114,182,.12);--sp-a3: rgba(34,211,238,.12)}.spShell{border-radius:22px;border:1px solid var(--sp-border);background:var(--sp-panel);box-shadow:0 24px 90px #0000001f;padding:16px}.spTopRow{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:10px;border-bottom:1px solid var(--sp-border)}.spH1{font-size:22px;font-weight:950;color:var(--sp-text)}.spSub{margin-top:6px;font-size:13px;color:var(--sp-muted)}.spRight{display:flex;gap:10px;flex-wrap:wrap}.spBtn{padding:11px 14px;border-radius:14px;border:1px solid var(--sp-border);background:var(--sp-bg);color:var(--sp-text);font-weight:900;cursor:pointer;transition:.16s ease;font-size:14px}.spBtn:hover{transform:translateY(-1px);box-shadow:0 18px 60px #0000001a;border-color:#38bdf847}.spBtnPrimary{border-color:#38bdf84d;background:radial-gradient(320px 120px at 20% 50%,var(--sp-a1),transparent 70%),radial-gradient(320px 120px at 90% 50%,var(--sp-a2),transparent 70%),var(--sp-bg)}.spBtnFilter.active{border-color:#38bdf84d;box-shadow:0 16px 60px #38bdf81f}.spFilterBar{display:flex;align-items:center;gap:10px;margin-top:12px}.spFilters{margin-top:12px;border-radius:18px;border:1px solid var(--sp-border);background:var(--sp-panel2);padding:14px;display:none}.spFilters.open{display:block}.spGrid3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.spGrid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.spField label{display:block;font-size:13px;font-weight:900;color:var(--sp-muted);margin-bottom:6px}.spField input,.spField select{width:100%;padding:11px 12px;border-radius:14px;border:1px solid var(--sp-border);background:var(--sp-bg);color:var(--sp-text);outline:none;font-size:14px}.spField input:focus,.spField select:focus{border-color:#38bdf85c;box-shadow:0 0 0 3px #38bdf81a}.spCombo{display:grid;grid-template-columns:1fr 1fr;gap:10px}.spComboSm{grid-template-columns:120px 120px}.spTableHead{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}.spSearch{flex:1;position:relative;border-radius:16px;border:1px solid var(--sp-border);background:var(--sp-bg);display:flex;align-items:center;padding:10px 12px}.spSearchIco{margin-right:10px;opacity:.8}.spSearch input{border:0;outline:0;background:transparent;width:100%;color:var(--sp-text);font-size:14px;font-weight:800}.spShow{display:flex;align-items:center;gap:10px}.spShowLbl{color:var(--sp-muted);font-weight:900;font-size:13px}.spTableWrap{margin-top:12px;border-radius:18px;border:1px solid var(--sp-border);overflow:auto;background:var(--sp-panel2)}.spTable{width:100%;border-collapse:collapse;min-width:880px}.spTable th,.spTable td{text-align:left;padding:12px;border-bottom:1px solid var(--sp-border);color:var(--sp-text);font-size:14px}.spTable th{position:sticky;top:0;background:radial-gradient(420px 120px at 20% 50%,var(--sp-a1),transparent 70%),radial-gradient(420px 120px at 90% 50%,var(--sp-a2),transparent 70%),var(--sp-panel);font-size:13px;font-weight:950;z-index:2}.spEmpty{text-align:center;padding:20px;color:var(--sp-muted);font-weight:900}.spStatus{display:inline-block;padding:6px 10px;border-radius:999px;font-weight:950;font-size:12px;border:1px solid var(--sp-border);background:var(--sp-soft)}.spStatus.active{border-color:#22d3ee47;background:#22d3ee1f}.spStatus.inactive{border-color:#f472b63d;background:#f472b61a}.spSwitch{margin-top:14px;width:fit-content;position:relative;display:flex;border-radius:999px;border:1px solid var(--sp-border);background:var(--sp-bg);padding:6px;gap:6px;overflow:hidden}.spSwitchThumb{position:absolute;top:6px;bottom:6px;width:calc(50% - 6px);border-radius:999px;background:radial-gradient(280px 120px at 20% 50%,var(--sp-a1),transparent 70%),radial-gradient(280px 120px at 90% 50%,var(--sp-a3),transparent 70%),#38bdf81f;border:1px solid rgba(56,189,248,.2);transition:.22s ease;pointer-events:none;left:6px}.spSwitch[data-pos=business] .spSwitchThumb{left:calc(50% + 0px)}.spSwitchBtn{position:relative;z-index:2;border:0;background:transparent;color:var(--sp-muted);padding:10px 14px;border-radius:999px;font-weight:950;cursor:pointer;font-size:14px}.spSwitchBtn.active{color:var(--sp-text)}.spMoreWrap{margin-top:14px;border-radius:18px;border:1px solid var(--sp-border);background:var(--sp-panel2);overflow:hidden}.spMoreBtn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border:0;background:transparent;cursor:pointer;font-weight:950;color:var(--sp-text);font-size:14px}.spCaret{width:28px;height:28px;border-radius:10px;display:grid;place-items:center;background:var(--sp-soft);border:1px solid var(--sp-border);transition:.16s ease}.spCaret.open{transform:rotate(180deg)}.spMoreBody{display:none;padding:14px;border-top:1px solid var(--sp-border)}.spMoreBody.open{display:block}.spForm{margin-top:14px}.spFormActions{margin-top:14px;display:flex;gap:10px;justify-content:flex-end}@media (max-width: 980px){.dashLightLayout{grid-template-columns:1fr}.dashLightSideBottom{position:static;margin-top:12px}.dashLightGrid,.spGrid3,.spGrid2{grid-template-columns:1fr}.spTable{min-width:780px}.spTableHead{flex-direction:column;align-items:stretch}.spShow{justify-content:space-between}.segSwitch{max-width:100%;padding:6px}.segThumb{top:6px;bottom:6px;left:6px;width:calc((100% - 12px)/4)}.segBtn{padding:12px 10px;font-size:14px}}.dashMetricsGrid{margin-top:18px}.dashAnalyticsWrap{margin-top:18px;display:flex;flex-direction:column;gap:18px}.dashAnalyticsGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.dashPanel{border:1px solid var(--line);background:linear-gradient(180deg,#ffffffd6,#ffffffad);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:var(--shadow1);border-radius:22px;padding:18px}.dashPanelHead,.dashRealChartHead{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.dashPanelHead.tight{align-items:center;margin-bottom:10px}.dashPanelTitle{font-size:18px;font-weight:900;color:var(--txt)}.dashPanelMetric{font-size:13px;font-weight:900;color:var(--muted);white-space:nowrap}.dashChartPanel,.dashRealChartCard{overflow:hidden}.dashRealChartCard{position:relative}.dashRealChartCard:before{content:"";position:absolute;inset:auto -10% -45% auto;width:180px;height:180px;border-radius:50%;opacity:.12;filter:blur(8px);pointer-events:none}.dashRealChartCard.sales:before{background:radial-gradient(circle,#38bdf8 0%,transparent 68%)}.dashRealChartCard.purchase:before{background:radial-gradient(circle,#8b5cf6 0%,transparent 68%)}.dashRealChartCard.profit:before{background:radial-gradient(circle,#10b981 0%,transparent 68%)}.dashRealChartCard.collection:before{background:radial-gradient(circle,#f59e0b 0%,transparent 68%)}.dashRealChartHead{margin-bottom:10px}.dashRealChartHead.compact{margin-bottom:14px}.dashRealChartEyebrow{font-size:11px;letter-spacing:1.3px;font-weight:900;color:var(--muted);margin-bottom:6px}.dashRealChartValue{font-size:30px;line-height:1;font-weight:950;color:var(--txt)}.dashRealChartSubline{margin-top:8px;display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:var(--muted);font-size:12px;font-weight:800}.dashTrendBadge{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:900;border:1px solid transparent}.dashTrendBadge.up{color:#15803d;background:#22c55e1f;border-color:#22c55e38}.dashTrendBadge.down{color:#b91c1c;background:#ef44441f;border-color:#ef444438}.dashRealChartMetaBlock{display:grid;gap:8px;min-width:120px}.dashRealChartMetaBlock div{display:grid;gap:2px;padding:8px 10px;border-radius:14px;background:#0f172a0a;border:1px solid rgba(15,23,42,.06)}.dashRealChartMetaBlock span{font-size:11px;font-weight:800;color:var(--muted)}.dashRealChartMetaBlock strong{font-size:13px;font-weight:900;color:var(--txt)}.dashRealChartWrap{min-height:230px;display:flex;align-items:center;justify-content:center}.dashRealChartSvg{width:100%;height:230px;color:#3b82f6}.dashRealChartSvg.purchase{color:#8b5cf6}.dashRealChartSvg.profit{color:#10b981}.dashRealChartSvg.collection{color:#f59e0b}.dashGridLine{stroke:#64748b2e;stroke-width:1;stroke-dasharray:4 5}.dashAxisText{fill:var(--muted);font-size:11px;font-weight:800}.dashGhostColumn{fill:currentColor;opacity:.1}.dashLinePointShadow{fill:#fffffff2}.dashLinePoint{fill:currentColor;stroke:#fff;stroke-width:2}.dashXAxisLabels{margin-top:6px;padding-left:36px;display:grid;grid-template-columns:repeat(auto-fit,minmax(20px,1fr));gap:8px;color:var(--muted);font-size:11px;font-weight:800}.dashSummaryCard{min-height:100%}.dashCompareChartWrap{min-height:238px;display:flex;align-items:flex-end;justify-content:space-between;gap:10px;padding-top:8px}.dashCompareItem{flex:1 1 0;display:flex;flex-direction:column;align-items:center;gap:8px}.dashCompareBars{width:100%;height:150px;display:flex;align-items:flex-end;justify-content:center;gap:10px}.dashCompareBar{width:22px;min-height:8px;border-radius:14px 14px 0 0;box-shadow:inset 0 1px #ffffff47}.dashCompareBar.sales{background:linear-gradient(180deg,#38bdf8,#2563eb)}.dashCompareBar.purchase{background:linear-gradient(180deg,#a78bfa,#7c3aed)}.dashCompareLabel{font-size:12px;font-weight:900;color:var(--txt)}.dashCompareValues{display:grid;gap:2px;justify-items:center;color:var(--muted);font-size:11px;font-weight:800}.dashLegend{margin-top:10px;display:flex;gap:16px;color:var(--muted);font-size:12px;font-weight:700}.dashLegendTop{margin-top:0}.dashLegend span{display:inline-flex;align-items:center;gap:8px}.dashLegend i{width:12px;height:12px;border-radius:999px;display:inline-block}.dashLegend i.sales{background:#2563eb}.dashLegend i.purchase{background:#7c3aed}.dashListPanel,.dashTableList{display:flex;flex-direction:column;gap:12px}.dashTableList.compact{gap:10px}.dashProgressRow{display:flex;flex-direction:column;gap:6px}.dashProgressRow.detailed{gap:8px}.dashProgressHead{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13px;font-weight:800}.dashProgressValuePack{display:flex;align-items:center;gap:10px}.dashProgressValuePack small{font-size:11px;font-weight:900;color:var(--muted)}.dashProgressTrack{width:100%;height:10px;border-radius:999px;overflow:hidden;background:#94a3b82e}.dashProgressTrack.big{height:12px}.dashProgressFill{height:100%;border-radius:999px;background:linear-gradient(90deg,#38bdf8,#22c55e)}.dashTableRow{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:16px;background:#ffffff85;border:1px solid rgba(15,23,42,.06)}.dashTableRow.ranked,.dashTableRow.stock{align-items:flex-start}.dashRank{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;font-size:13px;font-weight:900;color:#0f172a;background:linear-gradient(180deg,#dbeafe,#c7d2fe)}.dashRowMain{min-width:0;flex:1 1 auto}.dashRowTitle{font-size:14px;font-weight:900;color:var(--txt)}.dashRowSub{font-size:12px;font-weight:700;color:var(--muted);margin-top:3px}.dashRowValue{white-space:nowrap;font-size:14px;font-weight:900;color:var(--txt)}.dashMiniBarTrack{margin-top:7px;width:100%;height:8px;border-radius:999px;overflow:hidden;background:#94a3b829}.dashMiniBarFill{height:100%;border-radius:999px;background:linear-gradient(90deg,#60a5fa,#2563eb)}.dashStatusDot{width:12px;height:12px;border-radius:999px;flex:0 0 auto;margin-top:6px}.dashStatusDot.low{background:#f59e0b}.dashStatusDot.out{background:#ef4444}.dashCountBadge{min-width:34px;height:34px;padding:0 12px;border-radius:999px;display:inline-grid;place-items:center;font-size:13px;font-weight:900}.dashCountBadge.low{background:#f59e0b24;color:#b45309}.dashCountBadge.out{background:#ef444424;color:#b91c1c}.dashStockPack{display:grid;justify-items:end;gap:4px}.dashStockPack strong{font-size:14px;font-weight:900;color:var(--txt)}.dashStockPack small{font-size:11px;font-weight:800;color:var(--muted)}.dashShortcutGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.dashShortcutCard{padding:14px;border-radius:18px;border:1px solid rgba(15,23,42,.08);background:#ffffff8f}.dashShortcutKey{display:inline-flex;align-items:center;justify-content:center;min-width:52px;min-height:28px;padding:0 12px;border-radius:12px;background:#172036;color:#fff;font-size:13px;font-weight:900;margin-bottom:10px}.dashShortcutTitle{font-size:15px;font-weight:900;color:var(--txt)}.dashShortcutDesc{margin-top:4px;font-size:12px;font-weight:700;color:var(--muted)}.dashEmptyText{padding:18px 0;font-size:13px;font-weight:800;color:var(--muted)}@media (max-width: 1200px){.dashAnalyticsGrid{grid-template-columns:1fr}.dashShortcutGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.dashShortcutGrid{grid-template-columns:1fr}.dashPanelHead,.dashRealChartHead,.dashRealChartSubline{flex-direction:column;align-items:flex-start}.dashRealChartValue{font-size:24px}.dashXAxisLabels{grid-template-columns:repeat(4,minmax(0,1fr));row-gap:6px}.dashCompareChartWrap{overflow-x:auto;padding-bottom:6px}}.dashLightLayout.fullWidth{grid-template-columns:1fr!important}.dashProBoard{display:flex;flex-direction:column;gap:16px;padding-bottom:20px}.dashProError{padding:12px 14px;border-radius:16px;border:1px solid rgba(239,68,68,.22);background:#fee2e2c2;color:#991b1b;font-weight:900}.dashProHero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:16px;border-radius:26px;padding:20px;border:1px solid rgba(15,23,42,.08);background:radial-gradient(520px 220px at 12% 18%,rgba(56,189,248,.2),transparent 70%),radial-gradient(460px 220px at 88% 30%,rgba(244,114,182,.16),transparent 72%),linear-gradient(180deg,#ffffffeb,#ffffffad);box-shadow:0 22px 70px #0f172a1f;overflow:hidden;position:relative}.dashProHero:after{content:"";position:absolute;right:-60px;bottom:-80px;width:260px;height:260px;border-radius:999px;background:radial-gradient(circle,rgba(34,211,238,.16),transparent 68%);pointer-events:none}.dashProHeroLeft,.dashProHeroRight{position:relative;z-index:1}.dashProBadge{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;color:#0f172a;background:#ffffffb8;border:1px solid rgba(15,23,42,.08);font-size:12px;font-weight:950}.dashProHero h1{margin:14px 0 8px;max-width:780px;color:var(--txt);font-size:34px;line-height:1.08;font-weight:950;letter-spacing:-.8px}.dashProHero p{margin:0;max-width:760px;color:var(--muted);font-size:14px;font-weight:800}.dashProSearchBox{height:46px;display:flex;align-items:center;gap:10px;border-radius:16px;padding:0 12px;background:#ffffffc7;border:1px solid rgba(15,23,42,.08);box-shadow:inset 0 1px #ffffffa8}.dashProSearchBox input{flex:1;border:0;outline:0;background:transparent;color:var(--txt);font-weight:800;min-width:0}.dashProSearchBox kbd{padding:4px 8px;border-radius:9px;color:#475569;background:#f1f5f9;border:1px solid rgba(15,23,42,.08);font-weight:950;font-size:11px}.dashProHeroActions{margin-top:12px;display:flex;flex-wrap:wrap;gap:10px}.dashProPrimaryBtn,.dashProGhostBtn,.dashProDateBtn{border:1px solid rgba(15,23,42,.08);border-radius:15px;padding:11px 14px;font-weight:950;cursor:pointer;transition:.16s ease}.dashProPrimaryBtn{color:#fff;border-color:#2f4bff29;background:linear-gradient(135deg,#6366f1,#ec4899);box-shadow:0 16px 35px #6366f138}.dashProGhostBtn,.dashProDateBtn{color:var(--txt);background:#ffffffc2}.dashProPrimaryBtn:hover,.dashProGhostBtn:hover,.dashProDateBtn:hover{transform:translateY(-1px)}.dashProHeroMiniGrid{margin-top:12px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.dashProHeroMiniGrid div{padding:12px;border-radius:16px;border:1px solid rgba(15,23,42,.08);background:#ffffff9e}.dashProHeroMiniGrid span{display:block;color:var(--muted);font-size:12px;font-weight:900}.dashProHeroMiniGrid strong{display:block;margin-top:4px;color:var(--txt);font-size:18px;font-weight:950}.dashProMetricsGrid{display:grid;grid-template-columns:repeat(7,minmax(170px,1fr));gap:12px}.dashProMetricCard{position:relative;min-height:128px;overflow:hidden;border-radius:22px;padding:14px;border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#ffffffe0,#ffffffa3);box-shadow:0 20px 58px #0f172a1a}.dashProMetricCard:before{content:"";position:absolute;inset:auto -30px -40px auto;width:130px;height:130px;border-radius:999px;opacity:.42;filter:blur(12px)}.dashProMetricCard.sales:before{background:#38bdf8}.dashProMetricCard.bills:before{background:#8b5cf6}.dashProMetricCard.due:before{background:#f43f5e}.dashProMetricCard.products:before{background:#06b6d4}.dashProMetricCard.stock:before{background:#f97316}.dashProMetricCard.profit:before{background:#22c55e}.dashProMetricCard.gst:before{background:#6366f1}.dashProStatsRows{display:grid;gap:12px}.dashProDistributorMetricsGrid{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:12px}.dashProMetricCard.distributor-sales:before{background:#0ea5e9}.dashProMetricCard.distributor-due:before{background:#ef4444}.dashProMetricIcon{position:relative;z-index:1;width:42px;height:42px;border-radius:15px;display:grid;place-items:center;color:#0f172a;font-weight:950;background:#ffffffb3;border:1px solid rgba(15,23,42,.08);box-shadow:0 12px 35px #0f172a1a}.dashProMetricContent{position:relative;z-index:1;margin-top:10px}.dashProMetricLabel{color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.6px;font-weight:950}.dashProMetricValue{margin-top:4px;color:var(--txt);font-size:21px;line-height:1.1;font-weight:950}.dashProMetricHint{margin-top:5px;color:var(--muted);font-size:12px;font-weight:800}.dashProMetricTrend{position:absolute;right:12px;top:12px;z-index:1;padding:5px 8px;border-radius:999px;color:#334155;background:#ffffffb3;border:1px solid rgba(15,23,42,.07);font-size:11px;font-weight:950}.dashProAnalyticsWrap{display:flex;flex-direction:column;gap:16px}.dashProMainGrid{display:grid;grid-template-columns:2fr 1.35fr 1.2fr 1.2fr;gap:14px;align-items:stretch}.dashProPanel{border-radius:22px;padding:16px;border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#ffffffe0,#ffffffa8);box-shadow:0 20px 58px #0f172a1a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);min-width:0}.dashProPanelHead{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.dashProPanelHead.tight{align-items:center;margin-bottom:10px}.dashProPanelTitle{color:var(--txt);font-size:16px;font-weight:950}.dashProPanelSub{color:var(--muted);font-size:12px;font-weight:800;margin-top:3px}.dashProSelectPill,.dashProViewAll{white-space:nowrap;border-radius:999px;padding:6px 10px;background:#ffffffb8;border:1px solid rgba(15,23,42,.08);color:#475569;font-size:12px;font-weight:950}.dashProChartValueRow{display:flex;align-items:center;gap:10px;margin-bottom:6px}.dashProChartValueRow strong{font-size:25px;font-weight:950;color:var(--txt)}.dashProChartValueRow span{padding:4px 8px;border-radius:999px;font-size:12px;font-weight:950}.dashProChartValueRow span.good{color:#15803d;background:#22c55e1f}.dashProChartValueRow span.bad{color:#b91c1c;background:#ef44441f}.dashProLineWrap{min-height:220px;display:grid;place-items:center}.dashProLineSvg{width:100%;height:230px}.dashProGridLine{stroke:#64748b2e;stroke-width:1;stroke-dasharray:4 5}.dashProLinePath{fill:none;stroke:#6366f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 6px 12px rgba(99,102,241,.2))}.dashProLinePoint{fill:#fff;stroke:#ec4899;stroke-width:3}.dashProAxisLabels{display:grid;grid-template-columns:repeat(auto-fit,minmax(44px,1fr));gap:6px;color:var(--muted);font-size:11px;font-weight:900;padding-left:38px}.dashProLegend{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:12px;font-weight:900}.dashProLegend span{width:11px;height:11px;border-radius:999px;display:inline-block}.dashProLegend .rev{background:#6366f1}.dashProLegend .prof{background:#22c55e}.dashProBarChart{height:230px;display:flex;align-items:flex-end;justify-content:space-between;gap:8px;padding-top:16px}.dashProBarItem{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:7px}.dashProBarPair{height:170px;display:flex;align-items:flex-end;justify-content:center;gap:7px;width:100%}.dashProBarPair i{display:block;width:16px;min-height:6px;border-radius:12px 12px 4px 4px}.dashProBarPair .revenue{background:linear-gradient(180deg,#818cf8,#4f46e5)}.dashProBarPair .profit{background:linear-gradient(180deg,#34d399,#16a34a)}.dashProBarItem span{color:var(--muted);font-size:11px;font-weight:900}.dashProTwoTotals{display:grid;grid-template-columns:1fr 1fr;gap:8px}.dashProTwoTotals div{border-radius:14px;padding:9px;background:#fff9;border:1px solid rgba(15,23,42,.06)}.dashProTwoTotals span{display:block;color:var(--muted);font-size:11px;font-weight:900}.dashProTwoTotals b{display:block;color:var(--txt);font-size:14px;font-weight:950}.dashProPaymentBody{display:grid;grid-template-columns:140px 1fr;gap:14px;align-items:center}.dashProPaymentPeriodTabs{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:-2px 0 12px}.dashProPaymentPeriodTabs button,.dashProPaymentPeriodTabs select{min-height:30px;padding:5px 10px;border:1px solid rgba(99,102,241,.22);border-radius:10px;background:#ffffffd1;color:#475569;font:800 11px/1.2 inherit;cursor:pointer}.dashProPaymentPeriodTabs button.active,.dashProPaymentPeriodTabs select.active{color:#fff;border-color:#6d28d9;background:linear-gradient(135deg,#6d28d9,#9333ea);box-shadow:0 6px 14px #6d28d933}.dashProDonut{width:132px;height:132px;border-radius:999px;position:relative;display:grid;place-items:center;box-shadow:inset 0 0 0 1px #ffffffa6,0 15px 34px #0f172a1a}.dashProDonut:after{content:"";position:absolute;top:28px;right:28px;bottom:28px;left:28px;border-radius:999px;background:#ffffffeb;box-shadow:inset 0 1px #ffffffe6}.dashProDonut div{position:relative;z-index:1;text-align:center}.dashProDonut strong{display:block;color:var(--txt);font-size:13px;font-weight:950}.dashProDonut span{color:var(--muted);font-size:11px;font-weight:900}.dashProModeList{display:flex;flex-direction:column;gap:10px;min-width:0}.dashProModeRow{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px}.dashProModeRow .dot{width:11px;height:11px;border-radius:999px}.dashProModeRow b{display:block;color:var(--txt);font-size:13px;font-weight:950}.dashProModeRow small{display:block;color:var(--muted);font-size:11px;font-weight:800}.dashProModeRow strong{color:var(--txt);font-size:12px;font-weight:950}.dashProInventoryList{display:flex;flex-direction:column;gap:10px}.dashProInventoryItem{display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:10px;align-items:center;padding:9px;border-radius:16px;background:#ffffff94;border:1px solid rgba(15,23,42,.06)}.dashProProductThumb{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#e0f2fe,#fce7f3);color:#0f172a;font-weight:950}.dashProItemMain b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--txt);font-size:13px;font-weight:950}.dashProItemMain small{display:block;color:var(--muted);font-size:11px;font-weight:800}.dashProStockQty{text-align:right;color:#b45309}.dashProStockQty.danger{color:#dc2626}.dashProStockQty strong{display:block;font-size:15px;font-weight:950}.dashProStockQty span{display:block;font-size:10px;font-weight:900}.dashProQuickActions{padding:14px}.dashProQuickGrid{margin-top:12px;display:grid;grid-template-columns:repeat(7,minmax(120px,1fr));gap:10px}.dashProQuickGrid button{border:1px solid rgba(15,23,42,.08);background:#ffffffa8;border-radius:16px;padding:12px;display:flex;align-items:center;gap:10px;color:var(--txt);cursor:pointer;font-weight:950;transition:.16s ease}.dashProQuickGrid button:hover{transform:translateY(-1px);box-shadow:0 16px 36px #0f172a1a;border-color:#6366f138}.dashProQuickGrid span{width:36px;height:36px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(135deg,#6366f129,#ec489924)}.dashProLowerGrid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1.25fr;gap:14px;align-items:stretch}.dashProTablePanel{min-height:280px}.dashProTableRows{display:flex;flex-direction:column;gap:9px}.dashProTableRow.bill,.dashProDueRow,.dashProTopProduct,.dashProActivityItem{padding:10px;border-radius:15px;background:#ffffff94;border:1px solid rgba(15,23,42,.06)}.dashProTableRow.bill{display:grid;grid-template-columns:minmax(0,1fr) auto auto auto;gap:8px;align-items:center}.dashProTableRows b{display:block;color:var(--txt);font-size:13px;font-weight:950;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashProTableRows small{display:block;color:var(--muted);font-size:11px;font-weight:800;margin-top:2px}.dashProTableRows strong{color:var(--txt);font-size:13px;font-weight:950;white-space:nowrap}.dashProTableRows em{color:var(--muted);font-style:normal;font-size:11px;font-weight:900;white-space:nowrap}.dashProTableRow .status{padding:4px 7px;border-radius:999px;font-size:10px;font-weight:950;white-space:nowrap}.dashProTableRow .status.paid{color:#15803d;background:#22c55e1f}.dashProTableRow .status.due{color:#b91c1c;background:#ef44441f}.dashProDueRow{display:flex;align-items:center;justify-content:space-between;gap:10px}.dashProDueRow strong{color:#dc2626}.dashProDueRow.stock strong{color:#f97316}.dashProTopProduct{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:9px;align-items:center}.dashProRank{width:34px;height:34px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,#dbeafe,#fce7f3);font-weight:950;color:#0f172a}.dashProTopProduct i{display:block;height:7px;margin-top:6px;border-radius:999px;background:#94a3b82e;overflow:hidden}.dashProTopProduct i span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#6366f1,#ec4899)}.dashProActivityList{display:flex;flex-direction:column;gap:9px}.dashProActivityItem{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:9px;align-items:center}.dashProActivityItem>span{width:34px;height:34px;border-radius:13px;display:grid;place-items:center;background:#6366f11f}.dashProActivityItem em{align-self:start}.dashProFeatureStrip{display:grid;grid-template-columns:repeat(8,minmax(150px,1fr));gap:12px;padding:12px;border-radius:22px;border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#ffffffd1,#ffffff9e);box-shadow:0 20px 58px #0f172a1a}.dashProFeatureCard{display:flex;align-items:center;gap:10px;min-width:0;padding:10px;border-radius:16px;background:#fff9;border:1px solid rgba(15,23,42,.06)}.dashProFeatureCard span{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#38bdf824,#f472b624)}.dashProFeatureCard b{display:block;color:var(--txt);font-size:13px;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashProFeatureCard small{display:block;color:var(--muted);font-size:11px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashProEmpty{width:100%;padding:18px;text-align:center;color:var(--muted);font-weight:900;font-size:13px}@media (max-width: 1680px){.dashProMetricsGrid{grid-template-columns:repeat(4,minmax(180px,1fr))}.dashProMainGrid{grid-template-columns:1.6fr 1fr}.dashProLowerGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashProActivityPanel{grid-column:auto}.dashProFeatureStrip{grid-template-columns:repeat(4,minmax(150px,1fr))}}@media (max-width: 1180px){.dashProHero{grid-template-columns:1fr}.dashProQuickGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashProMetricsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashProMainGrid{grid-template-columns:1fr}}@media (max-width: 760px){.dashProHero h1{font-size:25px}.dashProHeroMiniGrid,.dashProMetricsGrid,.dashProLowerGrid,.dashProFeatureStrip,.dashProQuickGrid{grid-template-columns:1fr}.dashProPaymentBody{grid-template-columns:1fr;justify-items:center}.dashProTableRow.bill{grid-template-columns:1fr auto}.dashProTableRows em{display:none}}.dashProMetricCard{isolation:isolate;background:linear-gradient(135deg,#fffffffa,#ffffffa3)}.dashProMetricCard.sales{background:linear-gradient(135deg,#fff,#e0f7ff 46%,#8edff4)}.dashProMetricCard.bills{background:linear-gradient(135deg,#fff,#f3e8ff 46%,#c4a5ff)}.dashProMetricCard.due{background:linear-gradient(135deg,#fff,#ffe5ec 45%,#fb9caf)}.dashProMetricCard.products{background:linear-gradient(135deg,#fff,#dff9fb 46%,#72dce5)}.dashProMetricCard.stock{background:linear-gradient(135deg,#fff,#fff0dc 46%,#ffc18e)}.dashProMetricCard.profit{background:linear-gradient(135deg,#fff,#e7ffe9 46%,#9ae6b5)}.dashProMetricCard.gst{background:linear-gradient(135deg,#fff,#eef0ff 46%,#b6b7ff)}.dashProMetricCard.distributor-sales{background:linear-gradient(135deg,#fff,#e0f2fe 46%,#7dd3fc)}.dashProMetricCard.distributor-due{background:linear-gradient(135deg,#fff,#fee2e2 46%,#fca5a5)}.dashProMetricCard:before{top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:inherit;opacity:.4;filter:none;background:linear-gradient(115deg,transparent 0 30%,rgba(255,255,255,.85) 45%,transparent 62%)!important;transform:translate(-110%);animation:dashCardSweep 5.8s ease-in-out infinite}.dashProMetricCard:after,.dashMovingPanel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;opacity:.35;background-image:linear-gradient(90deg,rgba(255,255,255,.6) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.52) 1px,transparent 1px);background-size:34px 34px;-webkit-mask-image:linear-gradient(135deg,transparent 0%,#000 35%,#000 72%,transparent 100%);mask-image:linear-gradient(135deg,transparent 0%,#000 35%,#000 72%,transparent 100%);animation:dashMovingLines 9s linear infinite;z-index:0}.dashProMetricIcon,.dashProMetricContent,.dashProMetricTrend{z-index:2}@keyframes dashCardSweep{0%,35%{transform:translate(-112%)}62%,to{transform:translate(112%)}}@keyframes dashMovingLines{0%{background-position:0 0,0 0}to{background-position:68px 34px,34px 68px}}.dashMovingPanel{position:relative;overflow:hidden;isolation:isolate}.dashMovingPanel>*{position:relative;z-index:1}.dashMovingPanel:before{content:"";position:absolute;inset:-30% auto auto -20%;width:260px;height:260px;border-radius:999px;background:radial-gradient(circle,rgba(56,189,248,.18),transparent 68%);pointer-events:none;animation:dashSoftFloat 8s ease-in-out infinite}@keyframes dashSoftFloat{0%,to{transform:translateZ(0) scale(1);opacity:.72}50%{transform:translate3d(24px,18px,0) scale(1.12);opacity:.95}}.dashProPeriodTabs{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}.dashProPeriodTabs button,.dashProViewAll{border:1px solid rgba(15,23,42,.08);border-radius:999px;background:#ffffffbd;color:#475569;font-size:12px;font-weight:950;padding:7px 10px;cursor:pointer;transition:.16s ease;font-family:inherit}.dashProPeriodTabs button:hover,.dashProViewAll:hover{transform:translateY(-1px);box-shadow:0 10px 24px #6366f124}.dashProPeriodTabs button.active{color:#fff;border-color:#6366f142;background:linear-gradient(135deg,#6366f1,#ec4899);box-shadow:0 12px 26px #6366f133}.dashProViewAll{color:#6366f1;background:#6366f114}.dashProLinePath{stroke:url(#dashProSalesLine)}.dashProBarPair .revenue,.dashProBarPair .profit{position:relative;overflow:hidden;box-shadow:0 10px 20px #6366f124}.dashProBarPair i:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.5),transparent 55%)}.dashProQuickGrid button,.dashProTableRow.bill,.dashProDueRow,.dashProTopProduct,.dashProActivityItem,.dashProFeatureCard{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(15,23,42,.06);font-family:inherit;text-align:left;cursor:pointer}.dashProQuickGrid button kbd{margin-left:auto;padding:3px 7px;border-radius:8px;background:#0f172a0f;color:#334155;font-size:10px;font-weight:950}.dashProShortcutPanel{padding:14px}.dashProShortcutGrid{display:grid;grid-template-columns:repeat(8,minmax(120px,1fr));gap:10px}.dashProShortcutCard{display:flex;gap:10px;align-items:center;border-radius:16px;padding:10px;border:1px solid rgba(15,23,42,.07);background:#ffffffa3}.dashProShortcutCard kbd{min-width:54px;text-align:center;padding:6px 8px;border-radius:11px;background:linear-gradient(135deg,#6366f121,#ec48991a);border:1px solid rgba(99,102,241,.14);color:#334155;font-weight:950}.dashProShortcutCard b{display:block;color:var(--txt);font-size:12px;font-weight:950}.dashProShortcutCard small{display:block;color:var(--muted);font-size:10px;font-weight:800}.dashProFeatureCard{position:relative;overflow:hidden;transition:.16s ease}.dashProFeatureCard:hover,.dashProTableRow.bill:hover,.dashProDueRow:hover,.dashProTopProduct:hover,.dashProActivityItem:hover{transform:translateY(-1px);box-shadow:0 14px 34px #0f172a1a;border-color:#6366f12e}.dashProFeatureCard em{margin-left:auto;font-style:normal;font-size:10px;font-weight:950;color:#6366f1;background:#6366f114;border-radius:999px;padding:4px 7px;white-space:nowrap}.dashProTableRow.bill,.dashProDueRow,.dashProTopProduct,.dashProActivityItem{width:100%}@media (max-width: 1680px){.dashProShortcutGrid{grid-template-columns:repeat(4,minmax(120px,1fr))}}@media (max-width: 760px){.dashProPeriodTabs{justify-content:flex-start}.dashProShortcutGrid{grid-template-columns:1fr}}.pRoundOffBox{margin-top:10px;display:flex;align-items:center;gap:9px;width:max-content;max-width:100%;padding:8px 11px;border-radius:12px;border:1px solid rgba(17,24,39,.1);background:#ffffffb8;color:#374151;font-size:12px;font-weight:850;cursor:pointer}.pRoundOffBox input{width:15px;height:15px;accent-color:#4f46e5}.dashProLineWrap{position:relative;border-radius:18px;overflow:hidden}.dashProLineWrap:before{content:"";position:absolute;top:8px;right:14px;bottom:24px;left:14px;background:linear-gradient(90deg,#38bdf800,#38bdf81a,#ec489914,#38bdf800),repeating-linear-gradient(90deg,rgba(15,23,42,.08) 0 1px,transparent 1px 34px);opacity:.35;filter:blur(.1px);animation:dashChartMove 7.5s linear infinite;pointer-events:none}@keyframes dashChartMove{0%{transform:translate(-36px)}to{transform:translate(36px)}}.dashProRealisticBar{stroke:url(#dashProSalesLine);stroke-width:2.2;opacity:.22;stroke-linecap:round;filter:drop-shadow(0 0 10px rgba(236,72,153,.22))}.dashProLinePath{stroke-width:4.6;filter:drop-shadow(0 10px 16px rgba(99,102,241,.22)) drop-shadow(0 0 12px rgba(236,72,153,.18))}.dashProPointGroup{cursor:crosshair}.dashProLineHit{fill:transparent;stroke:transparent;pointer-events:all}.dashProPointGroup:hover .dashProLinePoint{r:7;fill:#fff;stroke:#f97316;filter:drop-shadow(0 0 10px rgba(249,115,22,.45))}.dashProBarPair i{cursor:pointer}.dashProBarPair i:hover{transform:scaleY(1.04);filter:brightness(1.06) drop-shadow(0 0 10px rgba(99,102,241,.3))}.dashProChartTooltip{position:absolute;transform:translate(-50%,calc(-100% - 14px));min-width:170px;z-index:5;border-radius:14px;padding:10px 12px;border:1px solid rgba(15,23,42,.1);background:#fffffff5;box-shadow:0 18px 46px #0f172a2e,0 0 0 1px #ffffffb3 inset;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:none;color:#0f172a}.dashProChartTooltip:after{content:"";position:absolute;left:50%;bottom:-7px;width:12px;height:12px;background:#fffffff5;border-right:1px solid rgba(15,23,42,.1);border-bottom:1px solid rgba(15,23,42,.1);transform:translate(-50%) rotate(45deg)}.dashProChartTooltip b,.dashProChartTooltip span,.dashProChartTooltip em{display:block}.dashProChartTooltip b{font-size:13px;font-weight:950;margin-bottom:4px}.dashProChartTooltip span{font-size:12px;font-weight:850;color:#334155;line-height:1.45}.dashProChartTooltip em{margin-top:4px;font-style:normal;font-size:11px;font-weight:950;color:#7c3aed}:root{--royal-bg:#fbf9ff;--royal-panel:#ffffff;--royal-ink:#1d1730;--royal-muted:#746b86;--royal-purple:#321047;--royal-purple-2:#4b126d;--royal-purple-3:#6f22a8;--royal-gold:#f6d175;--royal-gold-2:#b77a22;--royal-gold-3:#fff2b7;--royal-line:#eee7f8;--royal-shadow:0 18px 55px rgba(58, 22, 90, .12);--royal-card-shadow:0 12px 34px rgba(31, 17, 51, .08)}html,body,#root{min-height:100%;background:var(--royal-bg)!important}body{color:var(--royal-ink)!important;font-family:Inter,Poppins,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif!important}.dashLightLayout{--txt:var(--royal-ink) !important;--muted:var(--royal-muted) !important;--line:var(--royal-line) !important;min-height:100vh!important;grid-template-columns:256px minmax(0,1fr)!important;background:linear-gradient(180deg,#fff,#fbf9ff)!important;overflow:visible!important}.dashLightSide{position:sticky!important;top:0!important;height:100vh!important;overflow-y:auto!important;padding:22px 14px!important;border-right:0!important;background:radial-gradient(circle at 18% 8%,rgba(255,218,128,.32),transparent 0 18px,transparent 19px),radial-gradient(circle at 82% 92%,rgba(255,218,128,.22),transparent 0 28px,transparent 29px),radial-gradient(260px 150px at 45% -10%,rgba(173,91,255,.34),transparent 70%),linear-gradient(165deg,#220634,#33084e 45%,#14001f)!important;box-shadow:inset -1px 0 #ffffff14,10px 0 40px #2006321f!important;color:#fff!important}.dashLightSide:before{content:"✦  ✧      ✦\a       ✦       ✧\a✧          ✦";white-space:pre;position:absolute;inset:auto 12px 22px 10px;color:#ffdc87b8;font-size:24px;line-height:1.7;letter-spacing:14px;pointer-events:none;text-shadow:0 0 14px rgba(255,214,122,.45)}.dashLightBrand{padding:15px 12px!important;gap:12px!important;border:0!important;background:transparent!important;box-shadow:none!important}.dashLightLogo{width:46px!important;height:46px!important;border-radius:17px!important;color:#fff!important;border:1px solid rgba(255,220,135,.72)!important;background:linear-gradient(135deg,#fff4c638,#ffd7780f),linear-gradient(135deg,#4b126d,#240735)!important;box-shadow:0 0 0 1px #ffffff1a inset,0 0 26px #ffd47447!important}.dashLightName{color:#f8c987!important;font-size:27px!important;line-height:1!important;font-weight:1000!important;letter-spacing:.8px!important;text-shadow:0 2px 20px rgba(255,196,101,.24)!important}.dashLightTag{color:#ffffffd6!important;font-size:12px!important;font-weight:800!important}.dashLightNav{margin-top:16px!important;gap:7px!important;padding:0!important}.dashLightNavItem{position:relative!important;min-height:45px!important;padding:10px 12px!important;border-radius:13px!important;border:1px solid transparent!important;background:transparent!important;color:#ffffffe8!important;box-shadow:none!important;font-weight:850!important}.dashLightNavIco{width:31px!important;height:31px!important;border-radius:10px!important;color:#fff!important;border:1px solid rgba(255,255,255,.12)!important;background:#ffffff0f!important;box-shadow:none!important;font-size:15px!important}.dashLightNavItem:hover{color:#fff!important;border-color:#ffdc8761!important;background:#ffffff14!important;box-shadow:0 12px 24px #0000002e!important;transform:translateY(-1px)!important}.dashLightNavItem.active{border-color:#ffdc87e6!important;background:linear-gradient(135deg,#ffdb7833,#ffdb780a),linear-gradient(135deg,#7b2eb0,#55137d 52%,#35104e)!important;box-shadow:0 0 0 1px #fff4c629 inset,0 12px 34px #00000047,0 0 24px #ffcf6538!important}.dashLightNavItem.active .dashLightNavIco{border-color:#ffdc87ad!important;background:#ffffff1f!important;box-shadow:0 0 14px #ffd27238!important}.dashLightSideBottom{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;margin-top:18px!important;padding:14px!important;border-radius:17px!important;border:1px solid rgba(255,220,135,.55)!important;background:#ffffff0f!important;box-shadow:0 12px 30px #0003,inset 0 1px #ffffff1a!important}.dashLightMini{color:#ffffffdb!important;font-weight:700!important}.dashLightMini b{color:#ffe4a1!important}.dashLightLogout{height:38px!important;border-radius:9px!important;color:#fff!important;border:1px solid rgba(255,220,135,.74)!important;background:linear-gradient(135deg,#ffffff1a,#ffffff08)!important}.dashLightMain{padding:22px 24px!important;background:#fbf9ff!important;overflow-x:hidden!important}.dashLightTop{align-items:center!important;padding:0 0 10px!important}.dashLightTopLeft{display:flex;align-items:center;gap:12px}.dashLightTitle{font-size:0!important;height:0!important;overflow:hidden!important}.dashTopRight{display:none!important}.dashMobileMenuBtn{display:none;width:42px;height:42px;border-radius:13px;color:#fff;border:1px solid rgba(255,220,135,.82);background:linear-gradient(135deg,#55137d,#260838);box-shadow:0 10px 22px #44146433;font-size:22px;font-weight:900;cursor:pointer}.dashMobileMenuOverlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:48;border:0;background:#0f031e80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.dashProBoard{gap:10px!important;max-width:1420px;margin:0 auto;padding-bottom:24px!important}.dashProHero{grid-template-columns:minmax(270px,.85fr) minmax(440px,1.15fr)!important;padding:20px 20px 16px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.dashProHero:after{display:none!important}.dashProBadge{display:none!important}.dashProHero h1{margin:0 0 5px!important;color:#231733!important;font-size:25px!important;letter-spacing:-.3px!important}.dashProHero p{color:#777081!important;font-size:12px!important;font-weight:700!important}.dashProHeroRight{display:grid;grid-template-columns:minmax(250px,1fr) auto;gap:12px;align-items:start}.dashProSearchBox{height:48px!important;border-radius:11px!important;border:1px solid #e7dcee!important;background:#fff!important;box-shadow:0 8px 24px #20112e0f,inset 0 0 0 1px #fffc!important}.dashProSearchBox span{color:#4e176f!important}.dashProSearchBox kbd{display:none!important}.dashProHeroActions{margin-top:0!important;display:flex!important;flex-wrap:nowrap!important}.dashProHeroMiniGrid{display:none!important}.dashProPrimaryBtn,.dashProGhostBtn,.dashProDateBtn,.dashLightTopBtn,.sparkBtn,.dashProViewAll,.dashProQuickGrid button,.segBtn,button.addBtn,button.saveBtn,button[type=submit]{border:1px solid rgba(183,122,34,.52)!important;box-shadow:0 8px 22px #4916691a,inset 0 1px #ffffffbf!important}.dashProPrimaryBtn{color:#fff!important;border-color:#ffdc87d9!important;background:linear-gradient(135deg,#fff4c638,#f6d1750d),linear-gradient(135deg,#4f1374,#6f20a7 48%,#35104e)!important;box-shadow:0 13px 26px #3d11593d,0 0 0 1px #ffffff14 inset!important}.dashProGhostBtn,.dashProDateBtn,.dashLightTopBtn,.dashProViewAll{color:#3b174e!important;background:#fff!important;border-color:#b77a226b!important}.dashProPrimaryBtn:hover,.dashProGhostBtn:hover,.dashProDateBtn:hover,.dashProViewAll:hover,.dashLightLogout:hover{transform:translateY(-1px)!important;border-color:#ffdc87f2!important;box-shadow:0 16px 30px #49166929,0 0 18px #f6d17542!important}.dashProMetricsGrid{grid-template-columns:repeat(7,minmax(135px,1fr))!important;gap:10px!important}.dashProMetricCard{min-height:116px!important;border-radius:9px!important;padding:14px 12px!important;border:1px solid #ece4f3!important;background:#fff!important;box-shadow:var(--royal-card-shadow)!important}.dashProMetricCard:before{display:none!important}.dashProMetricIcon{width:42px!important;height:42px!important;border-radius:999px!important;color:#4f1374!important;border:1px solid #eadff2!important;background:linear-gradient(135deg,#f8f2ff,#fff)!important;box-shadow:none!important}.dashProMetricContent{margin-top:8px!important}.dashProMetricLabel{color:#30243d!important;font-size:11px!important;text-transform:none!important;letter-spacing:0!important}.dashProMetricValue{color:#21152f!important;font-size:21px!important}.dashProMetricHint{color:#775b8d!important;font-size:11px!important}.dashProMetricTrend{position:static!important;margin-top:10px!important;display:inline-flex!important;color:#7c20b4!important;border:0!important;background:transparent!important;padding:0!important}.dashProAnalyticsWrap{gap:10px!important}.dashProMainGrid{grid-template-columns:2fr 1.25fr 1fr 1.1fr!important;gap:10px!important}.dashProLowerGrid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important}.dashProPanel,.dashProFeatureStrip{border-radius:9px!important;border:1px solid #ece4f3!important;background:#fff!important;box-shadow:var(--royal-card-shadow)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.dashProPanelTitle{color:#221530!important;font-size:14px!important}.dashProPanelSub{color:#7d738a!important;font-size:11px!important}.dashProLinePath{stroke:#6d21a3!important;filter:drop-shadow(0 5px 8px rgba(109,33,163,.18))!important}.dashProLinePoint{stroke:#6d21a3!important}.dashProLegend .rev,.dashProBarPair .revenue{background:#5a1785!important}.dashProLegend .prof,.dashProBarPair .profit{background:#e88d68!important}.dashProDonut:after{background:#fff!important}.dashProInventoryItem,.dashProTableRow.bill,.dashProDueRow,.dashProTopProduct,.dashProActivityItem,.dashProFeatureCard,.dashProQuickGrid button,.dashProTwoTotals div{background:#fff!important;border:1px solid #f0e8f7!important}.dashProProductThumb,.dashProRank,.dashProFeatureCard span,.dashProQuickGrid span{background:linear-gradient(135deg,#fff7de,#f4eaff)!important;color:#4f1374!important}.dashLightMain .page-card,.dashLightMain .card,.dashLightMain .panel,.dashLightMain .table-wrap,.dashLightMain table,.dashLightMain form{border-color:#ece4f3}.dashLightMain button:not(.dashMobileMenuOverlay):not(.dashMobileMenuBtn):not(.dashLightNavItem){border-color:#b77a2266}@media (max-width: 1320px){.dashLightLayout{grid-template-columns:236px minmax(0,1fr)!important}.dashProMetricsGrid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.dashProMainGrid{grid-template-columns:1.35fr 1fr!important}.dashProLowerGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 980px){.dashLightLayout{grid-template-columns:1fr!important}.dashMobileMenuBtn{display:grid;place-items:center}.dashLightSide{position:fixed!important;z-index:60!important;left:0!important;top:0!important;width:min(286px,88vw)!important;transform:translate(-108%)!important;transition:transform .22s ease!important}.dashLightSide.mobileOpen{transform:translate(0)!important}.dashMobileMenuOverlay{display:block}.dashLightMain{padding:14px!important}.dashProHero{grid-template-columns:1fr!important;padding:8px 2px 12px!important}.dashProHeroRight{grid-template-columns:1fr!important}.dashProHeroActions{flex-wrap:wrap!important}.dashProMetricsGrid,.dashProDistributorMetricsGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.dashProMainGrid,.dashProLowerGrid{grid-template-columns:1fr!important}.dashProFeatureStrip{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 560px){.dashProHero h1{font-size:21px!important}.dashProMetricsGrid,.dashProFeatureStrip,.dashProDistributorMetricsGrid{grid-template-columns:1fr!important}.dashProPaymentBody{grid-template-columns:1fr!important;justify-items:center!important}.dashProTableRow.bill{grid-template-columns:1fr auto!important}.dashProSearchBox{height:44px!important}.dashProPrimaryBtn,.dashProGhostBtn,.dashProDateBtn{width:100%;justify-content:center}}html body #root .dashLightMain .dashProAnalyticsWrap,html body #root .dashLightMain .dashProAnalyticsWrap *{text-shadow:none!important}html body #root .dashLightMain .dashProPanel,html body #root .dashLightMain .dashProFeatureStrip,html body #root .dashLightMain .dashProQuickGrid button,html body #root .dashLightMain button.dashProTableRow.bill,html body #root .dashLightMain button.dashProDueRow,html body #root .dashLightMain button.dashProTopProduct,html body #root .dashLightMain button.dashProActivityItem,html body #root .dashLightMain button.dashProFeatureCard,html body #root .dashLightMain .dashProShortcutCard{background:#fffdf9!important;color:#1f1726!important;border-color:#dfcfe9!important;-webkit-text-fill-color:#1f1726!important}html body #root .dashLightMain .dashProPanelTitle,html body #root .dashLightMain .dashProPanelHead,html body #root .dashLightMain .dashProPanelHead *,html body #root .dashLightMain .dashProMetricLabel,html body #root .dashLightMain .dashProMetricValue,html body #root .dashLightMain .dashProChartValueRow strong{color:#1f1726!important;-webkit-text-fill-color:#1f1726!important;opacity:1!important}html body #root .dashLightMain .dashProQuickGrid button>b,html body #root .dashLightMain .dashProQuickGrid button>strong,html body #root .dashLightMain .dashProQuickActions button>b,html body #root .dashLightMain .dashProQuickActions button>strong{display:block!important;visibility:visible!important;opacity:1!important;color:#1f1726!important;-webkit-text-fill-color:#1f1726!important;font-size:14px!important;font-weight:900!important;line-height:1.15!important}html body #root .dashLightMain .dashProQuickGrid button>span,html body #root .dashLightMain .dashProQuickActions button>span{color:#5a1370!important;-webkit-text-fill-color:#5a1370!important;background:#f5effb!important;border:1px solid #decdea!important;box-shadow:none!important}html body #root .dashLightMain .dashProQuickGrid button>kbd,html body #root .dashLightMain .dashProQuickActions button>kbd{color:#5a1370!important;-webkit-text-fill-color:#5a1370!important;background:#f5effb!important;border:1px solid #decdea!important}html body #root .dashLightMain .dashProTableRows b,html body #root .dashLightMain .dashProTableRows strong,html body #root .dashLightMain .dashProTableRows small,html body #root .dashLightMain .dashProTableRows em,html body #root .dashLightMain .dashProTableRow.bill b,html body #root .dashLightMain .dashProTableRow.bill strong,html body #root .dashLightMain .dashProTableRow.bill small,html body #root .dashLightMain .dashProTableRow.bill em,html body #root .dashLightMain .dashProDueRow b,html body #root .dashLightMain .dashProDueRow strong,html body #root .dashLightMain .dashProDueRow small,html body #root .dashLightMain .dashProTopProduct b,html body #root .dashLightMain .dashProTopProduct strong,html body #root .dashLightMain .dashProTopProduct small,html body #root .dashLightMain .dashProInventoryItem b,html body #root .dashLightMain .dashProInventoryItem strong,html body #root .dashLightMain .dashProInventoryItem small,html body #root .dashLightMain .dashProActivityItem b,html body #root .dashLightMain .dashProActivityItem small,html body #root .dashLightMain .dashProActivityItem em{color:#1f1726!important;-webkit-text-fill-color:#1f1726!important;opacity:1!important;visibility:visible!important}html body #root .dashLightMain .dashProFeatureCard b,html body #root .dashLightMain .dashProFeatureCard strong,html body #root .dashLightMain .dashProFeatureCard small,html body #root .dashLightMain .dashProFeatureCard div,html body #root .dashLightMain .dashProFeatureCard div *{color:#1f1726!important;-webkit-text-fill-color:#1f1726!important;opacity:1!important}html body #root .dashLightMain .dashProFeatureCard>span,html body #root .dashLightMain .dashProFeatureCard>span *{color:#5a1370!important;-webkit-text-fill-color:#5a1370!important;background:#f5effb!important}html body #root .dashLightMain .dashProFeatureCard>em{color:#5a1370!important;-webkit-text-fill-color:#5a1370!important;background:#f5effb!important;border:1px solid #decdea!important}html body #root .dashLightMain .dashProShortcutCard b,html body #root .dashLightMain .dashProShortcutCard small,html body #root .dashLightMain .dashProShortcutCard div,html body #root .dashLightMain .dashProShortcutCard div *{color:#1f1726!important;-webkit-text-fill-color:#1f1726!important}html body #root .dashLightMain .dashProShortcutCard kbd{color:#5a1370!important;-webkit-text-fill-color:#5a1370!important;background:#f5effb!important;border:1px solid #decdea!important}html body #root .dashLightMain .dashProTopProduct .dashProRank,html body #root .dashLightMain .dashProTopProduct .dashProRank *{color:#1f1726!important;-webkit-text-fill-color:#1f1726!important;background:#fff7d7!important;border-color:#d9b557!important;opacity:1!important}html body #root .dashLightMain .dashProTableRow .status,html body #root .dashLightMain .dashProTableRows .status{opacity:1!important;visibility:visible!important;font-weight:900!important;-webkit-text-fill-color:currentColor!important}html body #root .dashLightMain .dashProTableRow .status.due,html body #root .dashLightMain .dashProTableRows .status.due{background:#fff1b8!important;color:#3a2500!important;-webkit-text-fill-color:#3a2500!important;border-color:#d9a928!important}html body #root .dashLightMain .dashProTableRow .status.paid,html body #root .dashLightMain .dashProTableRows .status.paid{background:#d9fbe8!important;color:#064e2c!important;-webkit-text-fill-color:#064e2c!important;border-color:#45c27a!important}html body #root .dashLightMain .dashProTableRow .status.partial,html body #root .dashLightMain .dashProTableRows .status.partial{background:#fff0c7!important;color:#5a3200!important;-webkit-text-fill-color:#5a3200!important;border-color:#d99a22!important}html body #root .dashLightMain .dashProViewAll,html body #root .dashLightMain .dashProViewAll *{color:#5a1370!important;-webkit-text-fill-color:#5a1370!important;opacity:1!important}.dashProPrimaryBtn:hover,.dashProGhostBtn:hover,.dashProDateBtn:hover,.dashLightTopBtn:hover,.sparkBtn:hover,.dashProViewAll:hover,.dashProQuickGrid button:hover,.segBtn:hover,button.addBtn:hover,button.saveBtn:hover,button[type=submit]:hover{color:#fff!important;background:linear-gradient(135deg,#fff4c633,#f6d1750a),linear-gradient(135deg,#6d28a6,#7b2eb0 48%,#4f1374)!important;border-color:#ffdc87eb!important;text-shadow:0 1px 1px rgba(0,0,0,.18)!important}.dashProPrimaryBtn:hover *,.dashProGhostBtn:hover *,.dashProDateBtn:hover *,.dashLightTopBtn:hover *,.sparkBtn:hover *,.dashProViewAll:hover *,.dashProQuickGrid button:hover *,.segBtn:hover *,button.addBtn:hover *,button.saveBtn:hover *,button[type=submit]:hover *{color:#fff!important}html body #root .dashLightMain .dashProQuickGrid button,html body #root .dashLightMain .dashProFeatureCard{min-height:64px!important;overflow:visible!important}html body #root .dashLightMain .dashProFeatureCard>div{min-width:0!important;flex:1 1 auto!important;overflow:visible!important}html body #root .dashLightMain .dashProFeatureCard b,html body #root .dashLightMain .dashProFeatureCard small{max-width:100%!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;line-height:1.15!important}html body #root .dashLightMain .dashProFeatureCard em{flex:0 0 auto!important}html body #root .dashLightMain .dashProFeatureCard:hover,html body #root .dashLightMain .dashProQuickGrid button:hover,html body #root .dashLightMain .dashProDateBtn:hover,html body #root .dashLightMain .dashProPrimaryBtn:hover,html body #root .dashLightMain .dashProGhostBtn:hover,html body #root .dashLightMain .dashProViewAll:hover{color:#fff!important;-webkit-text-fill-color:#ffffff!important;background:linear-gradient(135deg,#6d28a6,#7b2eb0,#4f1374)!important;border-color:#f4d27b!important;box-shadow:0 16px 36px #6d28a638!important}html body #root .dashLightMain .dashProFeatureCard:hover *,html body #root .dashLightMain .dashProQuickGrid button:hover *,html body #root .dashLightMain .dashProDateBtn:hover *,html body #root .dashLightMain .dashProPrimaryBtn:hover *,html body #root .dashLightMain .dashProGhostBtn:hover *,html body #root .dashLightMain .dashProViewAll:hover *{color:#fff!important;-webkit-text-fill-color:#ffffff!important;opacity:1!important;visibility:visible!important}html body #root .dashLightMain .dashProFeatureCard:hover>span,html body #root .dashLightMain .dashProQuickGrid button:hover>span,html body #root .dashLightMain .dashProQuickGrid button:hover kbd,html body #root .dashLightMain .dashProFeatureCard:hover em{color:#4f1374!important;-webkit-text-fill-color:#4f1374!important;background:#fff7de!important;border-color:#f4d27b!important;text-shadow:none!important}.dashProStockAlertBanner{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 16px;border:1px solid rgba(245,158,11,.38);border-radius:18px;background:linear-gradient(135deg,#fffbebf5,#fef3c7d1);box-shadow:0 12px 30px #78350f1a;color:#5f3100;font-weight:800}.dashProStockAlertBanner b{font-size:15px;white-space:nowrap}.dashProStockAlertBanner span{font-size:13px;line-height:1.35;color:#7c4a03}@media (max-width: 720px){.dashProStockAlertBanner{align-items:flex-start;flex-direction:column}}html body #root .dashLightMain .dashProShortcutPanel .dashProPanelTitle{font-size:16px!important;font-weight:1000!important;letter-spacing:.1px!important;color:#17101d!important;-webkit-text-fill-color:#17101d!important}html body #root .dashLightMain .dashProShortcutPanel .dashProPanelSub{font-size:11px!important;font-weight:900!important;color:#2a2030!important;-webkit-text-fill-color:#2a2030!important}html body #root .dashLightMain .dashProShortcutCard{min-height:66px!important;border-width:1.5px!important}html body #root .dashLightMain .dashProShortcutCard kbd{min-width:58px!important;padding:8px 9px!important;font-size:13px!important;line-height:1.05!important;font-weight:1000!important;color:#4d075f!important;-webkit-text-fill-color:#4d075f!important}html body #root .dashLightMain .dashProShortcutCard b{display:block!important;font-size:13px!important;line-height:1.18!important;font-weight:1000!important;color:#17101d!important;-webkit-text-fill-color:#17101d!important}html body #root .dashLightMain .dashProShortcutCard small{display:block!important;margin-top:2px!important;font-size:10.5px!important;line-height:1.2!important;font-weight:900!important;color:#33263b!important;-webkit-text-fill-color:#33263b!important;opacity:1!important}html body #root .dashLightMain .dashProTableRows .dashProTableRow.bill{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"billIdentity billAmount" "billIdentity billStatus" "billTime billTime"!important;column-gap:12px!important;row-gap:5px!important;align-items:start!important;min-width:0!important}html body #root .dashLightMain .dashProTableRows .dashProTableRow.bill>div{grid-area:billIdentity!important;min-width:0!important;overflow:hidden!important}html body #root .dashLightMain .dashProTableRows .dashProTableRow.bill>div>b,html body #root .dashLightMain .dashProTableRows .dashProTableRow.bill>div>small{display:block!important;width:100%!important;max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important;text-overflow:clip!important;line-height:1.25!important}html body #root .dashLightMain .dashProTableRows .dashProTableRow.bill>strong{grid-area:billAmount!important;justify-self:end!important;white-space:nowrap!important;text-align:right!important}html body #root .dashLightMain .dashProTableRows .dashProTableRow.bill>span.status{grid-area:billStatus!important;justify-self:end!important;margin:0!important}html body #root .dashLightMain .dashProTableRows .dashProTableRow.bill>em{grid-area:billTime!important;display:block!important;width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important;text-align:left!important;padding-top:4px!important;border-top:1px solid rgba(91,33,112,.1)!important}:root{--rg-sidebar-0:#12001f;--rg-sidebar-1:#240039;--rg-sidebar-2:#3b0758;--rg-sidebar-3:#1a0629;--rg-gold:#f9d976;--rg-gold-2:#d49a2f;--rg-gold-3:#fff3b0;--rg-white:#ffffff;--rg-page:#f7f4ef;--rg-ink:#172036;--rg-muted:#6b7280;--rg-line:rgba(37,27,10,.12);--rg-shadow:0 22px 60px rgba(38, 11, 57, .14);--rg-gold-gradient:linear-gradient(135deg,#fff7b8 0%,#f5cf70 22%,#c99028 48%,#fff2aa 72%,#b87513 100%);--rg-purple-gradient:linear-gradient(135deg,#170027 0%,#2d0348 45%,#4b0b68 100%)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0!important;color:var(--rg-ink)!important;background:var(--rg-page)!important;font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif!important}button,input,select,textarea{font-family:inherit!important}.vwrap{min-height:100vh!important;width:100%!important;display:grid!important;place-items:center!important;padding:28px!important;position:relative!important;overflow:hidden!important;background:radial-gradient(950px 600px at 20% 20%,rgba(249,217,118,.18),transparent 58%),radial-gradient(900px 700px at 78% 30%,rgba(92,24,120,.32),transparent 62%),linear-gradient(135deg,#12001f,#2b0642,#0f0717)!important}.vwrap:before{content:"";position:absolute;top:30px;right:30px;bottom:30px;left:30px;border:1px solid rgba(249,217,118,.24);border-radius:28px;pointer-events:none}.vshell{width:min(980px,94vw)!important;position:relative!important;z-index:2!important}.vcard{display:grid!important;grid-template-columns:1.04fr .96fr!important;min-height:520px!important;overflow:hidden!important;border-radius:28px!important;border:1.5px solid rgba(249,217,118,.42)!important;background:#fff!important;box-shadow:0 34px 95px #00000061,0 0 0 1px #fff3b02e inset!important}.vformWrap{padding:46px 48px!important;background:radial-gradient(620px 420px at 0% 0%,rgba(249,217,118,.12),transparent 56%),linear-gradient(180deg,#fff,#fbfaf6)!important;color:var(--rg-ink)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.vbrandRow{display:flex!important;align-items:center!important;gap:12px!important;margin-bottom:26px!important}.vbrandDot{width:13px!important;height:13px!important;border-radius:999px!important;background:var(--rg-gold-gradient)!important;box-shadow:0 0 0 4px #f9d9762e,0 0 24px #f9d976b8!important}.vbrandTop{font-size:17px!important;font-weight:950!important;color:#2a0640!important;letter-spacing:.6px!important}.vbrandSub{font-size:12px!important;color:#806c3a!important;font-weight:800!important}.vtop{margin-top:0!important}.vtitle{font-size:34px!important;line-height:1.05!important;font-weight:950!important;color:#17142b!important}.vsubtitle{font-size:14px!important;color:#6b7280!important;font-weight:700!important;margin-top:8px!important}.vform{margin-top:22px!important;display:grid!important;gap:16px!important}.vfield label{display:block!important;color:#2c2440!important;font-size:13px!important;font-weight:900!important;margin-bottom:8px!important}.vinputRow{display:flex!important;align-items:center!important;position:relative!important;overflow:hidden!important;border-radius:14px!important;border:1.5px solid rgba(212,154,47,.35)!important;background:#fff!important;box-shadow:0 10px 28px #381e4812!important}.vinputRow:focus-within{border-color:#d49a2f!important;box-shadow:0 0 0 4px #f9d9762e,0 16px 34px #381e481c!important}.vinputRow input{width:100%!important;border:0!important;outline:0!important;background:transparent!important;padding:14px 46px 14px 14px!important;color:#172036!important;font-size:15px!important;font-weight:850!important}.vinputRow input::placeholder{color:#a1a1aa!important}.vicon{position:absolute!important;right:14px!important;font-size:15px!important;opacity:.82!important}.vbtn,.vghost{min-height:48px!important;border-radius:14px!important;border:1.5px solid rgba(249,217,118,.58)!important;background:var(--rg-purple-gradient)!important;color:#fff!important;font-weight:950!important;letter-spacing:.2px!important;box-shadow:0 14px 34px #3808564d,0 0 0 1px #fff3b02e inset!important;cursor:pointer!important;transition:transform .15s ease,box-shadow .15s ease!important}.vbtn:hover,.vghost:hover{transform:translateY(-1px)!important;box-shadow:0 18px 42px #38085661,0 0 0 1px #fff3b040 inset!important}.vhelp,.vfootNote{color:#6b7280!important;font-weight:700!important}.vlink{border:0!important;background:transparent!important;color:#34134b!important;font-weight:950!important;cursor:pointer!important}.vfootNote span{color:#2c0642!important;font-weight:950!important}.vpanel{padding:34px!important;background:radial-gradient(600px 390px at 62% 22%,rgba(255,243,176,.23),transparent 54%),radial-gradient(760px 520px at 78% 84%,rgba(98,24,137,.36),transparent 62%),var(--rg-purple-gradient)!important;color:#fff!important;display:grid!important;place-items:center!important}.vpanelInner{width:100%!important;min-height:360px!important;border-radius:24px!important;padding:44px 34px!important;border:1.5px solid rgba(249,217,118,.42)!important;background:#ffffff14!important;box-shadow:inset 0 1px #ffffff38,0 22px 60px #0000002e!important}.vpanelSmall{font-size:13px!important;letter-spacing:2px!important;color:var(--rg-gold)!important;font-weight:950!important}.vpanelBig{font-size:56px!important;line-height:1!important;font-weight:950!important;margin-top:12px!important;color:#fff!important;text-shadow:0 8px 30px rgba(0,0,0,.3)!important}.vpanelDesc{font-size:14px!important;font-weight:800!important;color:#ffffffd1!important;margin:10px 0 20px!important}.vbadge{border:1px solid rgba(249,217,118,.36)!important;background:#ffffff1a!important;color:#fff!important;border-radius:999px!important;padding:6px 10px!important;font-size:12px!important;font-weight:850!important}.vrolePills{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important}.vrolePill{border:1.5px solid rgba(212,154,47,.32)!important;background:#fff!important;color:#172036!important;border-radius:16px!important;padding:12px!important}.vrolePill.active{border-color:#d49a2f!important;background:linear-gradient(135deg,#f9d97629,#fff)!important;box-shadow:0 0 0 4px #f9d9761f!important}.vpillSub{color:#6b7280!important}.dashLightLayout{--txt:var(--rg-ink)!important;--muted:var(--rg-muted)!important;--line:var(--rg-line)!important;min-height:100vh!important;display:grid!important;grid-template-columns:280px minmax(0,1fr)!important;padding:0!important;gap:0!important;overflow:hidden!important;color:var(--rg-ink)!important;background:linear-gradient(90deg,rgba(26,0,43,1) 0 280px,transparent 280px),linear-gradient(135deg,#f8f5ef,#fbfaf8 48%,#f4f0e8)!important}.dashLightLayout:before,.dashLightLayout:after{display:none!important}.dashLightSide{position:relative!important;z-index:5!important;min-height:100vh!important;width:280px!important;padding:20px 14px!important;overflow:auto!important;border-right:1px solid rgba(249,217,118,.36)!important;border-radius:0!important;background:radial-gradient(260px 170px at 18% 8%,rgba(249,217,118,.18),transparent 62%),radial-gradient(360px 240px at 70% 58%,rgba(96,14,128,.44),transparent 70%),linear-gradient(180deg,#160023,#25003a 42%,#0d0617)!important;box-shadow:10px 0 34px #1c00302e!important}.dashLightSide:before,.dashLightSide:after{content:"✦";position:absolute;color:#f9d976c2;font-size:28px;pointer-events:none;text-shadow:0 0 18px rgba(249,217,118,.85)}.dashLightSide:before{left:22px;bottom:34px}.dashLightSide:after{right:24px;top:70px;font-size:20px}.dashLightBrand{display:flex!important;align-items:center!important;gap:13px!important;padding:16px 12px 20px!important;margin:0 0 18px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.dashLightLogo{width:54px!important;height:54px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:linear-gradient(135deg,#26133a,#5d1b7d)!important;border:1.5px solid rgba(249,217,118,.62)!important;color:var(--rg-gold)!important;box-shadow:0 0 0 4px #f9d97617,0 16px 34px #0000003d!important}.dashLightName{font-size:21px!important;font-weight:950!important;color:#fff!important;letter-spacing:.4px!important}.dashLightTag{font-size:12px!important;font-weight:800!important;color:#ffffffbd!important;margin-top:2px!important}.dashLightNavTitle{margin:10px 14px 9px!important;color:#f9d976c7!important;font-size:11px!important;font-weight:950!important;letter-spacing:2px!important}.dashLightNav{display:flex!important;flex-direction:column!important;gap:9px!important;padding:0 8px 160px!important}.dashLightNavItem{position:relative!important;width:100%!important;display:flex!important;align-items:center!important;gap:12px!important;padding:13px 12px!important;border-radius:14px!important;background:transparent!important;color:#ffffffdb!important;border:1px solid transparent!important;box-shadow:none!important;font-weight:850!important;cursor:pointer!important;text-align:left!important;transition:all .16s ease!important}.dashLightNavItem:before{display:none!important}.dashLightNavItem:hover{color:#fff!important;transform:translateY(-1px)!important;border-color:#f9d97657!important;background:#ffffff12!important}.dashLightNavItem.active{color:#fff!important;border:1.5px solid rgba(249,217,118,.78)!important;background:linear-gradient(135deg,#ffffff1f,#f9d97612)!important;box-shadow:0 0 0 1px #fff3b021 inset,0 16px 28px #00000038,0 0 22px #f9d9761f!important}.dashLightNavIco{width:38px!important;height:38px!important;border-radius:12px!important;display:grid!important;place-items:center!important;color:var(--rg-gold)!important;background:#ffffff17!important;border:1px solid rgba(249,217,118,.25)!important;font-size:16px!important}.dashLightNavTxt{flex:1!important;text-align:left!important}.dashLightSideBottom{position:absolute!important;left:14px!important;right:14px!important;bottom:14px!important;padding:14px!important;border-radius:16px!important;border:1.5px solid rgba(249,217,118,.45)!important;background:#ffffff14!important;box-shadow:0 16px 32px #00000038!important}.dashLightMini{color:#ffffffc7!important;font-weight:750!important;font-size:12px!important;line-height:1.45!important;margin-bottom:12px!important}.dashLightLogout,.dashLightTopBtn,.dashProPrimaryBtn,.dashProGhostBtn,.dashProDateBtn,.sparkBtn,.spBtn,.newBtn,.primaryBtn{border:1.5px solid rgba(249,217,118,.7)!important;background:linear-gradient(135deg,#220034,#3f0b5c)!important;color:#fff!important;box-shadow:0 12px 26px #27004033,0 0 0 1px #fff3b01f inset!important}.dashLightLogout:hover,.dashLightTopBtn:hover,.dashProPrimaryBtn:hover,.dashProGhostBtn:hover,.dashProDateBtn:hover,.sparkBtn:hover,.spBtn:hover{transform:translateY(-1px)!important;box-shadow:0 16px 34px #27004047,0 0 0 1px #fff3b038 inset!important}.dashLightMain{position:relative!important;z-index:2!important;min-width:0!important;max-width:100%!important;min-height:100vh!important;overflow:auto!important;padding:24px 28px 34px!important;background:#fff!important;border-radius:0!important;box-shadow:none!important}.dashLightTop{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding:0 0 18px!important;margin-bottom:0!important;border-bottom:1px solid rgba(23,32,54,.08)!important}.dashLightTopLeft{display:flex!important;align-items:center!important;gap:12px!important}.dashLightTitle{font-size:27px!important;color:#172036!important;font-weight:950!important;letter-spacing:.1px!important}.dashLightTopBtn{border-radius:13px!important;padding:12px 18px!important;font-weight:950!important}.dashMobileMenuBtn{display:none!important;width:44px!important;height:44px!important;border-radius:13px!important;border:1.5px solid rgba(249,217,118,.7)!important;background:var(--rg-purple-gradient)!important;color:#fff!important;font-size:22px!important;font-weight:950!important}.dashMobileMenuOverlay{display:none!important}.dashLightMain>div[style*="Online mode"],.dashLightMain>div[style*="Offline mode"]{margin:16px 0!important;border-radius:14px!important;font-weight:900!important}.dashProBoard{display:flex!important;flex-direction:column!important;gap:18px!important}.dashProHero{border-radius:24px!important;padding:22px!important;display:grid!important;grid-template-columns:1.25fr .9fr!important;gap:22px!important;border:1px solid rgba(212,154,47,.22)!important;background:#fff!important;box-shadow:var(--rg-shadow)!important;overflow:hidden!important;position:relative!important}.dashProHero:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;pointer-events:none!important;background:radial-gradient(620px 260px at 78% 24%,rgba(87,21,120,.08),transparent 70%),radial-gradient(420px 260px at 8% 20%,rgba(249,217,118,.11),transparent 68%)!important}.dashProHeroLeft,.dashProHeroRight{position:relative!important;z-index:1!important}.dashProBadge{display:inline-flex!important;padding:8px 13px!important;border-radius:999px!important;border:1px solid rgba(212,154,47,.28)!important;background:#fffaf0!important;color:#391153!important;font-weight:950!important;font-size:12px!important}.dashProHero h1{font-size:34px!important;line-height:1.08!important;color:#172036!important;margin:16px 0 8px!important;font-weight:950!important}.dashProHero p{color:#5f6472!important;font-weight:800!important;margin:0!important;max-width:660px!important}.dashProSearchBox{min-height:48px!important;border-radius:15px!important;border:1px solid rgba(23,32,54,.1)!important;background:#fff!important;box-shadow:0 12px 28px #1720360f!important;display:flex!important;align-items:center!important;gap:10px!important;padding:0 12px!important}.dashProSearchBox input{border:0!important;outline:0!important;flex:1!important;font-weight:850!important;color:#172036!important;background:transparent!important}.dashProSearchBox kbd{border:1px solid rgba(23,32,54,.1)!important;background:#f8fafc!important;color:#64748b!important;border-radius:8px!important;padding:5px 8px!important;font-weight:900!important}.dashProHeroActions{display:flex!important;gap:10px!important;flex-wrap:wrap!important;margin-top:14px!important}.dashProPrimaryBtn,.dashProGhostBtn,.dashProDateBtn{border-radius:14px!important;min-height:44px!important;padding:0 16px!important;font-weight:950!important;cursor:pointer!important}.dashProGhostBtn,.dashProDateBtn{background:#fff!important;color:#2d1643!important;box-shadow:0 12px 24px #27004014!important}.dashProHeroMiniGrid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin-top:12px!important}.dashProHeroMiniGrid div{border:1px solid rgba(23,32,54,.08)!important;border-radius:16px!important;padding:13px!important;background:#ffffffdb!important}.dashProHeroMiniGrid span{font-size:12px!important;color:#64748b!important;font-weight:900!important}.dashProHeroMiniGrid strong{display:block!important;font-size:20px!important;color:#172036!important;margin-top:5px!important}.dashProMetricsGrid{display:grid!important;grid-template-columns:repeat(7,minmax(140px,1fr))!important;gap:14px!important}.dashProMetricCard{min-height:130px!important;border-radius:18px!important;padding:16px!important;border:1px solid rgba(23,32,54,.08)!important;background:#fff!important;box-shadow:0 16px 38px #17203614!important;position:relative!important;overflow:hidden!important}.dashProMetricCard:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;opacity:.36!important;background:linear-gradient(135deg,rgba(249,217,118,.22),transparent 70%)!important}.dashProMetricCard.sales{background:linear-gradient(135deg,#fff,#e8fbff)!important}.dashProMetricCard.bills{background:linear-gradient(135deg,#fff,#f0e9ff)!important}.dashProMetricCard.due{background:linear-gradient(135deg,#fff,#fff0f3)!important}.dashProMetricCard.products{background:linear-gradient(135deg,#fff,#e9fbf9)!important}.dashProMetricCard.stock{background:linear-gradient(135deg,#fff,#fff3df)!important}.dashProMetricCard.profit{background:linear-gradient(135deg,#fff,#ebfff1)!important}.dashProMetricCard.gst{background:linear-gradient(135deg,#fff,#eef)!important}.dashProMetricIcon{width:42px!important;height:42px!important;border-radius:15px!important;background:#fff!important;border:1px solid rgba(23,32,54,.1)!important;display:grid!important;place-items:center!important;box-shadow:0 8px 18px #1720360f!important}.dashProMetricLabel{font-size:12px!important;letter-spacing:.8px!important;text-transform:uppercase!important;color:#5d6470!important;font-weight:950!important}.dashProMetricValue{font-size:23px!important;color:#172036!important;font-weight:950!important;margin-top:6px!important}.dashProMetricHint{font-size:12px!important;color:#64748b!important;font-weight:800!important;margin-top:6px!important}.dashProMetricTrend{position:absolute!important;right:12px!important;top:12px!important;border-radius:999px!important;padding:6px 9px!important;font-size:11px!important;font-weight:950!important;background:#ffffffd1!important;color:#391153!important}.dashProMainGrid{display:grid!important;grid-template-columns:1.45fr 1fr 1fr 1fr!important;gap:16px!important}.dashProPanel{border-radius:20px!important;border:1px solid rgba(23,32,54,.08)!important;background:#fff!important;box-shadow:0 16px 38px #17203614!important;padding:18px!important;overflow:hidden!important}.dashProPanelTitle{font-size:16px!important;color:#172036!important;font-weight:950!important}.dashProPanelSub{font-size:12px!important;color:#64748b!important;font-weight:800!important}.dashProSelectPill,.dashProViewAll{border:1px solid rgba(212,154,47,.28)!important;background:#fffaf0!important;color:#34134b!important;border-radius:999px!important;font-weight:950!important}.dashProLinePath{stroke:#4b0b68!important;filter:drop-shadow(0 6px 12px rgba(75,11,104,.2))!important}.dashProLinePoint{fill:#fff!important;stroke:#d49a2f!important}.dashProLegend .rev,.dashProBarPair .revenue{background:linear-gradient(180deg,#5d1b7d,#2d0348)!important}.dashProLegend .prof,.dashProBarPair .profit{background:linear-gradient(180deg,#f9d976,#c99028)!important}.dashProDonut{background:conic-gradient(#4b0b68 0,#4b0b68 40%,#f9d976 40%,#f9d976 65%,#8c5a18 65%,#8c5a18 78%,#ece7da 78%,#ece7da)!important}.spShell,.dashLightPanel,.dashLightHero,.dashLightCard,.contactsPage,.customersShell,.suppliersShell,.productsShell,.purchaseShell,.reportsShell,.settingsShell{background:#fff!important;border-color:#d49a2f2e!important;box-shadow:var(--rg-shadow)!important}.segSwitch,.segThumb{border-color:#d49a2f42!important}.segThumb{background:linear-gradient(135deg,#f9d97647,#fff)!important}@media (max-width:1200px){.dashProMetricsGrid{grid-template-columns:repeat(4,minmax(150px,1fr))!important}.dashProMainGrid{grid-template-columns:1fr 1fr!important}}@media (max-width:900px){.vcard{grid-template-columns:1fr!important;min-height:auto!important}.vpanel{display:none!important}.vformWrap{padding:34px 24px!important}.dashLightLayout{display:block!important;background:#fff!important;padding:0!important;overflow:auto!important}.dashLightSide{position:fixed!important;left:0!important;top:0!important;bottom:0!important;width:min(84vw,300px)!important;z-index:60!important;transform:translate(-105%)!important;transition:transform .22s ease!important}.dashLightSide.mobileOpen{transform:translate(0)!important}.dashMobileMenuBtn{display:grid!important;place-items:center!important}.dashMobileMenuOverlay{display:block!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:50!important;background:#00000070!important;border:0!important}.dashLightMain{min-height:100vh!important;padding:18px 14px 26px!important}.dashLightTop{position:sticky!important;top:0!important;z-index:20!important;background:#fff!important;padding:0 0 14px!important}.dashLightTitle{font-size:22px!important}.dashProHero{grid-template-columns:1fr!important;padding:18px!important}.dashProMetricsGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.dashProMainGrid{grid-template-columns:1fr!important}}@media (max-width:560px){.vwrap{padding:18px!important}.vwrap:before{top:12px!important;right:12px!important;bottom:12px!important;left:12px!important}.vtitle{font-size:28px!important}.dashProMetricsGrid,.dashProHeroMiniGrid{grid-template-columns:1fr!important}.dashProHero h1{font-size:28px!important}}:root{--spark-purple:#2a003d;--spark-purple-2:#43065e;--spark-purple-3:#67158d;--spark-purple-text:#261035;--spark-gold:#f6d175;--spark-gold-2:#b77a22;--spark-gold-3:#fff2b7;--spark-line:rgba(183,122,34,.24);--spark-shadow:0 16px 42px rgba(42,0,61,.1)}html,body,#root{min-height:100%;background:#fff!important;color:var(--spark-purple-text)!important}body{font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif!important}.dashLightLayout{min-height:100vh!important;display:grid!important;grid-template-columns:300px minmax(0,1fr)!important;gap:0!important;padding:0!important;background:#fff!important;overflow:hidden!important;color:var(--spark-purple-text)!important}.dashLightLayout:before,.dashLightLayout:after{display:none!important;content:none!important}.dashLightLayout.fullWidth{display:block!important;background:#fff!important}.dashLightMain{min-width:0!important;width:100%!important;max-width:none!important;min-height:100vh!important;padding:24px 28px 34px!important;overflow:auto!important;background:#fff!important;color:var(--spark-purple-text)!important;border-radius:0!important;box-shadow:none!important}.dashLightMain.fullWidth{padding:18px!important}.dashLightTop{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;padding:0 0 18px!important;margin:0!important;border-bottom:1px solid rgba(183,122,34,.16)!important;background:#fff!important}.dashLightTitle{font-size:26px!important;font-weight:950!important;color:var(--spark-purple-text)!important;letter-spacing:.1px!important}.dashLightSide{position:relative!important;z-index:5!important;min-height:100vh!important;height:100vh!important;width:300px!important;padding:18px 14px!important;display:flex!important;flex-direction:column!important;overflow-y:auto!important;overflow-x:hidden!important;border-right:1px solid rgba(246,209,117,.35)!important;border-radius:0!important;background:radial-gradient(260px 180px at 15% 8%,rgba(246,209,117,.18),transparent 65%),radial-gradient(430px 300px at 85% 68%,rgba(103,21,141,.42),transparent 70%),linear-gradient(180deg,#170020,#2a003d 48%,#0c0613)!important;box-shadow:8px 0 26px #2a003d29!important}.dashLightSide:before,.dashLightSide:after{display:none!important;content:none!important}.dashLightBrand{flex:0 0 auto!important;display:flex!important;align-items:center!important;gap:12px!important;padding:14px 12px 18px!important;margin:0 0 14px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.dashLightLogo{width:56px!important;height:56px!important;border-radius:50%!important;display:grid!important;place-items:center!important;border:1.5px solid rgba(246,209,117,.68)!important;background:linear-gradient(135deg,#24102f,#4c1367)!important;color:var(--spark-gold)!important;box-shadow:0 0 0 4px #f6d17514,0 14px 30px #0000003d!important}.dashLightName{font-size:22px!important;font-weight:950!important;letter-spacing:.5px!important;color:#fff!important;line-height:1.05!important}.dashLightTag{font-size:12px!important;font-weight:800!important;color:#ffffffbf!important;margin-top:4px!important;line-height:1.25!important}.dashLightNavTitle{flex:0 0 auto!important;margin:6px 10px 10px!important;color:#f6d175d1!important;font-size:11px!important;font-weight:950!important;letter-spacing:2px!important}.dashLightNav{flex:1 1 auto!important;display:flex!important;flex-direction:column!important;gap:10px!important;padding:4px 4px 16px!important;overflow:visible!important}.dashLightNavItem{width:100%!important;min-height:50px!important;display:flex!important;align-items:center!important;gap:12px!important;padding:10px 12px!important;border-radius:16px!important;border:1px solid transparent!important;background:transparent!important;color:#ffffffe6!important;font-weight:900!important;cursor:pointer!important;text-align:left!important;box-shadow:none!important;transition:background .15s ease,border-color .15s ease,transform .15s ease!important}.dashLightNavItem:hover{transform:translateY(-1px)!important;background:#ffffff12!important;border-color:#f6d17547!important;color:#fff!important}.dashLightNavItem.active{color:#fff!important;border:1.5px solid rgba(246,209,117,.82)!important;background:linear-gradient(135deg,#ffffff1f,#f6d17514)!important;box-shadow:0 0 0 1px #fff2b721 inset,0 14px 28px #00000038!important}.dashLightNavIco{flex:0 0 auto!important;width:40px!important;height:40px!important;border-radius:14px!important;display:grid!important;place-items:center!important;border:1px solid rgba(246,209,117,.3)!important;background:#ffffff1a!important;color:var(--spark-gold)!important;font-size:17px!important}.dashLightNavTxt{flex:1!important;text-align:left!important;line-height:1.15!important;white-space:normal!important}.dashLightSideBottom{position:static!important;flex:0 0 auto!important;margin-top:auto!important;padding:14px!important;border-radius:18px!important;border:1.5px solid rgba(246,209,117,.58)!important;background:#ffffff14!important;box-shadow:0 14px 30px #0003!important}.dashLightMini{font-size:12px!important;color:#ffffffc7!important;line-height:1.45!important;font-weight:750!important;margin-bottom:12px!important}.dashLightLogout,.dashLightTopBtn{border:1.5px solid rgba(246,209,117,.78)!important;border-radius:14px!important;background:linear-gradient(135deg,#240035,#4a0867)!important;color:#fff!important;font-weight:950!important;box-shadow:0 12px 26px #2a003d3d,0 0 0 1px #fff2b724 inset!important}.dashLightLogout{width:100%!important;padding:12px 14px!important}.dashLightTopBtn{padding:11px 18px!important}.dashProBoard{width:100%!important;max-width:none!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:20px!important}.dashProHero{width:100%!important;max-width:none!important;margin:0!important;border-radius:22px!important;padding:22px!important;box-shadow:var(--spark-shadow)!important;border:1px solid var(--spark-line)!important;background:#fff!important}.dashProMetricsGrid{width:100%!important;max-width:none!important;margin:0!important;gap:16px!important}.dashProMainGrid{width:100%!important;max-width:none!important;margin:0!important;gap:18px!important}.dashProPanel,.dashProMetricCard{border-radius:18px!important;border:1px solid rgba(183,122,34,.18)!important;background:#fff!important;box-shadow:var(--spark-shadow)!important}.dashProHero h1,.dashProMetricValue,.dashProPanelTitle{color:var(--spark-purple-text)!important}.dashProBadge,.dashProSelectPill,.dashProViewAll{border:1px solid rgba(183,122,34,.3)!important;background:#fffaf0!important;color:var(--spark-purple-text)!important}.dashLightMain :where(.contactsPage,.customersShell,.suppliersShell,.productsShell,.purchaseShell,.reportsShell,.settingsShell,.dailyCashShell,.userMgmtShell,.spShell,.sectionCard,.summaryCard,.panel,.tableWrap,.modal,.reportCard,.ledgerCard,.card,.box,.contentCard,.page-card,.pageCard,.formCard,.listCard,.asCard,.asPanel,.asSummary,.asItemsCard,.asCustomerCard,.apCard,.prCard,.plCard,.dcCard){background:#fff!important;color:var(--spark-purple-text)!important;border-color:#b77a222e!important;box-shadow:var(--spark-shadow)!important}.dashLightMain :where(h1,h2,h3,h4,h5,h6,label,th,.title,.pageTitle,.sectionTitle,.cardTitle,.spTitle,.asTitle,.apTitle,.plTitle,.prTitle){color:var(--spark-purple-text)!important}.dashLightMain :where(p,small,.muted,.sub,.subtitle,.hint,.desc,td,span){border-color:#b77a2229}.dashLightMain :where(table){background:#fff!important;color:var(--spark-purple-text)!important;border-color:#b77a222e!important}.dashLightMain :where(thead,th){background:#fffaf0!important;color:var(--spark-purple-text)!important;border-color:#b77a222e!important}.dashLightMain :where(input,select,textarea){background:#fff!important;color:var(--spark-purple-text)!important;border-color:#b77a2247!important;box-shadow:none!important}.dashLightMain :where(input,select,textarea):focus{outline:none!important;border-color:var(--spark-gold-2)!important;box-shadow:0 0 0 4px #f6d1752e!important}.dashLightMain :where(button,.btn,.button,.sparkBtn,.spBtn,.asToolBtn,.asBtn,.asBtnPrimary,.apBtn,.pbtn,.reBtn,.xbtn,.dailyCashActionBtn,.primaryBtn,.newBtn):not(.dashMobileMenuOverlay):not(.dashMobileMenuBtn):not(.dashLightNavItem):not(:disabled){border-color:#b77a229e!important;color:var(--spark-purple-text)!important;background:linear-gradient(135deg,#fff,#fff8df 52%,#fff)!important;box-shadow:0 10px 22px #2a003d14,0 0 0 1px #fff2b7b3 inset!important;font-weight:900!important}.dashLightMain :where(button,.btn,.button,.sparkBtn,.spBtn,.asToolBtn,.asBtn,.asBtnPrimary,.apBtn,.pbtn,.reBtn,.xbtn,.dailyCashActionBtn,.primaryBtn,.newBtn):not(.dashMobileMenuOverlay):not(.dashMobileMenuBtn):not(.dashLightNavItem):not(:disabled):hover{transform:translateY(-1px)!important;box-shadow:0 14px 30px #2a003d1f,0 0 0 1px #fff2b7eb inset!important}.dashLightMain :where(.asBtnPrimary,.primaryBtn,.newBtn,.dashProPrimaryBtn,.dailyCashActionBtn.primary,.saveBtn,.btnSave,.btnSubmit){background:linear-gradient(135deg,#260039,#4c086a 55%,#2a003d)!important;color:#fff!important;border-color:#f6d175c7!important}.vwrap{background:radial-gradient(900px 620px at 25% 10%,rgba(246,209,117,.16),transparent 60%),linear-gradient(135deg,#170020,#2a003d 52%,#09000f)!important}.vcard{background:#fff!important;border:1.5px solid rgba(246,209,117,.55)!important;box-shadow:0 24px 70px #00000052!important}.vformWrap{background:#fff!important;color:var(--spark-purple-text)!important}.vtitle,.vbrandTop,.vfield label{color:var(--spark-purple-text)!important}.vpanel{background:linear-gradient(135deg,#260039,#4c086a)!important;color:#fff!important}.vbtn,.vghost{background:linear-gradient(135deg,#260039,#4c086a)!important;color:#fff!important;border:1.5px solid rgba(246,209,117,.78)!important}@media (max-width:1100px){.dashLightLayout{display:block!important;overflow:auto!important}.dashLightSide{position:fixed!important;left:0!important;top:0!important;bottom:0!important;width:min(84vw,300px)!important;z-index:60!important;transform:translate(-105%)!important;transition:transform .22s ease!important}.dashLightSide.mobileOpen{transform:translate(0)!important}.dashMobileMenuBtn{display:grid!important;place-items:center!important}.dashMobileMenuOverlay{display:block!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:50!important;background:#00000073!important;border:0!important}.dashLightMain{padding:18px 14px 28px!important}.dashProMetricsGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.dashProMainGrid{grid-template-columns:1fr!important}}@media (max-width:560px){.dashProMetricsGrid{grid-template-columns:1fr!important}.dashLightTitle{font-size:22px!important}.dashLightTop{position:sticky!important;top:0!important;z-index:20!important}}:root{--spark-sidebar-width:256px;--spark-purple-1:#260634;--spark-purple-2:#4f1374;--spark-purple-3:#731dae;--spark-gold-1:#fff2b7;--spark-gold-2:#f6d175;--spark-gold-3:#b77a22;--spark-card:#ffffff;--spark-text:#24152f}.dashLightLayout{grid-template-columns:var(--spark-sidebar-width) minmax(0,1fr)!important;min-height:100vh!important;overflow:visible!important}.dashLightSide{position:sticky!important;top:0!important;height:100vh!important;max-height:100vh!important;overflow-y:auto!important;z-index:50!important;flex:0 0 var(--spark-sidebar-width)!important}.dashLightMain{min-width:0!important;width:100%!important;overflow-x:hidden!important}.dashLightLayout:not(.fullWidth) .modalBack{position:fixed!important;inset:0 0 0 var(--spark-sidebar-width)!important;width:calc(100vw - var(--spark-sidebar-width))!important;min-width:0!important;z-index:100000!important;padding:18px!important;align-items:center!important;justify-content:center!important}.dashLightLayout:not(.fullWidth) .modalBack .modal,.dashLightLayout:not(.fullWidth) .modal{width:min(1320px,calc(100vw - var(--spark-sidebar-width) - 44px))!important;max-width:calc(100vw - var(--spark-sidebar-width) - 44px)!important;max-height:92vh!important}.modalTop{min-height:52px!important}.modalBack .mActions{position:sticky!important;bottom:0!important;background:#fff!important;z-index:6!important}.segSwitch,.sellToggle,.prodToggle,.pToggle{display:flex!important;justify-content:center!important;align-items:center!important;flex-wrap:wrap!important;gap:10px!important;width:100%!important;max-width:100%!important;min-width:0!important;padding:0!important;margin:8px auto 16px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.segThumb,.sellPill,.pTabIndicator{display:none!important}.segBtn,.sellTab,.prodTab,.pTab{position:relative!important;z-index:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:auto!important;min-width:150px!important;max-width:100%!important;min-height:42px!important;height:42px!important;padding:0 20px!important;border-radius:11px!important;border:1.4px solid rgba(183,122,34,.52)!important;background:#fff!important;color:#3b174e!important;text-decoration:none!important;font-weight:950!important;font-size:14px!important;line-height:1!important;white-space:nowrap!important;box-shadow:0 8px 22px #4916691a,inset 0 1px #ffffffc7!important;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease!important}.segBtn:hover,.sellTab:hover,.prodTab:hover,.pTab:hover{transform:translateY(-1px)!important;border-color:#ffdc87eb!important;box-shadow:0 14px 30px #49166929,0 0 16px #f6d17538!important}.segBtn.active,.sellTab.active,.prodTab.active,.pTab.active{color:#fff!important;border-color:#ffdc87eb!important;background:linear-gradient(135deg,#fff4c638,#f6d1750f),linear-gradient(135deg,var(--spark-purple-1) 0%,var(--spark-purple-2) 50%,var(--spark-purple-3) 100%)!important;box-shadow:0 14px 28px #3d115942,0 0 0 1px #ffffff1a inset,0 0 18px #f6d17538!important}.segIcon{font-size:17px!important;line-height:1!important}.productTopBar,.purchaseTopBar{border-radius:18px!important;background:#fff!important;border:1px solid #ece4f3!important;box-shadow:0 12px 34px #1f113312!important}.prodBackBtn,.pBackBtn,.asAddBtn,.addBtn,.editBtn,.removeBtn,.xbtn,.asToolBtn,.asFilterToggleBtn,.asClearBtn,.asDateApplyBtn,.asDateClearBtn,.btnSave,.btnClose,.moreBtn{border:1.4px solid rgba(183,122,34,.52)!important;border-radius:11px!important;font-weight:950!important;box-shadow:0 8px 22px #4916691a,inset 0 1px #ffffff8c!important}.asAddBtn,.addBtn,.btnSave,.moreBtn,.asDateApplyBtn,.asFilterToggleBtn{color:#fff!important;background:linear-gradient(135deg,#fff4c633,#f6d1750f),linear-gradient(135deg,#260634,#4f1374 52%,#731dae)!important;border-color:#ffdc87db!important}.prodBackBtn,.pBackBtn,.editBtn,.xbtn,.asToolBtn,.asDateClearBtn,.btnClose,.removeBtn{color:#3b174e!important;background:#fff!important}.asFiltersGrid{align-items:start!important}.asFieldWide{grid-column:span 1!important;max-width:420px!important}.asDateRangeWrap{position:relative!important;width:100%!important;max-width:420px!important}.asDateInputBtn{min-height:42px!important;height:42px!important;border-radius:11px!important;background:#fffdf8!important;border-color:#b77a2280!important}.asDateInputBtn span:first-child{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.asDatePopup{position:absolute!important;top:calc(100% + 8px)!important;left:0!important;width:min(640px,calc(100vw - var(--spark-sidebar-width) - 72px))!important;max-width:calc(100vw - var(--spark-sidebar-width) - 72px)!important;z-index:5000!important;overflow:hidden!important;border:1px solid rgba(183,122,34,.28)!important;border-radius:16px!important;background:#fff!important;box-shadow:0 22px 60px #3c15542e!important}.asDatePopupInner{display:grid!important;grid-template-columns:174px minmax(0,1fr)!important;max-height:520px!important;overflow:auto!important;background:#fff!important}.asDatePresetCol{border-right:1px solid rgba(183,122,34,.18)!important;background:#fffaf0!important;padding:8px 0!important;max-height:520px!important;overflow:auto!important}.asDatePresetBtn{min-height:34px!important;padding:8px 13px!important;font-size:13px!important;font-weight:900!important;border-radius:0!important}.asDatePresetBtn.active{background:#4f13741a!important;color:#4f1374!important}.asDateMonths{display:grid!important;grid-template-columns:1fr 1fr!important;gap:0!important;padding:12px 12px 6px!important}.asCalBox{padding:0 7px 8px!important}.asCalHead{margin-bottom:6px!important}.asCalTitle{font-size:13px!important}.asCalNav{width:28px!important;height:28px!important;border-radius:8px!important}.asWeekRow,.asDayGrid{gap:3px!important}.asWeekDay{font-size:11px!important;padding:4px 0!important}.asDayCell{height:28px!important;min-height:28px!important;border-radius:8px!important;font-size:12px!important}.asDateFooter{padding:10px 12px!important}.asDateFooterText{font-size:12px!important}.asDateClearBtn,.asDateApplyBtn{height:34px!important;padding:0 13px!important}@media (max-width:1320px){:root{--spark-sidebar-width:236px}.dashLightLayout{grid-template-columns:var(--spark-sidebar-width) minmax(0,1fr)!important}}@media (max-width:980px){:root{--spark-sidebar-width:0px}.dashLightLayout{grid-template-columns:1fr!important}.dashLightSide{position:fixed!important;z-index:100001!important;left:0!important;top:0!important;width:min(286px,88vw)!important;transform:translate(-108%)!important}.dashLightSide.mobileOpen{transform:translate(0)!important}.dashLightLayout:not(.fullWidth) .modalBack{top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;padding:10px!important}.dashLightLayout:not(.fullWidth) .modalBack .modal,.dashLightLayout:not(.fullWidth) .modal{width:96vw!important;max-width:96vw!important}.asDatePopup{width:min(96vw,520px)!important;max-width:96vw!important}.asDatePopupInner{grid-template-columns:1fr!important}.asDatePresetCol{border-right:0!important;border-bottom:1px solid rgba(183,122,34,.18)!important;max-height:170px!important}.asDateMonths{grid-template-columns:1fr!important}}@media (max-width:640px){.segBtn,.sellTab,.prodTab,.pTab{width:100%!important;min-width:0!important}.segSwitch,.sellToggle,.prodToggle,.pToggle{gap:8px!important}.asFieldWide,.asDateRangeWrap{max-width:100%!important}}:root{--spark-side-w: 276px;--spark-purple-dark:#160020;--spark-purple:#2b003f;--spark-purple-mid:#4a0868;--spark-purple-bright:#6b1594;--spark-purple-text:#230031;--spark-gold:#f7d36c;--spark-gold-dark:#b87918;--spark-gold-light:#fff2b6;--spark-white:#ffffff;--spark-page:#ffffff;--spark-soft:#fffaf0;--spark-line:rgba(184,121,24,.3);--spark-soft-line:rgba(184,121,24,.18);--spark-shadow:0 16px 42px rgba(35,0,49,.1);--spark-button-shadow:0 10px 24px rgba(43,0,63,.2), inset 0 1px 0 rgba(255,242,182,.2);--spark-btn-bg:linear-gradient(135deg,#230032 0%,#4a0868 55%,#2d003f 100%);--spark-btn-border:rgba(247,211,108,.86)}html,body,#root{min-height:100%!important;width:100%!important;background:var(--spark-page)!important;color:var(--spark-purple-text)!important}.dashLightLayout{display:grid!important;grid-template-columns:var(--spark-side-w) minmax(0,1fr)!important;min-height:100vh!important;width:100%!important;padding:0!important;gap:0!important;overflow:visible!important;background:#fff!important;color:var(--spark-purple-text)!important}.dashLightSide{grid-column:1!important;position:sticky!important;top:0!important;left:auto!important;width:var(--spark-side-w)!important;min-width:var(--spark-side-w)!important;height:100vh!important;max-height:100vh!important;overflow-y:auto!important;overflow-x:hidden!important;z-index:30!important;padding:20px 14px!important;border-radius:0!important;border-right:1px solid rgba(247,211,108,.36)!important;background:radial-gradient(250px 160px at 20% 6%,rgba(247,211,108,.2),transparent 62%),radial-gradient(360px 260px at 80% 55%,rgba(106,21,148,.4),transparent 72%),linear-gradient(180deg,#170020,#2a003d 48%,#09000f)!important;box-shadow:9px 0 34px #2300312e!important}.dashLightMain{grid-column:2!important;position:relative!important;width:100%!important;max-width:none!important;min-width:0!important;min-height:100vh!important;overflow-x:hidden!important;overflow-y:auto!important;padding:24px 28px 34px!important;background:#fff!important;color:var(--spark-purple-text)!important;border-radius:0!important;box-shadow:none!important;margin:0!important}.dashLightTop{display:none!important}.dashLightMain>div[style*="Online mode"],.dashLightMain>div[style*="Offline mode"]{margin:0 0 18px!important;width:100%!important;border-radius:14px!important;font-weight:900!important}.dashLightBrand{display:flex!important;align-items:center!important;gap:13px!important;margin:0 0 22px!important;padding:10px 8px!important;background:transparent!important;border:0!important;box-shadow:none!important}.dashLightLogo{width:56px!important;height:56px!important;border-radius:50%!important;border:1.5px solid rgba(247,211,108,.72)!important;background:#2d003f!important;color:var(--spark-gold)!important;display:grid!important;place-items:center!important;box-shadow:0 0 0 4px #f7d36c1a,0 12px 30px #00000040!important;overflow:hidden!important}.dashLightName{color:#fff!important;font-size:22px!important;font-weight:950!important;letter-spacing:.3px!important;line-height:1!important}.dashLightTag{color:#ffffffc7!important;font-size:12px!important;font-weight:800!important;margin-top:4px!important;line-height:1.2!important}.dashLightNavTitle{display:none!important}.dashLightNav{display:flex!important;flex-direction:column!important;gap:12px!important;padding:4px 0 18px!important;min-height:0!important}.dashLightNavItem{width:100%!important;min-height:55px!important;padding:8px 12px!important;display:flex!important;align-items:center!important;gap:14px!important;border-radius:16px!important;border:1px solid transparent!important;background:transparent!important;color:#fff!important;text-align:left!important;font-size:16px!important;font-weight:900!important;line-height:1.15!important;cursor:pointer!important;box-shadow:none!important}.dashLightNavItem:hover{background:#ffffff12!important;border-color:#f7d36c47!important}.dashLightNavItem.active{background:linear-gradient(135deg,#ffffff1f,#f7d36c12)!important;border-color:#f7d36cc7!important;box-shadow:0 0 0 1px #fff2b61f inset,0 12px 28px #0000002e!important}.dashLightNavIco{width:40px!important;height:40px!important;border-radius:13px!important;display:grid!important;place-items:center!important;flex:0 0 40px!important;color:var(--spark-gold)!important;background:#ffffff1a!important;border:1px solid rgba(247,211,108,.35)!important;font-size:17px!important}.dashLightNavTxt{color:#fff!important;text-align:left!important;white-space:normal!important;line-height:1.16!important}.dashLightDot{display:none!important}.dashLightSideBottom{position:static!important;margin-top:18px!important;padding:14px!important;border-radius:18px!important;border:1.5px solid rgba(247,211,108,.58)!important;background:#ffffff14!important;box-shadow:0 14px 30px #0003!important}.dashLightMini{color:#fffc!important;font-size:12px!important;line-height:1.45!important;font-weight:800!important;margin:0 0 12px!important}.dashLightMini b{color:#fff!important}.dashLightLogout{width:100%!important;min-height:42px!important;border-radius:14px!important;border:1.5px solid var(--spark-btn-border)!important;background:var(--spark-btn-bg)!important;color:#fff!important;font-weight:950!important;box-shadow:var(--spark-button-shadow)!important}.vwrap{min-height:100vh!important;width:100%!important;display:grid!important;place-items:center!important;padding:24px!important;overflow:auto!important;background:radial-gradient(900px 520px at 18% 14%,rgba(247,211,108,.16),transparent 58%),radial-gradient(900px 580px at 80% 22%,rgba(106,21,148,.3),transparent 62%),linear-gradient(135deg,#160020,#2a003d 56%,#09000f)!important}.vbg,.vblob,.vgrid,.vnoise,.vshine,.vpanel{display:none!important}.vshell{width:min(520px,94vw)!important;margin:0 auto!important}.vcard{display:block!important;width:100%!important;min-height:auto!important;grid-template-columns:1fr!important;overflow:hidden!important;border-radius:26px!important;background:#fff!important;border:1.5px solid rgba(247,211,108,.65)!important;box-shadow:0 28px 80px #00000057,0 0 0 1px #fff2b626 inset!important}.vformWrap{padding:42px 38px!important;background:#fff!important;color:var(--spark-purple-text)!important}.vbrandTop,.vtitle,.vfield label,.vfootNote span,.vlink{color:var(--spark-purple-text)!important}.vbrandSub,.vsubtitle,.vhelp,.vfootNote{color:#6b6474!important;font-weight:800!important}.vbrandDot{background:linear-gradient(135deg,var(--spark-gold-light),var(--spark-gold),var(--spark-gold-dark))!important;box-shadow:0 0 0 4px #f7d36c26,0 0 22px #f7d36cb3!important}.vinputRow,.vrolePill{background:#fff!important;border:1.5px solid rgba(184,121,24,.36)!important;border-radius:15px!important;box-shadow:0 10px 24px #2300310f!important}.vinputRow:focus-within{border-color:var(--spark-gold-dark)!important;box-shadow:0 0 0 4px #f7d36c2e!important}.vinputRow input{color:var(--spark-purple-text)!important;font-weight:850!important}.vbtn,.vghost{width:100%!important;min-height:48px!important;border-radius:15px!important;border:1.5px solid var(--spark-btn-border)!important;background:var(--spark-btn-bg)!important;color:#fff!important;font-weight:950!important;box-shadow:var(--spark-button-shadow)!important}.vrolePill.active{border-color:var(--spark-gold-dark)!important;background:#fffaf0!important;box-shadow:0 0 0 4px #f7d36c24!important}.dashProBoard,.dashboardPage,.dashboardShell{width:100%!important;max-width:none!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:18px!important}.dashProHero{width:100%!important;max-width:none!important;margin:0!important;border-radius:22px!important;background:#fff!important;border:1px solid var(--spark-soft-line)!important;box-shadow:var(--spark-shadow)!important;padding:22px!important;overflow:hidden!important}.dashProMetricsGrid{width:100%!important;max-width:none!important;margin:0!important;display:grid!important;grid-template-columns:repeat(7,minmax(145px,1fr))!important;gap:14px!important}.dashProMainGrid{width:100%!important;max-width:none!important;margin:0!important;display:grid!important;grid-template-columns:1.4fr 1fr 1fr 1fr!important;gap:16px!important}.dashProMetricCard,.dashProPanel{border-radius:18px!important;border:1px solid var(--spark-soft-line)!important;background:#fff!important;box-shadow:var(--spark-shadow)!important;color:var(--spark-purple-text)!important}.dashProHero h1,.dashProMetricValue,.dashProPanelTitle,.dashProMetricLabel{color:var(--spark-purple-text)!important}.dashProPrimaryBtn,.dashProGhostBtn,.dashProDateBtn,.dashProViewAll,.dashProSelectPill{border-radius:14px!important;border:1.5px solid var(--spark-btn-border)!important;background:var(--spark-btn-bg)!important;color:#fff!important;font-weight:950!important;box-shadow:var(--spark-button-shadow)!important}.dashProSearchBox{width:100%!important;border-color:var(--spark-soft-line)!important;box-shadow:0 10px 24px #2300310f!important}.dashLightMain :where(.contactsPage,.customersShell,.suppliersShell,.productShell,.productsShell,.purchaseShell,.reportsPage,.reportsPanel,.settings-page,.settings-hero,.settings-card,.settings-section,.dailyCashPage,.dailyCashHeroCard,.dailyCashSummaryCard,.dailyCashPanel,.dailyCashHistoryCard,.dailyCashCounterCard,.um-page,.um-shell,.um-toolbar,.um-form-card,.um-table-card,.spShell,.sectionCard,.summaryCard,.panel,.tableWrap,.modal,.reportCard,.ledgerCard,.card,.box,.contentCard,.page-card,.pageCard,.formCard,.listCard,.asCard,.asPanel,.asSummary,.asItemsCard,.asCustomerCard,.apCard,.prCard,.plCard,.dcCard){background:#fff!important;color:var(--spark-purple-text)!important;border-color:var(--spark-soft-line)!important;box-shadow:var(--spark-shadow)!important}.dashLightMain :where(h1,h2,h3,h4,h5,h6,label,th,.title,.pageTitle,.sectionTitle,.cardTitle,.spTitle,.asTitle,.apTitle,.plTitle,.prTitle,.dailyCashTitle,.settings-hero h2,.um-title,.um-form-title-row h2,.um-table-head h2){color:var(--spark-purple-text)!important}.dashLightMain :where(p,small,.muted,.sub,.subtitle,.hint,.desc,.dailyCashSub,.settings-subtitle,.um-subtitle,.um-form-note,.um-table-head p){color:#62566f!important}.dashLightMain :where(input,select,textarea){background:#fff!important;color:var(--spark-purple-text)!important;border-color:#b8791857!important;border-radius:12px!important;box-shadow:none!important}.dashLightMain :where(input,select,textarea):focus{outline:none!important;border-color:var(--spark-gold-dark)!important;box-shadow:0 0 0 4px #f7d36c2e!important}.dashLightMain :where(table){background:#fff!important;color:var(--spark-purple-text)!important;border-color:var(--spark-soft-line)!important}.dashLightMain :where(thead,th){background:#fffaf0!important;color:var(--spark-purple-text)!important;border-color:var(--spark-soft-line)!important}.dashLightMain :where(td){color:var(--spark-purple-text)!important;border-color:#b879181f!important}.dashLightMain :where(button,.btn,.button,a.btn,.sparkBtn,.spBtn,.asToolBtn,.asBtn,.asBtnPrimary,.apBtn,.pbtn,.reBtn,.xbtn,.dailyCashActionBtn,.primaryBtn,.newBtn,.um-btn,.um-toggle,.settings-btn,.reportsBtn,.prodTab,.pTab,.sellTab,.segBtn,.addBtn,.editBtn,.removeBtn,.btnSave,.btnClose,.moreBtn,.prodBackBtn,.pBackBtn,.asAddBtn,.asFilterToggleBtn,.asClearBtn,.asDateApplyBtn,.asDateClearBtn,.asDateInputBtn):not(.dashMobileMenuOverlay):not(.dashMobileMenuBtn):not(.dashLightNavItem):not(:disabled){border:1.5px solid var(--spark-btn-border)!important;background:var(--spark-btn-bg)!important;color:#fff!important;font-weight:950!important;box-shadow:var(--spark-button-shadow)!important;text-decoration:none!important}.dashLightMain :where(button,.btn,.button,a.btn,.sparkBtn,.spBtn,.asToolBtn,.asBtn,.asBtnPrimary,.apBtn,.pbtn,.reBtn,.xbtn,.dailyCashActionBtn,.primaryBtn,.newBtn,.um-btn,.um-toggle,.settings-btn,.reportsBtn,.prodTab,.pTab,.sellTab,.segBtn,.addBtn,.editBtn,.removeBtn,.btnSave,.btnClose,.moreBtn,.prodBackBtn,.pBackBtn,.asAddBtn,.asFilterToggleBtn,.asClearBtn,.asDateApplyBtn,.asDateClearBtn,.asDateInputBtn):not(.dashMobileMenuOverlay):not(.dashMobileMenuBtn):not(.dashLightNavItem):not(:disabled):hover{transform:translateY(-1px)!important;box-shadow:0 14px 32px #2b003f47,inset 0 1px #fff2b642!important;filter:brightness(1.04)!important}.dashLightMain :where(.segBtn.active,.sellTab.active,.prodTab.active,.pTab.active,.reportsBtn.active){background:var(--spark-btn-bg)!important;color:#fff!important;border-color:var(--spark-btn-border)!important}.dashLightMain :where(.status,.badge,.pill,.um-table-count,.dailyCashPill){border:1px solid rgba(247,211,108,.35)!important;background:#fffaf0!important;color:var(--spark-purple-text)!important}.dashLightMain :where(.segSwitch,.sellToggle,.prodToggle,.pToggle,.reportsSwitch){width:100%!important;max-width:100%!important;display:flex!important;flex-wrap:wrap!important;gap:10px!important;justify-content:center!important;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important}.dashLightMain :where(.um-toolbar,.settings-toolbar,.dailyCashActions,.toolbar,.actions,.filters,.topbar){max-width:100%!important;overflow:visible!important;gap:12px!important}@media (max-width:1400px){:root{--spark-side-w:256px}.dashProMetricsGrid{grid-template-columns:repeat(4,minmax(160px,1fr))!important}.dashProMainGrid{grid-template-columns:1fr 1fr!important}}@media (max-width:1100px){:root{--spark-side-w:0px}.dashLightLayout{display:block!important;overflow:auto!important}.dashLightSide{position:fixed!important;left:0!important;top:0!important;bottom:0!important;width:min(86vw,300px)!important;min-width:0!important;z-index:100!important;transform:translate(-108%)!important;transition:transform .22s ease!important}.dashLightSide.mobileOpen{transform:translate(0)!important}.dashMobileMenuBtn{display:grid!important;place-items:center!important;width:44px!important;height:44px!important;border-radius:13px!important;border:1.5px solid var(--spark-btn-border)!important;background:var(--spark-btn-bg)!important;color:#fff!important}.dashMobileMenuOverlay{display:block!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:90!important;background:#00000073!important;border:0!important}.dashLightTop{display:flex!important;position:sticky!important;top:0!important;z-index:80!important;background:#fff!important;padding:0 0 14px!important;margin-bottom:12px!important;border-bottom:1px solid var(--spark-soft-line)!important}.dashLightMain{padding:18px 14px 28px!important}.dashProHero{grid-template-columns:1fr!important}.dashProMetricsGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.dashProMainGrid{grid-template-columns:1fr!important}}@media (max-width:640px){.vformWrap{padding:32px 22px!important}.dashProMetricsGrid{grid-template-columns:1fr!important}.dashLightMain{padding:14px 10px 24px!important}.dashLightMain :where(.segBtn,.sellTab,.prodTab,.pTab,.reportsBtn){width:100%!important;min-width:0!important}}:root{--spark-side-w:276px;--spark-purple-950:#170020;--spark-purple-900:#240032;--spark-purple-850:#300042;--spark-purple-800:#3b0056;--spark-purple-700:#4f0b6e;--spark-purple-600:#68148f;--spark-text:#230031;--spark-text-2:#3a114d;--spark-muted:#6d5c78;--spark-gold:#f7d36c;--spark-gold-2:#e7b649;--spark-gold-3:#b87918;--spark-gold-soft:#fff7dc;--spark-line:rgba(184,121,24,.3);--spark-line-soft:rgba(184,121,24,.16);--spark-shadow:0 16px 42px rgba(43,0,63,.1);--spark-btn-bg:linear-gradient(135deg,#270033 0%,#4a0868 58%,#2a003d 100%);--spark-btn-border:rgba(247,211,108,.92);--spark-btn-shadow:0 12px 26px rgba(43,0,63,.25), inset 0 1px 0 rgba(255,246,209,.25)}html,body,#root{width:100%!important;min-height:100%!important;background:#fff!important;color:var(--spark-text)!important}body{margin:0!important;overflow:auto!important;font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif!important}*{box-sizing:border-box!important}.dashLightLayout{display:grid!important;grid-template-columns:var(--spark-side-w) minmax(0,1fr)!important;width:100%!important;min-height:100vh!important;overflow:visible!important;background:#fff!important;color:var(--spark-text)!important}.dashLightSide{grid-column:1!important;position:sticky!important;top:0!important;width:var(--spark-side-w)!important;min-width:var(--spark-side-w)!important;height:100vh!important;max-height:100vh!important;overflow-y:auto!important;overflow-x:hidden!important;z-index:40!important}.dashLightMain{grid-column:2!important;width:100%!important;max-width:none!important;min-width:0!important;min-height:100vh!important;overflow-x:auto!important;overflow-y:visible!important;padding:18px 22px 32px!important;background:#fff!important;color:var(--spark-text)!important;margin:0!important}.dashLightMain>*{max-width:100%!important}.dashLightMain>div[style*="Online mode"],.dashLightMain>div[style*="Offline mode"]{width:100%!important;margin:0 0 18px!important;color:#065f46!important;font-weight:950!important}.dashLightMain :where(h1,h2,h3,h4,h5,h6,label,legend,th,.title,.pageTitle,.sectionTitle,.cardTitle,.spTitle,.asTitle,.apTitle,.plTitle,.prTitle,.dailyCashTitle,.settings-hero h2,.settings-section-title,.settings-toggle-title,.settings-card-header h2,.um-title,.um-form-title-row h2,.um-table-head h2,.dashProPanelTitle,.dashProMetricLabel,.dashProMetricValue){color:var(--spark-text)!important;text-shadow:none!important}.dashLightMain :where(p,small,span,div,td,li,.muted,.sub,.subtitle,.hint,.desc,.description,.dailyCashSub,.settings-subtitle,.settings-card-description,.settings-section-note,.settings-help,.settings-toggle-note,.settings-summary-label,.um-subtitle,.um-form-note,.um-table-head p,.dashProPanelSub,.dashProMetricHint){color:inherit}.dashLightMain :where(.muted,.sub,.subtitle,.hint,.desc,.description,.dailyCashSub,.settings-subtitle,.settings-card-description,.settings-section-note,.settings-help,.settings-toggle-note,.settings-summary-label,.um-subtitle,.um-form-note,.um-table-head p,.dashProPanelSub,.dashProMetricHint){color:var(--spark-muted)!important;font-weight:750!important}.dashLightMain :where(input,select,textarea){color:var(--spark-text)!important;background:#fff!important;border:1.4px solid rgba(184,121,24,.34)!important;border-radius:12px!important}.dashLightMain :where(input::placeholder,textarea::placeholder){color:#8b7b96!important;opacity:1!important}.dashLightMain :where(input:focus,select:focus,textarea:focus){outline:none!important;border-color:var(--spark-gold-3)!important;box-shadow:0 0 0 4px #f7d36c2e!important}.dashLightMain :where(.contactsPage,.customersShell,.suppliersShell,.productShell,.productsShell,.purchaseShell,.reportsPage,.reportsShell,.reportsPanel,.settings-page,.settings-hero,.settings-card,.settings-section,.dailyCashPage,.dailyCashHeroCard,.dailyCashSummaryCard,.dailyCashPanel,.dailyCashHistoryCard,.dailyCashCounterCard,.um-page,.um-shell,.um-toolbar,.um-form-card,.um-table-card,.spShell,.sectionCard,.summaryCard,.panel,.tableWrap,.modal,.reportCard,.ledgerCard,.card,.box,.contentCard,.page-card,.pageCard,.formCard,.listCard,.asCard,.asPanel,.asSummary,.asItemsCard,.asCustomerCard,.apCard,.prCard,.plCard,.dcCard,.productTopBar,.purchaseTopBar){background:#fff!important;color:var(--spark-text)!important;border-color:var(--spark-line-soft)!important;box-shadow:var(--spark-shadow)!important}.dashLightMain :where(table){background:#fff!important;color:var(--spark-text)!important;border-color:var(--spark-line-soft)!important}.dashLightMain :where(thead,th){background:#fffaf0!important;color:var(--spark-text)!important;border-color:var(--spark-line-soft)!important}.dashLightMain :where(td){color:var(--spark-text)!important;border-color:#b879181f!important}.dashLightMain :where(.tableWrap,.um-table-wrap,.supplierTableWrap,.customerTableWrap,.productsTableWrap,.purchaseTableWrap,.asTableWrap,.ledgerTableWrap){max-width:100%!important;overflow-x:auto!important}.dashLightMain :where(.dashProTableRow,.dashProDueRow,.dashProInventoryItem,.dashProTopProduct,.dashProActivityItem,.dashProFeatureCard,.dashProQuickActions button,.dashProQuickGrid button,.quickAction,.feature-card,.featureCard),.dashLightMain :where(.dashProTableRow,.dashProDueRow,.dashProInventoryItem,.dashProTopProduct,.dashProActivityItem,.dashProFeatureCard,.dashProQuickActions button,.dashProQuickGrid button,.quickAction,.feature-card,.featureCard) *{color:#fff!important}.dashLightMain :where(.dashProTableRow .bill,.dashProTableRow .stock,.dashProBadge,.status,.badge,.pill){color:var(--spark-text)!important;background:#fffaf0!important;border-color:#f7d36c73!important}.dashLightMain :where(.dashProTableRow strong,.dashProDueRow strong,.dashProTopProduct strong,.dashProInventoryItem strong){color:var(--spark-gold)!important}.settings-sidebar :where(button,.settings-tab),.settings-sidebar :where(button,.settings-tab) *{color:#fff!important}.settings-sidebar :where(.settings-tab-note){color:#ffffffc7!important;font-weight:800!important}.dashLightMain :where(button,.btn,.button,a.btn,.sparkBtn,.spBtn,.asToolBtn,.asBtn,.asBtnPrimary,.apBtn,.pbtn,.reBtn,.xbtn,.dailyCashActionBtn,.primaryBtn,.newBtn,.um-btn,.um-toggle,.settings-btn,.reportsBtn,.prodTab,.pTab,.sellTab,.segBtn,.addBtn,.editBtn,.removeBtn,.btnSave,.btnClose,.moreBtn,.prodBackBtn,.pBackBtn,.asAddBtn,.asFilterToggleBtn,.asClearBtn,.asDateApplyBtn,.asDateClearBtn,.asDateInputBtn):not(.dashMobileMenuOverlay):not(.dashMobileMenuBtn):not(.dashLightNavItem):not(:disabled){border:1.5px solid var(--spark-btn-border)!important;background:var(--spark-btn-bg)!important;color:#fff!important;font-weight:950!important;box-shadow:var(--spark-btn-shadow)!important;text-decoration:none!important;text-shadow:none!important}.dashLightMain :where(button,.btn,.button,a.btn,.sparkBtn,.spBtn,.asToolBtn,.asBtn,.asBtnPrimary,.apBtn,.pbtn,.reBtn,.xbtn,.dailyCashActionBtn,.primaryBtn,.newBtn,.um-btn,.um-toggle,.settings-btn,.reportsBtn,.prodTab,.pTab,.sellTab,.segBtn,.addBtn,.editBtn,.removeBtn,.btnSave,.btnClose,.moreBtn,.prodBackBtn,.pBackBtn,.asAddBtn,.asFilterToggleBtn,.asClearBtn,.asDateApplyBtn,.asDateClearBtn,.asDateInputBtn):not(.dashMobileMenuOverlay):not(.dashMobileMenuBtn):not(.dashLightNavItem):not(:disabled) *{color:#fff!important}.dashLightMain :where(button:hover,.btn:hover,.button:hover,a.btn:hover,.sparkBtn:hover,.spBtn:hover,.asToolBtn:hover,.asBtn:hover,.asBtnPrimary:hover,.apBtn:hover,.pbtn:hover,.reBtn:hover,.xbtn:hover,.dailyCashActionBtn:hover,.primaryBtn:hover,.newBtn:hover,.um-btn:hover,.um-toggle:hover,.settings-btn:hover,.reportsBtn:hover,.prodTab:hover,.pTab:hover,.sellTab:hover,.segBtn:hover,.addBtn:hover,.editBtn:hover,.removeBtn:hover,.btnSave:hover,.btnClose:hover,.moreBtn:hover,.prodBackBtn:hover,.pBackBtn:hover,.asAddBtn:hover,.asFilterToggleBtn:hover,.asClearBtn:hover,.asDateApplyBtn:hover,.asDateClearBtn:hover,.asDateInputBtn:hover):not(.dashMobileMenuOverlay):not(.dashMobileMenuBtn):not(.dashLightNavItem):not(:disabled){filter:brightness(1.08)!important;transform:translateY(-1px)!important;box-shadow:0 16px 34px #2b003f4d,inset 0 1px #fff6d147!important}.dashLightMain :where(button:disabled,.btn:disabled,.um-btn:disabled,.settings-btn:disabled){opacity:.55!important;cursor:not-allowed!important}.dashLightMain :where(.segSwitch,.sellToggle,.prodToggle,.pToggle,.reportsSwitch,.productTopBar,.purchaseTopBar,.toolbar,.actions,.topbar,.um-toolbar,.dailyCashActions,.settings-toolbar){max-width:100%!important;overflow:visible!important;flex-wrap:wrap!important}.dashLightMain :where(.segBtn,.sellTab,.prodTab,.pTab,.reportsBtn){width:auto!important;min-width:145px!important;max-width:100%!important;min-height:42px!important;border-radius:14px!important;padding:0 18px!important}.dashProBoard,.dashboardPage,.dashboardShell{width:100%!important;max-width:none!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:18px!important;overflow:visible!important}.dashProHero{width:100%!important;max-width:none!important;margin:0!important;border-radius:22px!important;background:#fff!important;border:1px solid var(--spark-line-soft)!important;box-shadow:var(--spark-shadow)!important;padding:22px!important;overflow:hidden!important;color:var(--spark-text)!important}.dashProHero *{text-shadow:none!important}.dashProHero :where(.dashProHeroLeft,.dashProHeroRight){min-width:0!important}.dashProMetricsGrid{width:100%!important;max-width:none!important;margin:0!important;display:grid!important;grid-template-columns:repeat(7,minmax(140px,1fr))!important;gap:14px!important}.dashProMainGrid,.dashProLowerGrid{width:100%!important;max-width:none!important;margin:0!important;gap:16px!important}.dashProMainGrid{display:grid!important;grid-template-columns:1.35fr 1fr 1fr 1fr!important}.dashProLowerGrid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important}.dashProMetricCard,.dashProPanel{border-radius:18px!important;border:1px solid var(--spark-line-soft)!important;background:#fff!important;box-shadow:var(--spark-shadow)!important;color:var(--spark-text)!important}.vwrap{min-height:100vh!important;width:100%!important;display:grid!important;place-items:center!important;padding:34px!important;overflow:auto!important;background:radial-gradient(900px 520px at 18% 14%,rgba(247,211,108,.18),transparent 58%),radial-gradient(980px 620px at 82% 26%,rgba(106,21,148,.35),transparent 64%),linear-gradient(135deg,#160020,#2a003d 58%,#09000f)!important}.vbg,.vblob,.vgrid,.vnoise,.vshine{display:none!important}.vcard{display:grid!important;grid-template-columns:minmax(360px,520px) minmax(360px,520px)!important;width:100%!important;min-height:560px!important;overflow:hidden!important;border-radius:28px!important;background:#fff!important;border:1.5px solid rgba(247,211,108,.7)!important;box-shadow:0 28px 80px #00000057,0 0 0 1px #fff2b624 inset!important}.vformWrap{padding:46px 44px!important;background:#fff!important;color:var(--spark-text)!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.vpanel{display:flex!important;align-items:center!important;justify-content:center!important;padding:46px!important;background:radial-gradient(420px 280px at 70% 28%,rgba(247,211,108,.12),transparent 62%),linear-gradient(135deg,#250032,#4b0968 55%,#2a003d)!important;color:#fff!important}.vpanelInner{width:100%!important;max-width:390px!important;min-height:auto!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.vbrandTop,.vtitle,.vfield label,.vfootNote span,.vlink{color:var(--spark-text)!important}.vbrandSub,.vsubtitle,.vhelp,.vfootNote{color:var(--spark-muted)!important;font-weight:800!important}.vtitle{font-size:34px!important;font-weight:950!important;line-height:1.08!important}.vinputRow,.vrolePill{background:#fff!important;border:1.5px solid rgba(184,121,24,.38)!important;border-radius:15px!important;box-shadow:0 10px 24px #2300310f!important}.vinputRow:focus-within{border-color:var(--spark-gold-3)!important;box-shadow:0 0 0 4px #f7d36c2e!important}.vinputRow input{color:var(--spark-text)!important;font-weight:850!important}.vinputRow input::placeholder{color:#9b8aa5!important;opacity:1!important}.vbtn,.vghost{width:100%!important;min-height:48px!important;border-radius:15px!important;border:1.5px solid var(--spark-btn-border)!important;background:var(--spark-btn-bg)!important;color:#fff!important;font-weight:950!important;box-shadow:var(--spark-btn-shadow)!important}.vpanelSmall{font-size:13px!important;letter-spacing:2px!important;color:var(--spark-gold)!important;font-weight:950!important}.vpanelBig{font-size:58px!important;line-height:1!important;font-weight:950!important;margin-top:12px!important;color:#fff!important;text-shadow:0 10px 30px rgba(0,0,0,.34)!important}.vpanelDesc{font-size:15px!important;font-weight:850!important;color:#ffffffe6!important;margin:12px 0 22px!important}.vpanelBadges{display:flex!important;gap:8px!important;flex-wrap:wrap!important;margin-top:22px!important}.vbadge{border:1px solid rgba(247,211,108,.42)!important;background:#ffffff1a!important;color:#fff!important}@media (max-width:1500px){:root{--spark-side-w:256px}.dashProMetricsGrid{grid-template-columns:repeat(4,minmax(160px,1fr))!important}.dashProMainGrid,.dashProLowerGrid{grid-template-columns:1fr 1fr!important}}@media (max-width:1100px){:root{--spark-side-w:0px}.dashLightLayout{display:block!important;overflow:auto!important}.dashLightSide{position:fixed!important;left:0!important;top:0!important;bottom:0!important;width:min(86vw,300px)!important;min-width:0!important;z-index:100!important;transform:translate(-108%)!important;transition:transform .22s ease!important}.dashLightSide.mobileOpen{transform:translate(0)!important}.dashMobileMenuBtn{display:grid!important;place-items:center!important;width:44px!important;height:44px!important;border-radius:13px!important;border:1.5px solid var(--spark-btn-border)!important;background:var(--spark-btn-bg)!important;color:#fff!important}.dashMobileMenuOverlay{display:block!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:90!important;background:#00000073!important;border:0!important}.dashLightTop{display:flex!important;position:sticky!important;top:0!important;z-index:80!important;background:#fff!important;padding:0 0 14px!important;margin-bottom:12px!important;border-bottom:1px solid var(--spark-line-soft)!important}.dashLightMain{padding:18px 14px 28px!important;overflow-x:hidden!important}.dashProMetricsGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.dashProMainGrid,.dashProLowerGrid{grid-template-columns:1fr!important}}@media (min-width:1101px){.dashMobileMenuBtn,.dashMobileMenuOverlay{display:none!important}}@media (max-width:760px){.vshell{width:min(520px,94vw)!important}.vcard{grid-template-columns:1fr!important;min-height:auto!important}.vpanel{display:none!important}.vformWrap{padding:34px 24px!important}.dashProMetricsGrid{grid-template-columns:1fr!important}.dashLightMain{padding:14px 10px 24px!important}.dashLightMain :where(.segBtn,.sellTab,.prodTab,.pTab,.reportsBtn){width:100%!important;min-width:0!important}}.dashProInventoryPanel .dashProInventoryList{min-width:0!important}.dashProInventoryPanel .dashProInventoryItem{display:grid!important;grid-template-columns:42px minmax(0,1fr) auto!important;align-items:center!important;column-gap:12px!important;min-height:58px!important;padding:10px 12px!important;overflow:visible!important}.dashProInventoryPanel .dashProProductThumb{width:42px!important;height:42px!important;flex:0 0 42px!important}.dashProInventoryPanel .dashProItemMain{min-width:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;overflow:visible!important}.dashProInventoryPanel .dashProItemMain b{display:block!important;color:#230031!important;font-size:13px!important;line-height:1.22!important;font-weight:950!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;word-break:break-word!important;max-width:100%!important}.dashProInventoryPanel .dashProItemMain small{display:block!important;margin-top:2px!important;color:#6d5c78!important;font-size:11px!important;line-height:1.2!important;font-weight:850!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;word-break:break-word!important}.dashProInventoryPanel .dashProStockQty{min-width:44px!important;text-align:right!important;color:#b87918!important}.dashProInventoryPanel .dashProStockQty strong{color:#b87918!important}.dashProInventoryPanel .dashProStockQty.danger,.dashProInventoryPanel .dashProStockQty.danger strong{color:#dc2626!important}.dashProDueRow.stock{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important}.dashProDueRow.stock .dashProStockNameWrap{min-width:0!important;overflow:visible!important}.dashProDueRow.stock .dashProStockNameWrap b{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;word-break:break-word!important;line-height:1.18!important}.dashProDueRow.stock .dashProStockNameWrap small{white-space:normal!important;overflow:visible!important;text-overflow:clip!important}.dashLightMain .dashProTableRow .status,.dashLightMain .dashProTableRow .status *,.dashLightMain .dashProTableRows .status,.dashLightMain .dashProTableRows .status *{color:#3a0055!important;background:#fff7dc!important;border:1px solid rgba(247,211,108,.95)!important;font-weight:950!important;text-shadow:none!important}.dashLightMain .dashProTableRow .status.due,.dashLightMain .dashProTableRows .status.due{color:#8a4b00!important;background:#fff1b8!important}.dashLightMain .dashProTableRow .status.paid,.dashLightMain .dashProTableRows .status.paid{color:#065f46!important;background:#d1fae5!important}.dashLightMain .dashProTableRow .status.partial,.dashLightMain .dashProTableRows .status.partial{color:#7c2d12!important;background:#ffedd5!important}.dashLightMain .dashProTopProduct .dashProRank,.dashLightMain .dashProTopProduct .dashProRank *{color:#3a0055!important;background:#fff7dc!important;border:1px solid rgba(247,211,108,.95)!important;font-weight:950!important;text-shadow:none!important}.dashLightMain .dashProFeatureCard>span,.dashLightMain .dashProFeatureCard>span *{color:#3a0055!important;background:#fff7dc!important;border:1px solid rgba(247,211,108,.95)!important;font-weight:950!important;text-shadow:none!important}.dashLightMain .dashProFeatureCard em,.dashLightMain .dashProFeatureCard em *{color:#fff!important;background:#f7d36c33!important;border:1px solid rgba(247,211,108,.7)!important;font-weight:950!important;text-shadow:none!important}.dashLightMain .dashProTableRow b,.dashLightMain .dashProDueRow b,.dashLightMain .dashProTopProduct b,.dashLightMain .dashProFeatureCard b{color:#fff!important}.dashLightMain .dashProTableRow small,.dashLightMain .dashProDueRow small,.dashLightMain .dashProTopProduct small,.dashLightMain .dashProFeatureCard small{color:#f7d36c!important;font-weight:850!important}.dashLightMain .dashProTableRow em,.dashLightMain .dashProTableRows em{color:#fff!important;opacity:.92!important;font-weight:850!important}.dashLightMain .dashProRank,.dashLightMain .dashProFeatureCard>span,.dashLightMain .dashProTableRow .status{position:relative!important;z-index:2!important}.dashLightMain button.dashProTableRow span.status,.dashLightMain .dashProTableRow span.status,.dashLightMain .dashProTableRows span.status{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:44px!important;padding:5px 9px!important;border-radius:999px!important;border:1.5px solid rgba(247,211,108,.95)!important;background:#fff7dc!important;color:#3a0055!important;font-size:11px!important;font-weight:950!important;line-height:1!important;opacity:1!important;text-shadow:none!important;box-shadow:none!important;-webkit-text-fill-color:#3a0055!important}.dashLightMain button.dashProTableRow span.status *,.dashLightMain .dashProTableRow span.status *,.dashLightMain .dashProTableRows span.status *{color:inherit!important;opacity:1!important;text-shadow:none!important;-webkit-text-fill-color:currentColor!important}.dashLightMain button.dashProTableRow span.status.due,.dashLightMain .dashProTableRow span.status.due{color:#7a4100!important;background:#fff0b3!important;-webkit-text-fill-color:#7a4100!important}.dashLightMain button.dashProTableRow span.status.paid,.dashLightMain .dashProTableRow span.status.paid{color:#065f46!important;background:#d1fae5!important;border-color:#10b9818c!important;-webkit-text-fill-color:#065f46!important}.dashLightMain button.dashProTableRow span.status.partial,.dashLightMain .dashProTableRow span.status.partial{color:#7c2d12!important;background:#ffedd5!important;border-color:#fb923c8c!important;-webkit-text-fill-color:#7c2d12!important}.dashLightMain button.dashProTopProduct .dashProRank,.dashLightMain .dashProTopProduct .dashProRank{display:grid!important;place-items:center!important;width:38px!important;height:38px!important;min-width:38px!important;border-radius:13px!important;border:1.5px solid rgba(247,211,108,.95)!important;background:#fff7dc!important;color:#3a0055!important;font-size:16px!important;font-weight:950!important;line-height:1!important;opacity:1!important;text-shadow:none!important;box-shadow:0 8px 18px #0000001a!important;-webkit-text-fill-color:#3a0055!important}.dashLightMain button.dashProTopProduct .dashProRank *,.dashLightMain .dashProTopProduct .dashProRank *{color:#3a0055!important;opacity:1!important;text-shadow:none!important;-webkit-text-fill-color:#3a0055!important}.dashLightMain .dashProQuickGrid button>span,.dashLightMain .dashProQuickActions button>span{display:grid!important;place-items:center!important;width:38px!important;height:38px!important;min-width:38px!important;border-radius:13px!important;border:1.5px solid rgba(247,211,108,.95)!important;background:#fff7dc!important;color:#3a0055!important;font-size:18px!important;font-weight:950!important;line-height:1!important;opacity:1!important;text-shadow:none!important;box-shadow:0 8px 18px #0000001a!important;-webkit-text-fill-color:#3a0055!important}.dashLightMain .dashProQuickGrid button>span *,.dashLightMain .dashProQuickActions button>span *{color:#3a0055!important;opacity:1!important;text-shadow:none!important;-webkit-text-fill-color:#3a0055!important}.dashLightMain .dashProQuickGrid button>b,.dashLightMain .dashProQuickActions button>b{color:#fff!important;opacity:1!important;text-shadow:none!important;-webkit-text-fill-color:#ffffff!important}.dashLightMain .dashProQuickGrid button>kbd,.dashLightMain .dashProQuickActions button>kbd{color:#f7d36c!important;background:#ffffff1f!important;border:1px solid rgba(247,211,108,.45)!important;opacity:1!important;text-shadow:none!important;-webkit-text-fill-color:#f7d36c!important}.dashLightMain button.dashProFeatureCard>span,.dashLightMain .dashProFeatureCard>span{display:grid!important;place-items:center!important;width:38px!important;height:38px!important;min-width:38px!important;border-radius:13px!important;border:1.5px solid rgba(247,211,108,.95)!important;background:#fff7dc!important;color:#3a0055!important;font-size:18px!important;font-weight:950!important;line-height:1!important;opacity:1!important;text-shadow:none!important;box-shadow:0 8px 18px #0000001a!important;-webkit-text-fill-color:#3a0055!important}.dashLightMain button.dashProFeatureCard>span *,.dashLightMain .dashProFeatureCard>span *{color:#3a0055!important;opacity:1!important;text-shadow:none!important;-webkit-text-fill-color:#3a0055!important}.dashLightMain .dashProTableRow>div b,.dashLightMain .dashProDueRow>div b,.dashLightMain .dashProTopProduct>div b,.dashLightMain .dashProFeatureCard>div b{color:#fff!important;opacity:1!important;-webkit-text-fill-color:#ffffff!important}.dashLightMain .dashProTableRow>div small,.dashLightMain .dashProDueRow>div small,.dashLightMain .dashProTopProduct>div small,.dashLightMain .dashProFeatureCard>div small{color:#f7d36c!important;font-weight:850!important;opacity:1!important;-webkit-text-fill-color:#f7d36c!important}.dashLightMain .dashProTableRow>strong{color:#fff!important;opacity:1!important;-webkit-text-fill-color:#ffffff!important}.dashLightMain .dashProTableRow>em{color:#fff!important;opacity:.92!important;font-weight:850!important;-webkit-text-fill-color:#ffffff!important}.dashLightMain .dashProTopProduct>strong{color:#fff!important;opacity:1!important;-webkit-text-fill-color:#ffffff!important}.vshell{width:min(1080px,calc(100vw - 60px))!important;margin:0 auto!important}.vcard{display:grid!important;grid-template-columns:1fr 1fr!important;gap:0!important;width:100%!important;min-height:560px!important;overflow:hidden!important;border-radius:28px!important;background:linear-gradient(90deg,#fff,#fff 50%,#250032 50%,#4b0968)!important}.vformWrap{grid-column:1!important;width:100%!important;min-width:0!important;height:100%!important;min-height:560px!important;margin:0!important;border-radius:28px 0 0 28px!important;background:#fff!important}.vpanel{grid-column:2!important;width:100%!important;min-width:0!important;height:100%!important;min-height:560px!important;margin:0!important;border-radius:0 28px 28px 0!important;overflow:hidden!important;background:radial-gradient(420px 280px at 70% 28%,rgba(247,211,108,.12),transparent 62%),linear-gradient(135deg,#250032,#4b0968 55%,#2a003d)!important}.vpanelInner{width:100%!important;max-width:390px!important;min-width:0!important;margin:0 auto!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.vcard:before,.vcard:after,.vpanel:before,.vpanel:after{display:none!important;content:none!important}@media (max-width:760px){.vcard{grid-template-columns:1fr!important;background:#fff!important;min-height:auto!important}.vformWrap{grid-column:1!important;min-height:auto!important;border-radius:28px!important}.vpanel{display:none!important}}:root{--spark-purple-readable:#260035;--spark-purple-readable-2:#3d0757;--spark-light-readable:#fff7dc}@media (min-width:1101px){.dashLightLayout{grid-template-columns:var(--spark-side-w, 276px) minmax(0,1fr)!important;overflow:visible!important}.dashLightSide{position:fixed!important;left:0!important;top:0!important;bottom:0!important;width:var(--spark-side-w, 276px)!important;min-width:var(--spark-side-w, 276px)!important;height:100vh!important;max-height:100vh!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;z-index:100!important}.dashLightBrand,.dashLightNavTitle,.dashLightSideBottom{flex:0 0 auto!important}.dashLightNav{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding-bottom:8px!important;scrollbar-width:thin!important}.dashLightSideBottom{position:static!important;left:auto!important;right:auto!important;bottom:auto!important;margin-top:12px!important}.dashLightMain{grid-column:2!important;margin-left:0!important}}.dashProTableRow.bill,.dashProDueRow,.dashProTopProduct,.dashProFeatureCard{background:linear-gradient(135deg,#270033,#4a0868 58%,#2a003d)!important;border:1.5px solid rgba(247,211,108,.92)!important;color:#fff!important;box-shadow:0 12px 26px #2b003f38,inset 0 1px #fff6d138!important}.dashProTableRow.bill :where(b,small,strong,em,span,div),.dashProDueRow :where(b,small,strong,em,span,div),.dashProTopProduct :where(b,small,strong,em,span,div),.dashProFeatureCard :where(b,small,strong,em,span,div){color:#fff!important;opacity:1!important;text-shadow:none!important}.dashProTableRow.bill small,.dashProDueRow small,.dashProTopProduct small,.dashProFeatureCard small{color:#f7d36c!important;font-weight:900!important}.dashProTableRow.bill strong,.dashProDueRow strong,.dashProTopProduct strong,.dashProFeatureCard strong{color:#fff7dc!important;font-weight:950!important}.dashProTableRow.bill em,.dashProActivityItem em{color:#f5e7ba!important}.dashProTableRow .status,.dashProTableRow .status.paid,.dashProTableRow .status.due{background:#fff7dc!important;color:#260035!important;border:1px solid rgba(247,211,108,.75)!important;text-shadow:none!important}.dashProRank,.dashProFeatureCard>span,.dashProQuickGrid button>span,.dashProInventoryItem .dashProProductThumb{background:#fff7dc!important;color:#260035!important;border:1px solid rgba(247,211,108,.55)!important}.dashProEmpty{color:#5c456a!important;font-weight:950!important}.dashLightMain :where(.dashProPanel,.dashProMetricCard,.asCard,.summaryCard,.settings-card,.um-form-card,.um-table-card,.tableWrap){color:var(--spark-purple-readable)!important}.dashLightMain :where(.dashProPanelTitle,.dashProMetricLabel,.dashProMetricValue,h1,h2,h3,h4,h5,h6,label,th,td,p,small,span,b,strong){opacity:1!important}.dashLightMain :where(button,.btn,.button,a.btn):not(.dashMobileMenuOverlay):not(.dashMobileMenuBtn):not(.dashLightNavItem) :where(span,b,strong,small,kbd,em,div){color:inherit!important}.dashLightMain :where(button,.btn,.button,a.btn):not(.dashMobileMenuOverlay):not(.dashMobileMenuBtn):not(.dashLightNavItem):not(:disabled){color:#fff!important}.dashLightMain :where(button,.btn,.button,a.btn):not(.dashMobileMenuOverlay):not(.dashMobileMenuBtn):not(.dashLightNavItem) kbd,.dashProQuickGrid button kbd{color:#fff7dc!important;background:#ffffff29!important;border:1px solid rgba(247,211,108,.35)!important}.comboDatalistReopenMenu,.asCustomerComboMenu,.asSuggestBoxPortal,.prodpl-combo-menu,[role=listbox],.dropdown-menu,.dropdown-list,.suggestions,.suggestion-list,.autocomplete-list,.search-results,.combo-menu,.comboMenu,.apComboMenu,.apMenu,.apDropdown,.contactSearchResults,.productSearchResults,.columnVisibilityMenu,.column-visibility-menu,.print-size-menu,div[class*=Dropdown],div[class*=dropdown],div[class*=Suggestion],div[class*=suggestion]{max-height:260px!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;scrollbar-width:thin!important}.comboDatalistReopenMenu::-webkit-scrollbar,.asCustomerComboMenu::-webkit-scrollbar,.asSuggestBoxPortal::-webkit-scrollbar,.prodpl-combo-menu::-webkit-scrollbar,[role=listbox]::-webkit-scrollbar{width:8px!important}.comboDatalistReopenMenu::-webkit-scrollbar-thumb,.asCustomerComboMenu::-webkit-scrollbar-thumb,.asSuggestBoxPortal::-webkit-scrollbar-thumb,.prodpl-combo-menu::-webkit-scrollbar-thumb,[role=listbox]::-webkit-scrollbar-thumb{background:#4a08688c!important;border-radius:999px!important}.comboDatalistReopenItem,.asCustomerComboItem,.prodpl-combo-item,[role=option]{cursor:pointer!important}.asCustomerComboItem b,.asCustomerComboItem span{color:#260035!important}.asCustomerComboItem:hover,.comboDatalistReopenItem:hover,.comboDatalistReopenItem.active{background:#fff7dc!important;color:#260035!important}select{cursor:pointer!important}select option{color:#260035!important;background:#fff!important}.vformWrap [role=alert],.vformWrap .loginError,.vformWrap .authError{color:#991b1b!important;background:#fff1f2!important;border-color:#fda4af!important}:root{--spark-side-w:276px;--ec-bg:#f4f1ea;--ec-bg-2:#f8f5ef;--ec-card:#fffdf9;--ec-card-2:#fbf8f2;--ec-panel:#ffffff;--ec-sidebar:#fffdf9;--ec-sidebar-soft:#f7f1ea;--ec-primary:#6b2aa4;--ec-primary-2:#7f3bb7;--ec-primary-3:#efe5fb;--ec-primary-soft:#f5effb;--ec-gold:#c59a38;--ec-gold-soft:#f5ead0;--ec-text:#21182b;--ec-text-2:#3b2f46;--ec-muted:#746a7d;--ec-line:#e6dcca;--ec-line-2:#ddd2c0;--ec-success:#147a4d;--ec-danger:#b42335;--ec-warning:#9a6414;--ec-info:#2563a9;--ec-shadow:0 10px 26px rgba(72,48,92,.075);--ec-shadow-soft:0 6px 16px rgba(72,48,92,.055);--ec-focus:0 0 0 4px rgba(107,42,164,.13);--ec-btn-shadow:0 7px 16px rgba(107,42,164,.14)}@media screen{html,body,#root{background:var(--ec-bg)!important;color:var(--ec-text)!important}body{font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif!important;color:var(--ec-text)!important;text-rendering:geometricPrecision}*{text-shadow:none!important}.dashLightLayout{color:var(--ec-text)!important;background:radial-gradient(900px 420px at 18% 8%,rgba(107,42,164,.055),transparent 62%),radial-gradient(900px 420px at 88% 12%,rgba(197,154,56,.075),transparent 60%),linear-gradient(135deg,var(--ec-bg) 0%,var(--ec-bg-2) 50%,#f6f2eb 100%)!important;overflow:visible!important}.dashLightLayout:before,.dashLightLayout:after{opacity:.14!important;animation:none!important;filter:none!important}.dashLightMain{background:transparent!important;color:var(--ec-text)!important;padding:18px 22px 30px!important}.dashLightSide{background:linear-gradient(180deg,#fffefa,#fbf7ef)!important;border-right:1px solid var(--ec-line)!important;box-shadow:10px 0 26px #48305c0b!important;color:var(--ec-text)!important}.dashLightBrand,.dashLightSideBottom{background:linear-gradient(180deg,#fff,#fbf7f0)!important;border:1px solid var(--ec-line)!important;box-shadow:var(--ec-shadow-soft)!important}.dashLightLogo{border-radius:999px!important;border:1.4px solid rgba(197,154,56,.45)!important;background:linear-gradient(135deg,#fff7df,#f0e8fb)!important;color:var(--ec-primary)!important;box-shadow:0 6px 16px #c59a3821!important}.dashLightName,.dashLightNavTxt,.dashLightMini b{color:var(--ec-text)!important;font-weight:850!important}.dashLightTag,.dashLightMini,.dashLightNavTitle{color:var(--ec-muted)!important;font-weight:700!important}.dashLightNav{gap:8px!important}.dashLightNavItem{background:transparent!important;color:var(--ec-text-2)!important;border:1px solid transparent!important;box-shadow:none!important;border-radius:14px!important;font-weight:780!important}.dashLightNavItem:hover{background:var(--ec-primary-soft)!important;border-color:#eadff4!important;transform:none!important;box-shadow:none!important}.dashLightNavItem.active{background:linear-gradient(90deg,#fbf5ff,#fff)!important;border-color:#6b2aa447!important;box-shadow:0 8px 18px #6b2aa417!important;color:var(--ec-primary)!important}.dashLightNavItem.active .dashLightNavTxt{color:var(--ec-primary)!important;font-weight:900!important}.dashLightNavIco{background:#f5effb!important;border:1px solid #eadff4!important;color:var(--ec-primary)!important;box-shadow:none!important}.dashLightNavItem.active .dashLightNavIco{background:var(--ec-primary)!important;border-color:var(--ec-primary)!important;color:#fff!important}.dashLightDot{background:transparent!important;box-shadow:none!important}.dashLightNavItem.active .dashLightDot{width:4px!important;height:24px!important;border-radius:999px!important;background:var(--ec-gold)!important;box-shadow:none!important}.dashLightLogout,.dashLightTopBtn{background:#fff!important;color:var(--ec-primary)!important;border:1.5px solid rgba(107,42,164,.34)!important;box-shadow:none!important;font-weight:850!important}.dashLightLogout:hover,.dashLightTopBtn:hover{background:var(--ec-primary)!important;color:#fff!important;border-color:var(--ec-primary)!important;transform:none!important;box-shadow:var(--ec-btn-shadow)!important}.dashLightTop{background:#fffdf9e0!important;border:1px solid var(--ec-line)!important;border-radius:18px!important;box-shadow:var(--ec-shadow-soft)!important;padding:14px 16px!important;margin-bottom:14px!important}.dashLightTitle{color:var(--ec-text)!important;font-weight:900!important;letter-spacing:.1px!important}.dashLightMain :where(.dashProBoard,.dashProHero,.dashProPanel,.dashProMetricCard,.dashProFeatureStrip,.contactsPage,.customersShell,.suppliersShell,.productShell,.productsShell,.purchaseShell,.reportsPage,.reportsShell,.reportsPanel,.settings-page,.settings-hero,.settings-card,.settings-section,.dailyCashPage,.dailyCashHeroCard,.dailyCashSummaryCard,.dailyCashPanel,.dailyCashHistoryCard,.dailyCashCounterCard,.um-page,.um-shell,.um-toolbar,.um-form-card,.um-table-card,.spShell,.sectionCard,.summaryCard,.panel,.tableWrap,.modal,.reportCard,.ledgerCard,.card,.box,.contentCard,.page-card,.pageCard,.formCard,.listCard,.asCard,.asPanel,.asSummary,.asItemsCard,.asCustomerCard,.apCard,.prCard,.plCard,.dcCard,.productTopBar,.purchaseTopBar,.sellShell,.sellPage,.sellContainer,.returnExchangePage,.returnListPage,.allSalesPage,.prodPage,.prodCard,.prodPanel,.prodTableCard,.purchasePage,.purchasePanel,.settingsShell,.settingsPanel,.settings-content,.settings-main,.importContactsPage,.importContactsShell){background:var(--ec-card)!important;color:var(--ec-text)!important;border-color:var(--ec-line)!important;box-shadow:var(--ec-shadow)!important}.dashLightMain :where(.dashProHero,.dashProPanel,.dashProMetricCard,.settings-card,.um-form-card,.um-table-card,.asCard,.apCard,.prCard,.plCard,.prodCard,.panel,.card,.tableWrap){border-radius:18px!important}.dashLightMain :where(h1,h2,h3,h4,h5,h6,.title,.pageTitle,.sectionTitle,.cardTitle,.spTitle,.asTitle,.apTitle,.plTitle,.prTitle,.dailyCashTitle,.settings-hero h2,.settings-section-title,.settings-toggle-title,.settings-card-header h2,.um-title,.um-form-title-row h2,.um-table-head h2,.dashProPanelTitle,.dashProMetricLabel,.dashProMetricValue){color:var(--ec-text)!important;font-weight:850!important}.dashLightMain :where(p,small,.muted,.sub,.subtitle,.hint,.desc,.description,.dailyCashSub,.settings-subtitle,.settings-card-description,.settings-section-note,.settings-help,.settings-toggle-note,.settings-summary-label,.um-subtitle,.um-form-note,.um-table-head p,.dashProPanelSub,.dashProMetricHint){color:var(--ec-muted)!important;font-weight:650!important}.dashLightMain :where(span,div,td,li,label,b,strong){text-shadow:none!important}.dashLightMain :where(input,select,textarea,.comboInput,.searchInput,.dateInput){background:#fff!important;color:var(--ec-text)!important;border:1.3px solid var(--ec-line-2)!important;border-radius:12px!important;box-shadow:none!important}.dashLightMain :where(input::placeholder,textarea::placeholder){color:#92889a!important;opacity:1!important}.dashLightMain :where(input:focus,select:focus,textarea:focus,.comboInput:focus,.searchInput:focus){border-color:#6b2aa49e!important;box-shadow:var(--ec-focus)!important;outline:none!important}select option{background:#fffdf9!important;color:var(--ec-text)!important}.dashLightMain :where(button,.btn,.button,a.btn,.sparkBtn,.spBtn,.asToolBtn,.asBtn,.asBtnPrimary,.apBtn,.pbtn,.reBtn,.xbtn,.dailyCashActionBtn,.primaryBtn,.newBtn,.um-btn,.um-toggle,.settings-btn,.reportsBtn,.prodTab,.pTab,.sellTab,.segBtn,.addBtn,.editBtn,.removeBtn,.btnSave,.btnClose,.moreBtn,.prodBackBtn,.pBackBtn,.asAddBtn,.asFilterToggleBtn,.asClearBtn,.asDateApplyBtn,.asDateClearBtn,.asDateInputBtn,.dashProViewAll,.dashProGhostBtn,.dashProDateBtn):not(.dashMobileMenuOverlay):not(.dashMobileMenuBtn):not(.dashLightNavItem):not(:disabled){background:#fff!important;color:var(--ec-primary)!important;border:1.3px solid rgba(107,42,164,.22)!important;box-shadow:var(--ec-shadow-soft)!important;text-decoration:none!important;font-weight:850!important}.dashLightMain :where(button,.btn,.button,a.btn,.sparkBtn,.spBtn,.asToolBtn,.asBtn,.asBtnPrimary,.apBtn,.pbtn,.reBtn,.xbtn,.dailyCashActionBtn,.primaryBtn,.newBtn,.um-btn,.um-toggle,.settings-btn,.reportsBtn,.prodTab,.pTab,.sellTab,.segBtn,.addBtn,.editBtn,.removeBtn,.btnSave,.btnClose,.moreBtn,.prodBackBtn,.pBackBtn,.asAddBtn,.asFilterToggleBtn,.asClearBtn,.asDateApplyBtn,.asDateClearBtn,.asDateInputBtn,.dashProViewAll,.dashProGhostBtn,.dashProDateBtn):not(.dashMobileMenuOverlay):not(.dashMobileMenuBtn):not(.dashLightNavItem):not(:disabled) *{color:inherit!important}.dashLightMain :where(button:hover,.btn:hover,.button:hover,a.btn:hover,.sparkBtn:hover,.spBtn:hover,.asToolBtn:hover,.asBtn:hover,.asBtnPrimary:hover,.apBtn:hover,.pbtn:hover,.reBtn:hover,.xbtn:hover,.dailyCashActionBtn:hover,.primaryBtn:hover,.newBtn:hover,.um-btn:hover,.um-toggle:hover,.settings-btn:hover,.reportsBtn:hover,.prodTab:hover,.pTab:hover,.sellTab:hover,.segBtn:hover,.addBtn:hover,.editBtn:hover,.removeBtn:hover,.btnSave:hover,.btnClose:hover,.moreBtn:hover,.prodBackBtn:hover,.pBackBtn:hover,.asAddBtn:hover,.asFilterToggleBtn:hover,.asClearBtn:hover,.asDateApplyBtn:hover,.asDateClearBtn:hover,.asDateInputBtn:hover,.dashProViewAll:hover,.dashProGhostBtn:hover,.dashProDateBtn:hover):not(.dashMobileMenuOverlay):not(.dashMobileMenuBtn):not(.dashLightNavItem):not(:disabled){background:var(--ec-primary)!important;color:#fff!important;border-color:var(--ec-primary)!important;transform:translateY(-1px)!important;box-shadow:var(--ec-btn-shadow)!important;filter:none!important}.dashLightMain :where(.primary,.active,.selected,.asBtnPrimary,.btnSave,.primaryBtn,.newBtn,.dashProPrimaryBtn,.segBtn.active,.sellTab.active,.prodTab.active,.pTab.active,.reportsBtn.active):not(.dashLightNavItem):not(:disabled){background:var(--ec-primary)!important;color:#fff!important;border-color:var(--ec-primary)!important;box-shadow:var(--ec-btn-shadow)!important}.dashLightMain :where(button:disabled,.btn:disabled,.um-btn:disabled,.settings-btn:disabled){opacity:.55!important;cursor:not-allowed!important;box-shadow:none!important}.dashLightMain kbd,.dashProQuickGrid button kbd{color:var(--ec-primary)!important;background:var(--ec-primary-3)!important;border:1px solid rgba(107,42,164,.14)!important;box-shadow:none!important}.dashLightMain :where(table){background:#fff!important;color:var(--ec-text)!important;border-color:var(--ec-line)!important}.dashLightMain :where(thead,th){background:#f7f2e9!important;color:var(--ec-text)!important;border-color:var(--ec-line)!important;font-weight:850!important}.dashLightMain :where(td){color:var(--ec-text-2)!important;border-color:#eee5d8!important}.dashLightMain :where(tbody tr){background:#fffdf9!important}.dashLightMain :where(tbody tr:hover){background:#fbf5ff!important}.dashLightMain :where(.tableWrap,.um-table-wrap,.supplierTableWrap,.customerTableWrap,.productsTableWrap,.purchaseTableWrap,.asTableWrap,.ledgerTableWrap){border:1px solid var(--ec-line)!important;background:#fff!important;box-shadow:var(--ec-shadow-soft)!important}.dashProBoard{gap:14px!important}.dashProHero{background:linear-gradient(180deg,#fffdf9,#fdf8f1)!important;border:1px solid var(--ec-line)!important;box-shadow:var(--ec-shadow)!important}.dashProHero:after,.dashProMetricCard:after{opacity:.35!important}.dashProMetricCard.sales,.dashProMetricCard.bills,.dashProMetricCard.due,.dashProMetricCard.products,.dashProMetricCard.stock,.dashProMetricCard.profit,.dashProMetricCard.gst,.dashProMetricCard{background:linear-gradient(135deg,#fff,#fffaf1 56%,#f5effb)!important;border:1px solid var(--ec-line)!important;box-shadow:var(--ec-shadow-soft)!important;color:var(--ec-text)!important}.dashProMetricCard:before{background:var(--ec-primary)!important;opacity:.78!important}.dashProMetricIcon,.dashProProductThumb,.dashProQuickGrid span,.dashProRank,.dashProActivityItem>span,.dashProFeatureCard span{background:var(--ec-primary-3)!important;color:var(--ec-primary)!important;border:1px solid rgba(107,42,164,.12)!important;box-shadow:none!important}.dashProMetricValue,.dashProChartValueRow strong,.dashProTableRows b,.dashProTableRows strong,.dashProItemMain b,.dashProModeRow b,.dashProModeRow strong,.dashProFeatureCard b,.dashProDueRow b,.dashProTopProduct b{color:var(--ec-text)!important}.dashProLinePath{stroke:var(--ec-primary)!important;filter:none!important}.dashProLinePoint{fill:#fff!important;stroke:var(--ec-gold)!important}.dashProBarPair .revenue{background:linear-gradient(180deg,#b88ad8,#6b2aa4)!important}.dashProBarPair .profit{background:linear-gradient(180deg,#e4c46d,#c59a38)!important}.dashProQuickGrid button,.dashProTableRow.bill,.dashProDueRow,.dashProInventoryItem,.dashProTopProduct,.dashProActivityItem,.dashProFeatureCard,.dashProShortcutCard{background:#fffdf9!important;border:1px solid var(--ec-line)!important;color:var(--ec-text)!important;box-shadow:var(--ec-shadow-soft)!important}.dashProQuickGrid button *,.dashProTableRow.bill *,.dashProDueRow *,.dashProInventoryItem *,.dashProTopProduct *,.dashProActivityItem *,.dashProFeatureCard *,.dashProShortcutCard *{color:inherit!important}.dashProQuickGrid button:hover,.dashProTableRow.bill:hover,.dashProDueRow:hover,.dashProInventoryItem:hover,.dashProTopProduct:hover,.dashProActivityItem:hover,.dashProFeatureCard:hover,.dashProShortcutCard:hover{background:#fbf5ff!important;border-color:#6b2aa43d!important;transform:translateY(-1px)!important}.dashProTableRow .status,.dashProTableRow .status.paid,.dashProTableRow .status.due,.status,.badge,.pill{border-radius:999px!important;border:1px solid var(--ec-line)!important;box-shadow:none!important;text-shadow:none!important;font-weight:850!important}.dashProTableRow .status.paid,.status.paid,.badge.paid,.pill.paid{color:var(--ec-success)!important;background:#eaf8ef!important;border-color:#b8e3c6!important}.dashProTableRow .status.due,.status.due,.badge.due,.pill.due{color:var(--ec-danger)!important;background:#fff0f2!important;border-color:#f7c8ce!important}.status.partial,.badge.partial,.pill.partial{color:var(--ec-warning)!important;background:#fff7e5!important;border-color:#efd59c!important}.dashProTopProduct i,.dashProgressTrack,.progressTrack{background:#eee7dc!important}.dashProTopProduct i span,.dashProgressFill,.progressFill{background:linear-gradient(90deg,var(--ec-primary),#b58ad4)!important}.dashProFeatureStrip{background:linear-gradient(180deg,#fffdf9,#f9f4eb)!important;border:1px solid var(--ec-line)!important;box-shadow:var(--ec-shadow)!important}.dashProViewAll{color:var(--ec-primary)!important;background:var(--ec-primary-3)!important;border:1px solid rgba(107,42,164,.12)!important}.dashProEmpty{color:var(--ec-muted)!important;font-weight:800!important}.comboDatalistReopenMenu,.asCustomerComboMenu,.asSuggestBoxPortal,.prodpl-combo-menu,[role=listbox],.dropdown-menu,.dropdown-list,.suggestions,.suggestion-list,.autocomplete-list,.search-results,.combo-menu,.comboMenu,.apComboMenu,.apMenu,.apDropdown,.contactSearchResults,.productSearchResults,.columnVisibilityMenu,.column-visibility-menu,.print-size-menu,div[class*=Dropdown],div[class*=dropdown],div[class*=Suggestion],div[class*=suggestion]{background:#fffdf9!important;color:var(--ec-text)!important;border:1px solid var(--ec-line)!important;box-shadow:0 14px 30px #48305c1f!important;scrollbar-width:thin!important}.comboDatalistReopenItem,.asCustomerComboItem,.prodpl-combo-item,[role=option]{color:var(--ec-text)!important}.comboDatalistReopenItem:hover,.comboDatalistReopenItem.active,.asCustomerComboItem:hover,.prodpl-combo-item:hover,[role=option]:hover{background:var(--ec-primary-3)!important;color:var(--ec-primary)!important}::selection{background:#6b2aa42e!important;color:var(--ec-text)!important}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f4eee5}::-webkit-scrollbar-thumb{background:#c9b9d6;border-radius:999px;border:2px solid #f4eee5}::-webkit-scrollbar-thumb:hover{background:#a98bc0}.dashLightMain :where(.error,.danger,.text-danger){color:var(--ec-danger)!important}.dashLightMain :where(.success,.text-success){color:var(--ec-success)!important}.dashLightMain :where(.warning,.text-warning){color:var(--ec-warning)!important}.vwrap{background:radial-gradient(760px 420px at 18% 20%,rgba(255,255,255,.35),transparent 62%),radial-gradient(760px 420px at 80% 24%,rgba(197,154,56,.18),transparent 62%),linear-gradient(135deg,#f5efe5,#f8f4ee 42%,#efe4f7)!important}.vcard{background:#fffdf9!important;border:1px solid var(--ec-line)!important;box-shadow:0 20px 46px #48305c1f!important}.vleft{background:linear-gradient(180deg,#fffefa,#f8f1e7)!important;color:var(--ec-text)!important}.vformWrap,.vright{background:#fffdf9!important;color:var(--ec-text)!important}.vformWrap :where(input,select,textarea){background:#fff!important;color:var(--ec-text)!important;border:1.3px solid var(--ec-line-2)!important}.vformWrap :where(button):not(:disabled){background:var(--ec-primary)!important;color:#fff!important;border:1px solid var(--ec-primary)!important;box-shadow:var(--ec-btn-shadow)!important}}@media (max-width:1100px){.dashLightSide.mobileOpen{background:#fffdf9!important}}@media screen{.dashLightMain .dashProBoard,.dashLightMain .dashProBoard :where(.dashProHero,.dashProPanel,.dashProMetricCard,.dashProFeatureStrip,.dashProQuickGrid button,.dashProShortcutCard,.dashProTableRow.bill,.dashProDueRow,.dashProInventoryItem,.dashProTopProduct,.dashProActivityItem,.dashProFeatureCard){color:#1f1726!important}.dashLightMain .dashProBoard :where(h1,h2,h3,h4,h5,h6,.dashProPanelTitle,.dashProMetricLabel,.dashProMetricValue,.dashProChartValueRow strong,.dashProTableRows b,.dashProTableRows strong,.dashProItemMain b,.dashProModeRow b,.dashProModeRow strong,.dashProFeatureCard b,.dashProDueRow b,.dashProTopProduct b,.dashProShortcutCard b,.dashProShortcutCard strong){color:#1f1726!important;font-weight:850!important}.dashLightMain .dashProBoard :where(.dashProTableRows small,.dashProTableRows em,.dashProItemMain small,.dashProModeRow small,.dashProModeRow em,.dashProFeatureCard small,.dashProFeatureCard em,.dashProTopProduct small,.dashProTopProduct em,.dashProDueRow small,.dashProInventoryItem small,.dashProActivityItem small,.dashProShortcutCard small,.dashProShortcutCard em,.dashProQuickGrid button small,.dashProQuickGrid button em,.dashProQuickGrid button p,.dashProQuickGrid button b,.dashProQuickGrid button strong){color:#1f1726!important;opacity:1!important;font-weight:800!important}.dashLightMain .dashProQuickGrid button{color:#1f1726!important;background:#fffdf9!important;border-color:#decdea!important}.dashLightMain .dashProQuickGrid button :where(b,strong,p,em,small,div):not(kbd){color:#1f1726!important}.dashLightMain .dashProQuickGrid button>span{color:var(--ec-primary)!important;background:#f5effb!important;border-color:#e2d3ee!important}.dashLightMain .dashProQuickGrid button kbd,.dashLightMain .dashProQuickGrid button kbd *{color:var(--ec-primary)!important;background:#f5effb!important;border-color:#decdea!important}.dashLightMain .dashProTableRows :where(.dashProTableRow.bill,.dashProDueRow,.dashProInventoryItem,.dashProTopProduct) :where(b,strong,small,em,span,div):not(.status):not(.badge):not(.pill):not(.dashProRank){color:#1f1726!important;opacity:1!important}.dashLightMain .dashProFeatureCard :where(b,strong,small,em,div):not(.status):not(.badge):not(.pill){color:#1f1726!important;opacity:1!important}.dashLightMain .dashProFeatureCard>span,.dashLightMain .dashProFeatureCard>span *{color:var(--ec-primary)!important}.dashLightMain .dashProFeatureCard em{background:#f5effb!important;color:var(--ec-primary)!important;border:1px solid #decdea!important;border-radius:999px!important;padding:2px 7px!important;font-style:normal!important;font-weight:850!important}.dashLightMain .dashProTopProduct .dashProRank,.dashLightMain .dashProTopProduct .dashProRank *{color:#1f1726!important;background:#fff7d7!important;border-color:#d9b557!important}.dashLightMain .dashProTableRow .status,.dashLightMain .dashProTableRows .status,.dashLightMain .status,.dashLightMain .badge,.dashLightMain .pill{font-weight:850!important;opacity:1!important}.dashLightMain .dashProTableRow .status.due,.dashLightMain .dashProTableRows .status.due,.dashLightMain .status.due,.dashLightMain .badge.due,.dashLightMain .pill.due,.dashLightMain .due-badge,.dashLightMain .status-due{background:#fff1b8!important;color:#3a2500!important;border-color:#d9a928!important}.dashLightMain .dashProTableRow .status.paid,.dashLightMain .dashProTableRows .status.paid,.dashLightMain .status.paid,.dashLightMain .badge.paid,.dashLightMain .pill.paid,.dashLightMain .paid-badge,.dashLightMain .status-paid{background:#d9fbe8!important;color:#064e2c!important;border-color:#45c27a!important}.dashLightMain .status.partial,.dashLightMain .badge.partial,.dashLightMain .pill.partial,.dashLightMain .partial-badge,.dashLightMain .status-partial{background:#fff0c7!important;color:#5a3200!important;border-color:#d99a22!important}.dashLightMain .dashProViewAll,.dashLightMain .dashProViewAll *{color:var(--ec-primary)!important;font-weight:850!important}.dashLightMain .dashProBoard :where(.text-yellow,.text-warning,.gold-text,.yellow-text,.feature-subtitle,.card-subtitle,.subtitle-yellow){color:#1f1726!important;opacity:1!important}}.asToggleBtn.active,button.active,.showItem.active,.dashLightMain .active:not(.dashLightNavItem){background:linear-gradient(135deg,#7c3aed,#a855f7)!important;color:#fff!important;border-color:#7c3aed!important}.comboDatalistReopenItem.active,.comboDatalistReopenItem:hover{background:#f3e8ff!important;color:#5b21b6!important;font-weight:900!important}select option:checked{background:#7c3aed!important;color:#fff!important}.dashLightMain .settings-page .settings-sidebar button.settings-tab.active,.dashLightMain .settings-sidebar button.settings-tab[aria-selected=true]{background-color:#f5efff!important;background-image:none!important;color:#17111d!important;border-color:#cdb8ee!important;box-shadow:inset 4px 0 #7c3aed,0 8px 18px #6b2aa41a!important}.dashLightMain .settings-page .settings-sidebar button.settings-tab.active *,.dashLightMain .settings-sidebar button.settings-tab[aria-selected=true] *{color:#17111d!important}.dashLightMain .settings-page .settings-sidebar button.settings-tab.active .settings-tab-note,.dashLightMain .settings-sidebar button.settings-tab[aria-selected=true] .settings-tab-note{color:#4b3f55!important}.dashLightMain .purchaseShell .purchaseBody{width:100%!important;min-width:0!important}.dashLightMain .purchaseShell .purchaseListPage,.dashLightMain .purchaseShell .purchaseAddPage{width:100%!important;max-width:none!important;min-height:0!important}.dashLightMain .purchaseShell .plDatePanel{position:absolute!important;top:calc(100% + 8px)!important;left:0!important;width:min(820px,calc(100vw - 390px))!important;max-width:95vw!important;display:grid!important;grid-template-columns:210px minmax(0,1fr)!important;z-index:1000!important}.dashLightMain .purchaseShell .plDatePanelLeft{display:flex!important;flex-direction:column!important}.dashLightMain .purchaseShell .plDateCalendarWrap{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}@media (max-width: 980px){.dashLightMain .purchaseShell .plDatePanel{width:min(95vw,820px)!important;grid-template-columns:1fr!important}.dashLightMain .purchaseShell .plDateCalendarWrap{grid-template-columns:1fr!important}}.dashLightMain select option:checked{background:#f3e8ff!important;color:#1f1726!important}.dashLightMain .asToggleGroup .asInvoiceTypeBtn.active,.dashLightMain .asToggleGroup .asGstInvoiceTypeBtn.active{background:#7c3aed!important;background-image:linear-gradient(135deg,#6d28d9,#9333ea)!important;color:#fff!important;border-color:#6d28d9!important}.dashLightMain .asToggleGroup .asInvoiceTypeBtn.active *,.dashLightMain .asToggleGroup .asGstInvoiceTypeBtn.active *{color:#fff!important}.dashLightSide .dashLightNavItem.active,.dashLightSide .dashLightNavItem[data-menu-selected=true],.dashLightSide .dashLightNavItem[aria-current=page]{background:linear-gradient(135deg,#f5edff,#e1ccff 55%,#fff2c8)!important;color:#2a0c3d!important;border-color:#f6d175!important;box-shadow:inset 4px 0 #7c3aed,0 0 0 1px #fff2b7c7,0 12px 26px #0000003d!important;transform:none!important}.dashLightSide .dashLightNavItem.active .dashLightNavTxt,.dashLightSide .dashLightNavItem[data-menu-selected=true] .dashLightNavTxt,.dashLightSide .dashLightNavItem[aria-current=page] .dashLightNavTxt{color:#2a0c3d!important;font-weight:1000!important}.dashLightSide .dashLightNavItem.active .dashLightNavIco,.dashLightSide .dashLightNavItem[data-menu-selected=true] .dashLightNavIco,.dashLightSide .dashLightNavItem[aria-current=page] .dashLightNavIco{color:#fff!important;background:linear-gradient(135deg,#6d28d9,#9333ea)!important;border-color:#f6d175!important;box-shadow:0 7px 16px #4c1d9547!important}.dashLightSide .dashLightNavItem.active:hover,.dashLightSide .dashLightNavItem[data-menu-selected=true]:hover,.dashLightSide .dashLightNavItem[aria-current=page]:hover{background:linear-gradient(135deg,#f5edff,#e1ccff 55%,#fff2c8)!important;color:#2a0c3d!important;transform:none!important}html body #root .dashLightMain button[data-page-tab-active=true],html body #root .dashLightMain a[data-page-tab-active=true]{background-color:#6d28d9!important;background-image:linear-gradient(135deg,#5b21b6,#7c3aed 55%,#9333ea)!important;color:#fff!important;border-color:#f3cf72!important;box-shadow:inset 0 0 0 1px #ffffff38,0 11px 24px #5b21b64d!important;font-weight:950!important;opacity:1!important;filter:none!important;transform:none!important}html body #root .dashLightMain button[data-page-tab-active=true] *,html body #root .dashLightMain a[data-page-tab-active=true] *{color:#fff!important}html body #root .dashLightMain button[data-page-tab-active=false],html body #root .dashLightMain a[data-page-tab-active=false]{background-color:#fff!important;background-image:none!important;color:#4c1d5f!important;border-color:#dccbea!important;box-shadow:none!important;opacity:1!important;filter:none!important;transform:none!important}html body #root .dashLightMain button[data-page-tab-active=false] *,html body #root .dashLightMain a[data-page-tab-active=false] *{color:#4c1d5f!important}.dashLightMain :is(.segSwitch .segBtn.active,.sellToggle .sellTab.active,.prodToggle .prodTab.active,.pToggle .pTab.active,.reportsSwitch .reportsBtn.active,.fsTabs button.active,.ordersTabs .ordersTab.active,.prodTabs .prodTabBtn.active){background-color:#6d28d9!important;background-image:linear-gradient(135deg,#5b21b6,#7c3aed 55%,#9333ea)!important;color:#fff!important;border-color:#f3cf72!important;box-shadow:inset 0 0 0 1px #ffffff2e,0 11px 24px #5b21b647!important;font-weight:950!important;opacity:1!important;filter:none!important;transform:none!important}.dashLightMain :is(.segSwitch .segBtn.active,.sellToggle .sellTab.active,.prodToggle .prodTab.active,.pToggle .pTab.active,.reportsSwitch .reportsBtn.active,.fsTabs button.active,.ordersTabs .ordersTab.active,.prodTabs .prodTabBtn.active) *{color:#fff!important}.dashLightMain :is(.segSwitch .segBtn.active,.sellToggle .sellTab.active,.prodToggle .prodTab.active,.pToggle .pTab.active,.reportsSwitch .reportsBtn.active,.fsTabs button.active,.ordersTabs .ordersTab.active,.prodTabs .prodTabBtn.active):hover,.dashLightMain :is(.segSwitch .segBtn[aria-selected=true],.sellToggle .sellTab[aria-selected=true],.prodToggle .prodTab[aria-selected=true],.pToggle .pTab[aria-selected=true],.reportsSwitch .reportsBtn[aria-current=page]){background-color:#6d28d9!important;background-image:linear-gradient(135deg,#5b21b6,#7c3aed 55%,#9333ea)!important;color:#fff!important;border-color:#f3cf72!important;box-shadow:inset 0 0 0 1px #ffffff2e,0 11px 24px #5b21b647!important;opacity:1!important;filter:none!important;transform:none!important}.dashLightMain .settings-sidebar .settings-tab.active,.dashLightMain .settings-sidebar .settings-tab[aria-selected=true]{background-color:#f5efff!important;background-image:none!important;color:#17111d!important;border-color:#cdb8ee!important;box-shadow:inset 4px 0 #7c3aed,0 8px 18px #6b2aa41a!important}.dashLightMain .settings-sidebar .settings-tab.active *,.dashLightMain .settings-sidebar .settings-tab[aria-selected=true] *{color:#17111d!important}.dashLightMain .settings-sidebar .settings-tab.active .settings-tab-note,.dashLightMain .settings-sidebar .settings-tab[aria-selected=true] .settings-tab-note{color:#4b3f55!important}html body #root .sparkFinancialStatus,html body #root .sparkStatusPaid,html body #root .sparkStatusDue,html body #root .sparkStatusPartial,html body #root .sparkStatusReturn,html body #root .sparkStatusPartialReturn,html body #root .sparkStatusAdvance,html body #root .sparkStatusNeutral{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:4px 10px;border:1px solid transparent;border-radius:999px;font-weight:900;line-height:1.2;white-space:nowrap}html body #root .sparkStatusPaid,html body #root .tag.paid{background:#dcfce7!important;color:#166534!important;border-color:#86efac!important}html body #root .sparkStatusDue,html body #root .tag.due{background:#fee2e2!important;color:#991b1b!important;border-color:#fca5a5!important}html body #root .sparkStatusPartial,html body #root .tag.partial,html body #root .tag.partial-paid{background:#fef3c7!important;color:#854d0e!important;border-color:#fcd34d!important}html body #root .sparkStatusReturn,html body #root .tag.return,html body #root .tag.returned{background:#e0e7ff!important;color:#3730a3!important;border-color:#a5b4fc!important}html body #root .sparkStatusPartialReturn,html body #root .tag.partial-return{background:#ffedd5!important;color:#9a3412!important;border-color:#fdba74!important}html body #root .sparkStatusAdvance,html body #root .tag.advance{background:#cffafe!important;color:#155e75!important;border-color:#67e8f9!important}html body #root .sparkStatusNeutral{background:#f1f5f9!important;color:#334155!important;border-color:#cbd5e1!important}html body #root .sparkMoneyCell{font-weight:850!important;font-variant-numeric:tabular-nums}html body #root .sparkTotalAmount{background:#f3e8ff!important;color:#6b21a8!important}html body #root .sparkTotalPaid{background:#dcfce7!important;color:#166534!important}html body #root .sparkTotalDue{background:#fee2e2!important;color:#991b1b!important}html body #root .sparkTotalAdvance{background:#cffafe!important;color:#155e75!important}html body #root .sparkTotalReturn{background:#e0e7ff!important;color:#3730a3!important}html body #root .sparkTotalOpening{background:#ffedd5!important;color:#9a3412!important}html body #root tfoot .sparkTotalLabel{background:#4c1d95!important;color:#fff!important;font-weight:950!important}html body #root tfoot .sparkTotalAmount,html body #root tfoot .sparkTotalPaid,html body #root tfoot .sparkTotalDue,html body #root tfoot .sparkTotalAdvance,html body #root tfoot .sparkTotalReturn,html body #root tfoot .sparkTotalOpening{font-weight:950!important;border-top:2px solid currentColor!important}html body #root .sparkSummaryReturn{background:#e0e7ff!important;border-color:#a5b4fc!important;color:#3730a3!important}html body #root .sparkSummaryAdvance{background:#cffafe!important;border-color:#67e8f9!important;color:#155e75!important}@media (forced-colors: active){html body #root .sparkFinancialStatus,html body #root .sparkMoneyCell{border:1px solid CanvasText!important}}html body #root table{background:#fff;color:#172033}html body #root table thead th,html body #root .fsTable th,html body #root .fsProfessionalReportTable th,html body #root .ordersTable th{background:#f8fafc!important;color:#24324a!important;border-color:#dfe6ef!important;font-weight:800!important;letter-spacing:.01em}html body #root table tbody td{background:#fff!important;color:#253248;border-color:#e9eef5!important}html body #root table tbody tr:nth-child(2n) td{background:#fcfdff!important}html body #root table tbody tr:hover td{background:#f7f9fc!important}html body #root table tbody .sparkTotalAmount,html body #root table tbody .sparkTotalPaid,html body #root table tbody .sparkTotalDue,html body #root table tbody .sparkTotalAdvance,html body #root table tbody .sparkTotalReturn,html body #root table tbody .sparkTotalOpening{background:transparent!important;color:inherit!important}html body #root table tfoot td{border-top:2px solid #cbd5e1!important;font-weight:900!important}html body #root table tfoot .sparkTotalLabel{background:#f1f5f9!important;color:#1e293b!important}html body #root table tfoot .sparkTotalAmount{background:#f3e8ff!important;color:#6b21a8!important}html body #root table tfoot .sparkTotalPaid{background:#dcfce7!important;color:#166534!important}html body #root table tfoot .sparkTotalDue{background:#fee2e2!important;color:#991b1b!important}html body #root table tfoot .sparkTotalAdvance{background:#cffafe!important;color:#155e75!important}html body #root table tfoot .sparkTotalReturn{background:#e0e7ff!important;color:#3730a3!important}html body #root table tfoot .sparkTotalOpening{background:#ffedd5!important;color:#9a3412!important}html body #root .fsTable tr.fsSelectedRow td{background:#faf8ff!important;box-shadow:inset 3px 0 #7c3aed}.dashLightNavIco,.ordersTab,.ordersRefresh,.dashProDateBtn,.dashProPrimaryBtn,.dashProGhostBtn,.fsTabs button,.fsPanelHead h2,.ordersIconBtn{display:inline-flex;align-items:center;gap:7px}.dashLightNavIco svg,.ordersTab svg,.fsTabs svg{flex:0 0 auto}.ordersIconBtn{justify-content:center;min-width:36px;padding:9px}.ordersTableWrap{border-color:#dfe6ef!important;box-shadow:0 8px 26px #0f172a0a}.ordersTable th{padding:12px 11px!important}.ordersTable td{padding:11px!important}.ordersTab{border-radius:10px!important}.ordersTab.active{background:#5b21b6!important;box-shadow:0 8px 20px #5b21b62e!important}html body #root .asFooterRight .asSavePrintBtn,html body #root .asFooterRight .asSavePrintBtn:not(:disabled),html body #root .asFooterRight .asSavePrintBtn:not(:disabled):visited{background:linear-gradient(135deg,#15803d,#047857)!important;border-color:#166534!important;color:#fff!important;box-shadow:0 7px 18px #15803d47!important}html body #root .asFooterRight .asSavePrintBtn:hover:not(:disabled){background:linear-gradient(135deg,#166534,#065f46)!important;border-color:#14532d!important;color:#fff!important}html body #root .asInvoiceFilterBtn.active,html body #root .asInvoiceFilterBtn[aria-pressed=true]{background:linear-gradient(135deg,#6d28d9,#8b5cf6)!important;border-color:#6d28d9!important;color:#fff!important;box-shadow:0 7px 18px #6d28d947!important}@media print{html body #root table tbody td{background:#fff!important;color:#000!important}}
