.dashboard-module__Gx_nyq__shell[data-theme=dark]{--bg-base:#08070a;--bg-sidebar:#0e0c10;--bg-topbar:#0a0908;--bg-surface:#ffffff08;--bg-elevated:#ffffff0e;--bg-card:#ffffff08;--bg-kpi-gold:#1a1a1a;--bg-sticky-col:#0e0d0b;--border:#ffffff0f;--border-strong:#ffffff1f;--border-gold:#c9a84c47;--text-primary:#faf8f4;--text-secondary:#faf8f48c;--text-muted:#faf8f459;--text-ghost:#faf8f42e;--gold:#c9a84c;--gold-glow:#c9a84c1f;--gold-text:#c9a84c;--coral:#e8956d;--coral-action:#c45c2c;--nav-active-bg:#ffffff12;--nav-active-text:#faf8f4;--nav-inactive-text:#faf8f466;--btn-sign-out-bg:none;--btn-sign-out-border:#ffffff14;--btn-sign-out-text:#faf8f44d;--toggle-track-bg:#ffffff14;--toggle-thumb-bg:#ffffff59;--toggle-icon-color:#faf8f480;--avatar-bg:#c9a84c;--avatar-text:#1a1a1a;--kpi-number-color:#faf8f4;--scroll-bg:transparent}.dashboard-module__Gx_nyq__shell[data-theme=light]{--bg-base:#f7f3ea;--bg-sidebar:#f0ece2;--bg-topbar:#f7f3ea;--bg-surface:#ffffffbf;--bg-elevated:#fff;--bg-card:#fff;--bg-kpi-gold:#fff9ef;--bg-sticky-col:#f7f3ea;--border:#1a140914;--border-strong:#1a140929;--border-gold:#c45c2c40;--text-primary:#1a1409;--text-secondary:#1a140999;--text-muted:#1a140961;--text-ghost:#1a140938;--gold:#b07830;--gold-glow:#c45c2c14;--gold-text:#c45c2c;--coral:#c45c2c;--coral-action:#c45c2c;--nav-active-bg:#1a140912;--nav-active-text:#1a1409;--nav-inactive-text:#1a14096b;--btn-sign-out-bg:none;--btn-sign-out-border:#1a14091f;--btn-sign-out-text:#1a140961;--toggle-track-bg:#1a140914;--toggle-thumb-bg:#1a1409;--toggle-icon-color:#1a140980;--avatar-bg:#c45c2c;--avatar-text:#fff;--kpi-number-color:#1a1409;--scroll-bg:transparent}.dashboard-module__Gx_nyq__shell{--sidebar-w:260px;--bottom-bar-h:64px;--content-pad:32px;--ease:cubic-bezier(.16,1,.3,1);--font-serif:"Cormorant Garamond",Georgia,serif;--font-sans:"DM Sans",system-ui,sans-serif;--radius-md:10px;--radius-lg:14px;background:var(--bg-base);min-height:100vh;font-family:var(--font-sans);transition:background .3s var(--ease),color .3s var(--ease);color:var(--text-primary);display:flex}.dashboard-module__Gx_nyq__sidebar{width:var(--sidebar-w);background:var(--bg-sidebar);border-right:1px solid var(--border);z-index:40;height:100vh;transition:transform .25s var(--ease),background .3s var(--ease),border-color .3s var(--ease);flex-direction:column;flex-shrink:0;display:flex;position:sticky;top:0}.dashboard-module__Gx_nyq__sidebarBackdrop{z-index:39;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;display:none;position:fixed;inset:0}.dashboard-module__Gx_nyq__main{flex:1;overflow:auto}.dashboard-module__Gx_nyq__topBar{padding:20px var(--content-pad);border-bottom:1px solid var(--border);background:var(--bg-topbar);z-index:10;transition:background .3s var(--ease),border-color .3s var(--ease);justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.dashboard-module__Gx_nyq__hamburger{cursor:pointer;color:var(--text-primary);background:0 0;border:none;flex-shrink:0;padding:6px;display:none}.dashboard-module__Gx_nyq__content{padding:var(--content-pad)}.dashboard-module__Gx_nyq__kpiGrid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:32px;display:grid}.dashboard-module__Gx_nyq__chartWrap{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);transition:background .3s var(--ease),border-color .3s var(--ease);margin-bottom:32px;padding:24px}.dashboard-module__Gx_nyq__chartSvg{width:100%;height:200px}.dashboard-module__Gx_nyq__tableWrap{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);transition:background .3s var(--ease),border-color .3s var(--ease);overflow:hidden}.dashboard-module__Gx_nyq__tableScroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.dashboard-module__Gx_nyq__table{border-collapse:collapse;width:100%;font-size:13px}.dashboard-module__Gx_nyq__tableHead th{text-align:right;color:var(--text-muted);white-space:nowrap;border-bottom:1px solid var(--border);padding:12px 24px;font-weight:400}.dashboard-module__Gx_nyq__tableHead th:first-child,.dashboard-module__Gx_nyq__table td:first-child{text-align:right}.dashboard-module__Gx_nyq__table td{text-align:right;border-bottom:1px solid var(--border);white-space:nowrap;color:var(--text-primary);padding:12px 24px}.dashboard-module__Gx_nyq__colSticky{background:var(--bg-sticky-col);z-index:2;transition:background .3s var(--ease);position:sticky;left:0;box-shadow:2px 0 8px #00000014}.dashboard-module__Gx_nyq__showAllBtn{color:var(--gold-text);font-family:var(--font-sans);cursor:pointer;letter-spacing:.04em;text-align:left;border:none;border-top:1px solid var(--border);background:0 0;width:100%;padding:12px 24px;font-size:12px;display:none}.dashboard-module__Gx_nyq__themeToggle{cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;width:100%;padding:10px 12px;transition:background .15s;display:flex}.dashboard-module__Gx_nyq__themeToggle:hover{background:var(--nav-active-bg)}.dashboard-module__Gx_nyq__themeToggleTrack{background:var(--toggle-track-bg);border:1px solid var(--border-strong);width:32px;height:18px;transition:background .25s var(--ease),border-color .25s var(--ease);border-radius:100px;flex-shrink:0;position:relative}.dashboard-module__Gx_nyq__themeToggleThumb{background:var(--toggle-thumb-bg);width:12px;height:12px;transition:transform .25s var(--ease),background .25s var(--ease);border-radius:50%;position:absolute;top:2px;left:2px}.dashboard-module__Gx_nyq__shell[data-theme=light] .dashboard-module__Gx_nyq__themeToggleThumb{transform:translate(14px)}.dashboard-module__Gx_nyq__themeToggleLabel{color:var(--text-muted);font-size:12px;font-family:var(--font-sans);letter-spacing:.02em}.dashboard-module__Gx_nyq__themeToggleIcons{opacity:.5;gap:3px;margin-left:auto;display:flex}.dashboard-module__Gx_nyq__bottomBar{height:calc(var(--bottom-bar-h) + env(safe-area-inset-bottom,0px));background:var(--bg-sidebar);border-top:1px solid var(--border);z-index:50;-webkit-backdrop-filter:blur(20px);display:none;position:fixed;bottom:0;left:0;right:0}.dashboard-module__Gx_nyq__bottomTabs{height:var(--bottom-bar-h);align-items:stretch;display:flex}.dashboard-module__Gx_nyq__bottomTab{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;min-height:44px;padding:6px 4px;transition:background .12s,transform .1s;display:flex;position:relative}.dashboard-module__Gx_nyq__bottomTab:active{background:var(--nav-active-bg);transform:scale(.94)}.dashboard-module__Gx_nyq__bottomTab[data-active=true]:before{content:"";background:var(--gold);border-radius:50%;width:4px;height:4px;position:absolute;top:6px;left:50%;transform:translate(-50%)}.dashboard-module__Gx_nyq__bottomTabLabel{font-family:var(--font-sans);letter-spacing:.03em;text-overflow:ellipsis;white-space:nowrap;max-width:60px;font-size:10px;line-height:1;overflow:hidden}@media (max-width:1024px){.dashboard-module__Gx_nyq__sidebar{height:100%;position:fixed;top:0;left:0;transform:translate(-100%)}.dashboard-module__Gx_nyq__sidebar.dashboard-module__Gx_nyq__sidebarOpen{transform:translate(0);box-shadow:4px 0 32px #0000004d}.dashboard-module__Gx_nyq__sidebarBackdrop.dashboard-module__Gx_nyq__sidebarOpen{display:block}.dashboard-module__Gx_nyq__hamburger{justify-content:center;align-items:center;margin-right:12px;display:flex}.dashboard-module__Gx_nyq__kpiGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.dashboard-module__Gx_nyq__shell{--content-pad:16px}.dashboard-module__Gx_nyq__sidebar{z-index:50;width:280px;height:100%;box-shadow:none;display:flex;position:fixed;top:0;left:0;transform:translate(-100%)}.dashboard-module__Gx_nyq__sidebar.dashboard-module__Gx_nyq__sidebarOpen{transform:translate(0);box-shadow:4px 0 40px #00000073}.dashboard-module__Gx_nyq__sidebarBackdrop{display:none}.dashboard-module__Gx_nyq__sidebarBackdrop.dashboard-module__Gx_nyq__sidebarOpen{z-index:49;display:block!important}.dashboard-module__Gx_nyq__bottomBar{display:flex}.dashboard-module__Gx_nyq__main{padding-bottom:calc(var(--bottom-bar-h) + env(safe-area-inset-bottom,0px))}.dashboard-module__Gx_nyq__topBar{padding:14px 16px}.dashboard-module__Gx_nyq__kpiGrid{grid-template-columns:1fr;gap:10px;margin-bottom:24px}.dashboard-module__Gx_nyq__chartWrap{border-radius:var(--radius-md);margin-bottom:24px;padding:16px}.dashboard-module__Gx_nyq__tableScroll{max-width:calc(100vw - 32px)}.dashboard-module__Gx_nyq__table td,.dashboard-module__Gx_nyq__tableHead th{padding:10px 16px;font-size:12px}.dashboard-module__Gx_nyq__showAllBtn{display:block}.dashboard-module__Gx_nyq__colMobileHidden{display:none}.dashboard-module__Gx_nyq__colMobileHidden.dashboard-module__Gx_nyq__showAll{display:table-cell}}
