.page{padding-bottom:3rem;color:var(--text)}.container{width:min(1280px,calc(100% - 2.5rem));margin:0 auto}.topbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;gap:1rem}.nav-left,.nav-right{display:flex;align-items:center;gap:1rem}.brand{display:inline-flex;align-items:center;gap:.55rem;font-weight:700;font-size:1.05rem}.brand img{width:28px;height:28px;object-fit:contain;display:block}.desktop-nav{display:flex;gap:1rem;color:var(--muted);font-family:BinanceNova,BinancePlex,Segoe UI,Arial,sans-serif;font-size:14px;font-weight:600;line-height:1.4}.theme-toggle{width:50px;height:28px;border-radius:999px;border:1px solid var(--border);background:var(--surface-soft);position:relative;display:inline-flex;align-items:center;justify-content:space-between;padding:0 .35rem;color:var(--muted)}.theme-icon{font-size:.68rem;z-index:2;line-height:1}.dot{position:absolute;width:22px;height:22px;left:2px;border-radius:50%;background:var(--brand);transition:transform .25s ease}.dot.right{transform:translate(24px)}.login-btn{color:var(--text);border:1px solid var(--border);border-radius:6px;font-size:14px;font-weight:500;line-height:1.4;padding:.62rem 1rem;background:var(--surface)}.register-btn,.cta{border-radius:6px;padding:.62rem 1rem;font-size:14px;font-weight:500;line-height:1.4;background:var(--brand);color:var(--on-brand)}.secondary{border:1px solid var(--border);border-radius:6px;padding:.62rem 1rem;font-size:14px;font-weight:500;line-height:1.4}.hero{padding:2rem 0 2.8rem;display:grid;grid-template-columns:1.1fr .9fr;gap:1.4rem;align-items:center}.hero-copy h1{font-size:clamp(2rem,4.3vw,4rem);line-height:1.04;margin:0;max-width:14ch}.eyebrow{color:#a17a00;text-transform:uppercase;letter-spacing:.08em;font-size:.76rem;margin:0 0 .7rem}.hero-text{color:var(--muted);max-width:56ch;margin:1rem 0 1.6rem}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap}.hero-visual{background:linear-gradient(140deg,var(--hero-grad-start),var(--hero-grad-end));border:1px solid var(--border);border-radius:1rem;padding:1rem}.visual-card{background:var(--surface);border:1px solid var(--border);border-radius:.9rem;padding:.9rem}.visual-card h3,.visual-card h4,.visual-card p{margin:0}.visual-card h3{margin-top:.4rem;font-size:1rem}.visual-card h4{font-weight:500}.visual-card ul{margin:.7rem 0 0;padding-left:1rem;color:var(--muted)}.visual-label{color:var(--muted);font-size:.82rem}.meter{margin-top:.7rem;height:8px;border-radius:999px;background:var(--surface-soft);overflow:hidden}.meter span{display:block;height:100%;background:var(--brand);transition:width .22s linear}.visual-row{margin-top:.8rem;display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.transcript-preview{margin-top:.8rem}.transcript-line{display:grid;grid-template-columns:74px 1fr;gap:.75rem;padding-top:.65rem;color:var(--muted);font-size:.9rem;opacity:.24;transform:translateY(4px);transition:opacity .28s ease,transform .28s ease}.transcript-line.is-visible{opacity:1;transform:translateY(0)}.transcript-line b{color:var(--text);font-weight:600}.visual-card.accent{border-color:#fcd53573}.market-strip{margin-top:.8rem}.market-list{margin-top:.45rem;display:grid;grid-template-columns:1fr 1fr;gap:.45rem .8rem;font-size:.92rem;color:var(--muted)}.market-list span{display:flex;justify-content:space-between;gap:.6rem}.market-list b{color:var(--text)}.market-list .up{color:#0ecb81}.market-list .down{color:#f6465d}.hero-anim{animation:card-enter .65s ease both}.anim-delay-1{animation-delay:.05s}.anim-delay-2{animation-delay:.18s}.anim-delay-3{animation-delay:.31s}.anim-delay-4{animation-delay:.44s}.anim-delay-5{animation-delay:.57s}.status-pulse{animation:status-pulse 2.8s ease-in-out infinite}@keyframes card-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes status-pulse{0%,to{opacity:.72}45%{opacity:1}}@media (prefers-reduced-motion: reduce){.hero-anim,.status-pulse{animation:none}.meter span,.transcript-line{transition:none}}.section{padding-top:2.6rem}.section h2{margin:0 0 1rem;font-size:clamp(1.4rem,2vw,2rem)}.steps,.feature-grid,.use-cases,.pricing-grid,.faq-list{display:grid;gap:1rem}.steps{grid-template-columns:repeat(3,minmax(0,1fr))}.steps article,.feature-card,.use-case-item,.price-card,.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:1rem}.steps article,.feature-card,.price-card,.use-case-item{padding:1rem}.faq-item{padding:0}.faq-question{width:100%;border:0;background:transparent;color:var(--text);display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;text-align:left;cursor:pointer}.faq-question h3{margin:0;font-size:1rem}.faq-chevron{color:var(--muted);font-size:1.2rem;line-height:1}.faq-item p{margin:0;padding:0 1rem 1rem}.steps span{display:inline-flex;width:2rem;height:2rem;border-radius:999px;align-items:center;justify-content:center;background:#fcd53533;color:#a17a00;font-weight:700}.steps p,.feature-card p,.price-card p,.faq-item p{color:var(--muted)}.feature-grid,.use-cases,.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card-heading{display:flex;align-items:center;gap:.75rem}.card-heading h3{margin:0}.icon-box,.logo-box{width:34px;height:34px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;background:#fcd53529;color:#a17a00;border:1px solid rgba(252,213,53,.28)}.logo-box{background:var(--surface-soft);border-color:var(--border);padding:.34rem}.logo-box img{max-width:100%;max-height:100%;object-fit:contain;display:block}.integration-wide .logo-box{width:96px;padding:.28rem .5rem}.line-icon{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.integration-tags,.model-chips{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.5rem}.integration-tags span,.model-chips span{display:inline-flex;align-items:center;gap:.4rem;min-height:30px;border-radius:999px;border:1px solid var(--border);background:var(--surface-soft);color:var(--text);padding:.35rem .7rem;font-size:.82rem;font-weight:500}.model-chips img{width:18px;height:18px;object-fit:contain;display:block}.use-case-item h3{margin:0}.use-case-item p{margin:.7rem 0 0;color:var(--muted)}.integrations-grid .integration-wide{grid-column:span 2}.price{font-size:1.45rem;font-weight:700;color:#a17a00}.price-card.pro{border-color:#fcd5358c}.footer{margin-top:3rem;padding-top:1.4rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;gap:1rem;color:var(--muted)}.footer p{margin:.5rem 0 0}.footer-brand{display:inline-flex;align-items:center;gap:.55rem;color:var(--text)}.footer-brand img{width:28px;height:28px;object-fit:contain;display:block}.footer-links{display:grid;gap:.45rem;text-align:right}@media (max-width: 1024px){.hero{grid-template-columns:1fr}.desktop-nav{display:none}}@media (max-width: 900px){.steps,.feature-grid,.use-cases,.pricing-grid,.visual-row,.market-list{grid-template-columns:1fr}.topbar{flex-wrap:wrap}.nav-right{width:100%;justify-content:flex-end}.footer{flex-direction:column}.footer-links{text-align:left}.integrations-grid .integration-wide{grid-column:span 1}}:root{--bg: #ffffff;--surface: #ffffff;--surface-soft: #f5f5f5;--text: #181a20;--muted: #707a8a;--brand: #fcd535;--brand-active: #f0b90b;--border: #eaecef;--on-brand: #181a20;--hero-grad-start: #fff9e5;--hero-grad-end: #ffffff;font-family:BinancePlex,Segoe UI,Inter,Arial,sans-serif;line-height:1.5;font-weight:400;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root[data-theme=dark]{--bg: #0b0e11;--surface: #1e2329;--surface-soft: #2b3139;--text: #eaecef;--muted: #929aa5;--border: #2b3139;--hero-grad-start: #1e2329;--hero-grad-end: #0b0e11}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{min-width:320px;background:var(--bg)}a{color:inherit;text-decoration:none}
