*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-primary: #6676a8;--color-primary-hover: #53628f;--color-accent-muted: #a6b1d8;--color-accent-soft: #e2e4f8;--action-button-border: rgba(102, 118, 168, .2);--action-button-bg: #f5f7ff;--action-button-bg-hover: #e2e4f8;--action-button-text: #53628f;--action-button-shadow: 0 12px 24px rgba(102, 118, 168, .1);--color-bg: #f5f7ff;--color-surface: #ffffff;--color-surface-elevated: rgba(245, 247, 255, .92);--color-surface-soft: rgba(226, 228, 248, .56);--color-text: #303a54;--color-text-muted: #66718e;--color-border: #c4d7e3;--color-danger: #ef4444;--color-sidebar: #a6b1d8;--color-sidebar-text: #28324b;--color-sidebar-muted: rgba(40, 50, 75, .64);--color-sidebar-strong: #202941;--color-sidebar-panel: rgba(245, 247, 255, .38);--color-sidebar-panel-border: rgba(40, 50, 75, .14);--color-sidebar-hover: rgba(245, 247, 255, .5);--color-sidebar-active: #53628f;--color-sidebar-accent-text: #202941;--color-hero: var(--color-sidebar);--color-hero-text: #29344e;--color-hero-muted: #53617e;--color-hero-panel: rgba(245, 247, 255, .52);--color-hero-border: rgba(67, 81, 116, .18);--color-hero-shadow: rgba(67, 81, 116, .16);--color-hero-selected: #53628f;--color-hero-selected-text: #f5f7ff;--radius: 8px;--shadow: 0 1px 3px rgba(0, 0, 0, .1);--transition: .2s ease}:root[data-theme=dark]{--color-primary: #a6b1d8;--color-primary-hover: #c4d7e3;--color-accent-muted: #8b9abb;--color-accent-soft: #303b56;--action-button-border: rgba(196, 215, 227, .2);--action-button-bg: #252e45;--action-button-bg-hover: #303b56;--action-button-text: #e2e4f8;--action-button-shadow: 0 14px 28px rgba(8, 12, 22, .32);--color-bg: #111827;--color-surface: #1a2235;--color-surface-elevated: rgba(29, 38, 57, .92);--color-surface-soft: #222c41;--color-text: #f5f7ff;--color-text-muted: #b7c9e6;--color-border: rgba(196, 215, 227, .16);--color-danger: #f87171;--color-sidebar: #242d43;--color-sidebar-text: #e2e4f8;--color-sidebar-muted: rgba(226, 228, 248, .64);--color-sidebar-strong: #ffffff;--color-sidebar-panel: rgba(10, 15, 26, .28);--color-sidebar-panel-border: rgba(196, 215, 227, .14);--color-sidebar-hover: rgba(166, 177, 216, .16);--color-sidebar-active: #c4d7e3;--color-sidebar-accent-text: #202941;--color-hero: var(--color-sidebar);--color-hero-text: #f5f7ff;--color-hero-muted: #c4d7e3;--color-hero-panel: rgba(14, 20, 34, .34);--color-hero-border: rgba(196, 215, 227, .18);--color-hero-shadow: rgba(2, 6, 18, .3);--color-hero-selected: #a6b1d8;--color-hero-selected-text: #202941;--shadow: 0 24px 50px rgba(8, 12, 22, .42)}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{color-scheme:light}:root[data-theme=dark]{color-scheme:dark}#app{height:100%}body,.btn,.input{transition:background-color var(--transition),color var(--transition),border-color var(--transition),box-shadow var(--transition)}@page{size:auto;margin:12mm}table thead th{position:sticky;top:0;z-index:5;background:var(--table-sticky-header-bg, var(--color-sidebar));background-clip:padding-box;color:var(--color-sidebar-strong);box-shadow:inset 0 -1px 0 var(--color-sidebar-panel-border)}:is(.items-table,.stock-table,.dashboard-table:not(.print-table),.invoice-table,.line-table,.uom-table) thead th{background:var(--color-sidebar)!important;color:var(--color-sidebar-strong)!important;font-size:12px!important}@media screen{:is(.table-wrap,.items-table-wrap,.stock-table-wrap,.table-scroll){margin-inline:10px;padding-inline:0}}@media print{html,body{background:#fff;-webkit-print-color-adjust:exact;print-color-adjust:exact}#app{height:auto}table thead th{position:static;top:auto;z-index:auto;box-shadow:none}.table-wrap,.items-table-wrap,.stock-table-wrap,.table-scroll{max-height:none!important;overflow:visible!important;overscroll-behavior:auto}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:9px 16px;font-size:13px;font-weight:500;border:none;border-radius:var(--radius);cursor:pointer;transition:background var(--transition),opacity var(--transition)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--color-primary-hover)}.btn-primary-action{min-height:40px;padding:0 16px;border:1px solid var(--action-button-border);border-radius:999px;background:var(--action-button-bg);color:var(--action-button-text);font-size:13px;font-weight:700;box-shadow:var(--action-button-shadow)}.btn-primary-action:hover:not(:disabled){background:var(--action-button-bg-hover)}.btn-ghost{background:transparent;color:var(--color-text-muted)}.btn-ghost:hover{background:var(--color-border)}.input{width:100%;padding:9px 12px;font-size:13px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);color:var(--color-text);outline:none;transition:border-color var(--transition)}.input:focus{border-color:var(--color-primary)}.input-error{border-color:var(--color-danger)}.error-text{color:var(--color-danger);font-size:13px}table th,table td{text-align:center;vertical-align:middle}table td .item-identity,.order-items__row .item-identity{justify-content:center;width:100%;margin-inline:auto;text-align:center}table td .item-identity__copy,.order-items__row .item-identity__copy{align-items:center;text-align:center}table .table-image-cell,.order-items__row .order-items__image-cell{width:1%;white-space:nowrap}table .table-image-cell .item-identity,.order-items__row .order-items__image-cell .item-identity{width:fit-content}.filter-field{display:flex;flex-direction:column;gap:8px;min-width:0}.filter-label,.preset-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#ffffffb3}.filter-input-wrap{position:relative}.filter-input{min-height:44px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 10px 0 14px;border:1px solid rgba(255,255,255,.22);border-radius:10px;background:#0f172a47;box-shadow:inset 0 1px #ffffff14;color:#fff;font-size:13px;font-weight:700;outline:none;cursor:pointer}.filter-input-value{letter-spacing:.04em}.filter-input-icon{width:30px;height:30px;display:grid;place-items:center;border-radius:999px;background:#60a5fa2e;color:var(--color-accent-soft);flex-shrink:0}.filter-input-icon-svg{width:16px;height:16px}.filter-native-input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none}.preset-wrap{display:flex;flex-direction:column;gap:10px}.preset-list{display:flex;gap:8px;flex-wrap:wrap}.preset-pill{padding:8px 12px;border:none;border-radius:999px;background:#ffffff1a;color:#ffffffe0;font-size:12px;cursor:pointer;transition:transform var(--transition),background var(--transition),box-shadow var(--transition)}.preset-pill:hover,.preset-pill--active{background:#1d4ed83d;transform:translateY(-1px);box-shadow:0 10px 18px #0f172a29}.panel-switch-group{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}.panel-switch-group.panel-switch-group--inline{flex-direction:row;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}.panel-switch-group--inline .panel-switch-label{white-space:nowrap}.panel-switch-label{font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted)}.panel-switch{display:inline-flex;align-items:center;gap:4px;padding:4px;border-radius:999px;background:#dbeafeb8;border:1px solid rgba(191,219,254,.82);box-shadow:inset 0 1px #ffffffb3}.panel-switch-btn{min-height:32px;padding:0 12px;border:none;border-radius:999px;background:transparent;color:var(--color-text-muted);font-size:12px;font-weight:700;cursor:pointer;transition:background var(--transition),color var(--transition),box-shadow var(--transition)}.panel-switch-btn--active{background:#eff6ff;color:var(--color-primary-hover);box-shadow:0 8px 16px #2563eb1f}.control-card{display:flex;flex-direction:column;gap:12px}.control-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.control-label{display:block;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.control-value{font-size:13px;font-weight:700}.totals-view-switcher--card .totals-view-switcher__switch{width:100%}.totals-view-switcher--card .totals-view-switcher__button{flex:1;text-align:center}.filters-mode{align-items:flex-start}.filters-mode--inline{min-width:0}.filters-mode .panel-switch-label{color:#ffffffb8}.filters-mode .panel-switch{background:#0f172a3d;border-color:#ffffff24;box-shadow:inset 0 1px #ffffff0f}.filters-mode .panel-switch-btn{color:#ffffffb8}.filters-mode .panel-switch-btn--active{background:#60a5fa47;color:#fff;box-shadow:0 10px 18px #0f172a2e}.filters-mode--inline .panel-switch,.category-filter-row .filters-mode .panel-switch{width:100%;border-radius:999px}.category-filter-row .panel-switch-group{align-items:flex-start;justify-self:stretch}.category-filter-row .panel-switch-label{align-self:flex-start;text-align:start}.filters-mode--inline .panel-switch-btn,.category-filter-row .filters-mode .panel-switch-btn{flex:1;text-align:center}.category-filter-row .panel-switch-group.panel-switch-group--inline{align-items:center}.category-filter-row .filters-mode.panel-switch-group--inline .panel-switch{width:auto;flex:1 1 180px}.search-field{display:flex;min-width:0}.search-field-control{display:flex;align-items:center;gap:8px;width:100%;min-height:44px;padding:0 12px;border:1px solid rgba(226,232,240,.96);border-radius:10px;background:#f8fafcf2;box-shadow:inset 0 1px #fff9}.search-field-icon{width:18px;height:18px;color:var(--color-text-muted);flex-shrink:0}.search-field-icon svg{width:100%;height:100%}.search-field-input{flex:1;min-width:120px;border:none;background:transparent;box-shadow:none}.search-field-input:focus{border:none;box-shadow:none}.search-field-clear{width:30px;height:30px;display:grid;place-items:center;flex:0 0 auto;padding:0;border:none;border-radius:999px;color:var(--color-text-muted);background:#94a3b81f;cursor:pointer;font-size:11px;transition:color var(--transition),background var(--transition)}.search-field-clear:hover{color:var(--color-text);background:#94a3b838}.search-field-clear:focus-visible{outline:2px solid rgba(37,99,235,.42);outline-offset:2px}.search-field-spinner{width:17px;height:17px;flex:0 0 auto;border:2px solid rgba(37,99,235,.18);border-top-color:var(--color-primary);border-radius:999px;animation:search-field-spin .7s linear infinite}@keyframes search-field-spin{to{transform:rotate(360deg)}}.search-field--toolbar{flex:1;min-width:min(100%,360px)}.search-field--toolbar .search-field-control{min-height:44px}.search-field--pill .search-field-control{min-height:44px;padding:0 10px 0 12px;gap:10px}.search-field--pill{flex:1;min-width:min(100%,460px)}.search-field--pill .search-field-action{min-height:34px;border-radius:8px;border:1px solid rgba(37,99,235,.12);background:#2563eb0f;color:var(--color-primary-hover)}.search-field--pill .search-field-action:hover:not(:disabled){background:#2563eb1a}.search-field--explorer{display:grid;gap:6px}.search-field--explorer .search-field-control{min-height:44px}.search-field-label,.filter-select-label,.filter-input-field-label{color:#64748b;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.filter-select{display:flex;min-width:0}.filter-input-field{display:grid;gap:6px;min-width:0}.filter-select--labeled{display:grid;gap:6px}.filter-select-control,.filter-input-field-control{width:100%;min-height:44px;border-radius:10px;border-color:#e2e8f0f5;background-color:#f8fafcf2;color:var(--color-text);font-size:13px;font-weight:600}.filter-select--toolbar{width:auto}.filter-select--toolbar .filter-select-control{width:auto;min-width:132px;min-height:44px;padding-inline:10px 28px}.filter-select--explorer .filter-select-control,.filter-input-field--explorer .filter-input-field-control{width:100%}.section-command-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.section-command-title{margin:0;color:var(--color-text);font-size:22px;font-weight:800;line-height:1.12;letter-spacing:0}.section-command-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.hero-shell{width:100%}.hero-shell.dashboard-hero,.hero-shell.home-hero,.hero-shell.all-stores-hero,.hero-shell.items-hero,.hero-shell.store-hero,.hero-shell.day-hero,.hero-shell.invoice-hero{color:var(--color-hero-text);border:1px solid var(--color-hero-border)!important;background:var(--color-hero)!important;box-shadow:0 28px 60px var(--color-hero-shadow)!important}.hero-shell .hero-title,.hero-shell .all-stores-hero-title,.hero-shell .items-hero-title,.hero-shell .store-hero-title,.hero-shell .hero-highlight-value,.hero-shell .hero-stat-value,.hero-shell .all-stores-metric-value,.hero-shell .items-metric-value,.hero-shell .items-insight-value,.hero-shell .store-chip-value,.hero-shell .store-hero-panel-title,.hero-shell .hero-chip-value,.hero-shell .clock-time,.hero-shell .hero-meta-value,.hero-shell .stat-value,.hero-shell .insight-value,.hero-shell .control-value{color:var(--color-hero-text)!important}.hero-shell .hero-eyebrow,.hero-shell .hero-kicker,.hero-shell .all-stores-hero-eyebrow,.hero-shell .items-hero-eyebrow,.hero-shell .store-hero-eyebrow,.hero-shell .hero-highlight-label,.hero-shell .hero-stat-label,.hero-shell .all-stores-metric-label,.hero-shell .all-stores-panel-kicker,.hero-shell .items-hero-panel-kicker,.hero-shell .items-insight-label,.hero-shell .store-chip-label,.hero-shell .hero-chip-label,.hero-shell .clock-label,.hero-shell .hero-meta-label,.hero-shell .stat-label,.hero-shell .insight-label,.hero-shell .control-label,.hero-shell .filters-title,.hero-shell .filter-label,.hero-shell .preset-label,.hero-shell .panel-switch-label,.hero-shell .hero-highlight-meta,.hero-shell .all-stores-top-copy span,.hero-shell .hero-subtitle,.hero-shell .clock-date-line,.hero-shell .stat-meta,.hero-shell .insight-meta{color:var(--color-hero-muted)!important}.hero-shell .hero-highlight-card,.hero-shell .hero-stat,.hero-shell .filters-card,.hero-shell .all-stores-metric-card,.hero-shell .all-stores-hero-panel,.hero-shell .all-stores-top-row,.hero-shell .items-metric-card,.hero-shell .items-hero-panel,.hero-shell .items-insight-row,.hero-shell .store-chip,.hero-shell .store-hero-panel,.hero-shell .hero-chip,.hero-shell .hero-panel,.hero-shell .clock-card,.hero-shell .hero-meta-row,.hero-shell .hero-summary-card,.hero-shell .control-card,.hero-shell .meta-pill{border:1px solid var(--color-hero-border)!important;background:var(--color-hero-panel)!important;color:var(--color-hero-text)!important;box-shadow:inset 0 1px #ffffff14,0 18px 30px #0f172a1f!important}.hero-shell .hero-highlight-card:nth-child(1),.hero-shell .hero-highlight-card:nth-child(2),.hero-shell .hero-highlight-card:nth-child(3),.hero-shell .hero-stat:nth-child(1),.hero-shell .hero-stat:nth-child(2),.hero-shell .hero-stat:nth-child(3),.hero-shell .hero-summary-card--featured,.hero-shell .hero-summary-card--profit,.hero-shell .hero-summary-card--insight,.hero-shell .hero-summary-card--metric{background:var(--color-hero-panel)!important;border-color:var(--color-hero-border)!important}.hero-shell .filter-input,.hero-shell .category-search-input,.hero-shell .panel-switch,.hero-shell .toggle-row{border-color:var(--color-hero-border)!important;background:var(--color-hero-panel)!important}.hero-shell .filter-input,.hero-shell .category-search-input,.hero-shell .filters-range,.hero-shell .back-btn,.hero-shell .category-back-btn,.hero-shell .manufacturer-account-hero-value,.hero-shell .manufacturer-account-hero-stat strong,.hero-shell .all-stores-top-copy strong,.hero-shell .store-logo-fallback{color:var(--color-hero-text)!important}.hero-shell .filter-input::placeholder,.hero-shell .category-search-input::placeholder,.hero-shell .manufacturer-account-hero-label,.hero-shell .manufacturer-account-hero-stat span{color:var(--color-hero-muted)!important}.hero-shell .back-btn,.hero-shell .category-back-btn,.hero-shell .manufacturer-account-hero-balance,.hero-shell .manufacturer-account-hero-stat{border-color:var(--color-hero-border)!important;background:var(--color-hero-panel)!important}.hero-shell .preset-pill,.hero-shell .live-pill,.hero-shell .live-pill--active,.hero-shell .filter-input-icon{border:1px solid var(--color-hero-border)!important;background:var(--color-hero-panel)!important;color:var(--color-hero-text)!important}.hero-shell .preset-pill--active{border-color:var(--color-hero-selected)!important;background:var(--color-hero-selected)!important;color:var(--color-hero-selected-text)!important;box-shadow:0 6px 14px var(--color-hero-shadow)!important}.hero-shell .all-stores-rank-pill{border:1px solid var(--color-hero-selected)!important;background:var(--color-hero-selected)!important;color:var(--color-hero-selected-text)!important}.hero-shell .toggle-title,.hero-shell .panel-switch-btn,.hero-shell .panel-switch-btn--active{color:var(--color-hero-text)!important}.hero-shell .toggle-hint{color:var(--color-hero-muted)!important}.hero-shell .panel-switch-btn--active{background:var(--color-hero-selected)!important;color:var(--color-hero-selected-text)!important;box-shadow:0 6px 14px var(--color-hero-shadow)!important}.hero-shell .filters-range{color:var(--color-primary)!important}.search-field:focus-within .search-field-control,.filter-select:focus-within .filter-select-control,.filter-input-field:focus-within .filter-input-field-control{border-color:#2563eb6b;box-shadow:0 0 0 3px #2563eb14,inset 0 1px #fff9}@media(max-width:720px){.all-stores-toolbar .search-field--toolbar,.all-stores-toolbar .filter-select--toolbar,.all-stores-toolbar .filter-select--toolbar .filter-select-control,.items-command-main .search-field--pill{width:100%;min-width:0}.search-field--pill .search-field-control{flex-wrap:wrap;padding-block:8px}.search-field--pill .search-field-action{width:100%}}.app-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;min-height:240px;padding:48px 24px;border:1px solid var(--color-border);border-radius:6px;background:var(--color-surface);box-shadow:var(--shadow);color:var(--color-text);text-align:center}.app-state--loading{position:relative;align-items:stretch;overflow:hidden;gap:22px;min-height:220px;padding:26px;border-radius:14px}.app-state--loading:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#2563eb0a;transform:translate(-100%);animation:app-state-sheen 1.8s ease-in-out infinite}.app-state--error{align-items:center;min-height:220px;padding:32px 24px;border-radius:14px;border-color:#ef444433;background:#fef2f2f0;color:#991b1b;text-align:center}.app-state--empty{min-height:260px}.app-loading-head{position:relative;display:flex;align-items:center;justify-content:center;gap:14px}.app-loading-mark{position:relative;display:grid;place-items:center;width:46px;height:46px;flex:0 0 auto;border:1px solid rgba(37,99,235,.2);border-radius:6px;background:#14b8a61f}.app-loading-mark:before{content:"";position:absolute;top:9px;right:9px;bottom:9px;left:9px;border:2px solid rgba(37,99,235,.2);border-top-color:var(--color-primary);border-radius:999px;animation:app-state-spin .9s linear infinite}.app-loading-mark span{width:8px;height:8px;border-radius:999px;background:var(--color-primary);box-shadow:0 0 0 5px #2563eb1a}.app-loading-copy{display:grid;gap:3px;text-align:start}.app-loading-skeleton{position:relative;display:grid;gap:10px;width:min(520px,100%);margin:0 auto}.app-loading-line{display:block;height:12px;border-radius:999px;background:#e2e8f0db;background-size:200% 100%;animation:app-state-shimmer 1.4s linear infinite}.app-loading-line--wide{width:100%}.app-loading-line--mid{width:78%}.app-loading-line--short{width:52%}.app-state-text,.app-state-message{color:var(--color-text-muted);font-size:13px;line-height:1.6}.app-state--error .app-state-message{color:#991b1b}.app-state-title{display:block;color:inherit;font-size:14px;font-weight:700}.app-state-copy{display:grid;gap:4px;justify-items:center}.app-state-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:6px;background:#2563eb1a;color:var(--color-primary)}.app-state--error .app-state-icon{background:#ef44441f;color:var(--color-danger)}.app-state-icon svg{width:22px;height:22px}.app-state-action{margin-top:2px}@keyframes app-state-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes app-state-spin{to{transform:rotate(360deg)}}@keyframes app-state-sheen{0%{transform:translate(-100%)}55%,to{transform:translate(100%)}}.lang-switch{display:flex;gap:4px}.lang-btn{padding:5px 10px;font-size:12px;font-family:inherit;border:1px solid var(--color-border);border-radius:12px;background:transparent;color:var(--color-text-muted);cursor:pointer;transition:background var(--transition),color var(--transition),border-color var(--transition)}.lang-btn:hover{background:var(--color-border)}.lang-btn--active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.lang-btn--sidebar{border-color:#ffffff26;color:var(--color-sidebar-text)}.lang-btn--sidebar:hover{background:var(--color-sidebar-hover)}.lang-btn--sidebar.lang-btn--active{background:var(--color-sidebar-active);border-color:var(--color-sidebar-active);color:var(--color-sidebar-accent-text)}[data-theme=dark] body{background:var(--color-bg)}[data-theme=dark] .btn-ghost:hover{background:#94a3b824}[data-theme=dark] .input{background:#0f172ad1;box-shadow:inset 0 1px #ffffff08}[data-theme=dark] .input::placeholder{color:#9db0cdbd}[data-theme=dark] .panel-switch{background:#0f172ab8;border-color:#94a3b82e;box-shadow:inset 0 1px #ffffff0a}[data-theme=dark] .panel-switch-btn--active{background:#3b82f647;color:var(--color-accent-soft);box-shadow:0 8px 16px #0206173d}[data-theme=dark] .filters-mode .panel-switch{background:#0f172a3d;border-color:#ffffff24}[data-theme=dark] .filters-mode .panel-switch-btn--active{background:#60a5fa47;color:#fff;box-shadow:0 10px 18px #0f172a2e}[data-theme=dark] .search-field--toolbar .search-field-control,[data-theme=dark] .search-field--pill .search-field-control,[data-theme=dark] .search-field--explorer .search-field-control{border-color:#94a3b829;background:#08111fc2;box-shadow:inset 0 1px #ffffff08}[data-theme=dark] .search-field--pill .search-field-action{border-color:#60a5fa29;background:#60a5fa1f;color:var(--color-accent-soft)}[data-theme=dark] .filter-select--toolbar .filter-select-control,[data-theme=dark] .filter-select-control,[data-theme=dark] .filter-input-field-control{background-color:#08111fc2;border-color:#94a3b829;color:var(--color-text)}[data-theme=dark] .app-state{background:#0f172adb;border-color:#94a3b82e;box-shadow:0 20px 44px #02061747}[data-theme=dark] .app-state--error{background:#7f1d1d33;border-color:#f8717147;color:#fecaca}[data-theme=dark] .app-state--error .app-state-message{color:#fecaca}[data-theme=dark] .app-state-icon{background:#60a5fa24}[data-theme=dark] .app-state--error .app-state-icon{background:#f8717129;color:#fca5a5}[data-theme=dark] .app-state-shimmer{background:#1e293be6;background-size:200% 100%}[data-theme=dark] .app-state--loading:before{background:#60a5fa0f}[data-theme=dark] .app-loading-mark{border-color:#60a5fa3d;background:#14b8a61f}[data-theme=dark] .app-loading-mark:before{border-color:#60a5fa33;border-top-color:var(--color-primary)}[data-theme=dark] .app-loading-line{background:#1e293be6;background-size:200% 100%}[data-theme=dark] .login-card{border:1px solid rgba(148,163,184,.16);background:#0f172ae6;box-shadow:0 28px 56px #0206175c}[data-theme=dark] .admin-layout{background:#08111f}[data-theme=dark] .sidebar{background:#0a1c33;box-shadow:0 26px 54px #02061757}[data-theme=dark] .sidebar-section,[data-theme=dark] .sidebar-profile{border-color:#94a3b81f}[data-theme=dark] .nav-item:hover{background:#60a5fa1a;border-color:#60a5fa1f}[data-theme=dark] .nav-item--active{background:#ffffff0f;border-color:#60a5fa2e;box-shadow:0 16px 28px #02061747}[data-theme=dark] .profile-pill--page{background:#94a3b81f;color:#eff6ff}[data-theme=dark] .main-area{border-color:#94a3b824;background:#0f172a9e;box-shadow:0 28px 60px #02061752}[data-theme=dark] .topbar{border-bottom-color:#94a3b824;background:#08111fc7}[data-theme=dark] .content{background:#050b16eb}[data-theme=dark] .avatar-menu{background:#0c1423f5;border-color:#94a3b829;box-shadow:0 22px 42px #0206176b}[data-theme=dark] .avatar-menu-item:hover{background:#60a5fa1a}[data-theme=dark] .avatar-menu-item--logout:hover{background:#7f1d1d47}[data-theme=dark] .avatar-menu-switch{background:#334155e0;border-color:#94a3b838}[data-theme=dark] .home-hero,[data-theme=dark] .items-hero,[data-theme=dark] .store-hero,[data-theme=dark] .sales-dashboard,[data-theme=dark] .daily-analysis,[data-theme=dark] .invoice-detail-page{color:var(--color-text)}[data-theme=dark] .home-view{padding:8px;border-radius:14px;background:#050b16c2;border:1px solid rgba(148,163,184,.12);box-shadow:inset 0 1px #ffffff08}[data-theme=dark] .home-section{padding:22px;border-radius:14px;background:#0a1220f0;border:1px solid rgba(148,163,184,.14);box-shadow:0 20px 42px #02061738}[data-theme=dark] .action-card:not(.action-card--featured){border-color:#94a3b829;background:#0a1220f0;box-shadow:0 20px 42px #02061742}[data-theme=dark] .action-card--cyan{background:#100c22f0}[data-theme=dark] .action-card--amber{background:#191007f0}[data-theme=dark] .action-card--emerald{background:#081818f0}[data-theme=dark] .action-card:not(.action-card--featured) .action-copy,[data-theme=dark] .action-card:not(.action-card--featured) .action-link{color:#e5eefb}[data-theme=dark] .action-card:not(.action-card--featured) .action-copy p{color:#dbeafebd}[data-theme=dark] .action-icon-shell{background:#60a5fa29;color:var(--color-accent-muted)}[data-theme=dark] .action-card--cyan .action-icon-shell{background:#a855f72e;color:#d8b4fe}[data-theme=dark] .action-card--amber .action-icon-shell{background:#f59e0b2e;color:#fcd34d}[data-theme=dark] .action-card--emerald .action-icon-shell{background:#2dd4bf2e;color:#99f6e4}[data-theme=dark] .items-state,[data-theme=dark] .store-state,[data-theme=dark] .all-stores-state,[data-theme=dark] .all-stores-loading-state,[data-theme=dark] .items-list-card,[data-theme=dark] .store-card,[data-theme=dark] .all-stores-list-card,[data-theme=dark] .store-directory-card,[data-theme=dark] .modal,[data-theme=dark] .table-scroll,[data-theme=dark] .sales-dashboard .panel,[data-theme=dark] .sales-dashboard .metric-card,[data-theme=dark] .sales-dashboard .loading-state,[data-theme=dark] .sales-dashboard .state-card{border-color:#94a3b829;background:#0a1220f0;box-shadow:0 20px 42px #02061747}[data-theme=dark] .modal-header,[data-theme=dark] .modal-footer{border-color:#94a3b824}[data-theme=dark] .items-list-pill,[data-theme=dark] .item-group-pill,[data-theme=dark] .all-stores-count-pill,[data-theme=dark] .all-stores-select{background:#60a5fa1f;border-color:#60a5fa2e;color:var(--color-accent-muted)}[data-theme=dark] .items-list-pill--accent,[data-theme=dark] .item-tax-pill{background:#14b8a61f;border-color:#2dd4bf2e;color:#7dd3fc}[data-theme=dark] .btn-danger-outline{border-color:#f871713d;background:#7f1d1d38;color:#fca5a5}[data-theme=dark] .items-search-wrap,[data-theme=dark] .all-stores-search-wrap{border-color:#94a3b829;background:#08111fb3;box-shadow:inset 0 1px #ffffff08}[data-theme=dark] .all-stores-search-input{color:#e5eefb}[data-theme=dark] .items-empty-icon,[data-theme=dark] .item-identity-media,[data-theme=dark] .image-preview,[data-theme=dark] .store-directory-logo,[data-theme=dark] .all-stores-empty-icon{border-color:#60a5fa2e;background:#0a1220f0;color:var(--color-accent-muted)}[data-theme=dark] .items-table td{background:#0f172ac7;border-top-color:#94a3b824;border-bottom-color:#94a3b824}[data-theme=dark] .items-table tbody tr td:first-child,[data-theme=dark] .items-table tbody tr td:last-child{border-color:#94a3b824}[data-theme=dark] .items-table tbody tr:hover td{background:#1e293beb}[data-theme=dark] .item-tax-pill--muted{background:#64748b2e;color:#cbd5e1}[data-theme=dark] .item-status-pill--active{background:#14532d75;color:#86efac}[data-theme=dark] .item-status-pill--disabled{background:#7f1d1d57;color:#fca5a5}[data-theme=dark] .uom-table th{background:#0f172aeb;border-bottom-color:#94a3b824}[data-theme=dark] .uom-table tr:not(:last-child) td{border-bottom-color:#94a3b824}[data-theme=dark] .store-card-title,[data-theme=dark] .store-section-eyebrow,[data-theme=dark] .all-stores-list-title,[data-theme=dark] .all-stores-empty-title,[data-theme=dark] .store-directory-title,[data-theme=dark] .store-directory-detail strong{color:var(--color-accent-soft)}[data-theme=dark] .store-directory-category,[data-theme=dark] .store-directory-detail span,[data-theme=dark] .store-directory-description p,[data-theme=dark] .all-stores-loading-text,[data-theme=dark] .all-stores-empty-text{color:#9db0cd}[data-theme=dark] .all-stores-section-eyebrow,[data-theme=dark] .store-directory-description span{color:var(--color-accent-soft)}[data-theme=dark] .store-directory-detail{background:#60a5fa1a;border-color:#60a5fa24}[data-theme=dark] .store-directory-description{background:#08111f8f;border-color:#94a3b824}[data-theme=dark] .all-stores-loading-shimmer{background:#334155cc;background-size:200% 100%}[data-theme=dark] .store-directory-status--active{background:#14532d75;color:#86efac}[data-theme=dark] .store-directory-status--disabled{background:#7f1d1d57;color:#fca5a5}[data-theme=dark] .store-preview-count{background:#60a5fa24;color:var(--color-accent-soft)}[data-theme=dark] .store-feedback--success{color:#86efac;background:#14532d61;border-color:#4ade8033}[data-theme=dark] .store-feedback--error,[data-theme=dark] .items-state--error,[data-theme=dark] .error-msg{color:#fecaca;background:#7f1d1d52;border-color:#f8717138}[data-theme=dark] .warn-msg{color:#fcd34d;background:#78350f4d;border-color:#fbbf242e}[data-theme=dark] .sales-dashboard{--summary-border: rgba(148, 163, 184, .18);--summary-surface: rgba(10, 18, 32, .94);--summary-surface-strong: rgba(12, 20, 35, .96);--summary-shadow: 0 20px 42px rgba(2, 6, 23, .28)}[data-theme=dark] .sales-dashboard .metric-card:nth-child(1),[data-theme=dark] .sales-dashboard .metric-card:nth-child(2),[data-theme=dark] .sales-dashboard .metric-card:nth-child(3),[data-theme=dark] .sales-dashboard .metric-card:nth-child(4),[data-theme=dark] .sales-dashboard .metric-card:nth-child(5){background:#0c1423f5}[data-theme=dark] .sales-dashboard .metric-change--positive,[data-theme=dark] .sales-dashboard .category-change-pill--positive,[data-theme=dark] .sales-dashboard .item-flag--leader{background:#14532d61;color:#86efac}[data-theme=dark] .sales-dashboard .metric-change--negative,[data-theme=dark] .sales-dashboard .category-change-pill--negative,[data-theme=dark] .sales-dashboard .item-flag--laggard{background:#7f1d1d57;color:#fca5a5}[data-theme=dark] .sales-dashboard .metric-change--neutral,[data-theme=dark] .sales-dashboard .category-change-pill--neutral{background:#334155a3;color:#cbd5e1}[data-theme=dark] .sales-dashboard .panel-switch{background:#0f172adb;border-color:#60a5fa29;box-shadow:inset 0 1px #ffffff0a}[data-theme=dark] .sales-dashboard .panel-switch-btn{color:#9db0cd}[data-theme=dark] .sales-dashboard .panel-switch-btn--active{background:#2563eb47;color:#e5eefb;box-shadow:0 10px 18px #02061742}[data-theme=dark] .sales-dashboard .trend-legend{background:#131f35e0;border:1px solid rgba(96,165,250,.12);color:#b9c9e4}[data-theme=dark] .sales-dashboard .chart-grid-line,[data-theme=dark] .sales-dashboard .category-map-grid-line,[data-theme=dark] .sales-dashboard .detail-item-map-grid-line{stroke:#94a3b829}[data-theme=dark] .sales-dashboard .chart-grid-label,[data-theme=dark] .sales-dashboard .chart-x-label,[data-theme=dark] .sales-dashboard .category-map-grid-label,[data-theme=dark] .sales-dashboard .category-map-axis-label,[data-theme=dark] .sales-dashboard .category-map-point-label,[data-theme=dark] .sales-dashboard .detail-item-map-grid-label,[data-theme=dark] .sales-dashboard .detail-item-map-axis-label,[data-theme=dark] .sales-dashboard .detail-item-map-point-label{fill:#9db0cd}[data-theme=dark] .sales-dashboard .chart-point{fill:#0f172a;stroke:var(--color-primary)}[data-theme=dark] .sales-dashboard .chart-point:hover,[data-theme=dark] .sales-dashboard .chart-point--best,[data-theme=dark] .sales-dashboard .chart-point-group:hover .chart-point{fill:var(--color-accent-soft)}[data-theme=dark] .sales-dashboard .spotlight-card,[data-theme=dark] .sales-dashboard .spotlight-card:nth-child(1),[data-theme=dark] .sales-dashboard .spotlight-card:nth-child(2),[data-theme=dark] .sales-dashboard .spotlight-card:nth-child(3),[data-theme=dark] .sales-dashboard .spotlight-card:nth-child(4){border-color:#60a5fa24;background:#0c1423f5;box-shadow:inset 0 1px #ffffff0a}[data-theme=dark] .sales-dashboard .mix-donut:after{background:var(--color-surface)}[data-theme=dark] .sales-dashboard .mix-donut-label,[data-theme=dark] .sales-dashboard .mix-donut-meta,[data-theme=dark] .sales-dashboard .mix-meta,[data-theme=dark] .sales-dashboard .leaderboard-meta,[data-theme=dark] .sales-dashboard .weekday-meta,[data-theme=dark] .sales-dashboard .monthly-meta,[data-theme=dark] .sales-dashboard .performance-section-copy{color:#9db0cd}[data-theme=dark] .sales-dashboard .mix-code,[data-theme=dark] .sales-dashboard .mix-donut-code,[data-theme=dark] .sales-dashboard .leaderboard-code{color:var(--color-accent-muted)}[data-theme=dark] .sales-dashboard .mix-item,[data-theme=dark] .sales-dashboard .mix-item:nth-child(1),[data-theme=dark] .sales-dashboard .mix-item:nth-child(2),[data-theme=dark] .sales-dashboard .mix-item:nth-child(3),[data-theme=dark] .sales-dashboard .mix-item:nth-child(4),[data-theme=dark] .sales-dashboard .mix-item:nth-child(5),[data-theme=dark] .sales-dashboard .mix-item:nth-child(6),[data-theme=dark] .sales-dashboard .leaderboard-row--item{background:#0c1423eb;border-color:#60a5fa24;box-shadow:inset 0 1px #ffffff0a}[data-theme=dark] .sales-dashboard .mix-swatch{box-shadow:0 0 0 5px #08111fb8}[data-theme=dark] .sales-dashboard .leaderboard-rank{background:var(--color-primary);color:var(--color-sidebar-accent-text)}[data-theme=dark] .sales-dashboard .leaderboard-bar-track,[data-theme=dark] .sales-dashboard .weekday-bar-track,[data-theme=dark] .sales-dashboard .monthly-bar-track{background:#334155c7}[data-theme=dark] .sales-dashboard .performance-section{border-top-color:#60a5fa24}[data-theme=dark] .sales-dashboard .heatmap-cell:disabled{color:#cbd5e1}[data-theme=dark] .sales-dashboard .table-wrap,[data-theme=dark] .daily-analysis .table-wrap,[data-theme=dark] .invoice-detail-page .table-wrap{border-color:#94a3b829;background:#08111fb8}[data-theme=dark] .sales-dashboard .dashboard-table tbody td,[data-theme=dark] .daily-analysis .invoice-table tbody td,[data-theme=dark] .invoice-detail-page .line-table tbody td{background:#0f172ae0;border-top-color:#94a3b824;border-bottom-color:#94a3b824}[data-theme=dark] .sales-dashboard .dashboard-table tbody td:first-child,[data-theme=dark] .sales-dashboard .dashboard-table tbody td:last-child,[data-theme=dark] .daily-analysis .invoice-table tbody td:first-child,[data-theme=dark] .daily-analysis .invoice-table tbody td:last-child,[data-theme=dark] .invoice-detail-page .line-table tbody td:first-child,[data-theme=dark] .invoice-detail-page .line-table tbody td:last-child{border-color:#94a3b824}[data-theme=dark] .sales-dashboard .dashboard-table th,[data-theme=dark] .daily-analysis .invoice-table th,[data-theme=dark] .invoice-detail-page .line-table th{background:#08111feb}[data-theme=dark] .sales-dashboard .table-badge{background:#60a5fa85;color:#eff6ff}[data-theme=dark] .sales-dashboard .table-action,[data-theme=dark] .daily-analysis .table-action,[data-theme=dark] .invoice-detail-page .table-action{border-color:#60a5fa38;background:#1e293bf0;color:var(--color-accent-soft);box-shadow:0 10px 18px #02061742}[data-theme=dark] .sales-dashboard .table-action:hover,[data-theme=dark] .daily-analysis .table-action:hover,[data-theme=dark] .invoice-detail-page .table-action:hover{background:#2563eb38}[data-theme=dark] .sales-dashboard .loading-shimmer{background:#1e293bcc}[data-theme=dark] .daily-analysis .rank-row,[data-theme=dark] .invoice-detail-page .rank-row{background:#0c1423f0;border-color:#94a3b829}[data-theme=dark] .daily-analysis .rank-code,[data-theme=dark] .invoice-detail-page .item-code,[data-theme=dark] .invoice-detail-page .rank-code{color:var(--color-accent-muted)}[data-theme=dark] .daily-analysis .rank-bar-track{background:#334155c7}[data-theme=dark] .invoice-detail-page .rank-bar-track{background:#14532d6b}[data-theme=dark] .sales-dashboard .category-map-point-ring,[data-theme=dark] .sales-dashboard .detail-item-map-point-ring{fill:#08111fd1;stroke:#bfdbfe99}[data-theme=dark] .sales-dashboard .category-map-point-core,[data-theme=dark] .sales-dashboard .detail-item-map-point-core{stroke:#bfdbfed1}[data-theme=dark] .sales-dashboard .print-page{color:#0f172a}:root[data-theme=dark] .panel-switch-btn.panel-switch-btn--active{background:#a6b1d8!important;color:#202941!important;box-shadow:0 8px 16px #0206174d!important}
