@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap";
.mobile-drawer-module__7oYpua__hamburger{cursor:pointer;color:var(--text);transition:opacity var(--transition-fast);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;padding:8px;font-size:1.2rem;display:none}.mobile-drawer-module__7oYpua__hamburger:hover{opacity:.7}.mobile-drawer-module__7oYpua__hamburger:focus-visible{outline:2px solid var(--emerald);outline-offset:2px}.mobile-drawer-module__7oYpua__hamburgerIcon{font-size:1.4rem;display:block}@media (max-width:768px){.mobile-drawer-module__7oYpua__hamburger{display:flex}}.mobile-drawer-module__7oYpua__backdrop{z-index:190;background:#0006;animation:.2s ease-out mobile-drawer-module__7oYpua__backdropFadeIn;position:fixed;inset:0}@keyframes mobile-drawer-module__7oYpua__backdropFadeIn{0%{opacity:0}to{opacity:1}}.mobile-drawer-module__7oYpua__drawer{background:var(--panel);border-right:1px solid var(--line);z-index:200;width:280px;max-width:85vw;height:100vh;transition:transform var(--transition-base) ease-out;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden auto;transform:translate(-100%);box-shadow:2px 0 12px #00000014}.mobile-drawer-module__7oYpua__drawer[data-theme=dark]{box-shadow:2px 0 12px #0000004d}.mobile-drawer-module__7oYpua__drawerOpen{transform:translate(0)}.mobile-drawer-module__7oYpua__drawerHeader{border-bottom:1px solid var(--line);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.mobile-drawer-module__7oYpua__drawerTitle{font-family:var(--font-display);color:var(--text);letter-spacing:-.01em;margin:0;font-size:1rem;font-weight:700}.mobile-drawer-module__7oYpua__closeButton{cursor:pointer;color:var(--text-secondary);transition:color var(--transition-fast);border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;padding:6px;font-size:1.2rem;display:flex}.mobile-drawer-module__7oYpua__closeButton:hover{color:var(--text);background:var(--bg-soft)}.mobile-drawer-module__7oYpua__closeButton:focus-visible{outline:2px solid var(--emerald);outline-offset:2px}.mobile-drawer-module__7oYpua__closeIcon{font-size:1.4rem;line-height:1;display:block}.mobile-drawer-module__7oYpua__userSection{border-bottom:1px solid var(--line);flex-shrink:0;align-items:center;gap:12px;padding:16px 20px;display:flex}.mobile-drawer-module__7oYpua__userAvatar{border-radius:var(--radius-full);object-fit:cover;flex-shrink:0;width:40px;height:40px}.mobile-drawer-module__7oYpua__userInfo{flex:1;min-width:0}.mobile-drawer-module__7oYpua__userName{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;font-weight:600;overflow:hidden}.mobile-drawer-module__7oYpua__userEmail{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.75rem;overflow:hidden}.mobile-drawer-module__7oYpua__drawerLinks{flex-direction:column;flex:1;gap:2px;padding:8px 12px;display:flex}.mobile-drawer-module__7oYpua__drawerLink{border-radius:var(--radius-md);color:var(--text-secondary);transition:all var(--transition-fast);align-items:center;gap:12px;padding:12px;font-size:.88rem;font-weight:500;text-decoration:none;display:flex}.mobile-drawer-module__7oYpua__drawerLink:hover{color:var(--text);background:var(--bg-soft)}.mobile-drawer-module__7oYpua__drawerLink:focus-visible{outline:2px solid var(--emerald);outline-offset:-2px}.mobile-drawer-module__7oYpua__drawerLinkActive{color:var(--emerald);background:var(--emerald-dim);font-weight:600}.mobile-drawer-module__7oYpua__drawerLinkIcon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:1rem;display:flex}.mobile-drawer-module__7oYpua__drawerLinkLabel{flex:1}.mobile-drawer-module__7oYpua__drawerLegal{border-top:1px solid var(--line);flex-wrap:wrap;gap:6px 12px;padding:12px 20px;display:flex}.mobile-drawer-module__7oYpua__drawerLegalLink{color:var(--text-tertiary);transition:color var(--transition-fast);font-size:.72rem;font-weight:500;text-decoration:none}.mobile-drawer-module__7oYpua__drawerLegalLink:hover{color:var(--emerald)}.mobile-drawer-module__7oYpua__drawerFooter{border-top:1px solid var(--line);flex-direction:column;flex-shrink:0;gap:12px;padding:16px 20px;display:flex}.mobile-drawer-module__7oYpua__themeToggleWrapper{justify-content:space-between;align-items:center;gap:12px;display:flex}.mobile-drawer-module__7oYpua__themeLabel{color:var(--text-secondary);font-size:.85rem;font-weight:500}@media (min-width:769px){.mobile-drawer-module__7oYpua__hamburger,.mobile-drawer-module__7oYpua__backdrop,.mobile-drawer-module__7oYpua__drawer{display:none!important}}
.market-ticker-module__nybYHq__tickerRibbon{background:var(--bg-elevated);border-bottom:1px solid var(--line);z-index:101;width:100%;height:36px;display:none;position:relative;overflow:hidden}@media (min-width:480px){.market-ticker-module__nybYHq__tickerRibbon{display:block}}.market-ticker-module__nybYHq__tickerContainer{align-items:center;gap:12px;min-width:100%;height:100%;padding:0 20px;display:flex}.market-ticker-module__nybYHq__liveDot{background:var(--emerald);width:6px;height:6px;box-shadow:0 0 8px var(--emerald-glow);border-radius:50%;flex-shrink:0;animation:2s ease-in-out infinite market-ticker-module__nybYHq__tickerPulse}@keyframes market-ticker-module__nybYHq__tickerPulse{0%,to{opacity:1}50%{opacity:.5}}.market-ticker-module__nybYHq__liveLabel{letter-spacing:.05em;color:var(--text-tertiary);text-transform:uppercase;flex-shrink:0;min-width:32px;font-size:.7rem;font-weight:700}.market-ticker-module__nybYHq__tickerScroll{will-change:transform;flex-shrink:0;gap:24px;animation:40s linear infinite market-ticker-module__nybYHq__tickerScroll;display:flex}.market-ticker-module__nybYHq__tickerScroll:hover{animation-play-state:paused}@keyframes market-ticker-module__nybYHq__tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.market-ticker-module__nybYHq__tickerItem{white-space:nowrap;flex-shrink:0;align-items:center;gap:8px;min-width:fit-content;padding:0 4px;display:flex}.market-ticker-module__nybYHq__indexName{letter-spacing:.02em;color:var(--text-secondary);text-transform:uppercase;min-width:90px;font-size:.75rem;font-weight:700}.market-ticker-module__nybYHq__indexValue{color:var(--text);font-variant-numeric:tabular-nums;text-align:right;min-width:70px;font-size:.8rem;font-weight:700}.market-ticker-module__nybYHq__indexChange{font-variant-numeric:tabular-nums;text-align:right;min-width:50px;font-size:.75rem;font-weight:600}.market-ticker-module__nybYHq__changePositive{color:var(--emerald)}.market-ticker-module__nybYHq__changeNegative{color:var(--red)}.market-ticker-module__nybYHq__indexPct{font-variant-numeric:tabular-nums;text-align:right;min-width:45px;font-size:.72rem;font-weight:600}[data-theme=dark] .market-ticker-module__nybYHq__tickerRibbon{background:var(--bg-elevated);border-bottom-color:var(--line)}[data-theme=dark] .market-ticker-module__nybYHq__liveDot{background:var(--emerald);box-shadow:0 0 8px var(--emerald-glow)}[data-theme=dark] .market-ticker-module__nybYHq__liveLabel{color:var(--text-tertiary)}[data-theme=dark] .market-ticker-module__nybYHq__indexName{color:var(--text-secondary)}[data-theme=dark] .market-ticker-module__nybYHq__indexValue{color:var(--text)}[data-theme=dark] .market-ticker-module__nybYHq__changePositive{color:var(--emerald)}[data-theme=dark] .market-ticker-module__nybYHq__changeNegative{color:var(--red)}@media (max-width:479px){.market-ticker-module__nybYHq__tickerRibbon{display:none!important}}@media (min-width:480px) and (max-width:1024px){.market-ticker-module__nybYHq__tickerContainer{padding:0 16px}.market-ticker-module__nybYHq__indexName{min-width:80px;font-size:.73rem}.market-ticker-module__nybYHq__indexValue{min-width:60px;font-size:.78rem}.market-ticker-module__nybYHq__indexChange{min-width:45px;font-size:.73rem}.market-ticker-module__nybYHq__indexPct{min-width:42px;font-size:.7rem}}@media (min-width:1024px){.market-ticker-module__nybYHq__tickerContainer{padding:0 24px}.market-ticker-module__nybYHq__indexName{min-width:100px;font-size:.76rem}.market-ticker-module__nybYHq__indexValue{min-width:75px;font-size:.82rem}.market-ticker-module__nybYHq__indexChange{min-width:55px;font-size:.76rem}.market-ticker-module__nybYHq__indexPct{min-width:50px;font-size:.73rem}}
:root,[data-theme=light]{--bg:#f7f8fa;--bg-elevated:#fff;--bg-soft:#f0f2f5;--bg-muted:#e8eaef;--panel:#fff;--panel-solid:#fff;--panel-hover:#f9fafb;--line:#e5e7eb;--line-strong:#d1d5db;--text:#111827;--text-secondary:#4b5563;--text-tertiary:#9ca3af;--text-muted:#d1d5db;--emerald:#0d9668;--emerald-hover:#047857;--emerald-dim:#0d966812;--emerald-strong:#047857;--emerald-glow:#0d96680d;--emerald-bg:#ecfdf5;--emerald-border:#a7f3d0;--gold:#b45309;--gold-dim:#b4530912;--gold-bg:#fffbeb;--gold-border:#fbbf24;--red:#be123c;--red-dim:#be123c0d;--red-bg:#fff1f2;--red-border:#fda4af;--blue:#2563eb;--blue-dim:#2563eb0f;--blue-bg:#eff6ff;--purple:#7c3aed;--purple-dim:#7c3aed0f;--purple-bg:#f5f3ff;--purple-border:#c4b5fd;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display:"Plus Jakarta Sans", "Inter", -apple-system, sans-serif;--radius-xs:6px;--radius-sm:8px;--radius-md:10px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:20px;--radius-full:9999px;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 6px -1px #00000012, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #00000014, 0 4px 6px -4px #0000000a;--transition-fast:.15s ease;--transition-base:.2s ease;--transition-slow:.3s ease;--topbar-bg:#ffffffeb;--topbar-border:#e5e7eb;--shadow-emerald:0 2px 8px #05966933;--shadow-emerald-lg:0 4px 12px #05966940;--shimmer-color:#94a3b80f;--shimmer-peak:#94a3b81a;--glass-bg:#ffffffa6;--glass-border:#ffffff4d;--glass-blur:12px;--gradient-emerald:linear-gradient(135deg, #059669 0%, #10b981 50%, #34d399 100%);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=dark]{--bg:#0c1017;--bg-elevated:#131a28;--bg-soft:#1a2332;--bg-muted:#2a3548;--panel:#131a28;--panel-solid:#131a28;--panel-hover:#1a2332;--line:#ffffff14;--line-strong:#ffffff24;--text:#f9fafb;--text-secondary:#9ca3af;--text-tertiary:#6b7280;--text-muted:#374151;--emerald:#34d399;--emerald-hover:#10b981;--emerald-dim:#34d3991f;--emerald-strong:#10b981;--emerald-glow:#34d39926;--emerald-bg:#34d39914;--emerald-border:#34d39938;--gold:#fbbf24;--gold-dim:#fbbf241f;--gold-bg:#fbbf2414;--gold-border:#fbbf2438;--red:#fb7185;--red-dim:#fb71851a;--red-bg:#fb718514;--red-border:#fb718538;--blue:#60a5fa;--blue-dim:#60a5fa1a;--blue-bg:#60a5fa14;--purple:#a78bfa;--purple-dim:#a78bfa1a;--purple-bg:#a78bfa14;--purple-border:#a78bfa38;--shadow-xs:0 1px 2px #0000004d;--shadow-sm:0 1px 3px #0000004d, 0 1px 2px #0003;--shadow-md:0 4px 6px -1px #00000059, 0 2px 4px -2px #0003;--shadow-lg:0 10px 15px -3px #00000059, 0 4px 6px -4px #0003;--topbar-bg:#0b0f19eb;--topbar-border:#ffffff14;--shadow-emerald:0 2px 8px #10b98133;--shadow-emerald-lg:0 4px 12px #10b98140;--shimmer-color:#ffffff0a;--shimmer-peak:#ffffff14;--glass-bg:#131a28b3;--glass-border:#ffffff0f;--glass-blur:12px;--gradient-emerald:linear-gradient(135deg, #047857 0%, #10b981 50%, #34d399 100%);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--text);background-color:var(--bg);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color var(--transition-base), color var(--transition-base);flex-direction:column;font-size:14px;line-height:1.6;display:flex}a{color:inherit;text-decoration:none}::selection{background:var(--emerald-dim);color:var(--emerald)}input,select,textarea,button{font-family:inherit;font-size:inherit}:focus-visible{outline:2px solid var(--emerald);outline-offset:2px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}.topbar{z-index:100;border-bottom:1px solid var(--topbar-border);background:var(--topbar-bg);-webkit-backdrop-filter:blur(16px)saturate(180%);align-items:center;gap:16px;height:56px;padding:0 24px;display:flex;position:sticky;top:0}.wordmark{color:var(--text);font-family:var(--font-display);letter-spacing:-.02em;transition:opacity var(--transition-fast);white-space:nowrap;flex-shrink:0;align-items:center;gap:8px;font-size:1.05rem;font-weight:800;display:flex}.wordmark:hover{opacity:.8}.topbarSearch{z-index:100;flex:1;max-width:420px;position:relative}.topbarSearchInput{border:1px solid var(--line);border-radius:var(--radius-full);background:var(--bg-soft);width:100%;color:var(--text);transition:all var(--transition-fast);padding:7px 14px 7px 36px;font-size:.82rem}.topbarSearchInput::placeholder{color:var(--text-tertiary)}.topbarSearchInput:focus{border-color:var(--emerald);background:var(--bg-elevated);box-shadow:0 0 0 3px var(--emerald-dim);outline:none}.marketStatus{border-radius:var(--radius-full);border:1px solid var(--line);background:var(--panel);color:var(--text-secondary);white-space:nowrap;align-items:center;gap:6px;padding:4px 12px;font-size:.72rem;font-weight:600;display:inline-flex}.marketDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.marketDotOpen{background:var(--emerald);box-shadow:0 0 6px var(--emerald-dim);animation:2s infinite pulse}.marketDotPre{background:var(--gold);box-shadow:0 0 6px var(--gold-dim);animation:2s infinite pulse}.marketDotClosed{background:var(--text-tertiary)}.marketLabel{color:var(--text);letter-spacing:.02em;font-weight:700}.marketTime{color:var(--text-tertiary);font-weight:500}.themeToggle{border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--bg-soft);cursor:pointer;width:32px;height:32px;transition:all var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;margin-left:4px;display:flex}.themeToggle:hover{border-color:var(--line-strong);background:var(--bg-muted)}.themeToggleIcon{transition:transform var(--transition-base);font-size:.9rem;line-height:1}.themeToggle:hover .themeToggleIcon{transform:rotate(20deg)}.topbarSearchKbd{border:1px solid var(--line);border-radius:var(--radius-xs);background:var(--bg-elevated);color:var(--text-tertiary);pointer-events:none;transition:opacity var(--transition-fast);padding:1px 6px;font-family:inherit;font-size:.68rem;font-weight:600;line-height:1.6;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.topbarSearchInput:focus~.topbarSearchKbd{opacity:0}.topbarSearchIcon{color:var(--text-tertiary);pointer-events:none;font-size:.85rem;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.searchDropdown{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:200;max-height:400px;margin:0;padding:4px;list-style:none;animation:.12s ease-out dropdownIn;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto}@keyframes dropdownIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.searchDropdownItem{border-radius:var(--radius-md);cursor:pointer;transition:background var(--transition-fast);justify-content:space-between;align-items:center;gap:12px;padding:8px 12px;display:flex}.searchDropdownItem:hover,.searchDropdownItemFocused{background:var(--bg-soft)}.searchDropdownLeft{flex-direction:column;gap:1px;min-width:0;display:flex}.searchDropdownSymbol{color:var(--text);font-size:.82rem;font-weight:700;font-family:var(--font-display);letter-spacing:-.01em}.searchDropdownName{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.searchDropdownRight{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:1px;display:flex}.searchDropdownPrice{color:var(--text);font-variant-numeric:tabular-nums;font-size:.8rem;font-weight:600}.searchDropdownSector{color:var(--text-tertiary);font-size:.68rem}.searchDropdownEmpty{text-align:center;color:var(--text-tertiary);padding:16px 12px;font-size:.8rem}.searchDropdownHint{border-top:1px solid var(--line);color:var(--text-tertiary);justify-content:center;align-items:center;gap:4px;margin-top:4px;padding:6px 12px;font-size:.65rem;display:flex}.searchDropdownHint kbd{border:1px solid var(--line);border-radius:var(--radius-xs);background:var(--bg-elevated);min-width:18px;height:16px;color:var(--text-tertiary);justify-content:center;align-items:center;padding:0 4px;font-family:inherit;font-size:.6rem;font-weight:600;display:inline-flex}.topbarActions{align-items:center;gap:4px;margin-left:auto;display:flex}.topbarNav{align-items:center;gap:1px;display:flex}.topbarNavSecondary{border-left:1px solid var(--line);margin-left:12px;padding-left:12px}.ghostLink{color:var(--text-secondary);border-radius:var(--radius-sm);transition:color var(--transition-fast), background var(--transition-fast);padding:6px 12px;font-size:.84rem;font-weight:500}.ghostLink:hover{color:var(--text);background:var(--bg-soft)}.ghostLinkActive{background:var(--emerald-dim);font-weight:600;color:var(--emerald)!important}.ghostButton,.solidButton{border-radius:var(--radius-sm);font:inherit;cursor:pointer;transition:all var(--transition-fast);border:0;padding:8px 16px;font-size:.84rem;font-weight:600}.ghostButton{background:var(--bg-soft);color:var(--text-secondary)}.ghostButton:hover{background:var(--bg-muted);color:var(--text)}.ghostButtonLink{border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--transition-fast);background:0 0;align-items:center;padding:8px 16px;font-size:.84rem;font-weight:500;display:inline-flex}.ghostButtonLink:hover{color:var(--text);background:var(--bg-soft)}.solidButton{background:var(--emerald);color:#fff;font-weight:600}.solidButton:hover{background:var(--emerald-hover)}.solidButtonLink{border-radius:var(--radius-sm);background:var(--emerald);color:#fff;transition:all var(--transition-fast);box-shadow:var(--shadow-emerald);align-items:center;padding:8px 16px;font-size:.84rem;font-weight:600;display:inline-flex}.solidButtonLink:hover{background:var(--emerald-hover);box-shadow:var(--shadow-emerald-lg)}.marketTickerWrap{flex-wrap:wrap;justify-content:center;gap:20px;padding:10px 0;display:flex}.marketTickerItem{color:var(--text-secondary);align-items:center;gap:8px;font-size:.78rem;font-weight:500;display:flex}.marketTickerName{color:var(--text);font-weight:600}.marketTickerPrice{font-variant-numeric:tabular-nums}.marketTickerUp{color:var(--emerald);font-size:.72rem;font-weight:700}.marketTickerDown{color:var(--red);font-size:.72rem;font-weight:700}.marketTickerNa{color:var(--text-tertiary);font-size:.72rem}.bottomNav{z-index:100;background:var(--topbar-bg);-webkit-backdrop-filter:blur(16px)saturate(180%);border-top:1px solid var(--line);padding:4px 0 env(safe-area-inset-bottom,4px);justify-content:space-around;align-items:center;display:none;position:fixed;bottom:0;left:0;right:0}.bottomNavItem{border-radius:var(--radius-sm);color:var(--text-tertiary);transition:color var(--transition-fast);-webkit-tap-highlight-color:transparent;flex-direction:column;align-items:center;gap:2px;padding:6px 16px;text-decoration:none;display:flex}.bottomNavItemActive{color:var(--emerald)}.bottomNavItem:hover{color:var(--text)}.bottomNavItemActive:hover{color:var(--emerald)}.bottomNavIcon{font-size:1.2rem;line-height:1}.bottomNavLabel{letter-spacing:.02em;font-size:.65rem;font-weight:600}@media (max-width:768px){.topbar{height:52px;padding:0 16px}.topbarNavSecondary{display:none}.topbarNav{gap:0}.topbarSearch{max-width:none}.topbarSearchKbd{display:none}.ghostLink{padding:6px 8px;font-size:.8rem}body{padding-bottom:68px}.bottomNav{display:flex}}@media (max-width:640px){.topbarNav{display:none}.topbarSearch{max-width:none}}@media (max-width:390px){.topbar{gap:10px;padding:0 12px}.wordmark{font-size:.92rem}.topbarSearchInput{padding:6px 12px 6px 32px;font-size:.78rem}.topbarSearchIcon{font-size:.78rem;left:10px}.bottomNavItem{padding:6px 8px}.bottomNavLabel{font-size:.58rem}.marketTickerWrap{gap:12px;padding:8px 0}.marketTickerItem{gap:4px;font-size:.7rem}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.shellPage{animation:.35s ease-out both fadeInUp}.shellStrip>*,.shellGrid2>*{animation:.3s ease-out both fadeInUp}.shellStrip>:first-child{animation-delay:40ms}.shellStrip>:nth-child(2){animation-delay:80ms}.shellStrip>:nth-child(3){animation-delay:.12s}.shellStrip>:nth-child(4){animation-delay:.16s}.shellGrid2>:first-child{animation-delay:60ms}.shellGrid2>:nth-child(2){animation-delay:.12s}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:focus-visible{outline:2px solid var(--emerald);outline-offset:2px;border-radius:var(--radius-xs)}:focus:not(:focus-visible){outline:none}.skipToContent{z-index:200;background:var(--emerald);color:#fff;border-radius:var(--radius-sm);transition:top var(--transition-fast);padding:8px 16px;font-size:.85rem;font-weight:600;text-decoration:none;position:absolute;top:-100%;left:16px}.skipToContent:focus{top:8px}.topbar{transition:box-shadow var(--transition-base)}.topbarScrolled{box-shadow:0 1px 8px #0000000f,0 0 1px #00000014}[data-theme=dark] .topbarScrolled{box-shadow:0 1px 8px #00000059,0 0 1px #0006}[data-theme=dark] .searchDropdown{border-color:#ffffff1a;box-shadow:0 16px 32px #00000080,0 0 1px #ffffff0f}[data-theme=dark] .searchDropdownItemFocused{background:#10b98114}input[type=text],input[type=email],input[type=search],input[type=number],input[type=password],input[type=url],input[type=tel],textarea,select{transition:border-color var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast)}input:focus,textarea:focus,select:focus{border-color:var(--emerald);box-shadow:0 0 0 3px var(--emerald-dim);outline:none}.inputError{border-color:var(--red)!important;box-shadow:0 0 0 3px var(--red-dim)!important}.inputSuccess{border-color:var(--emerald)!important;box-shadow:0 0 0 3px var(--emerald-dim)!important}.inputWarning{border-color:var(--gold)!important;box-shadow:0 0 0 3px var(--gold-dim)!important}input::placeholder,textarea::placeholder{transition:opacity var(--transition-fast), transform var(--transition-fast)}input:focus::placeholder,textarea:focus::placeholder{opacity:.5;transform:translate(4px)}.emptyStateBlock{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:40px 24px;display:flex}.emptyStateIcon{border-radius:var(--radius-lg);background:var(--bg-soft);border:1px solid var(--line);width:48px;height:48px;color:var(--text-tertiary);justify-content:center;align-items:center;font-size:1.25rem;display:flex}.emptyStateTitle{color:var(--text);margin:0;font-size:.92rem;font-weight:600}.emptyStateDesc{color:var(--text-tertiary);max-width:280px;margin:0;font-size:.82rem;line-height:1.5}.emptyStateCta{border-radius:var(--radius-sm);background:var(--emerald-bg);color:var(--emerald);border:1px solid var(--emerald-border);transition:all var(--transition-fast);align-items:center;gap:6px;padding:7px 16px;font-size:.8rem;font-weight:600;text-decoration:none;display:inline-flex}.emptyStateCta:hover{background:var(--emerald);color:#fff}.authPage{grid-template-columns:1fr 1fr;min-height:calc(100vh - 56px);display:grid}@media (max-width:860px){.authPage{grid-template-columns:1fr}.authSidebar{display:none}}.authSidebar{background:var(--emerald-bg);border-right:1px solid var(--emerald-border);justify-content:center;align-items:center;padding:48px 32px;display:flex}.authSidebarGradient{background:linear-gradient(170deg,#064e3b 0%,#065f46 40%,#047857 100%);border-right:none;position:relative;overflow:hidden}.authSidebarGradient:before{content:"";pointer-events:none;background:#ffffff08;border-radius:50%;width:300px;height:300px;position:absolute;top:-80px;right:-80px}.authSidebarGradient:after{content:"";pointer-events:none;background:#ffffff05;border-radius:50%;width:200px;height:200px;position:absolute;bottom:-60px;left:-60px}.authSidebarGradient .authSidebarTitle{color:#fff}.authSidebarGradient .authSidebarDesc{color:#fffc}.authSidebarGradient .authFeature{color:#ffffffd9}.authSidebarGradient .authFeatureIcon{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;width:32px;height:32px}.authSidebarGradient .authSidebarFooter{color:#ffffff80}[data-theme=dark] .authSidebar:not(.authSidebarGradient){background:#0596690f;border-right-color:#05966926}.authSidebarInner{z-index:1;max-width:360px;position:relative}.authLogo{font-family:var(--font-display);color:var(--emerald);letter-spacing:-.02em;margin-bottom:24px;font-size:1rem;font-weight:800;text-decoration:none;display:inline-block}.authSidebarTitle{font-family:var(--font-display);color:var(--text);letter-spacing:-.03em;margin:0 0 12px;font-size:1.5rem;font-weight:800;line-height:1.2}.authSidebarDesc{color:var(--text-secondary);margin:0 0 28px;font-size:.9rem;line-height:1.6}.authFeatures{flex-direction:column;gap:14px;margin-bottom:24px;display:flex}.authFeature{color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:.85rem;line-height:1.5;display:flex}.authFeatureIcon{background:var(--emerald);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.72rem;font-weight:700;display:flex}.authTestimonial{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff1a;margin-bottom:20px;padding:16px}.authTestimonialQuote{color:#ffffffe6;margin:0 0 8px;font-size:.82rem;font-style:italic;line-height:1.55}.authTestimonialAttr{color:#ffffff80;font-size:.72rem;font-weight:500}.authSidebarFooter{color:var(--text-tertiary);margin:0;font-size:.75rem;font-style:italic}.authMain{place-items:center;padding:24px;display:grid}.cardLift{transition:transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast)}.cardLift:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.pressScale:active{transition:transform 80ms;transform:scale(.97)}@keyframes livePulse{0%,to{opacity:1}50%{opacity:.4}}.livePulse{animation:2s ease-in-out infinite livePulse}.fadeInUp{animation:.4s ease-out both fadeInUp}.staggerChildren>*{animation:.35s ease-out both fadeInUp}.staggerChildren>:first-child{animation-delay:30ms}.staggerChildren>:nth-child(2){animation-delay:60ms}.staggerChildren>:nth-child(3){animation-delay:90ms}.staggerChildren>:nth-child(4){animation-delay:.12s}.staggerChildren>:nth-child(5){animation-delay:.15s}.staggerChildren>:nth-child(6){animation-delay:.18s}@keyframes priceFlashGreen{0%{background:var(--emerald-bg)}to{background:0 0}}@keyframes priceFlashRed{0%{background:var(--red-bg)}to{background:0 0}}.priceFlashUp{animation:1s ease-out priceFlashGreen}.priceFlashDown{animation:1s ease-out priceFlashRed}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg, var(--shimmer-color) 25%, var(--shimmer-peak) 50%, var(--shimmer-color) 75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.5s ease-in-out infinite shimmer}.tabularNums{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.statusDotLive{border-radius:var(--radius-full);background:var(--emerald);width:8px;height:8px;position:relative}.statusDotLive:after{content:"";border-radius:var(--radius-full);border:2px solid var(--emerald);opacity:0;animation:2s ease-in-out infinite livePulse;position:absolute;inset:-3px}.smoothScroll{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--line-strong) transparent}.smoothScroll::-webkit-scrollbar{width:6px;height:6px}.smoothScroll::-webkit-scrollbar-track{background:0 0}.smoothScroll::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:3px}.smoothScroll::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}.srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.shellPage{max-width:1200px;padding:24px 24px max(48px, calc(32px + env(safe-area-inset-bottom,0px)));width:100%;min-height:calc(100vh - 56px);margin:0 auto}@media (max-width:768px){.shellPage{padding:16px 16px max(72px, calc(48px + env(safe-area-inset-bottom,0px)))}}.shellH1{font-family:var(--font-display);letter-spacing:-.025em;color:var(--text);margin:0;font-size:clamp(1.5rem,3vw,1.85rem);font-weight:800;line-height:1.2}.shellH2{font-family:var(--font-sans);letter-spacing:-.01em;color:var(--text);margin:0 0 4px;font-size:1rem;font-weight:700}.shellH3{font-family:var(--font-sans);letter-spacing:-.005em;color:var(--text);margin:0;font-size:.9rem;font-weight:700}.shellSub{color:var(--text-secondary);max-width:44rem;margin:6px 0 0;font-size:.875rem;line-height:1.55}.shellKicker{letter-spacing:.06em;text-transform:uppercase;color:var(--emerald);margin:0 0 6px;font-size:.68rem;font-weight:700}.shellBadge{border-radius:var(--radius-full);letter-spacing:.04em;text-transform:uppercase;color:var(--emerald);background:var(--emerald-bg);border:1px solid var(--emerald-border);align-items:center;gap:4px;padding:4px 10px;font-size:.7rem;font-weight:600;display:inline-flex}.shellBack{color:var(--text-secondary);transition:color var(--transition-fast);align-items:center;gap:4px;margin-bottom:12px;font-size:.82rem;font-weight:500;text-decoration:none;display:inline-flex}.shellBack:hover{color:var(--emerald)}.shellHero{grid-template-columns:1.25fr .75fr;gap:20px;margin-bottom:28px;display:grid}@media (max-width:900px){.shellHero{grid-template-columns:1fr}}.shellHeroSingle{margin-bottom:28px;display:block}.shellCard{border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--panel);box-shadow:var(--shadow-xs);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);padding:20px}.shellCard:hover{border-color:var(--line-strong);box-shadow:var(--shadow-sm)}.shellMetricCol{align-content:start;gap:12px;display:grid}.shellSection{margin-bottom:28px}.shellSectionHead{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.shellSectionTitle{font-family:var(--font-display);color:var(--text);letter-spacing:-.015em;font-size:1.05rem;font-weight:700}.shellSeeAll{color:var(--emerald);white-space:nowrap;transition:opacity var(--transition-fast);font-size:.8rem;font-weight:600;text-decoration:none}.shellSeeAll:hover{opacity:.8}.shellDivider{background:var(--line);border:none;height:1px;margin:24px 0}.shellStrip{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px;display:grid}@media (max-width:768px){.shellStrip{grid-template-columns:repeat(2,1fr)}}@media (max-width:420px){.shellStrip{grid-template-columns:1fr 1fr;gap:8px}}.shellStripCard{border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--panel);color:inherit;transition:border-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);box-shadow:var(--shadow-xs);padding:16px;text-decoration:none}.shellStripCard:hover{border-color:var(--line-strong);box-shadow:var(--shadow-md);transform:translateY(-1px)}.shellStripLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:8px;font-size:.68rem;font-weight:600}.shellStripValue{font-variant-numeric:tabular-nums;color:var(--text);font-size:1.5rem;font-weight:800;line-height:1.1}.shellStripValueEmerald{color:var(--emerald)}.shellStripValueGold{color:var(--gold)}.shellStripValueRed{color:var(--red)}.shellStripSub{color:var(--text-secondary);margin-top:4px;font-size:.75rem}.shellMood{border-radius:var(--radius-lg);border:1px solid var(--emerald-border);background:var(--emerald-bg);align-items:center;gap:16px;margin-bottom:24px;padding:16px 20px;display:flex}.shellMoodIcon{border-radius:var(--radius-md);background:var(--emerald);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.15rem;font-weight:700;display:flex}.shellMoodBody{flex:1;min-width:0}.shellMoodLabel{letter-spacing:.05em;text-transform:uppercase;color:var(--text-tertiary);font-size:.68rem;font-weight:600}.shellMoodTitle{color:var(--text);margin-top:2px;font-size:.95rem;font-weight:700}.shellMoodSub{color:var(--text-secondary);margin-top:1px;font-size:.78rem}.shellHello{color:var(--text-secondary);margin-bottom:20px;font-size:.9rem;line-height:1.5}.shellHello strong{color:var(--text);font-weight:600}.shellPillRow{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.shellPill{border-radius:var(--radius-full);border:1px solid var(--line);background:var(--panel);color:var(--text-secondary);transition:all var(--transition-fast);align-items:center;padding:6px 14px;font-size:.78rem;font-weight:600;text-decoration:none;display:inline-flex}.shellPill:hover{border-color:var(--emerald);color:var(--emerald);background:var(--emerald-bg)}.shellTableWrap{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--panel);box-shadow:var(--shadow-xs);overflow:hidden}.shellTable{border-collapse:collapse;width:100%;font-size:.85rem}.shellTable th{text-align:left;letter-spacing:.05em;text-transform:uppercase;color:var(--text-tertiary);background:var(--bg-soft);border-bottom:1px solid var(--line);padding:10px 16px;font-size:.68rem;font-weight:600}.shellTable th.shellTableNum{text-align:right}.shellTable td{border-bottom:1px solid var(--line);vertical-align:middle;padding:12px 16px}.shellTable tr:last-child td{border-bottom:none}.shellTable tr:hover td{background:var(--panel-hover)}.shellTable a{color:var(--text);font-weight:600;text-decoration:none}.shellTable a:hover{color:var(--emerald)}.shellTableMeta{color:var(--text-tertiary);margin-top:2px;font-size:.72rem;font-weight:500;display:block}.shellTableNum{text-align:right;font-variant-numeric:tabular-nums}.shellTableSub{color:var(--text-secondary);font-size:.82rem}.shellGrid2{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:860px){.shellGrid2{grid-template-columns:1fr}}.shellList{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--panel);box-shadow:var(--shadow-xs);overflow:hidden}.shellListItem{border-bottom:1px solid var(--line);color:inherit;transition:background var(--transition-fast);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;text-decoration:none;display:flex}.shellListItem:last-child{border-bottom:none}.shellListItem:hover{background:var(--panel-hover)}.shellListMain{flex-direction:column;gap:2px;min-width:0;display:flex}.shellListTitle{color:var(--text);font-size:.88rem;font-weight:600}.shellListDesc{color:var(--text-tertiary);font-size:.75rem}.shellListChev{color:var(--text-tertiary);transition:color var(--transition-fast), transform var(--transition-fast);flex-shrink:0;font-size:.9rem}.shellListItem:hover .shellListChev{color:var(--emerald);transform:translate(2px)}.shellStockHero{border-bottom:1px solid var(--line);margin-bottom:24px;padding-bottom:20px}.shellStockTitle{font-family:var(--font-display);letter-spacing:-.025em;color:var(--text);margin:8px 0 6px;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:800;line-height:1.2}.shellStockActions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;display:flex}.shellTitleRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.shellPageHeader{border-bottom:1px solid var(--line);margin-bottom:24px;padding-bottom:20px}.shellSection{content-visibility:auto;contain-intrinsic-size:auto 300px}.shellCard{animation:.3s ease-out both shellFadeIn}.shellSection{animation:.35s ease-out both shellFadeIn}@keyframes shellFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.shellStripCard{will-change:transform}.shellListItem{transition:background var(--transition-fast), transform var(--transition-fast)}.shellListItem:active{transform:scale(.99)}
