.TelegramLogin-module__t33bpq__container{align-items:center;display:inline-flex}.TelegramLogin-module__t33bpq__userInfo{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-md);transition:border-color var(--transition-base);align-items:center;gap:.5rem;padding:.35rem .75rem;display:inline-flex}.TelegramLogin-module__t33bpq__userInfo:hover{border-color:var(--border-color-hover)}.TelegramLogin-module__t33bpq__avatar{object-fit:cover;border:1.5px solid var(--brand-orange);border-radius:50%;width:28px;height:28px}.TelegramLogin-module__t33bpq__userName{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;max-width:100px;font-size:.85rem;font-weight:600;overflow:hidden}.TelegramLogin-module__t33bpq__logoutBtn{width:28px;height:28px;color:var(--text-muted);transition:all var(--transition-fast);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.TelegramLogin-module__t33bpq__logoutBtn:hover{color:var(--bear-red);background:var(--bear-red-dim)}
.Navbar-module__fwxLQq__navbar{z-index:1000;transition:all var(--transition-base);padding:1rem 0;position:fixed;top:0;left:0;right:0}.Navbar-module__fwxLQq__navbar.Navbar-module__fwxLQq__scrolled{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border-bottom:1px solid var(--glass-border);padding:.6rem 0}.Navbar-module__fwxLQq__inner{justify-content:space-between;align-items:center;display:flex}.Navbar-module__fwxLQq__logo{z-index:10;letter-spacing:-.03em;align-items:baseline;gap:0;font-size:1.35rem;font-weight:900;text-decoration:none;display:flex}.Navbar-module__fwxLQq__logoBull{background:linear-gradient(135deg,#e63b2e,#f5831f);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Navbar-module__fwxLQq__logoBear{background:linear-gradient(135deg,#f5831f,#e63b2e);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Navbar-module__fwxLQq__logoLabs{color:var(--text-muted);margin-left:.2em;font-size:.85em;font-weight:500}.Navbar-module__fwxLQq__links{align-items:center;gap:2rem;display:flex}.Navbar-module__fwxLQq__link{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.9rem;font-weight:500;position:relative}.Navbar-module__fwxLQq__link:after{content:"";background:var(--brand-gradient);width:0;height:2px;transition:width var(--transition-base);border-radius:1px;position:absolute;bottom:-4px;left:0}.Navbar-module__fwxLQq__link:hover{color:var(--text-primary)}.Navbar-module__fwxLQq__link:hover:after{width:100%}.Navbar-module__fwxLQq__cta{padding:.6rem 1.4rem;font-size:.85rem}.Navbar-module__fwxLQq__themeToggle{color:var(--text-secondary);transition:color var(--transition-fast);background:0 0;border:none;align-items:center;margin-left:.5rem;padding:.5rem;display:flex}.Navbar-module__fwxLQq__themeToggle:hover{color:var(--text-primary)}.Navbar-module__fwxLQq__langToggle{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);border-radius:8px;align-items:center;gap:.35rem;margin-left:.5rem;padding:.35rem .7rem;display:flex}.Navbar-module__fwxLQq__langToggle:hover{color:var(--text-primary);border-color:var(--brand-primary);background:#e63b2e14}.Navbar-module__fwxLQq__langIcon{flex-shrink:0;width:16px;height:16px}.Navbar-module__fwxLQq__langCode{letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:700}.Navbar-module__fwxLQq__mobileLogin{display:none}.Navbar-module__fwxLQq__hamburger{z-index:10;background:0 0;flex-direction:column;gap:5px;padding:.5rem;display:none}.Navbar-module__fwxLQq__hamburger span{background:var(--text-primary);width:22px;height:2px;transition:all var(--transition-base);border-radius:2px;display:block}.Navbar-module__fwxLQq__hamburger.Navbar-module__fwxLQq__open span:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__fwxLQq__hamburger.Navbar-module__fwxLQq__open span:nth-child(2){opacity:0}.Navbar-module__fwxLQq__hamburger.Navbar-module__fwxLQq__open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Navbar-module__fwxLQq__mobileMenu{display:none}@media (max-width:768px){.Navbar-module__fwxLQq__links,.Navbar-module__fwxLQq__themeToggle,.Navbar-module__fwxLQq__langToggle{display:none}.Navbar-module__fwxLQq__hamburger{display:flex}.Navbar-module__fwxLQq__mobileLogin{align-items:center;margin-left:auto;margin-right:.5rem;display:flex}.Navbar-module__fwxLQq__mobileLoginBtn{background:var(--brand-gradient);color:#fff;white-space:nowrap;border-radius:8px;align-items:center;gap:.3rem;padding:.4rem .8rem;font-size:.8rem;font-weight:600;text-decoration:none;display:flex}.Navbar-module__fwxLQq__mobileUser{color:var(--text-primary);font-size:.8rem;font-weight:600}.Navbar-module__fwxLQq__mobileMenu{background:var(--bg-primary);z-index:5;flex-direction:column;gap:1.5rem;padding:6rem 2rem 2rem;animation:.3s Navbar-module__fwxLQq__fadeInUp;display:flex;position:fixed;inset:0}.Navbar-module__fwxLQq__mobileMenu a{color:var(--text-primary);border-bottom:1px solid var(--border-color);padding:.75rem 0;font-size:1.25rem;font-weight:600}.Navbar-module__fwxLQq__mobileActions{gap:.75rem;margin-top:.5rem;display:flex}.Navbar-module__fwxLQq__mobileActionBtn{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);border-radius:10px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.75rem;font-size:.9rem;font-weight:600;display:flex}.Navbar-module__fwxLQq__mobileActionBtn:hover{border-color:var(--brand-primary);background:#e63b2e14}}
.Footer-module__IQkuCa__footer{border-top:1px solid var(--border-color);margin-top:2rem;padding:4rem 0 2rem}.Footer-module__IQkuCa__inner{flex-direction:column;gap:2.5rem;display:flex}.Footer-module__IQkuCa__top{justify-content:space-between;align-items:flex-start;gap:3rem;display:flex}.Footer-module__IQkuCa__brand{flex-direction:column;gap:.4rem;display:flex}.Footer-module__IQkuCa__logoText{letter-spacing:-.02em;font-size:1.3rem;font-weight:800}.Footer-module__IQkuCa__tagline{color:var(--text-muted);font-size:.85rem}.Footer-module__IQkuCa__links{gap:4rem;display:flex}.Footer-module__IQkuCa__linkGroup{flex-direction:column;gap:.6rem;display:flex}.Footer-module__IQkuCa__groupTitle{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.25rem;font-size:.75rem;font-weight:700}.Footer-module__IQkuCa__linkGroup a{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.875rem}.Footer-module__IQkuCa__linkGroup a:hover{color:var(--text-primary)}.Footer-module__IQkuCa__social{gap:1rem;padding-top:.5rem;display:flex}.Footer-module__IQkuCa__socialLink{background:var(--glass-bg);border:1px solid var(--glass-border);width:40px;height:40px;color:var(--text-secondary);transition:all var(--transition-base);border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__IQkuCa__socialLink:hover{color:var(--text-primary);border-color:var(--border-color-hover);background:var(--bg-card-hover);transform:translateY(-2px)}.Footer-module__IQkuCa__bottom{border-top:1px solid var(--glass-border);text-align:center;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;display:flex}.Footer-module__IQkuCa__copy{color:var(--text-primary);font-size:.95rem;font-weight:500}.Footer-module__IQkuCa__legalLinks{flex-direction:column;align-items:center;gap:.75rem;display:flex}.Footer-module__IQkuCa__disclaimer{color:var(--text-muted);max-width:800px;font-size:.8rem;line-height:1.6}.Footer-module__IQkuCa__legalLinkTxt{color:var(--text-secondary);text-underline-offset:4px;transition:color var(--transition-fast);font-size:.85rem;text-decoration:underline}.Footer-module__IQkuCa__legalLinkTxt:hover{color:var(--brand-orange)}@media (max-width:768px){.Footer-module__IQkuCa__top{flex-direction:column}.Footer-module__IQkuCa__links{gap:2.5rem}}@media (max-width:480px){.Footer-module__IQkuCa__links{flex-direction:column;gap:2rem}}
.SymbolSearch-module__LCjL2q__wrap{flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:540px;margin:0 auto;display:flex}.SymbolSearch-module__LCjL2q__compact{max-width:360px}.SymbolSearch-module__LCjL2q__inputRow{background:var(--glass-bg);border:1px solid var(--border-color);border-radius:var(--radius-lg);width:100%;-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);transition:border-color var(--transition-fast);align-items:center;padding:.25rem;display:flex}.SymbolSearch-module__LCjL2q__inputRow:focus-within{border-color:var(--brand-primary);box-shadow:0 0 0 3px #e63b2e1a}.SymbolSearch-module__LCjL2q__icon{opacity:.5;padding:0 .6rem 0 .8rem;font-size:1rem}.SymbolSearch-module__LCjL2q__input{color:var(--text-primary);font-size:.9rem;font-weight:500;font-family:var(--font-mono);letter-spacing:.02em;background:0 0;border:none;outline:none;flex:1;padding:.6rem 0}.SymbolSearch-module__LCjL2q__input::placeholder{color:var(--text-muted);font-family:var(--font-primary);font-weight:400}.SymbolSearch-module__LCjL2q__goBtn{border-radius:var(--radius-md);background:var(--brand-gradient);color:#fff;cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;border:none;padding:.55rem 1.2rem;font-size:.82rem;font-weight:700}.SymbolSearch-module__LCjL2q__goBtn:hover:not(:disabled){transform:scale(1.03);box-shadow:0 4px 15px #e63b2e4d}.SymbolSearch-module__LCjL2q__goBtn:disabled{opacity:.4;cursor:not-allowed}.SymbolSearch-module__LCjL2q__popular{flex-wrap:wrap;justify-content:center;align-items:center;gap:.4rem;display:flex}.SymbolSearch-module__LCjL2q__popularLabel{color:var(--text-muted);margin-right:.2rem;font-size:.72rem}.SymbolSearch-module__LCjL2q__chip{font-family:var(--font-mono);background:var(--glass-bg);color:var(--text-secondary);border:1px solid var(--border-color);cursor:pointer;transition:all var(--transition-fast);border-radius:999px;padding:.25rem .6rem;font-size:.72rem;font-weight:600}.SymbolSearch-module__LCjL2q__chip:hover{color:var(--brand-primary);background:#e63b2e14;border-color:#e63b2e4d}
.Hero-module__mnkXEW__hero{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding-top:5rem;display:flex;position:relative;overflow:hidden}.Hero-module__mnkXEW__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#e63b2e0f 0%,#0000 70%);width:700px;height:700px;position:absolute;top:-20%;left:50%;transform:translate(-50%)}.Hero-module__mnkXEW__container{z-index:1;flex-direction:column;align-items:center;gap:.75rem;max-width:800px;display:flex;position:relative}.Hero-module__mnkXEW__logoWrap{pointer-events:none;filter:drop-shadow(0 0 35px #e63b2e33);justify-content:center;align-items:center;width:600px;margin-top:-3rem;margin-bottom:-14rem;display:flex;position:relative}.Hero-module__mnkXEW__logoAura{filter:blur(55px);z-index:0;pointer-events:none;background:radial-gradient(circle,#e63b2e33 0%,#f5831f14 35%,#0000 60%);border-radius:50%;width:320px;height:320px;animation:4s ease-in-out infinite Hero-module__mnkXEW__pulse-glow;position:absolute;top:25%;left:50%;transform:translate(-50%,-50%)}.Hero-module__mnkXEW__logoImage{z-index:1;object-fit:contain;width:100%;height:auto;animation:6s ease-in-out infinite Hero-module__mnkXEW__float;position:relative;-webkit-mask-image:linear-gradient(#000 57%,#0000 60%);mask-image:linear-gradient(#000 57%,#0000 60%)}.Hero-module__mnkXEW__searchWrap{width:100%;margin-top:.5rem}.Hero-module__mnkXEW__badge{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-secondary);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border-radius:999px;align-items:center;gap:.5rem;margin-bottom:.35rem;padding:.45rem 1.2rem;font-size:.8rem;font-weight:500;display:inline-flex}.Hero-module__mnkXEW__dot{background:var(--bull-green);width:8px;height:8px;box-shadow:0 0 8px var(--bull-green);border-radius:50%;animation:2s ease-in-out infinite Hero-module__mnkXEW__pulse-glow}.Hero-module__mnkXEW__title{letter-spacing:-.03em;font-size:clamp(2.2rem,6vw,4rem);font-weight:900;line-height:1.1}.Hero-module__mnkXEW__subtitle{color:var(--text-secondary);max-width:600px;font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.75}.Hero-module__mnkXEW__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.Hero-module__mnkXEW__stats{border-radius:var(--radius-lg);background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);align-items:center;gap:2rem;margin-top:.5rem;padding:1.25rem 2rem;display:flex}.Hero-module__mnkXEW__stat{flex-direction:column;align-items:center;gap:.2rem;display:flex}.Hero-module__mnkXEW__statValue{font-family:var(--font-mono);color:var(--text-primary);font-size:1.5rem;font-weight:700}.Hero-module__mnkXEW__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}.Hero-module__mnkXEW__divider{background:var(--border-color);width:1px;height:32px}@media (max-width:768px){.Hero-module__mnkXEW__logoWrap{width:340px;margin-top:-1rem;margin-bottom:-7rem}.Hero-module__mnkXEW__stats{gap:1.25rem;padding:1rem 1.5rem}.Hero-module__mnkXEW__statValue{font-size:1.2rem}}@media (max-width:480px){.Hero-module__mnkXEW__logoWrap{width:280px;margin-bottom:-5.5rem}.Hero-module__mnkXEW__stats{flex-direction:column;gap:.75rem}.Hero-module__mnkXEW__divider{width:40px;height:1px}.Hero-module__mnkXEW__actions{flex-direction:column;width:100%}.Hero-module__mnkXEW__actions a{width:100%}}
.MarketPulse-module__GLrZDa__section{padding:3rem 2rem 4rem}.MarketPulse-module__GLrZDa__container{justify-content:space-between;align-items:center;gap:3rem;display:flex}.MarketPulse-module__GLrZDa__content{flex:1;max-width:420px}.MarketPulse-module__GLrZDa__badge{text-transform:uppercase;letter-spacing:.1em;background:var(--brand-gradient);color:#fff;border-radius:999px;margin-bottom:1rem;padding:.3rem .75rem;font-size:.7rem;font-weight:700;display:inline-block}.MarketPulse-module__GLrZDa__title{letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:800}.MarketPulse-module__GLrZDa__subtitle{color:var(--text-secondary);font-size:.95rem;line-height:1.7}.MarketPulse-module__GLrZDa__gaugeCard{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--glass-shadow);flex-direction:column;align-items:center;min-width:280px;padding:2rem;display:flex}.MarketPulse-module__GLrZDa__gauge{margin-bottom:.5rem;display:block}.MarketPulse-module__GLrZDa__scoreRow{align-items:center;gap:.6rem;margin-bottom:1.25rem;display:flex}.MarketPulse-module__GLrZDa__emoji{font-size:1.5rem}.MarketPulse-module__GLrZDa__scoreValue{font-size:2rem;font-weight:900;font-family:var(--font-mono);letter-spacing:-.03em}.MarketPulse-module__GLrZDa__scoreLabel{text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:700}.MarketPulse-module__GLrZDa__legend{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.MarketPulse-module__GLrZDa__legendItem{color:var(--text-muted);align-items:center;gap:.3rem;font-size:.65rem;font-weight:500;display:inline-flex}.MarketPulse-module__GLrZDa__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.MarketPulse-module__GLrZDa__loading{justify-content:center;padding:4rem 0;display:flex}.MarketPulse-module__GLrZDa__spinner{border:3px solid var(--border-color);border-top-color:var(--brand-red);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite MarketPulse-module__GLrZDa__spin}@keyframes MarketPulse-module__GLrZDa__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.MarketPulse-module__GLrZDa__container{text-align:center;flex-direction:column}.MarketPulse-module__GLrZDa__content{max-width:100%}.MarketPulse-module__GLrZDa__gaugeCard{width:100%;max-width:320px}}
.Features-module__Qm9vdG__features{text-align:center}.Features-module__Qm9vdG__header{flex-direction:column;align-items:center;gap:.75rem;margin-bottom:3.5rem;display:flex}.Features-module__Qm9vdG__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.Features-module__Qm9vdG__card{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1.5rem;display:flex}.Features-module__Qm9vdG__iconWrap{border-radius:var(--radius-md);background:var(--brand-gradient);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.Features-module__Qm9vdG__cardTitle{letter-spacing:-.01em;font-size:1.05rem;font-weight:700}.Features-module__Qm9vdG__cardDesc{color:var(--text-secondary);font-size:.875rem;line-height:1.7}@media (max-width:1024px){.Features-module__Qm9vdG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.Features-module__Qm9vdG__grid{grid-template-columns:1fr}}
.MarketTable-module__yWV0Jq__market{text-align:center}.MarketTable-module__yWV0Jq__header{flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2.5rem;display:flex}.MarketTable-module__yWV0Jq__tabRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.MarketTable-module__yWV0Jq__tabs{gap:.5rem;display:flex}.MarketTable-module__yWV0Jq__status{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.75rem;display:flex}.MarketTable-module__yWV0Jq__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.MarketTable-module__yWV0Jq__dot.MarketTable-module__yWV0Jq__live{background:#22c55e;animation:2s ease-in-out infinite MarketTable-module__yWV0Jq__pulse-dot;box-shadow:0 0 6px #22c55e80}.MarketTable-module__yWV0Jq__dot.MarketTable-module__yWV0Jq__demo{background:#f59e0b}.MarketTable-module__yWV0Jq__statusText{text-transform:uppercase;letter-spacing:.05em;font-weight:600}.MarketTable-module__yWV0Jq__spinner{border:2px solid var(--border-color);border-top-color:var(--brand-primary);border-radius:50%;width:12px;height:12px;animation:.8s linear infinite MarketTable-module__yWV0Jq__spin}.MarketTable-module__yWV0Jq__updateTime{opacity:.7;font-size:.7rem}@keyframes MarketTable-module__yWV0Jq__pulse-dot{0%,to{opacity:1}50%{opacity:.4}}@keyframes MarketTable-module__yWV0Jq__spin{to{transform:rotate(360deg)}}.MarketTable-module__yWV0Jq__tab{border-radius:var(--radius-md);color:var(--text-secondary);border:1px solid var(--border-color);transition:all var(--transition-fast);background:0 0;padding:.6rem 1.5rem;font-size:.875rem;font-weight:600}.MarketTable-module__yWV0Jq__tab:hover{color:var(--text-primary);border-color:var(--border-color-hover)}.MarketTable-module__yWV0Jq__tab.MarketTable-module__yWV0Jq__active{background:var(--brand-gradient);color:#fff;border-color:#0000}.MarketTable-module__yWV0Jq__presetRow{flex-wrap:wrap;justify-content:center;gap:.4rem;margin-bottom:1.25rem;display:flex}.MarketTable-module__yWV0Jq__presetPill{background:var(--glass-bg);color:var(--text-muted);border:1px solid var(--border-color);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;border-radius:999px;padding:.35rem .8rem;font-size:.72rem;font-weight:600}.MarketTable-module__yWV0Jq__presetPill:hover{color:var(--text-primary);border-color:var(--border-color-hover);background:#94a3b814}.MarketTable-module__yWV0Jq__presetPill.MarketTable-module__yWV0Jq__presetActive{color:var(--brand-primary);background:#e63b2e1f;border-color:#e63b2e4d;box-shadow:0 0 12px #e63b2e14}.MarketTable-module__yWV0Jq__tableWrap{padding:0;overflow:hidden}.MarketTable-module__yWV0Jq__tableWrap:hover{transform:none}.MarketTable-module__yWV0Jq__table{border-collapse:collapse;text-align:left;width:100%}.MarketTable-module__yWV0Jq__table thead{background:#94a3b80f}.MarketTable-module__yWV0Jq__table th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid var(--border-color);padding:.85rem 1.25rem;font-size:.75rem;font-weight:600}.MarketTable-module__yWV0Jq__table td{border-bottom:1px solid var(--border-color);padding:.9rem 1.25rem;font-size:.9rem}.MarketTable-module__yWV0Jq__row{transition:background var(--transition-fast)}.MarketTable-module__yWV0Jq__row:hover{background:#94a3b80a}.MarketTable-module__yWV0Jq__row:last-child td{border-bottom:none}.MarketTable-module__yWV0Jq__symbol{font-family:var(--font-mono);background:var(--brand-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:.9rem;font-weight:700}.MarketTable-module__yWV0Jq__name{color:var(--text-secondary);font-size:.85rem}.MarketTable-module__yWV0Jq__right{text-align:right}.MarketTable-module__yWV0Jq__mono{font-family:var(--font-mono);font-weight:500}.MarketTable-module__yWV0Jq__disclaimer{color:var(--text-muted);margin-top:1rem;font-size:.75rem}@media (max-width:640px){.MarketTable-module__yWV0Jq__hideOnMobile{display:none}.MarketTable-module__yWV0Jq__table th,.MarketTable-module__yWV0Jq__table td{padding:.7rem .75rem;font-size:.8rem}}
.MarketMovers-module__C-jXua__movers{text-align:center}.MarketMovers-module__C-jXua__header{flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2.5rem;display:flex}.MarketMovers-module__C-jXua__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.MarketMovers-module__C-jXua__column{text-align:left;padding:1.25rem!important}.MarketMovers-module__C-jXua__column:hover{transform:translateY(-2px)!important}.MarketMovers-module__C-jXua__colHeader{border-bottom:1px solid var(--border-color);align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.MarketMovers-module__C-jXua__colIcon{font-size:1.1rem}.MarketMovers-module__C-jXua__colTitle{color:var(--text-primary);font-size:.9rem;font-weight:700}.MarketMovers-module__C-jXua__liveBadge{text-transform:uppercase;color:#22c55e;letter-spacing:.05em;background:#22c55e26;border-radius:4px;margin-left:auto;padding:.15rem .4rem;font-size:.6rem;font-weight:700}.MarketMovers-module__C-jXua__list{flex-direction:column;gap:.1rem;display:flex}.MarketMovers-module__C-jXua__item{transition:background var(--transition-fast);border-radius:6px;align-items:center;gap:.6rem;padding:.55rem .4rem;display:flex}.MarketMovers-module__C-jXua__item:hover{background:#94a3b80f}.MarketMovers-module__C-jXua__rank{width:20px;height:20px;color:var(--text-muted);background:#94a3b814;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.MarketMovers-module__C-jXua__info{flex-direction:column;flex:1;min-width:0;display:flex}.MarketMovers-module__C-jXua__sym{font-family:var(--font-mono);background:var(--brand-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:.82rem;font-weight:700}.MarketMovers-module__C-jXua__nm{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.7rem;overflow:hidden}.MarketMovers-module__C-jXua__chg{font-family:var(--font-mono);flex-shrink:0;font-size:.82rem;font-weight:600}@media (max-width:768px){.MarketMovers-module__C-jXua__grid{grid-template-columns:1fr;gap:1rem}}
.EconomicCalendar-module__XM0OEG__calendar{text-align:center}.EconomicCalendar-module__XM0OEG__header{flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}.EconomicCalendar-module__XM0OEG__controls{justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.EconomicCalendar-module__XM0OEG__typeBtn{border-radius:var(--radius-md);color:var(--text-secondary);border:1px solid var(--border-color);cursor:pointer;transition:all var(--transition-fast);background:0 0;align-items:center;gap:.35rem;padding:.5rem 1.2rem;font-size:.82rem;font-weight:600;display:flex}.EconomicCalendar-module__XM0OEG__typeBtn:hover{color:var(--text-primary);border-color:var(--border-color-hover)}.EconomicCalendar-module__XM0OEG__typeBtn.EconomicCalendar-module__XM0OEG__activeType{background:var(--brand-gradient);color:#fff;border-color:#0000}.EconomicCalendar-module__XM0OEG__liveBadge{text-transform:uppercase;color:#22c55e;letter-spacing:.05em;background:#22c55e26;border-radius:4px;margin-left:.5rem;padding:.2rem .5rem;font-size:.6rem;font-weight:700}.EconomicCalendar-module__XM0OEG__tableWrap{overflow:hidden;padding:0!important}.EconomicCalendar-module__XM0OEG__tableWrap:hover{transform:none!important}.EconomicCalendar-module__XM0OEG__table{border-collapse:collapse;text-align:left;width:100%}.EconomicCalendar-module__XM0OEG__table thead{background:#94a3b80f}.EconomicCalendar-module__XM0OEG__table th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid var(--border-color);padding:.75rem 1.1rem;font-size:.72rem;font-weight:600}.EconomicCalendar-module__XM0OEG__table td{border-bottom:1px solid var(--border-color);padding:.8rem 1.1rem;font-size:.85rem}.EconomicCalendar-module__XM0OEG__row{transition:background var(--transition-fast)}.EconomicCalendar-module__XM0OEG__row:hover{background:#94a3b80a}.EconomicCalendar-module__XM0OEG__row:last-child td{border-bottom:none}.EconomicCalendar-module__XM0OEG__symbol{font-family:var(--font-mono);background:var(--brand-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:.85rem;font-weight:700}.EconomicCalendar-module__XM0OEG__date{font-family:var(--font-mono);color:var(--text-secondary);font-size:.82rem}.EconomicCalendar-module__XM0OEG__title{align-items:center;gap:.4rem;font-size:.82rem;display:flex}.EconomicCalendar-module__XM0OEG__typeIcon{font-size:.85rem}.EconomicCalendar-module__XM0OEG__detail{color:var(--text-muted);font-size:.8rem;font-family:var(--font-mono)}@media (max-width:640px){.EconomicCalendar-module__XM0OEG__hideOnMobile{display:none}.EconomicCalendar-module__XM0OEG__table th,.EconomicCalendar-module__XM0OEG__table td{padding:.65rem .6rem;font-size:.78rem}.EconomicCalendar-module__XM0OEG__controls{flex-wrap:wrap}}
.NewsFeed-module__3sgeIG__newsFeed{text-align:center}.NewsFeed-module__3sgeIG__header{flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2.5rem;display:flex}.NewsFeed-module__3sgeIG__list{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.NewsFeed-module__3sgeIG__card{text-align:left;cursor:default;flex-direction:column;gap:.5rem;display:flex;padding:1.1rem 1.25rem!important}.NewsFeed-module__3sgeIG__card:hover{transform:translateY(-2px)!important}.NewsFeed-module__3sgeIG__cardTop{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.NewsFeed-module__3sgeIG__badge{font-family:var(--font-mono);background:var(--brand-gradient);color:#fff;border-radius:4px;padding:.15rem .45rem;font-size:.68rem;font-weight:700}.NewsFeed-module__3sgeIG__source{color:var(--text-muted);font-size:.72rem;font-weight:600}.NewsFeed-module__3sgeIG__time{color:var(--text-muted);opacity:.7;margin-left:auto;font-size:.68rem}.NewsFeed-module__3sgeIG__title{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.88rem;font-weight:600;line-height:1.45;display:-webkit-box;overflow:hidden}.NewsFeed-module__3sgeIG__clickable{cursor:pointer}.NewsFeed-module__3sgeIG__clickable:hover{border-color:var(--brand-primary)!important;box-shadow:0 0 20px #e63b2e14!important}.NewsFeed-module__3sgeIG__readMore{color:var(--brand-primary);opacity:0;transition:opacity var(--transition-fast);margin-top:auto;font-size:.72rem;font-weight:600}.NewsFeed-module__3sgeIG__clickable:hover .NewsFeed-module__3sgeIG__readMore{opacity:1}.NewsFeed-module__3sgeIG__disclaimer{color:var(--text-muted);margin-top:1rem;font-size:.72rem}@media (max-width:640px){.NewsFeed-module__3sgeIG__list{grid-template-columns:1fr}}
.analyze-module__AjpAva__page{min-height:100vh;padding-top:5rem}.analyze-module__AjpAva__header{text-align:center;padding:2rem 0 1.5rem}.analyze-module__AjpAva__symbolBadge{font-family:var(--font-mono);color:var(--brand-primary);letter-spacing:.08em;background:#e63b2e1f;border:1px solid #e63b2e40;border-radius:999px;margin-bottom:.75rem;padding:.25rem .7rem;font-size:.72rem;font-weight:700;display:inline-block}.analyze-module__AjpAva__title{margin-bottom:1.25rem;font-size:clamp(1.6rem,4vw,2.4rem);font-weight:800}.analyze-module__AjpAva__content{padding-bottom:2rem}.analyze-module__AjpAva__grid{grid-template-columns:1fr 340px;align-items:start;gap:1.25rem;display:grid}.analyze-module__AjpAva__chartCol{min-width:0}.analyze-module__AjpAva__sideCol{position:sticky;top:6rem}.analyze-module__AjpAva__newsSection{padding:2rem 0 4rem}@media (max-width:900px){.analyze-module__AjpAva__grid{grid-template-columns:1fr}.analyze-module__AjpAva__sideCol{position:static}}
.Pricing-module__t6O1cq__pricing{position:relative}.Pricing-module__t6O1cq__header{text-align:center;margin-bottom:3rem}.Pricing-module__t6O1cq__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1000px;margin:0 auto;display:grid}@media (max-width:900px){.Pricing-module__t6O1cq__grid{grid-template-columns:1fr;max-width:420px}}.Pricing-module__t6O1cq__card{border-radius:1rem;flex-direction:column;padding:2rem 1.5rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative}.Pricing-module__t6O1cq__card:hover{transform:translateY(-4px)}.Pricing-module__t6O1cq__highlighted{background-image:linear-gradient(var(--bg-card),var(--bg-card)),linear-gradient(135deg,var(--primary),var(--accent));background-origin:border-box;background-clip:padding-box,border-box;border:2px solid #0000;box-shadow:0 0 30px #e63b2e14}.Pricing-module__t6O1cq__highlighted:hover{box-shadow:0 8px 40px #e63b2e26}.Pricing-module__t6O1cq__badge{background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;border-radius:999px;padding:.25rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.Pricing-module__t6O1cq__planIcon{margin-bottom:.5rem;font-size:2rem}.Pricing-module__t6O1cq__planName{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.Pricing-module__t6O1cq__priceWrap{margin-bottom:1.5rem}.Pricing-module__t6O1cq__price{color:var(--text-primary);font-size:1.75rem;font-weight:800}.Pricing-module__t6O1cq__priceSub{color:var(--text-muted);opacity:.8;margin-top:.25rem;font-size:.75rem;display:block}.Pricing-module__t6O1cq__features{flex-direction:column;flex-grow:1;gap:.6rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.Pricing-module__t6O1cq__features li{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.Pricing-module__t6O1cq__featureIcon{text-align:center;flex-shrink:0;width:1.2rem;font-weight:700}.Pricing-module__t6O1cq__included .Pricing-module__t6O1cq__featureIcon{color:var(--success)}.Pricing-module__t6O1cq__excluded{opacity:.4}.Pricing-module__t6O1cq__excluded .Pricing-module__t6O1cq__featureIcon{color:var(--text-muted)}.Pricing-module__t6O1cq__ctaBtn{text-align:center;justify-content:center;width:100%;margin-top:auto}.Pricing-module__t6O1cq__disclaimer{text-align:center;color:var(--text-muted);opacity:.6;margin-top:2rem;font-size:.75rem}
.Dashboard-module__IrnEkq__page{min-height:100vh;padding-top:5rem}.Dashboard-module__IrnEkq__container{max-width:var(--container-max);margin:0 auto;padding:2rem 1.5rem 4rem}.Dashboard-module__IrnEkq__loading{justify-content:center;align-items:center;min-height:60vh;display:flex}.Dashboard-module__IrnEkq__spinner{border:3px solid var(--border-color);border-top-color:var(--brand-red);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite Dashboard-module__IrnEkq__spin}@keyframes Dashboard-module__IrnEkq__spin{to{transform:rotate(360deg)}}.Dashboard-module__IrnEkq__loginPrompt{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;min-height:60vh;display:flex}.Dashboard-module__IrnEkq__loginIcon{font-size:3rem}.Dashboard-module__IrnEkq__loginPrompt h1{letter-spacing:-.02em;font-size:1.75rem;font-weight:800}.Dashboard-module__IrnEkq__loginPrompt p{color:var(--text-secondary);max-width:400px;line-height:1.6}.Dashboard-module__IrnEkq__header{margin-bottom:2.5rem}.Dashboard-module__IrnEkq__title{letter-spacing:-.02em;font-size:clamp(1.5rem,3vw,2rem);font-weight:800}.Dashboard-module__IrnEkq__subtitle{color:var(--text-secondary);margin-top:.5rem}.Dashboard-module__IrnEkq__statsGrid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2.5rem;display:grid}.Dashboard-module__IrnEkq__statCard{align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.Dashboard-module__IrnEkq__statCard:hover{transform:translateY(-2px)}.Dashboard-module__IrnEkq__statIcon{font-size:1.75rem}.Dashboard-module__IrnEkq__statLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.7rem;font-weight:600;display:block}.Dashboard-module__IrnEkq__statValue{color:var(--text-primary);font-size:1.25rem;font-weight:800;display:block}.Dashboard-module__IrnEkq__section{margin-bottom:2.5rem}.Dashboard-module__IrnEkq__sectionHeader{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.Dashboard-module__IrnEkq__sectionTitle{font-size:1.25rem;font-weight:700}.Dashboard-module__IrnEkq__sectionDesc{color:var(--text-secondary);margin-bottom:1rem}.Dashboard-module__IrnEkq__liveIndicator{letter-spacing:.1em;color:var(--bull-green);background:var(--bull-green-dim);border-radius:999px;align-items:center;gap:.35rem;padding:.2rem .6rem;font-size:.65rem;font-weight:700;display:inline-flex}.Dashboard-module__IrnEkq__liveDot{background:var(--bull-green);border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite Dashboard-module__IrnEkq__pulse}@keyframes Dashboard-module__IrnEkq__pulse{0%,to{opacity:1}50%{opacity:.3}}.Dashboard-module__IrnEkq__addRow{gap:.75rem;margin-bottom:1rem;display:flex}.Dashboard-module__IrnEkq__symbolInput{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-md);color:var(--text-primary);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;transition:border-color var(--transition-fast);outline:none;flex:1;padding:.75rem 1rem;font-size:.95rem;font-weight:600}.Dashboard-module__IrnEkq__symbolInput::placeholder{color:var(--text-muted);text-transform:none;letter-spacing:0;font-weight:400;font-family:var(--font-body)}.Dashboard-module__IrnEkq__symbolInput:focus{border-color:var(--brand-orange)}.Dashboard-module__IrnEkq__addBtn{white-space:nowrap;padding:.75rem 1.5rem}.Dashboard-module__IrnEkq__error{color:var(--bear-red);margin-bottom:1rem;font-size:.85rem}.Dashboard-module__IrnEkq__emptyState{color:var(--text-muted);text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 1rem;display:flex}.Dashboard-module__IrnEkq__emptyIcon{opacity:.5;font-size:2.5rem}.Dashboard-module__IrnEkq__watchlistGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;display:grid}.Dashboard-module__IrnEkq__watchlistCard{flex-direction:column;padding:1.25rem;display:flex;position:relative}.Dashboard-module__IrnEkq__watchlistCard:hover{transform:translateY(-3px)}.Dashboard-module__IrnEkq__cardTop{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.Dashboard-module__IrnEkq__symbolLink{text-decoration:none}.Dashboard-module__IrnEkq__symbolName{font-family:var(--font-mono);color:var(--text-primary);letter-spacing:.02em;font-size:1.1rem;font-weight:800}.Dashboard-module__IrnEkq__removeBtn{width:26px;height:26px;color:var(--text-muted);transition:all var(--transition-fast);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.Dashboard-module__IrnEkq__watchlistCard:hover .Dashboard-module__IrnEkq__removeBtn{opacity:1}.Dashboard-module__IrnEkq__removeBtn:hover{color:var(--bear-red);background:var(--bear-red-dim)}.Dashboard-module__IrnEkq__priceRow{align-items:baseline;gap:.6rem;margin-bottom:.5rem;display:flex}.Dashboard-module__IrnEkq__price{color:var(--text-primary);font-size:1.35rem;font-weight:800;font-family:var(--font-mono);letter-spacing:-.02em}.Dashboard-module__IrnEkq__change{font-size:.8rem;font-weight:700;font-family:var(--font-mono);border-radius:6px;padding:.15rem .5rem}.Dashboard-module__IrnEkq__positive{color:var(--bull-green);background:var(--bull-green-dim)}.Dashboard-module__IrnEkq__negative{color:var(--bear-red);background:var(--bear-red-dim)}.Dashboard-module__IrnEkq__sparklineWrap{height:32px;margin:.35rem 0;overflow:hidden}.Dashboard-module__IrnEkq__sparkline{width:100%;height:32px;display:block}.Dashboard-module__IrnEkq__analyzeLink{color:var(--text-muted);transition:color var(--transition-fast);margin-top:.5rem;font-size:.75rem;text-decoration:none;display:inline-block}.Dashboard-module__IrnEkq__analyzeLink:hover{color:var(--brand-orange)}.Dashboard-module__IrnEkq__upgradeCard{justify-content:space-between;align-items:center;gap:2rem;padding:2rem;display:flex}.Dashboard-module__IrnEkq__upgradeCard:hover{transform:translateY(-2px)}.Dashboard-module__IrnEkq__upgradeContent h3{margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.Dashboard-module__IrnEkq__upgradeContent p{color:var(--text-secondary);font-size:.9rem}@media (max-width:768px){.Dashboard-module__IrnEkq__statsGrid,.Dashboard-module__IrnEkq__watchlistGrid{grid-template-columns:1fr}.Dashboard-module__IrnEkq__upgradeCard{text-align:center;flex-direction:column}.Dashboard-module__IrnEkq__addRow{flex-direction:column}.Dashboard-module__IrnEkq__removeBtn{opacity:1}}
.Legal-module__0qEmUq__page{min-height:100vh;padding-top:6rem;padding-bottom:4rem}.Legal-module__0qEmUq__container{max-width:800px;margin:0 auto}.Legal-module__0qEmUq__header{text-align:center;margin-bottom:3rem}.Legal-module__0qEmUq__title{letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(2rem,4vw,2.5rem);font-weight:800}.Legal-module__0qEmUq__updated{color:var(--text-muted);font-size:.9rem}.Legal-module__0qEmUq__contentCard{border-top:4px solid var(--brand-red);padding:3rem;position:relative}.Legal-module__0qEmUq__alertIcon{background:var(--bg-primary);border:1px solid var(--glass-border);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:2rem;display:flex;position:absolute;top:-24px;left:50%;transform:translate(-50%)}.Legal-module__0qEmUq__prose{color:var(--text-secondary);flex-direction:column;gap:1.5rem;font-size:1.05rem;line-height:1.7;display:flex}.Legal-module__0qEmUq__prose p{margin:0}.Legal-module__0qEmUq__prose strong{color:var(--text-primary);font-size:1.1rem;font-weight:700}.Legal-module__0qEmUq__highlight{border-left:3px solid var(--brand-red);background:#e63b2e0d;padding:1.25rem;font-weight:500;color:var(--text-primary)!important;margin-top:1rem!important}@media (max-width:768px){.Legal-module__0qEmUq__contentCard{padding:2rem 1.5rem}}
.ProTools-module__tZV5GG__proTools{text-align:center;position:relative}.ProTools-module__tZV5GG__header{flex-direction:column;align-items:center;gap:.75rem;margin-bottom:3rem;display:flex}.ProTools-module__tZV5GG__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.ProTools-module__tZV5GG__card{text-align:left;flex-direction:column;gap:1rem;padding:1.75rem;display:flex}.ProTools-module__tZV5GG__cardHeader{align-items:center;gap:1rem;display:flex}.ProTools-module__tZV5GG__iconCircle{background:var(--brand-gradient);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.ProTools-module__tZV5GG__cardTitle{letter-spacing:-.01em;font-size:1rem;font-weight:700}.ProTools-module__tZV5GG__cardSubtitle{color:var(--text-muted);font-size:.8rem;font-weight:500}.ProTools-module__tZV5GG__cardDesc{color:var(--text-secondary);font-size:.85rem;line-height:1.7}.ProTools-module__tZV5GG__tags{flex-wrap:wrap;gap:.4rem;display:flex}.ProTools-module__tZV5GG__tag{color:var(--brand-red);background:#e63b2e1a;border:1px solid #e63b2e33;border-radius:999px;padding:.25rem .65rem;font-size:.7rem;font-weight:600}.ProTools-module__tZV5GG__cta{flex-direction:column;align-items:center;gap:1rem;display:flex}.ProTools-module__tZV5GG__ctaText{color:var(--text-secondary);font-size:1.05rem;font-weight:600}@media (max-width:768px){.ProTools-module__tZV5GG__grid{grid-template-columns:1fr}}
