*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0A0A0A;--bg-card: #111118;--border: rgba(255,255,255,.08);--accent: #a855f7;--accent-hover: #9333ea;--accent-light: #c084fc;--text: #ffffff;--text-muted: rgba(255,255,255,.45);--green: #22c55e;--red: #ef4444;--radius: 14px}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;min-height:100vh}.nav{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2rem;border-bottom:1px solid var(--border);position:sticky;top:0;background:#0a0b0fe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:50}.nav-logo{font-size:1.25rem;font-weight:700;color:var(--text);text-decoration:none;display:flex;align-items:center;gap:.5rem}.nav-logo span{color:var(--accent-light)}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{color:var(--text-muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .15s}.nav-links a:hover{color:var(--text)}.btn-nav{background:var(--accent);color:#fff;border:none;padding:.5rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s;text-decoration:none}.btn-nav:hover{background:var(--accent-hover)}.hero{position:relative;overflow:hidden;padding:7rem 2rem 5rem;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.hero-orb-glow{position:absolute;width:900px;height:900px;border-radius:50%;background:radial-gradient(circle,rgba(168,85,247,.45) 0%,rgba(139,92,246,.2) 35%,rgba(109,40,217,.07) 60%,transparent 75%);top:50%;right:-20%;transform:translateY(-50%);filter:blur(60px);pointer-events:none;z-index:0}.hero-orb-core{position:absolute;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,rgba(192,132,252,.25) 0%,transparent 70%);top:50%;right:8%;transform:translateY(-50%);filter:blur(30px);pointer-events:none;z-index:0}.hero-orb-ring{position:absolute;width:520px;height:520px;border-radius:50%;border:1px solid rgba(168,85,247,.2);box-shadow:0 0 80px #a855f726,inset 0 0 80px #a855f714;top:50%;right:6%;transform:translateY(-50%);pointer-events:none;z-index:0}.hero-content{position:relative;z-index:1;display:grid;grid-template-columns:1fr 380px;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;width:100%}.hero-main{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.hero-badge{display:inline-flex;align-items:center;gap:.4rem;background:#a855f71f;border:1px solid rgba(168,85,247,.35);color:#c084fc;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.4rem 1rem;border-radius:100px}.hero h1{font-family:Space Grotesk,sans-serif;font-size:clamp(2.75rem,6vw,4.5rem);font-weight:800;line-height:1.08;letter-spacing:-.03em;color:#fff;margin:0}.hero h1 em{font-style:normal;background:linear-gradient(135deg,#a855f7,#c084fc,#e879f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-desc{font-size:1.05rem;color:#ffffff8c;line-height:1.7;max-width:500px;margin:0}.hero-fine{font-size:.8rem;color:#ffffff4d;margin:0}.signup-inline{display:grid;grid-template-columns:1fr auto;gap:.5rem;width:100%;max-width:480px}.signup-inline input[type=email]{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:.85rem 1.1rem;color:#fff;font-size:.95rem;font-family:inherit;transition:border-color .15s,background .15s;min-width:0}.signup-inline input[type=email]:focus{outline:none;border-color:#a855f799;background:#ffffff17}.signup-inline input[type=email]::placeholder{color:#ffffff4d}.signup-inline button{background:linear-gradient(135deg,#a855f7,#7c3aed);color:#fff;border:none;border-radius:10px;padding:.85rem 1.4rem;font-size:.9rem;font-weight:700;font-family:inherit;cursor:pointer;white-space:nowrap;transition:opacity .15s,transform .1s;box-shadow:0 4px 24px #a855f759}.signup-inline button:hover{opacity:.9}.signup-inline button:active{transform:scale(.98)}.signup-inline button:disabled{opacity:.5;cursor:not-allowed}.hero-stats-panel{display:flex;flex-direction:column;background:#ffffff08;border:1px solid rgba(168,85,247,.2);border-radius:20px;padding:2rem 1.75rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 0 40px #a855f714,inset 0 1px #ffffff0f}.hero-stat{display:flex;flex-direction:column;gap:.2rem;padding:1.1rem 0}.hero-stat-num{font-family:Space Grotesk,sans-serif;font-size:2.5rem;font-weight:800;line-height:1;background:linear-gradient(135deg,#fff,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.03em}.hero-stat-label{font-size:.95rem;font-weight:600;color:#ffffffd9}.hero-stat-sub{font-size:.78rem;color:#ffffff59}.hero-stat-sep{height:1px;background:linear-gradient(to right,rgba(168,85,247,.3),transparent)}.hero-scroll{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:.3rem;margin-top:3rem;max-width:1200px;margin-left:auto;margin-right:auto;width:100%;font-size:.75rem;color:#ffffff40;letter-spacing:.08em;text-transform:uppercase}.scroll-arrow{font-size:1rem;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}.signup-card{background:#ffffff0a;border:1px solid rgba(168,85,247,.25);border-radius:var(--radius);padding:2rem;max-width:460px;margin:0 auto;text-align:left}.signup-card h2{font-size:1.1rem;font-weight:700;margin-bottom:1.25rem;text-align:center}.input-group{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.input-group input[type=email]{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:.75rem 1rem;color:#fff;font-size:1rem;font-family:inherit;width:100%;transition:border-color .15s}.input-group input[type=email]:focus{outline:none;border-color:#a855f799}.input-group input[type=email]::placeholder{color:#ffffff4d}.signup-footer{text-align:center;font-size:.8rem;color:#ffffff4d;margin-top:.9rem}.signup-footer strong{color:#ffffffb3}.btn-cta{width:100%;background:linear-gradient(135deg,#a855f7,#7c3aed);color:#fff;border:none;padding:.875rem;border-radius:10px;font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer;transition:opacity .15s,transform .1s;box-shadow:0 4px 24px #a855f74d}.btn-cta:hover{opacity:.9}.btn-cta:active{transform:scale(.99)}.btn-cta:disabled{opacity:.5;cursor:not-allowed}.btn-nav{background:linear-gradient(135deg,#a855f7,#7c3aed);color:#fff;border:none;padding:.55rem 1.3rem;border-radius:8px;font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .15s;box-shadow:0 2px 12px #a855f74d}.btn-nav:hover{opacity:.85}.btn-outline{display:inline-block;border:1px solid rgba(168,85,247,.5);color:#c084fc;background:transparent;padding:.75rem 1.5rem;border-radius:10px;font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s,border-color .15s}.btn-outline:hover{background:#a855f71a;border-color:#a855f7b3}.error-msg{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#fca5a5;border-radius:8px;padding:.6rem .85rem;font-size:.875rem;margin-bottom:.75rem}@media (max-width: 900px){.hero-content{grid-template-columns:1fr;gap:3rem}.hero-orb-ring,.hero-orb-core{display:none}.hero-orb-glow{right:-40%;top:-10%}.hero-stats-panel{flex-direction:row;flex-wrap:wrap;gap:0}.hero-stat{flex:1;min-width:120px;padding:1rem}.hero-stat-sep{width:1px;height:auto;background:linear-gradient(to bottom,rgba(168,85,247,.3),transparent)}.hero-scroll{display:none}}@media (max-width: 520px){.hero{padding:5rem 1.25rem 3rem}.signup-inline{grid-template-columns:1fr}.hero-stats-panel{display:grid;grid-template-columns:1fr 1fr}.hero-stat-sep{display:none}}.trust-ticker{padding:2.5rem 0;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);background:#ffffff05;overflow:hidden}.trust-ticker-label{text-align:center;font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#fff3;margin-bottom:1.25rem}.trust-track-wrap{overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 12%,black 88%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 12%,black 88%,transparent 100%)}.trust-track{display:flex;width:max-content;animation:ticker-scroll 20s linear infinite}.trust-track:hover{animation-play-state:paused}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.trust-items{display:flex;align-items:center;gap:0}.trust-item{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:0 2.5rem;color:#ffffff40;transition:color .2s;cursor:default}.trust-item:hover{color:#ffffff8c}.trust-logo{height:22px;width:auto}.trust-item-role{font-size:.68rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#ffffff26}.trust-item:hover .trust-item-role{color:#ffffff4d}.trust-sep{color:#ffffff1a;font-size:1.25rem;-webkit-user-select:none;user-select:none}.strategies-sub{font-size:.95rem;color:#fff6;max-width:560px;margin:-1.5rem auto 3rem;line-height:1.7}.playbook-section{padding:6rem 2rem;max-width:1200px;margin:0 auto}.playbook-header{text-align:center}.playbook-body{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start;margin-top:3rem}@media (max-width: 860px){.playbook-body{grid-template-columns:1fr}}.playbook-accordion{display:flex;flex-direction:column;gap:.5rem}.pb-item{background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:14px;overflow:hidden;cursor:pointer;transition:border-color .2s,background .2s}.pb-item:hover{border-color:#a855f74d}.pb-item--open{border-color:#a855f773;background:#a855f70a}.pb-item-bar{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.4rem;gap:1rem;-webkit-user-select:none;user-select:none}.pb-item-left{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.pb-item-num{font-family:Space Grotesk,sans-serif;font-size:.7rem;font-weight:800;color:#a855f780;letter-spacing:.1em;flex-shrink:0}.pb-item-title{font-size:.9rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pb-item-tag{font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:#a855f71a;border:1px solid rgba(168,85,247,.2);color:#c084fc;padding:.15rem .55rem;border-radius:100px;flex-shrink:0}.pb-item-icon{font-size:1.25rem;color:#a855f7b3;font-weight:300;flex-shrink:0;width:20px;text-align:center;line-height:1}.pb-item-body{padding:0 1.4rem 1.4rem;display:flex;flex-direction:column;gap:.85rem}.pb-item-body p{font-size:.875rem;color:#ffffff80;line-height:1.7;margin:0}.pb-example{background:#00000040;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.3rem}.ex-label{font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#a855f7}.ex-text{font-size:.8rem;color:#ffffff80;line-height:1.5;font-style:italic}.playbook-viz-card{background:#ffffff08;border:1px solid rgba(168,85,247,.2);border-radius:20px;padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem;position:sticky;top:5rem}.playbook-viz-tag{display:flex;align-items:center;justify-content:space-between}.playbook-viz-tag span:first-child{font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:#a855f71f;border:1px solid rgba(168,85,247,.3);color:#c084fc;padding:.25rem .75rem;border-radius:100px}.playbook-viz-num{font-size:.75rem;color:#fff3}.playbook-viz-title{font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:700;color:#fff;line-height:1.35}.playbook-viz-content{background:#0000004d;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:1.25rem;min-height:160px;display:flex;align-items:center}.playbook-viz-footer{font-size:.72rem;color:#fff3;display:flex;align-items:center;gap:.5rem}.playbook-viz-dot{width:6px;height:6px;border-radius:50%;background:#4ade80;box-shadow:0 0 6px #4ade80;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.3}}.viz-svg{width:100%;height:auto;display:block}.viz-leaderboard{width:100%;display:flex;flex-direction:column;gap:.5rem}.viz-lb-header{display:grid;grid-template-columns:28px 1fr auto;gap:.5rem;font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffff40;padding-bottom:.4rem;border-bottom:1px solid rgba(255,255,255,.06)}.viz-lb-row{display:grid;grid-template-columns:28px 1fr auto;gap:.5rem;align-items:center;font-size:.8rem;padding:.35rem 0}.viz-lb-rank{font-size:.9rem}.viz-lb-addr{font-family:monospace;color:#fff6;font-size:.75rem}.viz-lb-pnl{color:#4ade80;font-weight:700;font-size:.8rem;display:flex;align-items:center;gap:.4rem;white-space:nowrap}.viz-lb-tag{font-size:.6rem;font-weight:700;background:#a855f733;border:1px solid rgba(168,85,247,.4);color:#c084fc;padding:.1rem .4rem;border-radius:4px}.viz-lb-alert{margin-top:.5rem;background:#a855f71a;border:1px solid rgba(168,85,247,.3);border-radius:8px;padding:.5rem .75rem;font-size:.75rem;font-weight:700;color:#c084fc}.viz-ev{width:100%;display:flex;flex-direction:column;gap:.75rem}.viz-ev-title{font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffff40;margin-bottom:.25rem}.viz-ev-row{display:flex;align-items:center;gap:.75rem}.viz-ev-label{font-size:.75rem;color:#fff6;width:80px;flex-shrink:0}.viz-ev-track{flex:1;height:8px;background:#ffffff0d;border-radius:100px;overflow:hidden}.viz-ev-bar{height:100%;border-radius:100px;transition:width .6s ease}.viz-ev-val{font-size:.8rem;font-weight:700;width:36px;text-align:right;flex-shrink:0}.viz-ev-edge{margin-top:.5rem;font-size:.78rem;color:#ffffff59;border-top:1px solid rgba(255,255,255,.06);padding-top:.75rem}.samples-section{padding:6rem 2rem;max-width:1200px;margin:0 auto;text-align:center}.samples-sub{font-size:.95rem;color:#fff6;margin:-1.5rem 0 3rem}.samples-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;text-align:left}@media (max-width: 760px){.samples-grid{grid-template-columns:1fr}}.sample-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:1.75rem;display:flex;flex-direction:column;gap:1rem;transition:border-color .2s}.sample-card:hover{border-color:#a855f766}.sample-card-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.sample-badge{font-size:.7rem;font-weight:700;letter-spacing:.08em;padding:.3rem .75rem;border-radius:100px}.sample-badge.opp{background:#22c55e1f;border:1px solid rgba(34,197,94,.3);color:#4ade80}.sample-closes{font-size:.75rem;color:#ffffff4d}.sample-title{font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:700;color:#fff;line-height:1.35;margin:0}.sample-meta{display:flex;gap:.5rem;flex-wrap:wrap}.sample-tag{font-size:.7rem;font-weight:600;background:#a855f71a;border:1px solid rgba(168,85,247,.2);color:#c084fc;padding:.2rem .6rem;border-radius:6px}.sample-prices{display:flex;align-items:center;gap:1rem;background:#0003;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:1rem 1.25rem}.sample-price-col{flex:1}.sample-price-label{font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#ffffff4d;margin-bottom:.3rem}.sample-price-val{font-family:Space Grotesk,sans-serif;font-size:1.15rem;font-weight:800}.sample-price-val.lag{color:#facc15}.sample-price-val.fair{color:#4ade80}.sample-price-val.apy{color:#a855f7}.sample-arrow{color:#fff3;font-size:1.1rem;flex-shrink:0}.sample-thesis{font-size:.85rem;color:#ffffff73;line-height:1.65;margin:0}.sample-link{font-size:.8rem;font-weight:600;color:#a855f7;text-decoration:none;transition:color .15s;align-self:flex-start}.sample-link:hover{color:#c084fc}.samples-disclaimer{margin-top:2rem;font-size:.75rem;color:#fff3}.how-section{padding:6rem 2rem;max-width:1200px;margin:0 auto;text-align:center}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;text-align:left}@media (max-width: 720px){.how-grid{grid-template-columns:1fr}}.how-card{background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:2rem;overflow:hidden;transition:border-color .2s,background .2s}.how-card:hover{border-color:#a855f759;background:#a855f70d}.how-number{font-family:Space Grotesk,sans-serif;font-size:3.5rem;font-weight:800;line-height:1;color:#a855f726;margin-bottom:1rem;letter-spacing:-.04em}.how-card h3{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.6rem}.how-card p{font-size:.875rem;color:#ffffff73;line-height:1.65}.section-pill{display:inline-block;background:#a855f71a;border:1px solid rgba(168,85,247,.3);color:#c084fc;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.35rem .9rem;border-radius:100px;margin-bottom:1.25rem}.features{padding:6rem 2rem;max-width:1200px;margin:0 auto;text-align:center}.section-title{font-family:Space Grotesk,sans-serif;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;margin-bottom:3rem;color:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;text-align:left}.feature-card{background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:1.75rem;transition:border-color .2s,background .2s}.feature-card:hover{border-color:#a855f759;background:#a855f70d}.feature-icon-wrap{width:44px;height:44px;background:#a855f71f;border:1px solid rgba(168,85,247,.25);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.feature-icon{font-size:1.3rem}.feature-card h3{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.5rem}.feature-card p{font-size:.875rem;color:#ffffff73;line-height:1.6}.feature-link{display:inline-block;margin-top:1rem;font-size:.8rem;font-weight:600;color:#a855f7;cursor:default}.preview-section{padding:6rem 2rem;max-width:1200px;margin:0 auto}.preview-inner{display:grid;grid-template-columns:1fr 1.4fr;gap:4rem;align-items:center}.preview-text{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem}.preview-text h2{font-family:Space Grotesk,sans-serif;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:#fff;margin:0}.preview-text p{font-size:.95rem;color:#ffffff73;line-height:1.7;margin:0}@media (max-width: 860px){.preview-inner{grid-template-columns:1fr}.preview-text{text-align:center;align-items:center}}.pricing{padding:6rem 2rem;max-width:900px;margin:0 auto;text-align:center}.pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;text-align:left}@media (max-width: 640px){.pricing-grid{grid-template-columns:1fr}}.price-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2.25rem;position:relative;display:flex;flex-direction:column;gap:0;transition:border-color .2s}.price-card.active{border-color:#a855f780;background:#a855f70f;box-shadow:0 0 40px #a855f71a}.price-card-badge{position:absolute;top:-.65rem;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#a855f7,#7c3aed);color:#fff;font-size:.7rem;font-weight:700;padding:.25rem .9rem;border-radius:100px;white-space:nowrap;letter-spacing:.05em}.price-card-icon{font-size:1.75rem;margin-bottom:1rem}.price-plan{font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff6;margin-bottom:.5rem}.price-amount{font-family:Space Grotesk,sans-serif;font-size:3.25rem;font-weight:800;line-height:1;color:#fff;letter-spacing:-.04em;margin-bottom:.25rem}.price-amount span{font-size:1.5rem;vertical-align:super;color:#fff9}.price-dur{font-size:1rem;font-weight:400;color:#ffffff59;letter-spacing:0}.price-divider{height:1px;background:#ffffff12;margin:1.5rem 0 1.25rem}.price-features-label{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#ffffff4d;margin-bottom:.85rem}.price-features{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-bottom:2rem;flex:1}.price-features li{display:flex;align-items:center;gap:.6rem;font-size:.875rem;color:#ffffff8c}.price-features li:before{content:"✓";color:#a855f7;font-weight:700;flex-shrink:0}.faq-section{padding:6rem 2rem;max-width:760px;margin:0 auto;text-align:center}.faq-list{display:flex;flex-direction:column;gap:.5rem;margin-top:3rem;text-align:left}.faq-item{background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:14px;overflow:hidden;cursor:pointer;transition:border-color .2s,background .2s}.faq-item:hover{border-color:#a855f74d}.faq-item--open{border-color:#a855f766;background:#a855f70a}.faq-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.4rem;-webkit-user-select:none;user-select:none}.faq-q{font-size:.9rem;font-weight:600;color:#fff;line-height:1.4}.faq-icon{font-size:1.25rem;color:#a855f7b3;font-weight:300;flex-shrink:0;width:20px;text-align:center;line-height:1}.faq-answer{padding:0 1.4rem 1.25rem}.faq-answer p{font-size:.875rem;color:#ffffff73;line-height:1.75;margin:0}.footer-cta{position:relative;overflow:hidden;padding:6rem 2rem;text-align:center}.footer-cta-orb{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 120%,rgba(168,85,247,.4) 0%,rgba(109,40,217,.15) 45%,transparent 70%);pointer-events:none}.footer-cta-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:2rem;max-width:560px;margin:0 auto}.footer-cta-content h2{font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;color:#fff;margin:0}.footer-cta-content .signup-inline{max-width:100%;width:100%}footer{border-top:1px solid rgba(255,255,255,.06);padding:3rem 2rem 2rem;color:#ffffff59;font-size:.875rem}footer a{color:#ffffff59;text-decoration:none}footer a:hover{color:#ffffffb3}.footer-inner{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto 3rem}.footer-brand{display:flex;flex-direction:column;gap:.75rem}.footer-brand p{font-size:.85rem;line-height:1.6;color:#ffffff4d}.footer-col{display:flex;flex-direction:column;gap:.65rem}.footer-col-title{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffff80;margin-bottom:.25rem}.footer-link-btn{background:none;border:none;color:#ffffff59;font-size:.875rem;font-family:inherit;cursor:pointer;padding:0;text-align:left;transition:color .15s}.footer-link-btn:hover{color:#ffffffb3}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.05);font-size:.8rem;color:#fff3}@media (max-width: 640px){.footer-inner{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1}}.email-client{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:0 24px 64px #0006}.email-client-bar{background:#1a1d27;padding:.75rem 1rem;display:flex;align-items:center;gap:.4rem;border-bottom:1px solid var(--border)}.dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.dot.red{background:#ff5f57}.dot.yellow{background:#febc2e}.dot.green{background:#28c840}.email-client-title{flex:1;text-align:center;font-size:.8rem;color:var(--text-muted);margin-left:-36px}.email-meta{background:#13151e;padding:.75rem 1.25rem;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:.35rem}.email-meta-row{display:flex;gap:.75rem;font-size:.82rem;align-items:baseline}.email-meta-label{color:var(--text-muted);min-width:3.5rem;font-weight:500}.email-addr{color:var(--accent-light);margin-left:.3rem}.email-subject{font-weight:600;color:var(--text)}.email-body{background:#f8f9fc;color:#1a1a2e}.eb-header{background:#7c3aed;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.eb-logo{font-size:1.1rem;font-weight:800;color:#fff;letter-spacing:-.01em}.eb-tagline{font-size:.78rem;color:#ffffffbf}.eb-content{padding:1.5rem}.eb-section-title{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6b7280;margin-bottom:.75rem}.eb-market-row{display:flex;align-items:center;justify-content:space-between;padding:.7rem .85rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:.5rem;gap:.75rem}.eb-market-info{flex:1;min-width:0}.eb-market-name{font-size:.875rem;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.eb-market-meta{font-size:.75rem;color:#9ca3af;margin-top:.15rem}.eb-market-right{text-align:right;flex-shrink:0}.eb-prob{font-size:1rem;font-weight:800;color:#111827;line-height:1}.eb-change{font-size:.75rem;font-weight:700;margin-top:.1rem}.eb-change.up{color:#16a34a}.eb-change.down{color:#dc2626}.eb-divider{border:none;border-top:1px solid #e5e7eb;margin:1.25rem 0}.eb-new-market{display:flex;align-items:flex-start;gap:.5rem;padding:.6rem .85rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:.5rem;font-size:.85rem;color:#374151;line-height:1.4}.eb-new-badge{background:#7c3aed;color:#fff;font-size:.65rem;font-weight:700;padding:.15rem .4rem;border-radius:4px;flex-shrink:0;margin-top:.1rem;letter-spacing:.05em}.eb-footer{margin-top:1.25rem;text-align:center;font-size:.75rem;color:#9ca3af}.eb-unsub{text-decoration:underline;cursor:default}.up{color:var(--green)}.down{color:var(--red)}.page-center{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;text-align:center;padding:2rem;gap:1rem}.page-center .icon-big{font-size:4rem}.page-center h1{font-size:2rem;font-weight:700}.page-center p{color:var(--text-muted);max-width:380px}.page-center a{color:var(--accent-light);text-decoration:none;font-weight:600}.manage-link{font-size:.9rem;opacity:.7}.manage-form{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:360px}.manage-form input{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;color:var(--text);font-size:1rem;font-family:inherit;padding:.75rem 1rem;outline:none;transition:border-color .15s}.manage-form input:focus{border-color:var(--accent)}.manage-form .btn-cta{width:100%}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;display:flex;align-items:center;justify-content:center;padding:1.5rem}.modal{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);flex-shrink:0}.modal-header h2{font-size:1.1rem;font-weight:700}.modal-close{background:none;border:none;color:var(--text-muted);font-size:1.1rem;cursor:pointer;line-height:1;padding:.25rem;border-radius:4px;transition:color .15s}.modal-close:hover{color:var(--text)}.modal-body{padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;font-size:.9rem;line-height:1.65;color:var(--text-muted)}.modal-body h3{font-size:.9rem;font-weight:700;color:var(--text);margin-top:.5rem}.modal-body p{margin:0}.modal-body a{color:var(--accent-light)}.modal-date{font-size:.8rem;color:var(--text-muted);opacity:.7}@media (max-width: 520px){.nav{padding:1rem}.nav-links{display:none}}
