.aceternity-grid-bg{position:fixed;inset:0;z-index:0;pointer-events:none;background-image:radial-gradient(circle,rgba(255,255,255,.03) 1px,transparent 1px);background-size:24px 24px;mask-image:radial-gradient(ellipse 80% 60% at 50% 40%,black 30%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 80% 60% at 50% 40%,black 30%,transparent 100%)}.aceternity-orb{position:fixed;border-radius:50%;pointer-events:none;z-index:0;animation:orb-float 20s ease-in-out infinite}.aceternity-orb--purple{width:400px;height:400px;background:radial-gradient(circle,rgba(108,92,231,.12),transparent 70%);top:-120px;right:-100px;filter:blur(80px)}.aceternity-orb--blue{width:350px;height:350px;background:radial-gradient(circle,rgba(9,132,227,.1),transparent 70%);bottom:20%;left:-100px;filter:blur(80px);animation-delay:-10s}.aceternity-orb--teal{width:250px;height:250px;background:radial-gradient(circle,rgba(0,206,209,.06),transparent 70%);top:40%;right:-60px;filter:blur(60px);animation-delay:-5s}@keyframes orb-float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(15px,-20px) scale(1.05)}50%{transform:translate(-10px,15px) scale(.95)}75%{transform:translate(20px,10px) scale(1.02)}}.glow-card{position:relative;transition:transform .3s ease,box-shadow .3s ease}.glow-card:after{content:"";position:absolute;inset:-1px;border-radius:inherit;background:linear-gradient(135deg,#6c5ce700,#6c5ce700,#6c5ce700);z-index:-1;transition:background .5s ease,opacity .5s ease;opacity:0}.glow-card:hover:after{background:linear-gradient(135deg,#6c5ce733,#a29bfe1a,#74b9ff26);opacity:1}.glow-card:hover{transform:translateY(-2px);box-shadow:0 0 20px #6c5ce714,0 8px 32px #0003}.gradient-border{position:relative;background:transparent}.gradient-border:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(var(--border-angle, 135deg),rgba(108,92,231,.3),rgba(162,155,254,.1),rgba(116,185,255,.2),rgba(108,92,231,.3));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease}.gradient-border:hover:before{opacity:1;animation:border-rotate 4s linear infinite}@keyframes border-rotate{0%{--border-angle: 0deg}to{--border-angle: 360deg}}@property --border-angle{syntax: "<angle>"; initial-value: 135deg; inherits: false;}.shimmer-line{position:relative;overflow:hidden}.shimmer-line:after{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.04) 50%,transparent 100%);animation:shimmer-sweep 3s ease-in-out infinite}@keyframes shimmer-sweep{0%{left:-100%}to{left:200%}}.pulse-glow{animation:pulse-glow-anim 2s ease-in-out infinite}@keyframes pulse-glow-anim{0%,to{box-shadow:0 0 4px #6c5ce733}50%{box-shadow:0 0 16px #6c5ce766,0 0 32px #6c5ce71a}}.noise-overlay{position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.015;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}.section-reveal{opacity:0;transform:translateY(20px);animation:section-reveal-in .6s ease forwards}@keyframes section-reveal-in{to{opacity:1;transform:translateY(0)}}.stagger-1{animation-delay:.1s}.stagger-2{animation-delay:.2s}.stagger-3{animation-delay:.3s}.stagger-4{animation-delay:.4s}.stagger-5{animation-delay:.5s}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--theme-bg: #050508;--theme-bg-secondary: #0a0a1a;--theme-bg-tertiary: #060610;--theme-card: #12122a;--theme-card-alt: rgba(26, 26, 46, .6);--theme-surface: rgba(255, 255, 255, .04);--theme-surface-hover: rgba(255, 255, 255, .08);--theme-surface-active: rgba(255, 255, 255, .06);--theme-border: rgba(255, 255, 255, .06);--theme-border-strong: rgba(255, 255, 255, .1);--theme-border-subtle: rgba(255, 255, 255, .03);--theme-text: #ffffff;--theme-text-secondary: rgba(255, 255, 255, .85);--theme-text-dim: rgba(255, 255, 255, .55);--theme-text-dimmer: rgba(255, 255, 255, .3);--theme-text-muted: rgba(255, 255, 255, .4);--theme-text-faint: rgba(255, 255, 255, .2);--theme-nav-bg: rgba(8, 8, 18, .92);--theme-nav-blur-bg: rgba(10, 10, 15, .9);--theme-shadow: rgba(0, 0, 0, .3);--theme-shadow-heavy: rgba(0, 0, 0, .4);--theme-overlay: rgba(6, 6, 16, .88);--theme-scrollbar: rgba(255, 255, 255, .1);--theme-selection-bg: rgba(108, 92, 231, .3);--theme-selection-text: #fff;--color-purple: #a29bfe;--color-purple-dark: #6c5ce7;--color-purple-dim: rgba(162, 155, 254, .15);--color-green: #00c853;--color-green-bright: #00e676;--color-red: #ff1744;--color-yellow: #ffd600;--color-blue: #4a9eff;color:var(--theme-text);background-color:var(--theme-bg)}[data-theme=light]{--theme-bg: #f4f4f8;--theme-bg-secondary: #eef2f8;--theme-bg-tertiary: #f5f8fc;--theme-card: #ffffff;--theme-card-alt: rgba(230, 230, 240, .7);--theme-surface: rgba(0, 0, 0, .03);--theme-surface-hover: rgba(0, 0, 0, .06);--theme-surface-active: rgba(0, 0, 0, .05);--theme-border: rgba(0, 0, 0, .08);--theme-border-strong: rgba(0, 0, 0, .14);--theme-border-subtle: rgba(0, 0, 0, .04);--theme-text: #0f172a;--theme-text-secondary: rgba(15, 23, 42, .9);--theme-text-dim: rgba(15, 23, 42, .76);--theme-text-dimmer: rgba(15, 23, 42, .62);--theme-text-muted: rgba(15, 23, 42, .56);--theme-text-faint: rgba(15, 23, 42, .44);--theme-nav-bg: rgba(244, 244, 248, .92);--theme-nav-blur-bg: rgba(244, 244, 248, .9);--theme-shadow: rgba(0, 0, 0, .06);--theme-shadow-heavy: rgba(0, 0, 0, .1);--theme-overlay: rgba(244, 244, 248, .88);--theme-scrollbar: rgba(0, 0, 0, .12);--theme-selection-bg: rgba(108, 92, 231, .2);--theme-selection-text: #1a1a2e;--color-purple: #7c6bff;--color-purple-dark: #5b4cdb;--color-purple-dim: rgba(108, 92, 231, .12);--color-green: #00a844;--color-green-bright: #00c853;--color-red: #e01540;--color-yellow: #e6c200;--color-blue: #3a85e0}html{scroll-behavior:smooth;scrollbar-gutter:stable}::selection{background:var(--theme-selection-bg);color:var(--theme-selection-text)}.gradient-text{background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.gradient-text--animated{animation:gradient-shift 4s linear infinite}@keyframes gradient-shift{0%{background-position:0% center}to{background-position:200% center}}.lang-selector{position:relative;display:inline-flex;align-items:center}.lang-btn{display:flex;align-items:center;gap:4px;padding:5px 10px;border:1px solid var(--border-color, #e2e8f0);border-radius:8px;background:var(--bg-secondary, #f8fafc);color:var(--text-primary, #1e293b);cursor:pointer;font-size:13px;font-weight:500;transition:all .15s;white-space:nowrap}.lang-btn:hover{background:var(--bg-hover, #f1f5f9);border-color:var(--primary-color, #2563eb)}.lang-flag{font-size:15px;line-height:1}.lang-label{font-size:12px}.lang-arrow{font-size:9px;opacity:.6}.lang-dropdown{position:absolute;top:calc(100% + 6px);right:0;min-width:130px;background:var(--bg-primary, #ffffff);border:1px solid var(--border-color, #e2e8f0);border-radius:10px;box-shadow:0 8px 24px #0000001f;padding:4px;list-style:none;margin:0;z-index:9999;animation:langFadeIn .15s ease}@keyframes langFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.lang-option{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:7px;cursor:pointer;font-size:13px;font-weight:500;color:var(--text-primary, #1e293b);transition:background .1s}.lang-option:hover{background:var(--bg-hover, #f1f5f9)}.lang-option.active{background:var(--primary-light, #eff6ff);color:var(--primary-color, #2563eb);font-weight:600}[data-theme=dark] .lang-btn{background:var(--bg-secondary, #1e293b);border-color:var(--border-color, #334155);color:var(--text-primary, #f1f5f9)}[data-theme=dark] .lang-btn:hover{background:var(--bg-hover, #334155)}[data-theme=dark] .lang-dropdown{background:var(--bg-card, #1e293b);border-color:var(--border-color, #334155)}[data-theme=dark] .lang-option{color:var(--text-primary, #f1f5f9)}[data-theme=dark] .lang-option:hover{background:var(--bg-hover, #334155)}[data-theme=dark] .lang-option.active{background:#2563eb33;color:#93c5fd}.app-header-wrapper{position:sticky;top:0;z-index:100;background:var(--theme-bg)}.stock-topbar{display:flex;align-items:center;justify-content:center;width:100%;border-bottom:1px solid var(--theme-border-subtle);background:color-mix(in srgb,var(--theme-surface) 76%,transparent);box-shadow:inset 0 -1px color-mix(in srgb,#fff 34%,transparent);overflow:hidden}.stock-topbar-track{display:flex;align-items:center;gap:6px;width:max-content;min-width:100%;padding:8px 16px;color:var(--theme-text-muted);font-size:12px;white-space:nowrap;animation:stock-ticker-marquee 72s linear infinite}.stock-topbar:hover .stock-topbar-track,.stock-topbar:focus-within .stock-topbar-track{animation-play-state:paused}@keyframes stock-ticker-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.stock-topbar-item,.stock-topbar-loading{display:inline-flex;align-items:center;gap:5px;border:0;background:transparent;color:var(--theme-text-muted);font:inherit;cursor:pointer}.stock-topbar-item+.stock-topbar-item:before{content:"·";margin-right:6px;color:var(--theme-text-muted);opacity:.45}.stock-topbar-icon{font-size:12px;line-height:1}.stock-topbar b{color:var(--theme-text);font-weight:800}.stock-topbar-up{color:#ef4444!important}.stock-topbar-down{color:#2563eb!important}.app-header{display:flex;justify-content:space-between;align-items:center;padding:8px 16px 16px;max-width:480px;margin:0 auto;position:relative;z-index:1}.app-header-logo{display:flex;align-items:center;font-size:20px;font-weight:700;letter-spacing:-.3px;cursor:pointer;transition:opacity .2s ease}.app-header-logo:hover{opacity:.8}.app-header-logo-ai{color:var(--color-green-bright);font-size:20px;font-weight:700;letter-spacing:-.3px;text-shadow:0 0 12px rgba(0,230,118,.4)}.app-header-nav{display:none}.app-header-actions{display:flex;align-items:center;gap:8px}.app-header-action-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;background:var(--theme-surface);border:1px solid var(--theme-border-strong);border-radius:8px;cursor:pointer;transition:all .2s ease;color:var(--theme-text-dim);font-size:14px;font-weight:500}.app-header-action-btn:hover{background:var(--theme-surface-hover);border-color:#a29bfe4d;color:var(--color-purple);box-shadow:0 0 12px #a29bfe26}.app-header-theme-toggle{padding:8px}.app-header-action-btn--admin{background:#6c5ce71a;border-color:#6c5ce74d;color:var(--color-purple)}.app-header-action-btn--admin:hover{background:#6c5ce726;border-color:#a29bfe80;box-shadow:0 0 16px #6c5ce740}.app-header-action-label{display:none}@media(min-width:768px){.app-header{max-width:720px;padding:12px 24px 20px}.stock-topbar{justify-content:center}.stock-topbar-track{padding:8px 24px}.app-header-logo,.app-header-logo-ai{font-size:22px}}@media(min-width:1024px){.app-header{max-width:1200px;padding:12px 40px 20px}.stock-topbar{justify-content:center}.stock-topbar-track{padding:9px 40px}.app-header-logo,.app-header-logo-ai{font-size:24px}.app-header-nav{display:flex;align-items:center;gap:4px}.app-header-nav-item{display:flex;align-items:center;gap:6px;padding:8px 16px;background:none;border:none;cursor:pointer;border-radius:10px;transition:background .2s ease,color .2s ease}.app-header-nav-icon{font-size:16px;line-height:1;color:var(--theme-text-muted);transition:color .2s ease}.app-header-nav-label{font-size:14px;font-weight:500;color:var(--theme-text-dim);transition:color .2s ease}.app-header-nav-item:hover{background:var(--theme-surface-active);box-shadow:0 0 16px #6c5ce70d}.app-header-nav-item:hover .app-header-nav-icon,.app-header-nav-item:hover .app-header-nav-label{color:var(--theme-text-secondary)}.app-header-nav-item.active .app-header-nav-icon{color:var(--color-purple);filter:drop-shadow(0 0 8px rgba(162,155,254,.4))}.app-header-nav-item.active{background:#6c5ce71f;box-shadow:0 0 20px #6c5ce714}.app-header-nav-item.active .app-header-nav-label{color:var(--color-purple);font-weight:600;text-shadow:0 0 12px rgba(162,155,254,.3)}.app-header-action-label{display:inline}}@media(max-width:768px){.app-header--hide-mobile{display:none!important}}.bottom-nav{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;align-items:center;height:50px;background:var(--theme-nav-bg);backdrop-filter:blur(24px) saturate(120%);-webkit-backdrop-filter:blur(24px) saturate(120%);border-top:1px solid var(--theme-border);z-index:1000;padding-bottom:env(safe-area-inset-bottom,0);max-width:720px;margin:0 auto;box-shadow:0 -4px 30px var(--theme-shadow)}.nav-tab{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;flex:1;padding:8px 0;background:none;border:none;cursor:pointer;position:relative;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.nav-icon{font-size:19px;line-height:1;color:var(--theme-text-dimmer);transition:transform .2s ease,color .2s ease}.nav-label{font-size:9px;font-weight:500;color:var(--theme-text-muted);transition:color .2s ease}.nav-tab.active .nav-icon{color:var(--color-purple);transform:scale(1.1)}.nav-tab.active .nav-label{color:var(--theme-text);font-weight:600}.nav-indicator{position:absolute;top:0;left:50%;transform:translate(-50%);width:24px;height:2px;background:linear-gradient(90deg,var(--color-purple-dark),var(--color-purple));border-radius:0 0 4px 4px;box-shadow:0 0 12px #6c5ce766,0 0 4px #a29bfe4d}@media(min-width:1024px){.bottom-nav{display:none}}.hc-footer{position:static;left:auto;right:auto;bottom:auto;width:100%;max-width:none;margin:0;border-radius:0;box-shadow:none;background:var(--theme-bg);border-top:1px solid var(--theme-border);padding:22px 16px calc(22px + env(safe-area-inset-bottom,0px))}.hc-footer--contained{background:transparent;border-top:none;padding:0 16px calc(18px + env(safe-area-inset-bottom,0px))}.hc-footer-inner{max-width:1200px;margin:0 auto;text-align:center;color:var(--theme-text-dim);font-size:12px;line-height:1.65;display:flex;flex-direction:column;gap:4px}.hc-footer--contained .hc-footer-inner{max-width:980px;padding-top:18px;border-top:1px solid var(--theme-border)}.hc-footer-disclaimer{font-size:11px;color:var(--theme-text-muted);text-align:center;margin-bottom:8px}.hc-footer-company{font-weight:800;color:var(--theme-text-secondary);letter-spacing:-.2px}.hc-footer-line{display:flex;justify-content:center;align-items:baseline;flex-wrap:wrap;gap:8px}.hc-footer-sep{color:var(--theme-text-faint);font-weight:700}.hc-footer-links{margin-top:10px;display:flex;justify-content:center;align-items:baseline;flex-wrap:wrap;gap:10px;color:var(--theme-text-muted);font-size:12px}.hc-footer-link{color:var(--theme-text-dim);text-decoration:none;border-bottom:1px solid transparent;transition:color .15s ease,border-color .15s ease}.hc-footer-link:hover{color:var(--theme-text-secondary);border-bottom-color:var(--theme-text-faint)}.hc-footer-dot{color:var(--theme-text-faint);font-weight:800}.hc-footer-copyright{margin-top:10px;font-size:11px;color:var(--theme-text-dimmer)}@media(max-width:1023px){.hc-footer{padding-bottom:calc(110px + env(safe-area-inset-bottom,0px))}.hc-footer--no-reserve{padding-bottom:calc(18px + env(safe-area-inset-bottom,0px))}}@media(max-width:768px){.hc-footer{display:none!important}}.textlogo-header-wrapper{position:sticky;top:0;z-index:100;background:var(--theme-nav-bg);border-bottom:1px solid var(--theme-border-subtle);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.textlogo-header{display:flex;align-items:center;justify-content:center;padding:16px;max-width:1200px;margin:0 auto}.textlogo-header-logo{display:flex;align-items:center;font-size:22px;font-weight:800;letter-spacing:-.3px;cursor:pointer;transition:opacity .2s ease}.textlogo-header-logo:hover{opacity:.85}.textlogo-header-logo-ai{color:#00e676;font-size:22px;font-weight:800;letter-spacing:-.3px;text-shadow:0 0 12px rgba(0,230,118,.4)}@media(min-width:768px){.textlogo-header{padding:18px 24px}.textlogo-header-logo,.textlogo-header-logo-ai{font-size:24px}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-layout{min-height:100dvh;display:flex;flex-direction:column;overflow-x:hidden}.app-layout-main{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden}.app-route-fallback{min-height:min(520px,100dvh);display:flex;align-items:center;justify-content:center}.app-layout--panel{height:100dvh;min-height:unset;overflow:hidden}.app-layout--panel .app-layout-main{overflow-y:hidden}@media(max-width:768px){.app-layout{padding-bottom:calc(50px + env(safe-area-inset-bottom,0px))}}img.hc-twemoji{width:1em;height:1em;margin:0 .04em;vertical-align:-.12em;object-fit:contain}
