@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#0f8;--primary-dark:#00cc6e;--primary-glow:#00ff8840;--bg-primary:#0a0b0e;--bg-secondary:#12141a;--bg-tertiary:#1a1c24;--text-primary:#fffffffa;--text-secondary:#ffffffb3;--text-tertiary:#ffffff80;--border:#ffffff14;--border-bright:#00ff884d;--shadow:0 4px 24px #0000004d}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{background:#0a0b0e;background:var(--bg-primary);color:#fffffffa;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;overflow-x:hidden}.landing{min-height:100vh}.container{margin:0 auto;max-width:1200px}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0f8,#00ffea);background:linear-gradient(135deg,var(--primary) 0,#00ffea 100%);-webkit-background-clip:text;background-clip:text;display:inline-block}.hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:40px 48px 100px;position:relative}.hero-glow{animation:glow-pulse 8s ease-in-out infinite;background:radial-gradient(ellipse 50% 40%,#00ff8840,#0000 70%);background:radial-gradient(ellipse 50% 40%,var(--primary-glow),#0000 70%);filter:blur(100px);height:600px;left:50%;max-width:1200px;pointer-events:none;position:absolute;top:-15%;transform:translateX(-50%);width:100%}.hero-container{margin:0 auto;max-width:1100px;position:relative;text-align:center;z-index:1}.hero-content{align-items:center;display:flex;flex-direction:column;gap:28px}.hero-content,.hero-video-container{will-change:transform,opacity}.platform-badge{align-items:center;animation:fadeInDown .6s ease;background:#00ff881a;border:1px solid #00ff884d;border-radius:100px;color:#0f8;color:var(--primary);display:inline-flex;font-size:12px;font-weight:600;gap:8px;letter-spacing:.08em;padding:8px 20px;text-transform:uppercase}.badge-pulse{animation:pulse 2s infinite;background:#0f8;background:var(--primary);border-radius:50%;height:6px;width:6px}.hero-title{animation:fadeInUp .8s ease;font-size:clamp(52px,8vw,88px);font-weight:900;letter-spacing:-.04em;line-height:.95;margin-bottom:24px}.title-line{display:block;margin:8px 0}.rotating-text{display:inline-block;min-width:380px;transition:all .6s cubic-bezier(.4,0,.2,1)}.hero-subtitle{animation:fadeInUp .8s ease .1s both;color:#ffffffb3;color:var(--text-secondary);font-size:clamp(19px,2.5vw,24px);font-weight:500;line-height:1.5;margin:0 auto;max-width:720px}.hero-features{animation:fadeInUp .8s ease .2s both;display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.feature-pill{align-items:center;background:#ffffff0a;border:1px solid #ffffff14;border-radius:100px;color:#ffffffb3;color:var(--text-secondary);display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 20px;transition:all .3s cubic-bezier(.4,0,.2,1)}.feature-pill:hover{background:#00ff8814;border-color:#0f83;color:#0f8;color:var(--primary);transform:translateY(-2px)}.cta-group{animation:fadeInUp .8s ease .3s both;display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.cta-button{align-items:center;border:none;border-radius:10px;cursor:pointer;display:inline-flex;font-size:16px;font-weight:700;gap:10px;overflow:hidden;padding:18px 36px;position:relative;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1)}.cta-button.primary{background:#0f8;background:var(--primary);box-shadow:0 8px 28px #00ff8840;box-shadow:0 8px 28px var(--primary-glow);color:#0a0b0e;color:var(--bg-primary)}.cta-button.primary:hover{box-shadow:0 12px 36px #00ff8840;box-shadow:0 12px 36px var(--primary-glow);transform:translateY(-2px) scale(1.02)}.cta-button.secondary{background:#0000;border:2px solid #0f8;border:2px solid var(--primary);color:#0f8;color:var(--primary)}.cta-button.secondary:hover{background:#00ff881a;transform:translateY(-2px)}.cta-button.large{background:#0f8;background:var(--primary);box-shadow:0 8px 28px #00ff8840;box-shadow:0 8px 28px var(--primary-glow);color:#0a0b0e;color:var(--bg-primary);font-size:18px;padding:22px 44px}.cta-button.large:hover{box-shadow:0 12px 36px #00ff8840;box-shadow:0 12px 36px var(--primary-glow);transform:translateY(-2px) scale(1.02)}.cta-arrow{transition:transform .25s ease}.cta-button:hover .cta-arrow{transform:translateX(3px)}@media (max-width:768px){.hero{min-height:auto;padding:20px 24px 80px}.hero-container{max-width:100%;padding:0}.hero-content{overflow:visible}.hero-title{font-size:42px}.title-line{margin:4px 0}.rotating-text{min-width:auto}.hero-features{flex-direction:column;width:100%}.feature-pill{box-sizing:border-box;justify-content:center;max-width:100%;width:100%}.cta-group{flex-direction:column;padding:0;width:100%}.cta-button{box-sizing:border-box;justify-content:center;max-width:100%;width:100%}.cta-button.primary,.cta-button.secondary{padding:16px 30px}}@media (max-width:480px){.hero-title{font-size:34px}.hero-subtitle{font-size:16px}.cta-button{font-size:15px;padding:16px 30px}.platform-badge{font-size:11px;padding:6px 16px}}.faq{background:#0a0b0e;background:var(--bg-primary);padding:100px 48px;position:relative;will-change:transform,opacity}.faq-title{font-size:clamp(32px,4vw,44px);font-weight:800;letter-spacing:-.02em;margin-bottom:64px;text-align:center}.faq-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1fr;margin:0 auto;max-width:900px}.faq-item{background:linear-gradient(135deg,#ffffff0a,#ffffff05);border:1px solid #ffffff14;border:1px solid var(--border);border-radius:14px;overflow:hidden;padding:32px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.faq-item:before{background:linear-gradient(180deg,#0f8,#00cc6e);background:linear-gradient(180deg,var(--primary),var(--primary-dark));content:"";height:0;left:0;position:absolute;top:0;transition:height .3s cubic-bezier(.4,0,.2,1);width:4px}.faq-item:hover{background:linear-gradient(135deg,#ffffff0f,#ffffff08);border-color:#00ff884d;border-color:var(--border-bright);transform:translateX(4px)}.faq-item:hover:before{height:100%}.faq-question{color:#fffffffa;color:var(--text-primary);font-size:18px;font-weight:700;line-height:1.4;margin-bottom:12px}.faq-answer{color:#ffffffb3;color:var(--text-secondary);font-size:15px;line-height:1.7;margin:0}.faq-answer code{background:#00ff8814;border:1px solid #00ff8826;border-radius:5px;color:#0f8;color:var(--primary);display:inline-block;font-family:SF Mono,Monaco,Courier New,monospace;font-size:13px;font-weight:600;padding:3px 8px}@media (max-width:768px){.faq{padding:80px 24px}.faq-title{margin-bottom:48px}.faq-grid{gap:24px}.faq-item{padding:28px}}@media (max-width:480px){.faq-item{padding:24px}.faq-question{font-size:16px}.faq-answer{font-size:14px}.faq-answer code{font-size:12px;padding:2px 6px}}.final-cta{background:#12141a;background:var(--bg-secondary);overflow:hidden;padding:100px 48px;position:relative;text-align:center;will-change:transform,opacity}.cta-glow{animation:glow-pulse 8s ease-in-out infinite;background:radial-gradient(circle,#00ff8840,#0000 60%);background:radial-gradient(circle,var(--primary-glow),#0000 60%);filter:blur(80px);height:600px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:600px}.final-cta .container{position:relative;z-index:1}.final-cta h2{font-size:clamp(32px,5vw,52px);font-weight:800;letter-spacing:-.02em;margin-bottom:36px}.cta-note{color:#ffffff80;color:var(--text-tertiary);font-size:14px;margin-top:20px}@media (max-width:768px){.final-cta{padding:80px 24px}}@media (max-width:480px){.final-cta h2{font-size:28px;margin-bottom:28px}.cta-button.large{font-size:16px;padding:18px 36px}}.footer{background:#0a0b0e;background:var(--bg-primary);border-top:1px solid #ffffff14;border-top:1px solid var(--border);padding:44px 48px 36px}.footer-content{align-items:flex-start;display:flex;flex-wrap:wrap;gap:28px;justify-content:space-between;margin:0 auto;max-width:1200px}.footer-left{display:flex;flex-direction:column;gap:12px;max-width:700px}.footer-logo{align-items:center;display:flex;gap:10px}.footer-logo-img{border-radius:5px;height:28px;width:28px}.footer-logo span{font-size:15px;font-weight:800;letter-spacing:-.02em}.footer-tagline{color:#ffffffb3;color:var(--text-secondary);font-size:14px;margin:8px 0}.footer-security{align-items:center;color:#ffffff80;color:var(--text-tertiary);display:flex;font-size:13px;gap:7px}.footer-security svg{color:#0f8;color:var(--primary)}.footer-links{align-items:center;color:#ffffff80;color:var(--text-tertiary);display:flex;flex-wrap:wrap;font-size:12px;gap:8px}.footer-links a{color:#ffffffb3;color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:#0f8;color:var(--primary)}.footer-disclaimer{color:#ffffff80;color:var(--text-tertiary);font-size:11px;line-height:1.5;margin:8px 0 0}.footer-social{display:flex;gap:10px}.social-link{align-items:center;background:#ffffff0a;border:1px solid #ffffff14;border:1px solid var(--border);border-radius:9px;color:#ffffffb3;color:var(--text-secondary);display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);width:40px}.social-link:hover{background:#00ff880d;border-color:#00ff884d;border-color:var(--border-bright);color:#0f8;color:var(--primary);transform:translateY(-2px)}@media (max-width:768px){.footer{padding:36px 24px 28px}.footer-content{flex-direction:column;text-align:center}.footer-content,.footer-left{align-items:center}.footer-links{justify-content:center}.footer-social{margin-top:20px}}@media (max-width:480px){.footer{padding:32px 20px 24px}.footer-logo span{font-size:14px}.footer-tagline{font-size:13px}.footer-security{font-size:12px}.footer-links{font-size:11px}.footer-disclaimer{font-size:10px}}@keyframes glow-pulse{0%,to{opacity:.3}50%{opacity:.5}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.live-features{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin:24px 0}.live-badge{align-items:center;background:#22c55e1a;border:1px solid #22c55e4d;border-radius:20px;color:#22c55e;display:flex;font-size:13px;font-weight:500;padding:6px 12px}.cta-subtitle{color:#ffffffb3;color:var(--text-secondary);font-size:18px;margin-bottom:32px;margin-top:8px}.unique-features{animation:fadeInUp .8s ease .2s both;display:flex;flex-direction:column;gap:1rem;margin:2rem 0;max-width:700px}.unique-feature-item{align-items:flex-start;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;display:flex;gap:1rem;padding:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.unique-feature-item:hover{background:#ffffff0d;border-color:#0f83;transform:translateX(4px)}.feature-icon-badge{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;box-shadow:0 4px 12px #667eea4d;display:flex;flex-shrink:0;justify-content:center;padding:.625rem}.feature-text{display:flex;flex-direction:column;gap:.375rem}.feature-text strong{color:#fffffffa;color:var(--text-primary);font-size:1rem;font-weight:700;letter-spacing:-.01em}.feature-text span{color:#ffffffb3;color:var(--text-secondary);font-size:.9rem;line-height:1.5}.supporting-features{animation:fadeInUp .8s ease .25s both;display:flex;flex-wrap:wrap;gap:.625rem;justify-content:center;margin:1.5rem 0;opacity:.85}.support-badge{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:20px;color:#ffffffb3;color:var(--text-secondary);font-size:.85rem;font-weight:500;padding:.5rem 1rem;transition:all .25s ease}.support-badge:hover{background:#ffffff0f;border-color:#ffffff26;color:#fffffffa;color:var(--text-primary)}.hero-trust-line{animation:fadeInUp .8s ease .35s both;color:#ffffff80;color:var(--text-tertiary);font-size:.9rem;font-weight:500;margin-top:1rem}.comparison-section{margin:6rem 0 4rem;padding:0 20px;width:100%}.comparison-header{margin-bottom:3rem;text-align:center}.comparison-header h3{font-size:clamp(28px,4vw,42px);font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:.75rem}.comparison-header p{color:#ffffffb3;color:var(--text-secondary);font-size:clamp(16px,2vw,20px);font-weight:500}.comparison-table{background:#ffffff05;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 8px 32px #0003;display:flex;flex-direction:column;gap:0;margin:0 auto;max-width:1100px;overflow:hidden}.comparison-row{grid-gap:0;border-bottom:1px solid #ffffff14;display:grid;gap:0;grid-template-columns:2fr 1fr 1fr 1fr 1fr;transition:background .2s ease}.comparison-row:last-child{border-bottom:none}.comparison-row.header-row{background:#ffffff0f;font-weight:700;position:sticky;top:0;z-index:10}.comparison-row:not(.header-row):hover{background:#ffffff08}.comparison-cell{align-items:center;border-right:1px solid #ffffff0f;color:#ffffffb3;color:var(--text-secondary);display:flex;font-size:.95rem;justify-content:center;padding:1.25rem 1rem;text-align:center;transition:all .2s ease}.comparison-cell:last-child{border-right:none}.comparison-cell.feature-name{color:#fffffffa;color:var(--text-primary);font-weight:600;justify-content:flex-start;padding-left:1.5rem;text-align:left}.comparison-cell.highlight{background:linear-gradient(135deg,#667eea26,#764ba226);color:#a78bfa;font-size:1rem;font-weight:700;position:relative}.comparison-cell.highlight:after{background:linear-gradient(180deg,#667eea,#764ba2);bottom:0;content:"";left:0;position:absolute;top:0;width:3px}.proof-section{background:linear-gradient(180deg,#0a0b0e,#12141a);background:linear-gradient(180deg,var(--bg-primary) 0,var(--bg-secondary) 100%);overflow:hidden;padding:5rem 48px;position:relative}.proof-section:before{background:radial-gradient(circle,#667eea1a,#0000 60%);content:"";filter:blur(80px);height:600px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:600px}.proof-section .container{position:relative;z-index:1}.proof-title{font-size:clamp(28px,4vw,42px);font-weight:800;letter-spacing:-.02em;margin-bottom:.75rem;text-align:center}.proof-subtitle{color:#ffffffb3;color:var(--text-secondary);font-size:clamp(16px,2vw,20px);font-weight:500;margin-bottom:3.5rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.integration-logos{align-items:center;display:flex;flex-wrap:wrap;gap:4rem;justify-content:center;padding:2rem 0}.integration-item{align-items:center;display:flex;flex-direction:column;gap:.75rem;opacity:.7;padding:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.integration-item:hover{opacity:1;transform:translateY(-4px)}.integration-logo{filter:grayscale(100%) brightness(1.2);height:48px;transition:filter .3s ease;width:auto}.integration-item:hover .integration-logo{filter:grayscale(0) brightness(1)}.integration-logo-text{color:#fffffffa;color:var(--text-primary);font-size:1.75rem;font-weight:800;letter-spacing:-.02em;transition:all .3s ease}.integration-item:hover .integration-logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0f8,#00ffea);background:linear-gradient(135deg,var(--primary) 0,#00ffea 100%);-webkit-background-clip:text;background-clip:text}.integration-item span{color:#ffffff80;color:var(--text-tertiary);font-size:.875rem;font-weight:500;text-align:center}@media (max-width:1024px){.comparison-table{font-size:.9rem}.comparison-cell{padding:1rem .75rem}.comparison-cell.feature-name{padding-left:1rem}}@media (max-width:768px){.unique-features{gap:.875rem;margin:1.5rem 0}.unique-feature-item{gap:.875rem;padding:1rem}.feature-icon-badge{padding:.5rem}.feature-text strong{font-size:.95rem}.feature-text span{font-size:.85rem}.supporting-features{gap:.5rem;margin:1.25rem 0}.support-badge{font-size:.8rem;padding:.45rem .875rem}.comparison-section{margin:4rem 0 3rem;padding:0 16px}.comparison-table{border-radius:12px}.comparison-row{border-bottom:2px solid #ffffff1a;grid-template-columns:1fr}.comparison-row.header-row{display:none}.comparison-cell{border-bottom:1px solid #ffffff0d;border-right:none;justify-content:flex-start;padding:.875rem 1rem;text-align:left}.comparison-cell:last-child{border-bottom:none}.comparison-cell.feature-name{background:#ffffff0f;border-bottom:1px solid #ffffff1a;font-size:1rem;font-weight:700;padding:1rem}.comparison-cell.highlight{font-weight:600}.comparison-cell:not(.feature-name):before{color:#ffffff80;color:var(--text-tertiary);content:attr(data-label);font-size:.85rem;font-weight:600;margin-right:.5rem}.proof-section{padding:4rem 24px}.integration-logos{gap:2.5rem;padding:1.5rem 0}.integration-item{padding:.75rem}.integration-logo{height:40px}.integration-logo-text{font-size:1.5rem}}@media (max-width:480px){.unique-features{gap:.75rem;margin:1.25rem 0}.unique-feature-item{flex-direction:column;padding:.875rem}.feature-text,.unique-feature-item{align-items:center;text-align:center}.feature-text strong{font-size:.9rem}.feature-text span{font-size:.8rem}.supporting-features{flex-direction:column;gap:.5rem}.support-badge{justify-content:center;text-align:center;width:100%}.comparison-section{margin:3rem 0 2rem}.comparison-header h3{font-size:24px}.comparison-header p{font-size:15px}.comparison-cell{font-size:.875rem;padding:.75rem}.comparison-cell.feature-name{font-size:.95rem;padding:.875rem}.proof-section{padding:3rem 20px}.proof-title{font-size:24px}.proof-subtitle{font-size:15px;margin-bottom:2.5rem}.integration-logos{gap:2rem;padding:1rem 0}.integration-logo{height:36px}.integration-logo-text{font-size:1.35rem}.integration-item span{font-size:.8rem}}@media (max-width:768px){.comparison-row:not(.header-row) .comparison-cell:nth-child(2):before{content:"Coinversaa: "}.comparison-row:not(.header-row) .comparison-cell:nth-child(3):before{content:"Hyperliquid UI: "}.comparison-row:not(.header-row) .comparison-cell:nth-child(4):before{content:"Axiom: "}.comparison-row:not(.header-row) .comparison-cell:nth-child(5):before{content:"Others: "}}.hero-demo{animation:fadeInUp .6s ease-out .4s backwards;margin-top:3rem;width:100%}.demo-header{margin-bottom:2.5rem;text-align:center}.demo-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#10b981e6);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:.75rem}.demo-subtitle{color:#ffffffb3;font-size:1.125rem;font-weight:400;line-height:1.6;margin:0 auto;max-width:600px}.demo-tabs{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;margin-bottom:2rem;margin-left:auto;margin-right:auto;padding:.25rem;width:fit-content}.demo-tab,.demo-tabs{display:flex;gap:.5rem}.demo-tab{align-items:center;background:#0000;border:1px solid #0000;border-radius:8px;color:#fff9;cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease;-webkit-user-select:none;user-select:none;white-space:nowrap}.demo-tab:hover{background:#ffffff0d;color:#ffffffe6}.demo-tab.active{box-shadow:0 4px 20px #10b9811a}.demo-tab svg{flex-shrink:0}.demo-content{align-items:center;display:flex;justify-content:center;margin-bottom:2rem;min-height:140px;text-align:center}.content-text{animation:fadeIn .4s ease}.content-title{color:#fff;font-size:1.75rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.75rem}.content-description{color:#ffffffbf;font-size:1rem;line-height:1.6;margin:0 auto 1.25rem;max-width:700px}.content-features{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.feature-dot{animation:pulse 2s infinite;background:linear-gradient(135deg,#10b981,#34d399);border-radius:50%;height:6px;width:6px}.hero-video-wrapper{background:#0006;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 20px 60px #0000004d;margin:0 auto;max-width:1200px;overflow:hidden;position:relative;width:100%}.hero-video-wrapper.enhanced{box-shadow:0 20px 60px #10b98126,0 0 40px #34d39914}.video-container{height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .5s ease,visibility .5s ease;visibility:hidden;width:100%}.video-container.active{opacity:1;position:relative;visibility:visible}.hero-video-element{background:#000;display:block;height:100%;object-fit:cover;width:100%}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:1024px){.hero-demo{margin-top:2.5rem}.demo-header{margin-bottom:2rem}.demo-title{font-size:2rem}.demo-subtitle{font-size:1rem}.demo-tabs{gap:.375rem;margin-bottom:1.5rem;padding:.2rem}.demo-tab{font-size:.8125rem;padding:.625rem 1.25rem}.demo-tab svg{height:14px;width:14px}.content-title{font-size:1.5rem}.content-description{font-size:.9375rem}.feature-badge{font-size:.8125rem;padding:.4rem .875rem}.hero-video-wrapper{border-radius:12px}}@media (max-width:768px){.hero-demo{margin-top:2rem}.demo-header{margin-bottom:1.5rem;padding:0 1rem}.demo-title{font-size:1.75rem}.demo-subtitle{font-size:.9375rem}.demo-tabs{gap:.25rem;margin-bottom:1.5rem;padding:.15rem;width:calc(100% - 2rem)}.demo-tab{flex:1 1;font-size:.8125rem;gap:.375rem;justify-content:center;padding:.625rem 1rem}.demo-tab svg{height:14px;width:14px}.demo-content{margin-bottom:1.5rem;min-height:160px;padding:0 1rem}.content-title{font-size:1.375rem;margin-bottom:.5rem}.content-description{font-size:.875rem;margin-bottom:1rem}.content-features{gap:.75rem}.feature-badge{font-size:.75rem;padding:.375rem .75rem}.hero-video-wrapper{border-radius:10px;box-shadow:0 10px 40px #0000004d}}@media (max-width:480px){.hero-demo{margin-top:1.5rem}.demo-header{margin-bottom:1.25rem}.demo-title{font-size:1.5rem}.demo-subtitle{font-size:.875rem;padding:0 .5rem}.demo-tabs{margin-bottom:1.25rem}.demo-tab{font-size:.75rem;padding:.5rem .875rem}.demo-content{margin-bottom:1.25rem;min-height:auto}.content-title{font-size:1.25rem}.content-description{font-size:.8125rem;padding:0 .5rem}.content-features{align-items:center;flex-direction:column;gap:.5rem}.feature-badge{max-width:250px;width:auto}.hero-video-wrapper{border-radius:8px}}@media (max-width:360px){.demo-title{font-size:1.25rem}.demo-subtitle{font-size:.8125rem}.demo-tab{font-size:.6875rem;padding:.5rem .75rem}.demo-tab svg{height:14px;width:14px}.content-title{font-size:1.125rem}.content-description{font-size:.75rem}.feature-badge{font-size:.6875rem}}@media (prefers-reduced-motion:reduce){.content-text,.demo-tab,.video-container{animation:none;transition:none}.feature-dot,.hero-demo{animation:none}}@media (prefers-contrast:high){.demo-tab.active{border:2px solid #fff}.hero-video-wrapper{border:2px solid #ffffff4d}.feature-badge{border:1px solid #ffffff4d}}.demo-tab:first-child:after{animation:blink 1s infinite;color:#10b981cc;content:"_";display:inline-block;font-weight:400;margin-left:2px}.demo-tab:first-child.active:after{animation:blink .5s infinite;color:#10b981}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.demo-tab.active{background:linear-gradient(135deg,#10b98126,#34d39926);border:1px solid #10b9814d;box-shadow:0 4px 20px #10b9811a,inset 0 1px 0 #ffffff1a;color:#fff;position:relative}.demo-tab.active:before{animation:tabPulse 2s infinite;background:linear-gradient(135deg,#10b98166,#34d39966);border-radius:8px;bottom:-1px;content:"";left:-1px;opacity:0;position:absolute;right:-1px;top:-1px;z-index:-1}@keyframes tabPulse{0%,to{opacity:0;transform:scale(1)}50%{opacity:.3;transform:scale(1.02)}}.command-example{background:#10b9811a;border:1px solid #10b98133;border-radius:4px;color:#10b981;font-family:Monaco,Consolas,Courier New,monospace;font-size:.9em;padding:2px 6px;white-space:nowrap}.hero-video-wrapper.enhanced{border:1px solid #10b98133;box-shadow:0 20px 60px #10b98126,0 0 40px #34d39914,inset 0 1px 0 #ffffff0d;position:relative}.hero-video-wrapper.enhanced:before{animation:livePulse 2s infinite;background:#10b981e6;border-radius:4px;color:#fff;content:"LIVE DEMO";font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:4px 10px;position:absolute;right:16px;top:16px;z-index:10}@keyframes livePulse{0%,to{opacity:.9}50%{opacity:1}}.feature-badge{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;color:#fffc;display:flex;font-size:.875rem;gap:.5rem;padding:.5rem 1rem;transition:all .3s ease}.feature-badge:hover{background:#ffffff14;border-color:#10b9814d;transform:translateY(-1px)}@media (max-width:768px){.hero-video-wrapper.enhanced:before{font-size:.625rem;padding:3px 8px;right:12px;top:12px}.demo-tab:first-child:after{display:none}}@media (prefers-reduced-motion:reduce){.demo-tab.active:before,.demo-tab:first-child:after,.hero-video-wrapper.enhanced:before{animation:none}}.features-container{animation:fadeInUp .8s ease .4s both;margin:80px auto 0;max-width:1400px;padding:0 20px}.features-header-section{margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.features-main-title{color:var(--text-primary);font-size:48px;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:16px}.features-main-subtitle{color:var(--text-secondary);font-size:18px;font-weight:400;line-height:1.6;margin:0}.features-tabs{align-items:stretch;background:#0000;border:none;border-bottom:1px solid #ffffff14;display:flex;flex-wrap:wrap;gap:0;justify-content:center;overflow:visible;padding:0;position:relative}.features-tabs:before{animation:subtle-sweep 8s linear infinite;background:linear-gradient(90deg,#0000,#00ff8805,#0000);bottom:0;content:"";left:-100%;position:absolute;right:-100%;top:0}.feature-tab{align-items:center;background:#0000;border:none;border-bottom:3px solid #0000;color:var(--text-secondary);cursor:pointer;display:flex;flex:1 1;flex-direction:column;min-width:0;padding:20px 32px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:2}.feature-tab:hover{background:#ffffff05;border-bottom-color:#00ff884d;color:var(--text-primary)}.feature-tab.active{background:#00ff8808;border-bottom-color:var(--primary);color:var(--primary)}.tab-content{flex-direction:column;gap:6px;width:100%}.tab-content,.tab-header{align-items:center;display:flex}.tab-header{gap:10px}.tab-icon-img{height:22px;object-fit:contain;width:auto}.tab-icon-mobile{display:none}.tab-icon-desktop{display:block}.tab-icon{align-items:center;display:flex;justify-content:center}.tab-label{font-size:16px;font-weight:600;white-space:nowrap}.tab-description{color:var(--text-tertiary);font-size:12px;font-weight:400;max-width:100%;opacity:.7;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.feature-tab.active .tab-description{color:var(--text-secondary);opacity:1}.feature-content-section{animation:fadeIn .5s ease;background:#0000;border:none;border-radius:0;margin-top:0;min-height:600px;padding:50px 40px}.hyperliquid-content{grid-gap:50px;align-items:stretch;display:grid;gap:50px;grid-template-columns:35fr 65fr;min-height:700px}.hyperliquid-left{display:flex;flex-direction:column;gap:20px}.hyperliquid-features-list{display:flex;flex-direction:column;gap:16px}.hyperliquid-feature-item{animation:slideInLeft .5s ease both;background:#ffffff05;border:1px solid #ffffff14;border-radius:14px;cursor:pointer;display:flex;gap:16px;padding:18px 20px;transition:all .4s cubic-bezier(.4,0,.2,1)}.hyperliquid-feature-item.collapsed{background:#ffffff05}.hyperliquid-feature-item.collapsed:hover{background:#ffffff0a;border-color:#0f83;transform:translateX(6px)}.hyperliquid-feature-item.expanded{background:#00ff8814;border:1px solid #00ff884d;box-shadow:0 12px 40px #0f83;padding:24px}.hyperliquid-feature-item.expanded:hover{background:#00ff881a;border-color:#0f86}.feature-icon-wrapper{align-items:center;background:#00ff881f;border:1px solid #0f83;border-radius:10px;color:var(--primary);display:flex;flex-shrink:0;height:42px;justify-content:center;transition:all .3s ease;width:42px}.hyperliquid-feature-item.expanded .feature-icon-wrapper{background:#0f83;border:1px solid #0f86}.feature-text{flex:1 1}.feature-text h4{color:var(--text-primary);font-size:16px;font-weight:600;margin-bottom:0;transition:color .3s ease}.hyperliquid-feature-item.expanded .feature-text h4{margin-bottom:10px}.feature-description{animation:fadeInDown .4s ease;color:var(--text-secondary);font-size:13px;line-height:1.6;margin:0}.hyperliquid-right{min-height:700px}.hyperliquid-image-showcase,.hyperliquid-right{align-items:center;display:flex;justify-content:center;position:relative}.hyperliquid-image-showcase{background:#0003;border-radius:16px;height:100%;overflow:hidden;width:100%}.feature-showcase-video{border-radius:12px}.feature-showcase-img-large,.feature-showcase-video{height:100%;min-height:600px;object-fit:cover;object-position:center;width:100%}.feature-showcase-img-large{animation:fadeInImage .6s ease;border-radius:20px;display:block;filter:drop-shadow(0 20px 60px rgba(0,255,136,.3));transition:all .6s cubic-bezier(.4,0,.2,1)}.mobile-feature-image{display:none}.terminal-content{animation:fadeIn .5s ease;margin:0 auto;max-width:1200px}.terminal-video-section{background:#0000004d;border-radius:16px;box-shadow:0 20px 60px #0006;margin-bottom:40px;overflow:hidden;position:relative;width:100%}.terminal-video{display:block;height:auto;min-height:500px;object-fit:cover;width:100%}.terminal-highlights{display:flex;flex-wrap:wrap;gap:32px;justify-content:center}.terminal-highlight-item{animation:slideInUp .6s ease both;background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;color:var(--text-secondary);font-size:14px;font-weight:500;line-height:1.6;padding:20px 32px;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.terminal-highlight-item:hover{background:#ffffff0a;border-color:#0f83;color:var(--text-primary);transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInImage{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes subtle-sweep{0%{transform:translateX(-100%)}to{transform:translateX(200%)}}@media (max-width:1024px){.features-container{margin:60px auto 0}.features-header-section{margin-bottom:50px}.features-main-title{font-size:40px}.features-main-subtitle{font-size:17px}.hyperliquid-content{gap:40px;grid-template-columns:1fr;min-height:auto}.hyperliquid-right{min-height:600px}.feature-showcase-img-large,.feature-showcase-video{min-height:500px}.terminal-video{min-height:450px}.terminal-highlights{gap:24px}.terminal-highlight-item{font-size:13px;padding:18px 28px}}@media (max-width:768px){.features-container{margin:50px auto 0;padding:0 16px}.features-header-section{margin-bottom:40px}.features-main-title{font-size:32px;margin-bottom:12px}.features-main-subtitle{font-size:16px}.features-tabs{border-bottom:1px solid #ffffff14;flex-direction:row;flex-wrap:nowrap;gap:0;justify-content:space-evenly;padding:0}.feature-tab{border-bottom:3px solid #0000;flex:1 1;min-width:0;padding:16px 8px;width:auto}.feature-tab.active{border-bottom-color:var(--primary)}.tab-content{gap:0}.tab-header{gap:0;justify-content:center}.tab-description,.tab-icon-desktop,.tab-label{display:none}.tab-icon-mobile{display:block}.tab-icon-img{height:28px}.tab-icon svg{height:28px;width:28px}.feature-content-section{margin-top:0;min-height:auto;padding:24px 16px}.hyperliquid-content{display:flex;flex-direction:column;gap:0;min-height:auto}.hyperliquid-features-list{gap:12px}.hyperliquid-feature-item{gap:14px;padding:16px}.hyperliquid-feature-item.expanded{padding:20px}.feature-icon-wrapper{height:36px;width:36px}.feature-text h4{font-size:14px}.feature-description{font-size:12px}.hyperliquid-right{display:none}.mobile-feature-image{animation:fadeInImage .5s ease;background:linear-gradient(135deg,#0000004d,#00ff880d 50%,#0000004d);border-radius:14px;display:block;margin-bottom:12px;margin-top:16px;overflow:hidden;width:100%}.mobile-showcase-img{max-height:450px;min-height:300px}.mobile-showcase-img,.mobile-showcase-video{border-radius:14px;display:block;height:auto;object-fit:cover;object-position:center;width:100%}.mobile-showcase-video{min-height:350px}.terminal-content{display:flex;flex-direction:column;gap:0}.terminal-video-section{border-radius:14px;margin-bottom:24px}.terminal-video{min-height:300px}.terminal-highlights{flex-direction:column;gap:16px}.terminal-highlight-item{font-size:13px;padding:16px 20px}}@media (max-width:480px){.features-container{margin:40px auto 0;padding:0 12px}.features-header-section{margin-bottom:32px}.features-main-title{font-size:28px;margin-bottom:10px}.features-main-subtitle{font-size:14px}.feature-tab{padding:14px 6px}.tab-icon-img{height:24px}.tab-icon svg{height:24px;width:24px}.feature-content-section{margin-top:0;padding:20px 12px}.hyperliquid-feature-item{padding:14px}.hyperliquid-feature-item.expanded{padding:18px}.feature-icon-wrapper{height:32px;width:32px}.feature-text h4{font-size:13px}.feature-description{font-size:11px}.mobile-showcase-img,.mobile-showcase-video{max-height:350px;min-height:250px}.terminal-video{min-height:250px}.terminal-highlight-item{font-size:12px;padding:14px 18px}}@media (prefers-reduced-motion:reduce){.feature-showcase-img-large,.feature-showcase-video,.features-tabs:before,.hyperliquid-feature-item,.mobile-feature-image,.terminal-highlight-item{animation:none}}@media (prefers-contrast:high){.features-tabs{border:2px solid #ffffff4d}.feature-tab,.hyperliquid-feature-item,.terminal-highlight-item{border:2px solid #fff3}}.terms-page{background:#0a0a0f;color:#e5e7eb;min-height:100vh}.terms-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0fcc;border-bottom:1px solid #ffffff0d;position:sticky;top:0;z-index:100}.terms-header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1.5rem 2rem}.terms-page .back-link{align-items:center;color:#9ca3af;display:flex;font-size:.875rem;gap:.5rem;text-decoration:none;transition:color .2s}.terms-page .back-link:hover{color:#e5e7eb}.terms-content{padding:4rem 2rem}.terms-container{margin:0 auto;max-width:800px}.terms-container h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#9ca3af);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;margin-bottom:.5rem}.terms-page .last-updated{color:#6b7280;font-size:.875rem;font-style:italic;margin-bottom:3rem}.terms-section{margin-bottom:3rem}.terms-section h2{border-bottom:2px solid #6366f14d;color:#fff;font-size:1.75rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.terms-section p{color:#d1d5db;line-height:1.8;margin-bottom:1rem}.terms-section ul{list-style:none;margin:1rem 0;padding-left:1.5rem}.terms-section ul li{color:#d1d5db;line-height:1.7;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.terms-section ul li:before{color:#6366f1;content:"•";font-size:1.2rem;font-weight:700;left:0;position:absolute}.terms-section strong{color:#fff;font-weight:600}.terms-section a{border-bottom:1px solid #0000;color:#818cf8;text-decoration:none;transition:border-color .2s}.terms-section a:hover{border-bottom-color:#818cf8}.terms-acknowledgment{background:#6366f11a;border:2px solid #6366f14d;border-radius:8px;margin-top:3rem;padding:2rem;text-align:center}.terms-acknowledgment p{color:#e5e7eb;font-size:.95rem;line-height:1.6;margin:0}.terms-footer{background:#0f0f14cc;border-top:1px solid #ffffff0d;margin-top:4rem;padding:2rem}.terms-footer-container{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1200px}.terms-footer-container p{color:#6b7280;font-size:.875rem;margin:0}.terms-footer-container .footer-links{align-items:center;display:flex;font-size:.875rem;gap:1rem}.terms-footer-container .footer-links a{color:#9ca3af;text-decoration:none;transition:color .2s}.terms-footer-container .footer-links a:hover{color:#e5e7eb}.terms-footer-container .footer-links span{color:#4b5563}@media (max-width:768px){.terms-header-container{align-items:flex-start;flex-direction:column;gap:1rem}.terms-page .back-link{order:-1}.terms-container h1{font-size:2rem}.terms-section h2{font-size:1.5rem}.terms-content{padding:2rem 1rem}.terms-footer-container{align-items:center;flex-direction:column;text-align:center}}.logo1{align-items:center;display:flex;gap:10px}.logo-img1{border-radius:5px;height:28px;width:28px}.logo-text1{color:#e5e7eb;font-size:15px;font-weight:800;letter-spacing:-.02em}
/*# sourceMappingURL=main.22cb71bc.css.map*/