.MarketTicker-module__AZtX7q__shell{background:var(--bg-secondary);position:relative}.MarketTicker-module__AZtX7q__shellCollapsed{border-bottom:1px solid var(--border-subtle)}.MarketTicker-module__AZtX7q__ticker{background:var(--bg-secondary);border-bottom:none;align-items:stretch;display:flex;position:relative}.MarketTicker-module__AZtX7q__track{scrollbar-width:none;flex:1;align-items:center;gap:0;min-width:0;min-height:42px;padding:.55rem .5rem .55rem 1.5rem;display:flex;overflow-x:auto}.MarketTicker-module__AZtX7q__track::-webkit-scrollbar{display:none}.MarketTicker-module__AZtX7q__toggleBtn{border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-elevated);width:2.25rem;color:var(--text-muted);cursor:pointer;transition:border-color var(--duration-base) var(--ease-out), background-color var(--duration-base) var(--ease-out), color var(--duration-base) var(--ease-out);flex-shrink:0;justify-content:center;align-items:center;margin:.35rem .75rem .35rem .25rem;display:inline-flex}.MarketTicker-module__AZtX7q__toggleBtn:hover{border-color:var(--border);background:var(--active);color:var(--text-secondary)}.MarketTicker-module__AZtX7q__expandBar{width:100%;min-height:28px;color:var(--text-muted);cursor:pointer;transition:background-color var(--duration-base) var(--ease-out), color var(--duration-base) var(--ease-out);background:0 0;border:none;justify-content:center;align-items:center;gap:.45rem;padding:.2rem 1rem;font-size:.75rem;font-weight:500;display:flex}.MarketTicker-module__AZtX7q__expandBar:hover{background:var(--active);color:var(--text-secondary)}.MarketTicker-module__AZtX7q__expandLabel{letter-spacing:.02em}.MarketTicker-module__AZtX7q__quote{white-space:nowrap;flex-shrink:0;align-items:center;gap:.55rem;padding:0 1.1rem;display:inline-flex}.MarketTicker-module__AZtX7q__quoteBordered{border-left:1px solid var(--border-subtle)}.MarketTicker-module__AZtX7q__quoteName{color:var(--text-muted);font-size:.8125rem;font-weight:500}.MarketTicker-module__AZtX7q__quoteValue{color:var(--text-primary);font-variant-numeric:tabular-nums;font-size:.8125rem;font-weight:600}.MarketTicker-module__AZtX7q__quoteChange{font-variant-numeric:tabular-nums;align-items:center;gap:.2rem;font-size:.8125rem;font-weight:600;display:inline-flex}.MarketTicker-module__AZtX7q__positive{color:var(--pnl-positive)}.MarketTicker-module__AZtX7q__negative{color:var(--pnl-negative)}.MarketTicker-module__AZtX7q__neutral{color:var(--text-muted)}@media (max-width:960px){.MarketTicker-module__AZtX7q__track{padding-left:1rem}.MarketTicker-module__AZtX7q__toggleBtn{margin-right:.5rem}}
.DashboardLayout-module__zGh_ua__layout{background:var(--bg-primary);min-height:100vh;color:var(--text-primary)}.DashboardLayout-module__zGh_ua__topHeader{z-index:100;border-bottom:1px solid var(--border-subtle);background:var(--bg-secondary);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0}.DashboardLayout-module__zGh_ua__topNav{border-bottom:1px solid var(--border-subtle);grid-template-columns:1fr auto 1fr;align-items:center;gap:1.25rem;min-height:58px;padding:0 1.5rem;display:grid;overflow:visible}.DashboardLayout-module__zGh_ua__topNavPaper{border-bottom-color:#fbbf24;box-shadow:0 4px 18px #e2a712f5,0 1px #fbbf2473}.DashboardLayout-module__zGh_ua__brand{flex-shrink:0;justify-self:start;align-items:center;line-height:0;display:inline-flex}.DashboardLayout-module__zGh_ua__brandLogo{object-fit:contain;width:auto;max-width:148px;height:22px;display:block}.DashboardLayout-module__zGh_ua__topNavLinks{scrollbar-width:none;justify-content:center;justify-self:center;align-items:center;gap:.25rem;min-width:0;display:flex;overflow-x:auto}.DashboardLayout-module__zGh_ua__topNavLinks::-webkit-scrollbar{display:none}.DashboardLayout-module__zGh_ua__topNavLink{border-radius:var(--radius-md);height:36px;color:var(--text-muted);white-space:nowrap;transition:color var(--duration-base) var(--ease-out), background var(--duration-base) var(--ease-out);align-items:center;gap:.45rem;padding:0 .85rem;font-size:.875rem;display:inline-flex;position:relative}.DashboardLayout-module__zGh_ua__topNavLink:after{content:"";background:var(--accent);height:2px;transition:transform var(--duration-base) var(--ease-spring);border-radius:999px;position:absolute;bottom:.35rem;left:.85rem;right:.85rem;transform:scaleX(0)}.DashboardLayout-module__zGh_ua__topNavLink:hover{color:var(--text-secondary);background:var(--active)}.DashboardLayout-module__zGh_ua__topNavLinkActive{color:var(--text-primary);background:var(--active-accent);font-weight:600}.DashboardLayout-module__zGh_ua__topNavLinkActive:after{transform:scaleX(1)}.DashboardLayout-module__zGh_ua__linkIcon{flex-shrink:0;display:inline-flex}.DashboardLayout-module__zGh_ua__topNavActions{flex-shrink:0;justify-self:end;align-items:center;gap:.75rem;display:flex}.DashboardLayout-module__zGh_ua__marketStatus{border:1px solid var(--border-subtle);border-radius:var(--radius-full);background:var(--bg-elevated);align-items:center;gap:.45rem;padding:.35rem .65rem;display:inline-flex}.DashboardLayout-module__zGh_ua__marketDot{border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s ease-in-out infinite DashboardLayout-module__zGh_ua__pulse-dot}.DashboardLayout-module__zGh_ua__marketOpen .DashboardLayout-module__zGh_ua__marketDot{background:var(--pnl-positive);box-shadow:0 0 6px var(--pnl-positive)}.DashboardLayout-module__zGh_ua__marketClosed .DashboardLayout-module__zGh_ua__marketDot{background:var(--text-faint);animation:none}.DashboardLayout-module__zGh_ua__marketLabel{white-space:nowrap;font-size:.75rem;font-weight:500}.DashboardLayout-module__zGh_ua__marketOpen .DashboardLayout-module__zGh_ua__marketLabel{color:var(--pnl-positive)}.DashboardLayout-module__zGh_ua__marketClosed .DashboardLayout-module__zGh_ua__marketLabel{color:var(--text-faint)}.DashboardLayout-module__zGh_ua__profileMenu{z-index:130;position:relative}.DashboardLayout-module__zGh_ua__profileTrigger{cursor:pointer;border-radius:var(--radius-full);transition:background var(--duration-base) var(--ease-out), box-shadow var(--duration-base) var(--ease-out);background:0 0;border:none;align-items:center;gap:.75rem;padding:.2rem .35rem .2rem .65rem;display:inline-flex}.DashboardLayout-module__zGh_ua__profileTrigger:hover,.DashboardLayout-module__zGh_ua__profileTriggerExpanded{background:var(--active)}.DashboardLayout-module__zGh_ua__profileTriggerExpanded{box-shadow:0 0 0 1px var(--border-subtle)}.DashboardLayout-module__zGh_ua__profileInfo{text-align:right;flex-direction:column;align-items:flex-end;gap:.05rem;min-width:0;display:flex}.DashboardLayout-module__zGh_ua__profileName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;max-width:140px;font-size:.875rem;font-weight:600;overflow:hidden}.DashboardLayout-module__zGh_ua__profileRole{color:var(--text-muted);white-space:nowrap;font-size:.75rem}.DashboardLayout-module__zGh_ua__profileInfoPaper .DashboardLayout-module__zGh_ua__profileRole{color:#fbbf24;font-weight:600}.DashboardLayout-module__zGh_ua__avatar{color:#0b1220;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:.875rem;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #00000040}.DashboardLayout-module__zGh_ua__avatarPaper{box-shadow:0 0 0 2px #fbbf24,0 0 10px #fbbf2459,0 2px 8px #00000040}.DashboardLayout-module__zGh_ua__profileDropdown{z-index:120;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--bg-elevated);min-width:200px;animation:DashboardLayout-module__zGh_ua__fadeSlideIn .2s var(--ease-out) both;flex-direction:column;padding:.5rem;display:flex;position:absolute;top:calc(100% + .55rem);right:0;box-shadow:0 12px 32px #00000059}.DashboardLayout-module__zGh_ua__dropdownActions{flex-direction:column;gap:.15rem;display:flex}.DashboardLayout-module__zGh_ua__dropdownItem{border-radius:var(--radius-md);width:100%;min-height:36px;color:var(--text-primary);cursor:pointer;transition:background var(--duration-base) var(--ease-out), color var(--duration-base) var(--ease-out);background:0 0;border:none;align-items:center;gap:.55rem;padding:.45rem .5rem;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex}.DashboardLayout-module__zGh_ua__dropdownItem:hover{background:var(--active)}.DashboardLayout-module__zGh_ua__dropdownItemLive{color:var(--pnl-positive)}.DashboardLayout-module__zGh_ua__dropdownItemLive:hover{background:var(--pnl-positive-bg);color:var(--pnl-positive)}.DashboardLayout-module__zGh_ua__dropdownItemDanger{color:var(--pnl-negative)}.DashboardLayout-module__zGh_ua__dropdownItemDanger:hover{background:var(--pnl-negative-bg);color:var(--pnl-negative)}.DashboardLayout-module__zGh_ua__main{padding:1.5rem 2rem 2.5rem}@media (max-width:960px){.DashboardLayout-module__zGh_ua__topNav{grid-template-rows:auto auto;grid-template-columns:1fr auto;gap:.75rem;padding:.75rem 1rem}.DashboardLayout-module__zGh_ua__brand{grid-area:1/1}.DashboardLayout-module__zGh_ua__topNavActions{grid-area:1/2}.DashboardLayout-module__zGh_ua__topNavLinks{grid-area:2/1/auto/-1;justify-self:center;width:100%}.DashboardLayout-module__zGh_ua__marketLabel,.DashboardLayout-module__zGh_ua__profileInfo{display:none}.DashboardLayout-module__zGh_ua__profileTrigger{padding:.2rem}}@media (max-width:560px){.DashboardLayout-module__zGh_ua__main{padding:1rem 1rem 2rem}.DashboardLayout-module__zGh_ua__linkLabel{display:none}.DashboardLayout-module__zGh_ua__topNavLink{justify-content:center;width:36px;padding:0}.DashboardLayout-module__zGh_ua__topNavLink:after{left:.35rem;right:.35rem}}
