@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap";@font-face{font-family:Cygre;src:url(/fonts/Cygre-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Cygre;src:url(/fonts/Cygre-Book.ttf) format("truetype");font-weight:350;font-style:normal;font-display:swap}@font-face{font-family:Cygre;src:url(/fonts/Cygre-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Cygre;src:url(/fonts/Cygre-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Cygre;src:url(/fonts/Cygre-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Cygre;src:url(/fonts/Cygre-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Cygre;src:url(/fonts/Cygre-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Cygre;src:url(/fonts/Cygre-Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}.font-primary,h1,h2,h3,h4,h5,h6,button{font-family:Cygre,Space Grotesk,Outfit,sans-serif!important;letter-spacing:-.015em}@media(pointer:coarse){html{scroll-behavior:smooth}}html,body{overscroll-behavior-y:none}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:clip}:root{--bg-primary: #000000;--bg-secondary: #0a0a0a;--bg-accent: #2a2e39;--text-primary: #ffffff;--text-secondary: #d1d4dc;--text-muted: #868993;--brand-blue: #005AFF;--brand-green: #39B54A;--brand-blue-light: #77A6FF;--brand-green-light: #59E16C;--brand-dark-blue: #00276F;--brand-dark-green: #14421A;--brand-accent: #39B54A;--brand-red: #f23645;--primary-gradient: linear-gradient(90deg, #005AFF 0%, #39B54A 100%);--brand-gradient-blue: linear-gradient(180deg, #77A6FF 0%, #00276F 100%);--brand-gradient-green: linear-gradient(180deg, #59E16C 0%, #14421A 100%);--brand-gradient-radial: radial-gradient(circle at 20% 30%, rgba(0,90,255,.22) 0%, transparent 55%), radial-gradient(circle at 80% 70%, rgba(57,181,74,.18) 0%, transparent 55%);--border-color: #2a2e39;--glass-bg: rgba(19, 23, 34, .8);--glass-border: rgba(255, 255, 255, .05)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-primary);color:var(--text-primary);position:relative;min-height:100vh;-webkit-font-smoothing:antialiased;overflow-x:hidden}img,video,canvas,svg{max-width:100%;height:auto}iframe{max-width:100%}p,h1,h2,h3,h4,h5,h6,li,a,span,div{overflow-wrap:break-word;word-wrap:break-word}h1{font-size:clamp(28px,5.2vw,56px);line-height:1.1}h2{font-size:clamp(24px,4vw,42px);line-height:1.15}h3{font-size:clamp(20px,2.8vw,30px);line-height:1.2}h4{font-size:clamp(18px,2.2vw,24px);line-height:1.25}body:before{content:"";position:fixed;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 25% 15%,rgba(0,90,255,.1) 0%,transparent 45%),radial-gradient(circle at 75% 85%,rgba(57,181,74,.08) 0%,transparent 45%);pointer-events:none;z-index:-1}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff0d;border-radius:10px;border:2px solid transparent;background-clip:padding-box;transition:all .3s ease}::-webkit-scrollbar-thumb:hover{background:var(--brand-blue);box-shadow:0 0 10px var(--brand-blue)}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border)}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-thumb{background:var(--bg-accent)}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:var(--brand-blue)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .5s cubic-bezier(.4,0,.2,1) forwards}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}@keyframes float3d{0%,to{transform:translateY(0) rotateX(0)}33%{transform:translateY(-12px) rotateX(2deg)}66%{transform:translateY(-6px) rotateX(-1deg)}}.preserve-3d{transform-style:preserve-3d}.perspective-800{perspective:800px}.feature-cards-grid{display:grid;grid-template-columns:repeat(3,1fr)}.show-on-mobile,.ws-mobile-toggle{display:none!important}@media(max-width:1024px){.hide-on-tablet-down{display:none!important}.responsive-grid-4{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem!important}.feature-cards-grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:768px){.hide-on-mobile{display:none!important}.show-on-mobile,.ws-mobile-toggle{display:flex!important}.flex-stack-mobile{flex-direction:column!important;align-items:stretch!important;gap:1rem!important}.responsive-grid-4{grid-template-columns:1fr!important;gap:2rem!important}.feature-cards-grid{grid-template-columns:1fr!important}.responsive-padding{padding-left:1rem!important;padding-right:1rem!important}.mobile-text-center{text-align:center!important}.mobile-font-scale{font-size:clamp(32px,8vw,42px)!important}.ws-sidebar,.ws-watchlist{display:none!important}.ws-watchlist.mobile-open{display:flex!important;position:fixed;top:52px;right:0;bottom:0;width:100%;max-width:380px;z-index:200;background:var(--bg-secondary);border-left:1px solid var(--border-color)}.ws-bottom-panel{max-height:42px;overflow:hidden;transition:max-height .3s ease}.ws-bottom-panel.expanded{max-height:50vh;overflow:auto}button,a,[role=button]{min-height:44px}.hp-hero{padding-top:80px!important;min-height:auto!important}.hp-search-bar{max-width:100%!important;border-radius:8px!important}.hp-search-bar input{padding:10px 0!important;font-size:13px!important}.hp-search-bar>div:first-child{padding:0 10px!important}.hp-search-bar .hp-search-btn,.hp-search-bar a{padding:8px 14px!important;font-size:12px!important;letter-spacing:0!important}.hp-cta-buttons a{flex:1;justify-content:center}}@media(max-width:480px){.responsive-padding{padding-left:.75rem!important;padding-right:.75rem!important}.mobile-font-scale{font-size:clamp(26px,8vw,36px)!important}.hp-hero{padding-top:72px!important;padding-bottom:2rem!important}.hp-search-bar{max-width:92%!important;margin-left:auto!important;margin-right:auto!important}.hp-search-bar input{padding:7px 0!important;font-size:11px!important}.hp-search-bar .hp-search-btn,.hp-search-bar a{padding:6px 12px!important;font-size:11px!important}.hp-cta-buttons a{width:100%}}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}.auto-grid-sm{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.auto-grid-md{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.auto-grid-lg{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.container-page{width:100%;max-width:1400px;margin:0 auto;padding:0 clamp(1rem,3vw,2rem);box-sizing:border-box}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.flex-row-responsive{display:flex;flex-wrap:wrap;gap:1rem}@media(max-width:1024px){[style*="repeat(4, 1fr)"]{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:768px){[style*="repeat(3, 1fr)"],[style*="repeat(2, 1fr)"]{grid-template-columns:1fr!important}section,main{padding-left:clamp(.75rem,3vw,1.25rem);padding-right:clamp(.75rem,3vw,1.25rem)}main[style*="paddingTop: 110"],main[style*="padding-top: 110"]{padding-top:90px!important}[style*="fontSize: 64"],[style*="font-size: 64"]{font-size:clamp(32px,8vw,48px)!important}[style*="fontSize: 56"],[style*="font-size: 56"]{font-size:clamp(30px,7vw,44px)!important}[style*="fontSize: 48"],[style*="font-size: 48"]{font-size:clamp(28px,6.5vw,40px)!important}[style*="fontSize: 42"],[style*="font-size: 42"]{font-size:clamp(26px,6vw,36px)!important}[style*="fontSize: 36"],[style*="font-size: 36"]{font-size:clamp(24px,5.5vw,32px)!important}[style*="padding: 4rem"]{padding:2rem 1rem!important}[style*="padding: 6rem"]{padding:2.5rem 1rem!important}[style*="padding: 5rem"]{padding:2rem 1rem!important}.ws-main{grid-template-columns:1fr!important}.finai-toggle{width:90px!important;height:90px!important;bottom:16px!important;right:16px!important}.finai-wrap{width:calc(100vw - 1rem)!important;max-width:400px!important;right:.5rem!important;bottom:100px!important;height:70vh!important;max-height:600px!important;overscroll-behavior:contain!important}.finai-wrap .messages-container{overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important}.finai-wrap .finai-controls select,.finai-wrap .finai-controls button{min-width:0!important;font-size:12px!important}.modal-content,[role=dialog]>div{max-width:calc(100vw - 1.5rem)!important;max-height:90vh!important;overflow-y:auto}}@media(max-width:600px){[style*="width: '320px'"],[style*='width:"320px"']{width:78vw!important;max-width:300px!important}}@media(max-width:480px){[style*="padding: 3rem"]{padding:1.5rem .75rem!important}[style*="padding: 2rem"]{padding:1.25rem .75rem!important}.hp-cta-buttons{flex-direction:column!important;gap:.75rem!important}.finai-toggle{width:72px!important;height:72px!important;bottom:12px!important;right:12px!important}.finai-wrap{width:calc(100vw - 1rem)!important;height:75vh!important;max-height:none!important;right:.5rem!important;left:.5rem!important;bottom:100px!important;overscroll-behavior:contain!important}.finai-wrap .finai-header{padding:10px!important;gap:8px!important}.finai-wrap .finai-controls{gap:6px!important}.finai-wrap .finai-controls select,.finai-wrap .finai-controls button{padding:6px 8px!important;font-size:11px!important}h1{font-size:clamp(26px,7.5vw,34px)!important}h2{font-size:clamp(22px,6vw,28px)!important}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}html{max-width:100%}body{max-width:100vw;overflow-x:clip}@supports not (overflow-x: clip){body{overflow-x:hidden}}#root{max-width:100vw;width:100%}*,*:before,*:after{box-sizing:border-box}img,video,iframe,canvas,svg,picture,embed,object{max-width:100%;height:auto}iframe{border:0}@media(max-width:1024px){[style*="repeat(5, 1fr)"],[style*="repeat(6, 1fr)"],[style*="repeat(7, 1fr)"],[style*="repeat(8, 1fr)"]{grid-template-columns:repeat(3,1fr)!important}}@media(max-width:768px){[style*="repeat(3, 1fr)"],[style*="repeat(4, 1fr)"],[style*="repeat(5, 1fr)"],[style*="repeat(6, 1fr)"]{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}}@media(max-width:480px){[style*="repeat(2, 1fr)"],[style*="repeat(3, 1fr)"],[style*="repeat(4, 1fr)"]{grid-template-columns:1fr!important}}@media(max-width:768px){[style*="padding: 4rem"],[style*="padding: 5rem"],[style*="padding: 6rem"],[style*="padding: 8rem"],[style*="padding: '4rem"],[style*="padding: '5rem"],[style*="padding: '6rem"],[style*="padding: '8rem"]{padding:2rem 1.25rem!important}}@media(max-width:768px){.hp-hero{padding:90px 1rem 2.5rem!important}}@media(max-width:480px){.hp-hero{padding:80px .75rem 2rem!important;min-height:auto!important}}@media(max-width:900px){[style*="font-size: 72"],[style*="fontSize: 72"],[style*="font-size:72"],[style*="fontSize: '72"],[style*="font-size: 80"],[style*="fontSize: 80"],[style*="font-size:80"],[style*="fontSize: '80"],[style*="font-size: 96"],[style*="fontSize: 96"],[style*="font-size:96"],[style*="fontSize: '96"]{font-size:clamp(32px,7vw,56px)!important;line-height:1.1!important}[style*="font-size: 60"],[style*="fontSize: 60"],[style*="font-size:60"],[style*="fontSize: '60"]{font-size:clamp(28px,6vw,44px)!important;line-height:1.15!important}[style*="font-size: 40"],[style*="fontSize: 40"],[style*="font-size:40"],[style*="fontSize: '40"]{font-size:clamp(22px,4.5vw,32px)!important}}@media(max-width:900px){.hp-footer-grid,footer [style*="repeat(4, 1fr)"]{grid-template-columns:repeat(2,1fr)!important;gap:2rem!important}}@media(max-width:480px){.hp-footer-grid,footer [style*="repeat(4, 1fr)"],footer [style*="repeat(2, 1fr)"]{grid-template-columns:1fr!important;gap:1.5rem!important}}@media(max-width:480px){.hp-news-card,[class*=news-card]{min-width:calc(100vw - 2rem)!important;max-width:calc(100vw - 2rem)!important}}@media(max-width:900px){[style*="height: 700"],[style*="height: '700"],[style*="height: 600"],[style*="height: '600"]{height:clamp(320px,70vh,520px)!important}}@media(max-width:480px){textarea[style*="minHeight: 80"],textarea[style*="minHeight: '80"]{min-height:60px!important}}@media(max-width:768px){[style*="flexDirection: 'row'"]:not([style*=flexWrap]){flex-wrap:wrap!important}}@media(max-width:768px){.topstocx-sidebar,[class*=topstocx] [style*="width: '56px'"],[class*=topstocx] [style*="width: 56"]{width:48px!important}}@media(max-width:480px){.topstocx-sidebar{width:44px!important}}@media(max-width:1024px){[style*="width: '380px'"],[style*="width: 380"]{width:300px!important}}@media(max-width:768px){.topstocx-workspace{flex-direction:column!important}.topstocx-watchlist,[style*="width: '380px'"],[style*="width: '300px'"][data-topstocx-pane]{width:100%!important;max-height:40vh;overflow-y:auto}}@media(max-width:1024px){.topstocx-bottompanel,[style*="height: '260px'"]{height:200px!important}}@media(max-width:480px){.topstocx-bottompanel,[style*="height: '260px'"]{height:160px!important}}.tv-chart-container,[class*=chart-container]{max-width:100%;min-width:0}.scroll-x-mobile{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:768px){table{display:block;overflow-x:auto;white-space:nowrap}}@media(max-width:600px){[class*=carousel] [style*="left: '2rem'"],[class*=carousel] [style*="left: 2rem"]{left:.5rem!important}[class*=carousel] [style*="right: '2rem'"],[class*=carousel] [style*="right: 2rem"]{right:.5rem!important}}@media(max-width:768px){[style*="position: 'sticky'"][style*="top: '100px'"],[style*="position:sticky"][style*="top: 100"]{position:static!important;top:auto!important}}@media(max-width:480px){input,select,textarea,button{font-size:16px}}@supports (padding: max(0px)){body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}}.hp-hero{position:relative;overflow:hidden}.hero-bg{contain:layout paint}
