.hero-section{max-width:1400px;margin:0 auto;padding:80px 24px 40px;min-height:calc(100vh - 80px);display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.hero-section>div{min-width:0}.hero-text p.hero-description{color:rgb(var(--text-secondary));font-size:18px;line-height:28px;max-width:500px;margin-top:16px}.hero-ticker-wrapper{margin-top:32px;padding-top:24px;border-top:1px solid rgba(56,191,161,.08);overflow:hidden;min-width:0}.hero-ticker{overflow:hidden;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.hero-ticker-track{display:flex;align-items:center;gap:32px;width:-moz-max-content;width:max-content;animation:ticker-scroll 30s linear infinite}.hero-ticker-track img{height:22px;width:auto;opacity:.4;filter:brightness(0) invert(1);flex-shrink:0}.hero-ticker:hover .hero-ticker-track{animation-play-state:paused}.hero-ticker-track img:hover{opacity:.7}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.eco-orbit{position:relative;width:100%;aspect-ratio:1;max-width:460px;margin:0 auto}.eco-orbit-ring{position:absolute;border-radius:50%;border:1px solid rgba(56,191,161,.08)}.eco-orbit-ring-1{inset:22%;animation:orbit-breathe 4s ease-in-out infinite}.eco-orbit-ring-2{inset:6%;animation:orbit-breathe 4s ease-in-out infinite 2s}@keyframes orbit-breathe{0%,to{border-color:#38bfa10f}50%{border-color:#38bfa126}}.eco-orbit-lines{position:absolute;inset:0;width:100%;height:100%}.eco-pulse-line{stroke:#38bfa11f;stroke-width:1;stroke-dasharray:6 4;animation:pulse-dash 2s linear infinite;animation-delay:var(--delay)}@keyframes pulse-dash{0%{stroke-dashoffset:0}to{stroke-dashoffset:-20}}.eco-particle{position:absolute;width:4px;height:4px;border-radius:50%;background:#38bfa1;box-shadow:0 0 8px #38bfa199;opacity:0}.eco-particle-1{animation:particle-float-1 4s ease-in-out infinite}.eco-particle-2{animation:particle-float-2 5s ease-in-out infinite 1.5s}.eco-particle-3{animation:particle-float-3 4.5s ease-in-out infinite 3s}@keyframes particle-float-1{0%{top:13%;left:50%;opacity:0}20%{opacity:1}80%{opacity:1}to{top:42%;left:48%;opacity:0}}@keyframes particle-float-2{0%{top:73%;left:15%;opacity:0}20%{opacity:1}80%{opacity:1}to{top:46%;left:46%;opacity:0}}@keyframes particle-float-3{0%{top:27%;left:85%;opacity:0}20%{opacity:1}80%{opacity:1}to{top:46%;left:52%;opacity:0}}.eco-hub{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:72px;height:72px;border-radius:50%;background:#0a0f0de6;border:2px solid rgba(56,191,161,.3);display:flex;align-items:center;justify-content:center;z-index:3;transition:border-color .3s ease,transform .3s ease}.eco-hub:hover{border-color:#38bfa199;transform:translate(-50%,-50%) scale(1.08)}.eco-hub-logo{width:36px;height:36px;border-radius:8px}.eco-hub-pulse{position:absolute;inset:-8px;border-radius:50%;border:1px solid rgba(56,191,161,.2);animation:hub-pulse 3s ease-out infinite}@keyframes hub-pulse{0%{transform:scale(1);opacity:.6}to{transform:scale(1.6);opacity:0}}.eco-node{position:absolute;display:flex;flex-direction:column;align-items:center;gap:6px;text-decoration:none;z-index:2;transition:transform .3s ease}.eco-node:hover{transform:scale(1.1)}.eco-node:hover .eco-node-icon{border-color:#38bfa180;background:#38bfa11f;box-shadow:0 0 20px #38bfa133}.eco-node-icon{width:48px;height:48px;border-radius:14px;background:#1a2521cc;border:1px solid rgba(56,191,161,.15);display:flex;align-items:center;justify-content:center;color:#38bfa1;overflow:hidden;transition:all .3s ease}.eco-node-logo{width:32px;height:32px;-o-object-fit:contain;object-fit:contain;border-radius:4px}.eco-node-name{font-size:11px;font-weight:700;color:#fff;white-space:nowrap}.eco-node-stat{font-size:9px;color:rgb(var(--text-tertiary));white-space:nowrap;font-family:SF Mono,Fira Code,monospace}.eco-node-0{top:2%;left:50%;transform:translate(-50%)}.eco-node-1{top:22%;right:2%}.eco-node-2{bottom:10%;right:8%}.eco-node-3{bottom:10%;left:8%}.eco-node-4{top:22%;left:2%}.eco-node-0:hover{transform:translate(-50%) scale(1.1)}.eco-node{opacity:0;animation:node-appear .5s ease forwards}.eco-node-0{animation-delay:.3s}.eco-node-1{animation-delay:.5s}.eco-node-2{animation-delay:.7s}.eco-node-3{animation-delay:.9s}.eco-node-4{animation-delay:1.1s}@keyframes node-appear{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.eco-node-0{animation-name:node-appear-center}@keyframes node-appear-center{0%{opacity:0;transform:translate(-50%) scale(.8)}to{opacity:1;transform:translate(-50%) scale(1)}}.eco-feed{position:absolute;top:58%;left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:2px;z-index:2;pointer-events:none}.eco-feed-row{display:flex;align-items:center;gap:8px;font-family:SF Mono,Fira Code,monospace;font-size:10px;opacity:0;animation:feed-fade 6s ease-in-out infinite;white-space:nowrap}.eco-feed-anim-1{animation-delay:0s}.eco-feed-anim-2{animation-delay:2s}.eco-feed-anim-3{animation-delay:4s}@keyframes feed-fade{0%,10%{opacity:0;transform:translateY(4px)}20%,45%{opacity:.7;transform:translateY(0)}55%,to{opacity:0;transform:translateY(-4px)}}.eco-feed-symbol{color:rgb(var(--text-tertiary));font-weight:600}.eco-feed-price{font-weight:600}.eco-feed-up{color:#38bfa1}.eco-feed-down{color:#f87171}.stats-bar{max-width:1400px;margin:0 auto;padding:32px 24px;display:flex;justify-content:center;gap:64px;border-top:1px solid rgba(56,191,161,.06);border-bottom:1px solid rgba(56,191,161,.06)}.stat-item{text-align:center}.stat-value{font-size:28px;font-weight:700;color:#fff;font-family:SF Mono,Fira Code,Cascadia Code,monospace}.stat-label{font-size:13px;color:rgb(var(--text-tertiary));margin-top:4px}.regime-panel{background:#0a0f0d99;border:1px solid rgba(56,191,161,.1);border-radius:16px;overflow:hidden;max-width:460px;margin:0 auto}.regime-header{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;border-bottom:1px solid rgba(56,191,161,.08)}.regime-header-title{font-size:12px;font-weight:600;color:#fff}.regime-header-live{display:flex;align-items:center;gap:6px;font-size:10px;color:#38bfa1;font-weight:500}.regime-live-dot{width:6px;height:6px;border-radius:50%;background:#38bfa1;animation:grid-dot-pulse 2s ease-in-out infinite}.regime-chart{position:relative;padding:12px 18px;border-bottom:1px solid rgba(56,191,161,.08)}.regime-chart-svg{width:100%;height:auto;aspect-ratio:1;background:radial-gradient(circle at 75% 25%,rgba(56,191,161,.04) 0%,transparent 50%),radial-gradient(circle at 25% 75%,rgba(248,113,113,.03) 0%,transparent 50%);border-radius:8px;border:1px solid rgba(56,191,161,.06)}.regime-quad-label{font-size:8px;fill:rgb(var(--text-tertiary));text-anchor:middle;font-family:SF Mono,Fira Code,monospace}.regime-trail{fill:none;stroke-width:1;stroke-dasharray:4 3;opacity:.35}.regime-trail-1{stroke:#38bfa1}.regime-trail-2{stroke:#a78bfa}.regime-trail-3{stroke:#f87171}.regime-trail-4{stroke:#fbbf24}.regime-trail-5{stroke:#60a5fa}.regime-dot{filter:drop-shadow(0 0 6px currentColor)}.regime-dot-travel-1{fill:#38bfa1}.regime-dot-travel-2{fill:#a78bfa}.regime-dot-travel-3{fill:#f87171}.regime-dot-travel-4{fill:#fbbf24}.regime-dot-travel-5{fill:#60a5fa}.regime-dot-label{font-size:7.5px;font-weight:700;font-family:SF Mono,Fira Code,monospace;text-anchor:middle}.regime-dot-label-1{fill:#38bfa1}.regime-dot-label-2{fill:#a78bfa}.regime-dot-label-3{fill:#f87171}.regime-dot-label-4{fill:#fbbf24}.regime-dot-label-5{fill:#60a5fa}.regime-axis{position:absolute;font-size:8px;color:rgb(var(--text-tertiary));font-family:SF Mono,Fira Code,monospace;opacity:.5}.regime-axis-x{bottom:16px;right:22px}.regime-axis-y{top:16px;left:22px;writing-mode:vertical-lr;transform:rotate(180deg)}.feature-section{max-width:1400px;margin:0 auto;padding:96px 24px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.feature-visual{position:relative}.products-zone{position:relative;padding-top:96px;background:linear-gradient(180deg,#0a0f0d00,#141c1880 5% 95%,#0a0f0d00)}.products-zone-divider{position:relative;display:flex;justify-content:center;margin-bottom:48px}.products-zone-line{width:100%;max-width:1400px;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(56,191,161,.3) 30%,rgba(56,191,161,.3) 70%,transparent 100%)}.products-zone-header{padding-bottom:32px}.product-nav-strip{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.product-nav-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:100px;background:#1a252199;border:1px solid rgba(56,191,161,.1);color:rgb(var(--text-secondary));font-size:13px;font-weight:500;text-decoration:none;transition:all .25s ease;white-space:nowrap}.product-nav-chip:hover{border-color:#38bfa14d;color:#fff;background:#38bfa114}.product-nav-icon{width:20px;height:20px;-o-object-fit:contain;object-fit:contain;border-radius:4px}.product-section{padding:80px 0;border-top:1px solid rgba(56,191,161,.06);scroll-margin-top:80px}.product-section .section-container{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;padding:0 24px}.product-features{list-style:none;padding:0;margin:24px 0 0;display:flex;flex-direction:column;gap:12px}.product-features li{display:flex;align-items:center;gap:10px;color:rgb(var(--text-secondary));font-size:15px}.product-features li .check-icon{width:18px;height:18px;color:#38bfa1;flex-shrink:0}.product-link{display:inline-flex;align-items:center;gap:6px;color:#38bfa1;font-size:15px;font-weight:500;margin-top:32px;transition:gap .2s ease}.product-link:hover{gap:10px}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.testimonial-card{padding:32px}.testimonial-card .quote{color:rgb(var(--text-secondary));font-size:15px;line-height:24px;font-style:italic;margin-bottom:20px}.testimonial-card .author{color:#fff;font-size:14px;font-weight:600}.testimonial-card .role{color:rgb(var(--text-tertiary));font-size:13px;margin-top:2px}.cta-section{max-width:800px;margin:0 auto;text-align:center;padding:96px 24px}.exchange-strip{display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap}.exchange-strip img{height:40px;width:auto;filter:brightness(0) invert(1);opacity:.4;transition:opacity .3s ease}.exchange-strip img:hover{opacity:.8}.exchange-grid-panel{position:relative;background:#0a0f0d99;border:1px solid rgba(56,191,161,.1);border-radius:16px;overflow:hidden;max-width:500px;margin:0 auto}.exchange-scan-beam{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}.exchange-scan-beam:after{content:"";position:absolute;top:-100%;left:-50%;width:200%;height:40px;background:linear-gradient(180deg,transparent,rgba(56,191,161,.06),transparent);transform:rotate(-15deg);animation:scan-sweep 4s ease-in-out infinite}@keyframes scan-sweep{0%{top:-20%}to{top:120%}}.exchange-grid-header{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid rgba(56,191,161,.08)}.exchange-grid-title{font-size:13px;font-weight:600;color:#fff}.exchange-grid-badge{display:flex;align-items:center;gap:6px;font-size:11px;color:#38bfa1;font-weight:500}.exchange-grid-dot{width:6px;height:6px;border-radius:50%;background:#38bfa1;animation:grid-dot-pulse 2s ease-in-out infinite}@keyframes grid-dot-pulse{0%,to{opacity:1;box-shadow:0 0 #38bfa166}50%{opacity:.4;box-shadow:0 0 8px 2px #38bfa133}}.exchange-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#38bfa10a}.exchange-grid-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:18px 8px 14px;background:#0a0f0db3;transition:background .3s ease,box-shadow .3s ease;opacity:0;animation:grid-item-in .4s ease forwards;animation-delay:calc(var(--i) * .08s)}@keyframes grid-item-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.exchange-grid-item:hover{background:#38bfa10f;box-shadow:inset 0 0 20px #38bfa10a}.exchange-grid-icon{width:44px;height:44px;border-radius:12px;background:#1a252199;border:1px solid rgba(56,191,161,.08);display:flex;align-items:center;justify-content:center;transition:border-color .3s ease}.exchange-grid-item:hover .exchange-grid-icon{border-color:#38bfa140}.exchange-grid-icon img{height:24px;width:auto;max-width:32px;-o-object-fit:contain;object-fit:contain;filter:brightness(0) invert(1);opacity:.6;transition:opacity .3s ease}.exchange-grid-item:hover .exchange-grid-icon img{opacity:1}.exchange-grid-item>span{font-size:10px;color:rgb(var(--text-tertiary));white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;text-align:center}.exchange-grid-status{font-size:8px;color:#38bfa1;opacity:0;animation:status-blink 6s ease-in-out infinite;animation-delay:calc(var(--i) * .5s)}@keyframes status-blink{0%,15%{opacity:0}20%,35%{opacity:.8}40%,to{opacity:0}}.exchange-grid-more{border:none}.exchange-grid-plus{font-size:22px;font-weight:700;color:#38bfa159;line-height:44px}.exchange-grid-activity{position:relative;z-index:2;display:flex;align-items:center;gap:20px;padding:10px 20px;border-top:1px solid rgba(56,191,161,.08);overflow:hidden}.exchange-activity-bar{position:absolute;bottom:0;left:0;height:2px;width:30%;background:linear-gradient(90deg,transparent,#38BFA1,transparent);animation:activity-slide 3s ease-in-out infinite}@keyframes activity-slide{0%{left:-30%}to{left:100%}}.exchange-activity-text{display:flex;flex-direction:column;gap:1px;font-size:9px;color:rgb(var(--text-tertiary));font-family:SF Mono,Fira Code,monospace}.exchange-activity-val{font-size:11px;font-weight:600;color:#38bfa1}.flagship-demo{background:#0a0f0db3;border:1px solid rgba(56,191,161,.1);border-radius:16px;overflow:hidden;max-width:500px;margin:0 auto}.flagship-demo-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid rgba(56,191,161,.08)}.flagship-demo-title{font-size:13px;font-weight:700;color:#fff}.flagship-demo-live{display:inline-flex;align-items:center;gap:6px;font-size:10px;color:#38bfa1;font-weight:500}.flagship-live-dot{width:6px;height:6px;border-radius:50%;background:#38bfa1;animation:grid-dot-pulse 2s ease-in-out infinite}.flagship-chart-area{position:relative;padding:16px 20px 8px}.flagship-chart-svg{width:100%;height:auto}.flagship-grid-zone{fill:#38bfa10f;animation:flagship-zone-shift 8s ease-in-out infinite}@keyframes flagship-zone-shift{0%{y:100;height:55}50%{y:45;height:55}to{y:100;height:55}}.flagship-grid-line{stroke:#38bfa114;stroke-width:.5;stroke-dasharray:4 3;animation:flagship-zone-shift-line 8s ease-in-out infinite}.flagship-grid-line:nth-child(2){animation-name:flagship-gline-1}.flagship-grid-line:nth-child(3){animation-name:flagship-gline-2}.flagship-grid-line:nth-child(4){animation-name:flagship-gline-3}.flagship-grid-line:nth-child(5){animation-name:flagship-gline-4}.flagship-grid-line:nth-child(6){animation-name:flagship-gline-5}@keyframes flagship-gline-1{0%{transform:translateY(10px)}50%{transform:translateY(-45px)}to{transform:translateY(10px)}}@keyframes flagship-gline-2{0%{transform:translateY(10px)}50%{transform:translateY(-45px)}to{transform:translateY(10px)}}@keyframes flagship-gline-3{0%{transform:translateY(10px)}50%{transform:translateY(-45px)}to{transform:translateY(10px)}}@keyframes flagship-gline-4{0%{transform:translateY(10px)}50%{transform:translateY(-45px)}to{transform:translateY(10px)}}@keyframes flagship-gline-5{0%{transform:translateY(10px)}50%{transform:translateY(-45px)}to{transform:translateY(10px)}}.flagship-price-line{stroke:#38bfa1;stroke-width:2;stroke-linecap:round;fill:none;stroke-dasharray:800;stroke-dashoffset:800;animation:flagship-draw-line 3s ease forwards;filter:drop-shadow(0 0 6px rgba(56,191,161,.4))}@keyframes flagship-draw-line{0%{stroke-dashoffset:800}to{stroke-dashoffset:0}}.flagship-trade-dot{opacity:0;animation:flagship-dot-pop .5s ease forwards}.flagship-trade-buy{fill:#38bfa1;filter:drop-shadow(0 0 4px rgba(56,191,161,.6))}.flagship-trade-sell{fill:#fbbf24;filter:drop-shadow(0 0 4px rgba(251,191,36,.6))}.flagship-trade-dot:nth-of-type(1){animation-delay:.8s}.flagship-trade-dot:nth-of-type(2){animation-delay:1.2s}.flagship-trade-dot:nth-of-type(3){animation-delay:1.6s}.flagship-trade-dot:nth-of-type(4){animation-delay:2s}.flagship-trade-dot:nth-of-type(5){animation-delay:2.3s}.flagship-trade-dot:nth-of-type(6){animation-delay:2.6s}.flagship-trade-dot:nth-of-type(7){animation-delay:2.8s}.flagship-trade-dot:nth-of-type(8){animation-delay:3s}@keyframes flagship-dot-pop{0%{opacity:0;r:0}50%{opacity:1;r:6}to{opacity:.8;r:4}}.flagship-trail-arrow{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;gap:4px;animation:flagship-arrow-bob 2s ease-in-out infinite}.flagship-trail-arrow span{font-size:8px;color:#38bfa1;font-weight:600;font-family:SF Mono,Fira Code,monospace;writing-mode:vertical-lr;transform:rotate(180deg);letter-spacing:1px}@keyframes flagship-arrow-bob{0%,to{transform:translateY(-50%)}50%{transform:translateY(calc(-50% - 6px))}}.flagship-bots{padding:12px 16px;display:flex;flex-direction:column;gap:6px;border-top:1px solid rgba(56,191,161,.06)}.flagship-bot-card{position:relative;display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#1a252166;border:1px solid rgba(56,191,161,.06);border-radius:10px;overflow:hidden;opacity:0;animation:flagship-card-in .5s ease forwards;animation-delay:calc(3.2s + var(--ri) * .15s);transition:border-color .3s ease}.flagship-bot-card:hover{border-color:#38bfa133}@keyframes flagship-card-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.flagship-bot-card-left{display:flex;align-items:center;gap:8px;z-index:1}.flagship-bot-card-right{display:flex;align-items:center;gap:12px;z-index:1}.flagship-bot-pnl{font-size:13px;font-weight:700;font-family:SF Mono,Fira Code,monospace}.flagship-bot-pnl.ticker-up{color:#38bfa1}.flagship-bot-pnl.ticker-down{color:#f87171}.flagship-bot-runtime{font-size:10px;color:rgb(var(--text-tertiary));font-family:SF Mono,Fira Code,monospace}.flagship-bot-bar{position:absolute;left:0;top:0;bottom:0;width:var(--bar-w, 50%);background:linear-gradient(90deg,rgba(56,191,161,.08) 0%,transparent 100%);border-radius:10px 0 0 10px}.flagship-bot-bar-neg{background:linear-gradient(90deg,rgba(248,113,113,.06) 0%,transparent 100%)}.flagship-demo-footer{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-top:1px solid rgba(56,191,161,.06)}.flagship-demo-footer>div{display:flex;flex-direction:column;gap:2px}.flagship-footer-label{font-size:9px;color:rgb(var(--text-tertiary));text-transform:uppercase;letter-spacing:.05em}.flagship-footer-val{font-size:13px;font-weight:700;color:#fff;font-family:SF Mono,Fira Code,monospace}.flagship-footer-val.ticker-up{color:#38bfa1}.fc-dashboard{background:#0a0f0db3;border:1px solid rgba(56,191,161,.1);border-radius:16px;overflow:hidden;max-width:520px;margin:0 auto}.fc-dash-header{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;border-bottom:1px solid rgba(56,191,161,.08)}.fc-dash-tabs{display:flex;gap:4px}.fc-tab{font-size:11px;font-weight:500;padding:4px 12px;border-radius:100px;color:rgb(var(--text-tertiary));cursor:default;transition:all .2s ease}.fc-tab-active{background:#38bfa11f;color:#38bfa1;font-weight:600}.fc-dash-live{display:inline-flex;align-items:center;gap:6px;font-size:10px;color:#38bfa1;font-weight:500}.fc-live-dot{width:6px;height:6px;border-radius:50%;background:#38bfa1;animation:grid-dot-pulse 2s ease-in-out infinite}.fc-dash-body{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#38bfa10a}.fc-signals{padding:14px;background:#0a0f0db3;display:flex;flex-direction:column;gap:8px}.fc-signal-card{padding:10px 12px;background:#1a252180;border:1px solid rgba(56,191,161,.06);border-radius:10px;opacity:0;animation:fc-card-in .4s ease forwards;animation-delay:calc(.3s + var(--ri) * .15s);transition:border-color .3s ease}.fc-signal-card:hover{border-color:#38bfa133}@keyframes fc-card-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fc-signal-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.fc-signal-ticker{font-size:13px;font-weight:700;color:#fff;font-family:SF Mono,Fira Code,monospace}.fc-signal-badge{font-size:9px;font-weight:700;padding:2px 8px;border-radius:4px;letter-spacing:.05em}.fc-badge-buy{background:#38bfa126;color:#38bfa1}.fc-badge-sell{background:#f8717126;color:#f87171}.fc-signal-bar{height:4px;border-radius:2px;background:#38bfa114;margin-bottom:6px;overflow:hidden}.fc-signal-fill{height:100%;width:0;border-radius:2px;background:#38bfa1;animation:fc-bar-fill 1s ease forwards;animation-delay:calc(.6s + var(--ri, 0) * .15s)}.fc-fill-red{background:#f87171}@keyframes fc-bar-fill{0%{width:0}to{width:var(--fill, 50%)}}.fc-signal-meta{display:flex;gap:10px;font-size:9px;color:rgb(var(--text-tertiary));font-family:SF Mono,Fira Code,monospace}.fc-signal-meta strong{color:rgb(var(--text-secondary));font-weight:600}.fc-right-col{background:#0a0f0db3;display:flex;flex-direction:column}.fc-chat{padding:14px;flex:1;display:flex;flex-direction:column;gap:8px;border-bottom:1px solid rgba(56,191,161,.06)}.fc-chat-bubble{padding:8px 12px;border-radius:10px;font-size:11px;line-height:1.5;opacity:0;animation:fc-chat-pop .4s ease forwards;animation-delay:calc(.5s + var(--ri) * .8s)}@keyframes fc-chat-pop{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.fc-chat-user{background:#ffffff0a;color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.fc-chat-ai{background:#38bfa10f;color:rgb(var(--text-secondary));align-self:flex-start;border-bottom-left-radius:4px}.fc-chat-who{display:block;font-size:9px;font-weight:600;color:rgb(var(--text-tertiary));margin-bottom:2px}.fc-cursor{animation:fc-blink 1s step-end infinite;color:#38bfa1;font-weight:700}@keyframes fc-blink{0%,50%{opacity:1}51%,to{opacity:0}}.fc-portfolio{padding:12px 14px}.fc-port-row{display:flex;align-items:center;justify-content:space-between;padding:4px 0}.fc-port-label{font-size:10px;color:rgb(var(--text-tertiary))}.fc-port-val{font-size:12px;font-weight:700;color:#fff;font-family:SF Mono,Fira Code,monospace}.fc-port-val.ticker-up{color:#38bfa1}.fc-port-brokers{display:flex;gap:6px;margin-top:8px}.fc-broker-pill{font-size:9px;font-weight:600;padding:3px 8px;border-radius:100px;background:#38bfa114;color:rgb(var(--text-tertiary));border:1px solid rgba(56,191,161,.06)}.fc-screener-bar{border-top:1px solid rgba(56,191,161,.06);overflow:hidden;mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent)}.fc-screener-track{display:flex;align-items:center;gap:24px;padding:8px 0;width:-moz-max-content;width:max-content;animation:fc-screener-scroll 25s linear infinite}.fc-screener-item{font-size:10px;color:rgb(var(--text-tertiary));font-family:SF Mono,Fira Code,monospace;white-space:nowrap}.fc-screener-item strong{color:#fff;font-weight:600}@keyframes fc-screener-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.hk-dashboard{display:grid;grid-template-columns:80px 1fr;background:#0a0f0db3;border:1px solid rgba(56,191,161,.1);border-radius:16px;overflow:hidden;max-width:520px;margin:0 auto;min-height:340px}.hk-sidebar{background:#0a0f0de6;border-right:1px solid rgba(56,191,161,.06);padding:14px 0;display:flex;flex-direction:column;align-items:center;gap:12px}.hk-sidebar-logo{display:flex;flex-direction:column;align-items:center;gap:4px;padding-bottom:10px;border-bottom:1px solid rgba(56,191,161,.08);width:100%;text-align:center}.hk-sidebar-icon{width:28px;height:28px;-o-object-fit:contain;object-fit:contain;border-radius:6px}.hk-sidebar-logo span{font-size:9px;font-weight:700;color:#38bfa1;letter-spacing:.05em}.hk-sidebar-nav{display:flex;flex-direction:column;gap:2px;width:100%;padding:0 6px}.hk-nav-item{font-size:9px;font-weight:500;color:rgb(var(--text-tertiary));padding:6px 8px;border-radius:6px;cursor:default;transition:all .2s ease;text-align:center}.hk-nav-active{background:#38bfa11a;color:#38bfa1;font-weight:600;border-left:2px solid #38BFA1}.hk-main{position:relative;padding:14px 16px;display:flex;flex-direction:column;gap:12px;overflow:hidden}.hk-main-header{display:flex;align-items:center;justify-content:space-between}.hk-header-title{font-size:14px;font-weight:700;color:#fff}.hk-wallet-badge{display:inline-flex;align-items:center;gap:6px;font-size:10px;color:rgb(var(--text-tertiary));font-family:SF Mono,Fira Code,monospace;padding:4px 10px;border-radius:100px;background:#38bfa10f;border:1px solid rgba(56,191,161,.08)}.hk-wallet-dot{width:6px;height:6px;border-radius:50%;background:#38bfa1;animation:grid-dot-pulse 2s ease-in-out infinite}.hk-chain-bar{display:flex;height:24px;border-radius:6px;overflow:hidden;gap:2px}.hk-chain-seg{display:flex;align-items:center;justify-content:center;width:0;border-radius:4px;animation:hk-seg-fill .8s ease forwards;animation-delay:calc(var(--ri, 0) * .1s);overflow:hidden}.hk-chain-seg span{font-size:8px;font-weight:600;white-space:nowrap;opacity:.9}.hk-seg-eth{background:#627eea80;color:#93a8f8;--ri: 0}.hk-seg-arb{background:#28a0f066;color:#6cc4f7;--ri: 1}.hk-seg-bsc{background:#f3ba2f59;color:#f5cc5a;--ri: 2}.hk-seg-poly{background:#8247e566;color:#a982f0;--ri: 3}@keyframes hk-seg-fill{0%{width:0}to{width:var(--seg-w)}}.hk-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.hk-stat-card{padding:10px;background:#1a252180;border:1px solid rgba(56,191,161,.06);border-radius:10px;display:flex;flex-direction:column;gap:2px;opacity:0;animation:fc-card-in .4s ease forwards;animation-delay:calc(.4s + var(--ri) * .12s)}.hk-stat-label{font-size:9px;color:rgb(var(--text-tertiary));text-transform:uppercase;letter-spacing:.03em}.hk-stat-val{font-size:15px;font-weight:700;color:#fff;font-family:SF Mono,Fira Code,monospace}.hk-stat-change{font-size:10px;font-weight:600}.hk-stat-change.ticker-up{color:#38bfa1}.hk-stat-sub{font-size:10px;color:rgb(var(--text-tertiary));font-weight:500}.hk-positions{display:flex;flex-direction:column;gap:4px}.hk-pos-row{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;background:#1a25214d;border:1px solid rgba(56,191,161,.04);border-radius:8px;opacity:0;animation:hk-row-in .4s ease forwards;animation-delay:calc(.8s + var(--ri) * .12s);transition:border-color .3s ease}.hk-pos-row:hover{border-color:#38bfa126}.hk-pos-alert{border-color:#f8717126;background:#f8717108}@keyframes hk-row-in{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.hk-pos-left{display:flex;align-items:center;gap:8px}.hk-pos-protocol{font-size:10px;color:rgb(var(--text-tertiary));font-weight:500}.hk-pos-pair{font-size:11px;font-weight:600;color:#fff}.hk-pos-right{display:flex;align-items:center;gap:10px;text-align:right}.hk-pos-val{font-size:11px;font-weight:600;color:#fff;font-family:SF Mono,Fira Code,monospace}.hk-pos-yield{font-size:10px;font-weight:600}.hk-pos-yield.ticker-up{color:#38bfa1}.hk-pos-yield.ticker-down{color:#f87171}.hk-scan-line{position:absolute;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(56,191,161,.25) 30%,rgba(56,191,161,.25) 70%,transparent 100%);animation:hk-scan 4s ease-in-out infinite;pointer-events:none;z-index:5}@keyframes hk-scan{0%{top:0;opacity:0}10%{opacity:1}90%{opacity:1}to{top:100%;opacity:0}}.cz-demo{background:#0a0f0db3;border:1px solid rgba(56,191,161,.1);border-radius:16px;overflow:hidden;max-width:500px;margin:0 auto}.cz-editor{border-bottom:1px solid rgba(56,191,161,.06)}.cz-editor-header{display:flex;align-items:center;gap:14px;padding:10px 16px;border-bottom:1px solid rgba(56,191,161,.06)}.cz-file-tabs{display:flex;gap:2px}.cz-file-tab{font-size:10px;font-weight:500;padding:4px 10px;border-radius:6px 6px 0 0;color:rgb(var(--text-tertiary));cursor:default}.cz-file-active{background:#38bfa114;color:rgb(var(--text-secondary));font-weight:600}.cz-code{padding:14px 16px;font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:12px;line-height:1.7}.cz-line{opacity:0;animation:cz-type-in .3s ease forwards;animation-delay:calc(var(--ri) * .12s)}@keyframes cz-type-in{0%{opacity:0;transform:translate(-4px)}to{opacity:1;transform:translate(0)}}.cz-ln{display:inline-block;width:22px;color:#ffffff26;font-size:10px;text-align:right;margin-right:14px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cz-pipeline{padding:14px 20px;border-bottom:1px solid rgba(56,191,161,.06)}.cz-pipeline-label{font-size:9px;font-weight:600;color:rgb(var(--text-tertiary));text-transform:uppercase;letter-spacing:.1em;margin-bottom:10px}.cz-pipeline-flow{display:flex;align-items:center;gap:0}.cz-stage{display:flex;flex-direction:column;align-items:center;gap:6px;opacity:0;animation:cz-stage-pop .4s ease forwards;animation-delay:calc(1s + var(--ri) * .3s)}@keyframes cz-stage-pop{0%{opacity:0;transform:scale(.7)}60%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.cz-stage span{font-size:9px;font-weight:600;color:rgb(var(--text-tertiary));font-family:SF Mono,Fira Code,monospace}.cz-stage-dot{width:12px;height:12px;border-radius:50%;border:2px solid rgba(56,191,161,.2)}.cz-dot-done{background:#38bfa1;border-color:#38bfa1;box-shadow:0 0 8px #38bfa166}.cz-dot-active{background:#38bfa1;border-color:#38bfa1;box-shadow:0 0 8px #38bfa166;animation:grid-dot-pulse 1.5s ease-in-out infinite}.cz-stage-line{flex:1;height:2px;background:#38bfa11a;min-width:20px;position:relative;overflow:hidden}.cz-line-done{opacity:0;animation:cz-line-fill .4s ease forwards;animation-delay:calc(1.2s + var(--ri) * .3s)}@keyframes cz-line-fill{0%{opacity:0}to{opacity:1;background:linear-gradient(90deg,#38bfa1,#38bfa14d)}}.cz-response{padding:14px 20px;display:flex;flex-direction:column;gap:6px}.cz-resp-row{display:flex;align-items:center;justify-content:space-between;padding:5px 0;border-bottom:1px solid rgba(56,191,161,.03);opacity:0;animation:hk-row-in .3s ease forwards;animation-delay:calc(2.2s + var(--ri) * .1s)}.cz-resp-row:last-child{border-bottom:none}.cz-resp-key{font-size:11px;color:rgb(var(--text-tertiary));font-family:SF Mono,Fira Code,monospace}.cz-resp-val{font-size:12px;font-weight:600;color:#fff;font-family:SF Mono,Fira Code,monospace}.cz-resp-venues{display:flex;gap:4px}.cz-venue{font-size:9px;font-weight:600;padding:2px 8px;border-radius:100px;background:#38bfa114;color:rgb(var(--text-tertiary));border:1px solid rgba(56,191,161,.06)}.cz-venue-more{color:#38bfa1}.td-board{background:#0a0f0db3;border:1px solid rgba(56,191,161,.1);border-radius:16px;overflow:hidden;max-width:500px;margin:0 auto}.td-board-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid rgba(56,191,161,.08)}.td-board-title{font-size:13px;font-weight:700;color:#fff}.td-board-count{font-size:10px;color:rgb(var(--text-tertiary));font-family:SF Mono,Fira Code,monospace}.td-board-live{display:inline-flex;align-items:center;gap:6px;font-size:10px;color:#38bfa1;font-weight:500;font-family:SF Mono,Fira Code,monospace}.td-live-dot{width:6px;height:6px;border-radius:50%;background:#38bfa1;animation:grid-dot-pulse 2s ease-in-out infinite}.td-rankings{padding:8px 12px;display:flex;flex-direction:column;gap:4px}.td-rank-row{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#1a25214d;border:1px solid rgba(56,191,161,.04);border-radius:10px;opacity:0;animation:td-row-in .4s ease forwards;animation-delay:calc(.2s + var(--ri) * .1s);transition:border-color .3s ease,background .3s ease}.td-rank-row:hover{border-color:#38bfa126;background:#38bfa108}@keyframes td-row-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.td-rank-highlight{border-color:#38bfa126;background:#38bfa10a;animation:td-row-in .4s ease forwards,td-glow-pulse 3s ease-in-out infinite 1s}@keyframes td-glow-pulse{0%,to{box-shadow:0 0 #38bfa100}50%{box-shadow:0 0 16px #38bfa114}}.td-rank-num{font-size:11px;font-weight:700;color:rgb(var(--text-tertiary));min-width:22px;font-family:SF Mono,Fira Code,monospace}.td-rank-info{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.td-rank-top{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.td-rank-ticker{font-size:13px;font-weight:700;color:#fff;font-family:SF Mono,Fira Code,monospace}.td-rank-signal{font-size:8px;font-weight:700;padding:2px 6px;border-radius:4px;letter-spacing:.03em}.td-signal-strong{background:#38bfa126;color:#38bfa1}.td-signal-buy{background:#5b8def26;color:#5b8def}.td-signal-moderate{background:#fbbf241f;color:#fbbf24}.td-rank-alert{font-size:8px;font-weight:700;padding:2px 6px;border-radius:4px;background:#f8717126;color:#f87171;animation:td-alert-blink 2s ease-in-out infinite}@keyframes td-alert-blink{0%,70%,to{opacity:1}35%{opacity:.4}}.td-rank-bottom{display:flex;align-items:center;gap:8px;font-size:10px}.td-rank-price{color:rgb(var(--text-tertiary));font-family:SF Mono,Fira Code,monospace}.td-rank-change{font-weight:600}.td-rank-change.ticker-up{color:#38bfa1}.td-rank-change.ticker-down{color:#f87171}.td-rank-factor{color:rgb(var(--text-tertiary));font-size:9px;opacity:.7}.td-rank-score-col{display:flex;flex-direction:column;align-items:flex-end;gap:4px;min-width:50px}.td-score-bar{width:50px;height:4px;border-radius:2px;background:#38bfa114;overflow:hidden}.td-score-fill{height:100%;width:0;border-radius:2px;background:var(--color, #38BFA1);animation:fc-bar-fill .8s ease forwards;animation-delay:calc(.5s + var(--ri, 0) * .1s)}.td-score-num{font-size:13px;font-weight:700;color:#fff;font-family:SF Mono,Fira Code,monospace}.td-board-footer{display:flex;align-items:center;gap:6px;padding:10px 20px;border-top:1px solid rgba(56,191,161,.06);flex-wrap:wrap}.td-factor-tag{font-size:9px;font-weight:500;padding:3px 8px;border-radius:100px;background:#38bfa10f;color:rgb(var(--text-tertiary));border:1px solid rgba(56,191,161,.04)}.td-factor-more{color:#38bfa1;font-weight:600}.flagship-bot-row{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid rgba(56,191,161,.04)}.flagship-bot-row:last-child{border-bottom:none}.flagship-bot-pair{font-size:12px;font-weight:700;color:#fff;font-family:SF Mono,Fira Code,monospace}.flagship-bot-tag{font-size:9px;padding:2px 7px;border-radius:4px;font-weight:600;line-height:1.4}.flagship-bot-tag-boost{background:#38bfa11f;color:#38bfa1}.flagship-bot-tag-hedge{background:#f871711f;color:#f87171}.flagship-bot-tag-long{background:#38bfa11f;color:#38bfa1}.flagship-bot-tag-short{background:#f871711f;color:#f87171}.flagship-bot-tag-exchange{background:#ffffff0f;color:rgb(var(--text-tertiary))}.flagship-bot-meta{font-size:10px;color:rgb(var(--text-tertiary));font-family:SF Mono,Fira Code,monospace}.flagship-bot-profit{font-size:11px;font-weight:700;font-family:SF Mono,Fira Code,monospace}.flagship-bot-profit.ticker-up{color:#38bfa1}.flagship-bot-profit.ticker-down{color:#f87171}.button-primary{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 32px;border-radius:100px;background-color:#38bfa1;color:#0a0f0d;font-size:15px;font-weight:600;box-shadow:0 0 30px #38bfa133;transition:all .25s ease;border:none;cursor:pointer}.button-primary:hover{box-shadow:0 0 40px #38bfa159;transform:translateY(-2px)}.button-secondary{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 32px;border:1px solid rgba(56,191,161,.2);border-radius:100px;background:#1a252180;backdrop-filter:blur(10px);color:#fff;font-size:15px;font-weight:500;transition:all .25s ease;cursor:pointer}.button-secondary:hover{border-color:#38bfa166;background:#38bfa114}@media(max-width:1024px){.hero-section{grid-template-columns:1fr;gap:48px;padding:60px 24px 40px;min-height:auto}.eco-orbit{max-width:340px}.eco-node-icon{width:40px;height:40px;border-radius:12px}.eco-node-icon svg{width:16px;height:16px}.feature-section{grid-template-columns:1fr;gap:48px;padding:64px 24px}.feature-section.reverse .feature-visual{order:-1}.product-section .section-container{grid-template-columns:1fr;gap:48px}.product-section.reverse .product-visual{order:-1}.testimonials-grid{grid-template-columns:1fr}.stats-bar{gap:32px;flex-wrap:wrap}}@media(max-width:768px){.hero-section{padding:40px 16px 24px}.hero-ticker-track{gap:24px}.hero-ticker-track img{height:18px}.eco-orbit{max-width:280px}.eco-node-name{font-size:9px}.eco-node-stat{display:none}.eco-node-icon{width:36px;height:36px;border-radius:10px}.eco-hub{width:56px;height:56px}.eco-hub-logo{width:28px;height:28px}.eco-feed{display:none}.stats-bar{padding:24px 16px;gap:24px}.stat-value{font-size:22px}.feature-section{padding:48px 16px}.products-zone{padding-top:64px}.product-nav-strip{gap:8px}.product-nav-chip{font-size:12px;padding:6px 12px}.product-nav-icon{width:16px;height:16px}.product-section{padding:48px 0}.product-section .section-container{padding:0 16px}.exchange-strip{gap:24px}.exchange-strip img{height:28px}.td-board{max-width:100%}.td-rank-row{padding:8px 10px;gap:8px}.td-rank-ticker{font-size:12px}.td-rank-signal{font-size:7px}.td-score-bar{width:40px}.td-board-footer{gap:4px;padding:8px 14px}.cz-demo{max-width:100%}.cz-code{font-size:11px}.cz-venue{font-size:8px;padding:2px 6px}.hk-dashboard{max-width:100%}.hk-sidebar{padding:10px 0}.hk-nav-item{font-size:8px;padding:5px 4px}.hk-stat-val{font-size:13px}.hk-pos-row{padding:6px 8px}.fc-dashboard{max-width:100%}.fc-dash-body{grid-template-columns:1fr}.fc-signal-card{padding:8px 10px}.fc-signal-ticker{font-size:12px}.flagship-demo{max-width:100%}.flagship-bots{padding:10px 12px}.flagship-bot-card{padding:8px 10px}.flagship-bot-pair{font-size:11px}.flagship-bot-pnl{font-size:12px}.flagship-trail-arrow{display:none}.exchange-grid{grid-template-columns:repeat(3,1fr)}.exchange-grid-icon{width:36px;height:36px;border-radius:10px}.exchange-grid-icon img{height:18px}.exchange-grid-item{padding:12px 6px 10px;gap:4px}.exchange-grid-status{display:none}.exchange-grid-activity{gap:12px;padding:8px 12px}.cta-section{padding:64px 16px}body{::-webkit-scrollbar{display:none!important}-ms-overflow-style:none;scrollbar-width:none}}
