.dashboard-module__h3zsmW__dashboardLayout{background:var(--bg-primary);min-height:100vh;display:flex}.dashboard-module__h3zsmW__loadingScreen{min-height:100vh;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.dashboard-module__h3zsmW__loadingSpinner{border:3px solid var(--border-default);border-top-color:var(--accent-primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite dashboard-module__h3zsmW__spin}@keyframes dashboard-module__h3zsmW__spin{to{transform:rotate(360deg)}}.dashboard-module__h3zsmW__sidebar{background:var(--bg-secondary);border-right:1px solid var(--border-subtle);width:260px;transition:width .3s var(--ease-smooth);z-index:50;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0}.dashboard-module__h3zsmW__sidebarCollapsed{width:72px}.dashboard-module__h3zsmW__sidebarHeader{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;height:64px;padding:16px;display:flex}.dashboard-module__h3zsmW__sidebarLogo{color:var(--text-primary);letter-spacing:.04em;white-space:nowrap;align-items:center;gap:10px;font-size:1.15rem;font-weight:800;text-decoration:none;display:flex;overflow:hidden}.dashboard-module__h3zsmW__sidebarLogoIcon{background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;flex-shrink:0;font-size:1.4rem}.dashboard-module__h3zsmW__sidebarToggle{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:4px 8px;font-size:1rem;transition:all .2s}.dashboard-module__h3zsmW__sidebarToggle:hover{background:var(--bg-card);color:var(--text-primary)}.dashboard-module__h3zsmW__sidebarNav{padding:var(--space-2) 10px var(--space-3);flex-direction:column;flex:1;gap:3px;display:flex;overflow-y:auto}.dashboard-module__h3zsmW__sidebarLink{align-items:center;gap:var(--space-3);padding:9px var(--space-3);border-radius:var(--radius-control);color:var(--text-secondary);transition:background .15s var(--ease-smooth), color .15s var(--ease-smooth);white-space:nowrap;font-size:.875rem;font-weight:500;text-decoration:none;display:flex;position:relative;overflow:hidden}.dashboard-module__h3zsmW__sidebarLink:hover{background:var(--surface-card);color:var(--text-primary)}.dashboard-module__h3zsmW__sidebarLinkActive{background:var(--accent-bg);color:var(--accent);font-weight:600}.dashboard-module__h3zsmW__sidebarLinkActive .dashboard-module__h3zsmW__sidebarIcon{color:var(--accent)}.dashboard-module__h3zsmW__sidebarLinkActive:before{content:"";background:var(--accent);border-radius:0 3px 3px 0;width:3px;position:absolute;top:8px;bottom:8px;left:0}.dashboard-module__h3zsmW__sidebarLinkNested{padding-left:var(--space-5)}.dashboard-module__h3zsmW__sidebarIcon{width:20px;height:20px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;display:flex}.dashboard-module__h3zsmW__sidebarLink:hover .dashboard-module__h3zsmW__sidebarIcon{color:inherit}.dashboard-module__h3zsmW__navGroup{flex-direction:column;display:flex}.dashboard-module__h3zsmW__navGroupHeader{align-items:center;gap:var(--space-3);width:100%;padding:9px var(--space-3);color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-control);transition:background .15s var(--ease-smooth), color .15s var(--ease-smooth);background:0 0;border:none;font-family:inherit;font-size:.875rem;font-weight:500;display:flex}.dashboard-module__h3zsmW__navGroupHeader:hover{background:var(--surface-card);color:var(--text-primary)}.dashboard-module__h3zsmW__navGroupHeaderActive{color:var(--text-primary)}.dashboard-module__h3zsmW__navGroupHeaderActive .dashboard-module__h3zsmW__sidebarIcon{color:var(--accent)}.dashboard-module__h3zsmW__navGroupLabel{text-align:left;flex:1}.dashboard-module__h3zsmW__navChevron{color:var(--text-muted);transition:transform .18s var(--ease-smooth);flex-shrink:0}.dashboard-module__h3zsmW__navChevronOpen{transform:rotate(90deg)}.dashboard-module__h3zsmW__navGroupItems{border-left:1px solid var(--border-subtle);flex-direction:column;gap:2px;margin:2px 0 6px 18px;padding-left:18px;display:flex}.dashboard-module__h3zsmW__sidebarFooter{border-top:1px solid var(--border-subtle);flex-direction:column;gap:8px;padding:12px;display:flex}.userCardChip{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-control);transition:border-color .15s var(--ease-smooth);padding:8px 10px}.userCardChip:hover{border-color:var(--border-accent,var(--accent,#6366f1))}.dashboard-module__h3zsmW__userInfo{align-items:center;gap:10px;display:flex}.dashboard-module__h3zsmW__userAvatar{background:var(--bg-secondary);border:1px solid var(--border-default);color:#fff;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;font-weight:700;display:flex}.dashboard-module__h3zsmW__userDetails{flex-direction:column;min-width:0;display:flex}.dashboard-module__h3zsmW__userName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.dashboard-module__h3zsmW__userEmail{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.dashboard-module__h3zsmW__logoutBtn{border:1px solid var(--border-default);color:var(--text-muted);border-radius:var(--radius-sm);cursor:pointer;font-size:.8rem;font-family:var(--font-sans);background:0 0;padding:6px 12px;transition:all .2s}.dashboard-module__h3zsmW__logoutBtn:hover{border-color:var(--accent-rose);color:var(--accent-rose);background:var(--accent-rose-glow)}.dashboard-module__h3zsmW__mainContent{min-height:100vh;transition:margin-left .3s var(--ease-smooth);flex-direction:column;flex:1;margin-left:260px;display:flex}:is(.dashboard-module__h3zsmW__sidebarCollapsed~.dashboard-module__h3zsmW__mainContent,.dashboard-module__h3zsmW__dashboardLayout:has(.dashboard-module__h3zsmW__sidebarCollapsed) .dashboard-module__h3zsmW__mainContent){margin-left:72px}.dashboard-module__h3zsmW__topBar{border-bottom:1px solid var(--border-subtle);background:var(--bg-primary);z-index:40;justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex;top:0}.dashboard-module__h3zsmW__searchWrap{flex:1;max-width:480px;position:relative}.dashboard-module__h3zsmW__searchIcon{font-size:.9rem;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.dashboard-module__h3zsmW__searchInput{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);width:100%;color:var(--text-primary);font-family:var(--font-sans);padding:10px 14px 10px 36px;font-size:.85rem;transition:border-color .2s}.dashboard-module__h3zsmW__searchInput:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--accent-primary-glow);outline:none}.dashboard-module__h3zsmW__searchInput::placeholder{color:var(--text-muted)}.dashboard-module__h3zsmW__topBarActions{align-items:center;gap:12px;display:flex}.dashboard-module__h3zsmW__marketBadge{font-size:.75rem}.dashboard-module__h3zsmW__pageContent{animation:dashboard-module__h3zsmW__fadeIn .3s var(--ease-smooth);flex:1;padding:24px}@media (max-width:768px){.dashboard-module__h3zsmW__topBar{gap:8px;padding:0 12px}.dashboard-module__h3zsmW__pageContent{padding:12px!important}.dashboard-module__h3zsmW__searchInput{font-size:16px}}.dashboard-module__h3zsmW__tickerStrip{border-bottom:1px solid var(--border-subtle);background:var(--bg-secondary);align-items:center;min-width:0;max-width:100%;height:34px;display:flex;position:relative;overflow:hidden}.dashboard-module__h3zsmW__tickerTrack{will-change:transform;animation:55s linear infinite dashboard-module__h3zsmW__tickerScroll;display:inline-flex}.dashboard-module__h3zsmW__tickerStrip:hover .dashboard-module__h3zsmW__tickerTrack{animation-play-state:paused}.dashboard-module__h3zsmW__tickerGroup{align-items:center;display:inline-flex}.dashboard-module__h3zsmW__tickerItem{white-space:nowrap;border-right:1px solid var(--border-subtle);align-items:baseline;gap:7px;padding:0 26px;font-size:.78rem;text-decoration:none;display:inline-flex}.dashboard-module__h3zsmW__tickerItem:hover .dashboard-module__h3zsmW__tickerLabel{color:#2962ff}.dashboard-module__h3zsmW__tickerLabel{letter-spacing:.04em;color:var(--text-muted,#9ca3af);font-size:.7rem;font-weight:700}.dashboard-module__h3zsmW__tickerPrice{color:var(--text-primary,#e5e7eb);font-variant-numeric:tabular-nums;font-weight:700}@keyframes dashboard-module__h3zsmW__tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.dashboard-module__h3zsmW__tickerTrack{animation:none}}
.GuidePanel-module___s5vVa__launcher{z-index:120;border:1px solid var(--border-color,#ffffff24);background:var(--panel-bg,#161a23);color:var(--text-primary,#e7eaf0);cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:9px 14px 9px 11px;font-size:.82rem;font-weight:600;transition:border-color .15s,transform .15s;display:inline-flex;position:fixed;bottom:18px;right:18px;box-shadow:0 6px 20px #00000047}.GuidePanel-module___s5vVa__launcher:hover{border-color:#2962ff;transform:translateY(-1px)}.GuidePanel-module___s5vVa__launcher:focus-visible{outline-offset:2px;outline:2px solid #2962ff}.GuidePanel-module___s5vVa__launcherText{white-space:nowrap}.GuidePanel-module___s5vVa__markFace{fill:#2962ff}.GuidePanel-module___s5vVa__markEye{fill:#fff}.GuidePanel-module___s5vVa__markPupil{fill:#12151c}.GuidePanel-module___s5vVa__markBeak{fill:#f2b544}.GuidePanel-module___s5vVa__panel{z-index:130;border:1px solid var(--border-color,#ffffff24);background:var(--panel-bg,#161a23);width:min(380px,100vw - 36px);max-height:min(70vh,560px);color:var(--text-primary,#e7eaf0);border-radius:14px;flex-direction:column;gap:14px;padding:16px 18px 18px;animation:.16s ease-out GuidePanel-module___s5vVa__guideIn;display:flex;position:fixed;bottom:70px;right:18px;overflow-y:auto;box-shadow:0 14px 44px #0000006b}.GuidePanel-module___s5vVa__panel:focus-visible{outline-offset:2px;outline:2px solid #2962ff}@keyframes GuidePanel-module___s5vVa__guideIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.GuidePanel-module___s5vVa__panel{animation:none}.GuidePanel-module___s5vVa__launcher{transition:none}.GuidePanel-module___s5vVa__launcher:hover{transform:none}}.GuidePanel-module___s5vVa__head{align-items:center;gap:9px;display:flex}.GuidePanel-module___s5vVa__headMark{flex:none;display:inline-flex}.GuidePanel-module___s5vVa__title{flex:auto;margin:0;font-size:.95rem;font-weight:700}.GuidePanel-module___s5vVa__close{width:26px;height:26px;color:var(--text-muted,#8b94a7);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;flex:none;font-size:1.25rem;line-height:1}.GuidePanel-module___s5vVa__close:hover{color:var(--text-primary,#e7eaf0);border-color:var(--border-color,#ffffff24)}.GuidePanel-module___s5vVa__close:focus-visible{outline-offset:1px;outline:2px solid #2962ff}.GuidePanel-module___s5vVa__beats{flex-direction:column;gap:13px;margin:0;display:flex}.GuidePanel-module___s5vVa__beat{flex-direction:column;gap:3px;display:flex}.GuidePanel-module___s5vVa__beat dt{letter-spacing:.11em;text-transform:uppercase;font-size:.64rem;font-weight:700}.GuidePanel-module___s5vVa__beat dd{color:var(--text-secondary,#cbd5e1);margin:0;font-size:.87rem;line-height:1.55}.GuidePanel-module___s5vVa__beatName dt{color:#6d97ff}.GuidePanel-module___s5vVa__beatCause dt{color:#e2a33c}.GuidePanel-module___s5vVa__beatEffect dt{color:#4cc9ac}.GuidePanel-module___s5vVa__beatName dd{color:var(--text-primary,#e7eaf0)}.GuidePanel-module___s5vVa__foot{border-top:1px solid var(--border-subtle,#ffffff17);color:var(--text-muted,#8b94a7);margin:0;padding-top:12px;font-size:.72rem;line-height:1.5}@media (max-width:640px){.GuidePanel-module___s5vVa__launcherText{display:none}.GuidePanel-module___s5vVa__launcher{padding:10px;bottom:14px;right:14px}.GuidePanel-module___s5vVa__panel{width:auto;max-height:62vh;bottom:64px;left:10px;right:10px}}.GuidePanel-module___s5vVa__tourBtn{color:var(--text-primary,#e7eaf0);cursor:pointer;background:#2962ff1f;border:1px solid #2962ff;border-radius:8px;align-self:flex-start;padding:8px 14px;font-size:.83rem;font-weight:700}.GuidePanel-module___s5vVa__tourBtn:hover{background:#2962ff33}.GuidePanel-module___s5vVa__tourBtn:focus-visible{outline-offset:2px;outline:2px solid #2962ff}
.GuideTour-module__DcJy7G__root{z-index:300;pointer-events:none;position:fixed;inset:0}.GuideTour-module__DcJy7G__spot{outline-offset:2px;pointer-events:none;border-radius:12px;outline:2px solid #2962ff;transition:top .32s cubic-bezier(.22,.9,.3,1),left .32s cubic-bezier(.22,.9,.3,1),width .32s,height .32s;position:fixed;box-shadow:0 0 0 9999px #040812bd}.GuideTour-module__DcJy7G__swallow{pointer-events:auto;cursor:pointer;position:fixed;inset:0}.GuideTour-module__DcJy7G__markTravel{pointer-events:none;z-index:1;transition:top .56s cubic-bezier(.34,.02,.28,1),left .56s cubic-bezier(.34,.02,.28,1);position:fixed}.GuideTour-module__DcJy7G__markHop{filter:drop-shadow(0 4px 9px #00000080);transform-origin:50% 100%;animation:.56s cubic-bezier(.4,.05,.35,1) GuideTour-module__DcJy7G__jump}@keyframes GuideTour-module__DcJy7G__jump{0%{transform:translateY(0)scaleX(1)scaleY(1)}12%{transform:translateY(5px)scaleX(1.18)scaleY(.82)}32%{transform:translateY(-24px)scaleX(.9)scaleY(1.14)}52%{transform:translateY(-32px)scaleX(.94)scaleY(1.08)}78%{transform:translateY(0)scaleX(1.14)scaleY(.86)}90%{transform:translateY(-4px)scaleX(.97)scaleY(1.04)}to{transform:translateY(0)scaleX(1)scaleY(1)}}.GuideTour-module__DcJy7G__markFace{fill:#2962ff}.GuideTour-module__DcJy7G__markEye{fill:#fff}.GuideTour-module__DcJy7G__markPupil{fill:#12151c}.GuideTour-module__DcJy7G__markBeak{fill:#f2b544}.GuideTour-module__DcJy7G__card{pointer-events:auto;border:1px solid var(--border-color,#ffffff29);background:var(--panel-bg,#161a23);width:330px;max-width:calc(100vw - 24px);color:var(--text-primary,#e7eaf0);border-radius:14px;flex-direction:column;gap:8px;padding:16px 18px 14px;transition:top .32s cubic-bezier(.22,.9,.3,1),left .32s cubic-bezier(.22,.9,.3,1);display:flex;position:fixed;box-shadow:0 16px 46px #00000080}.GuideTour-module__DcJy7G__count{letter-spacing:.1em;color:var(--text-muted,#8b94a7);font-variant-numeric:tabular-nums;font-size:.66rem;font-weight:700}.GuideTour-module__DcJy7G__name{margin:0;font-size:1rem;font-weight:700;line-height:1.3}.GuideTour-module__DcJy7G__effect{color:var(--text-secondary,#cbd5e1);margin:0;font-size:.86rem;line-height:1.55}.GuideTour-module__DcJy7G__actions{align-items:center;gap:8px;margin-top:6px;display:flex}.GuideTour-module__DcJy7G__spacer{flex:1}.GuideTour-module__DcJy7G__primary{color:#fff;cursor:pointer;background:#2962ff;border:none;border-radius:8px;padding:7px 16px;font-size:.82rem;font-weight:700}.GuideTour-module__DcJy7G__ghost{border:1px solid var(--border-color,#ffffff29);color:var(--text-secondary,#cbd5e1);cursor:pointer;background:0 0;border-radius:8px;padding:7px 13px;font-size:.82rem;font-weight:600}.GuideTour-module__DcJy7G__primary:focus-visible,.GuideTour-module__DcJy7G__ghost:focus-visible{outline-offset:2px;outline:2px solid #6d97ff}.GuideTour-module__DcJy7G__ghost:hover{color:var(--text-primary,#e7eaf0)}@media (prefers-reduced-motion:reduce){.GuideTour-module__DcJy7G__markHop{animation:none}.GuideTour-module__DcJy7G__markTravel,.GuideTour-module__DcJy7G__spot,.GuideTour-module__DcJy7G__card{transition:none}}@media (max-width:640px){.GuideTour-module__DcJy7G__card{width:auto;right:10px;left:10px!important}}
