.landing{background:#06090f;color:#e8ecf1;font-family:system-ui,-apple-system,sans-serif;min-height:100vh;overflow-x:hidden}.landing a,.landing div,.landing h1,.landing h2,.landing h3,.landing p,.landing span{text-transform:none;font-family:system-ui,-apple-system,sans-serif}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.revealed{opacity:1;transform:translateY(0)}.landing-nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:rgba(6,9,15,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid hsla(0,0%,100%,.04)}.landing-logo{font-size:1.1rem;font-weight:300;letter-spacing:.1em;color:#e8ecf1}.landing-logo-ai{font-weight:500;color:#6b8fc7}.landing-beta{font-size:.42rem;font-weight:600;letter-spacing:.1em;color:#6b8fc7;margin-left:3px;vertical-align:super}.landing-nav-link{font-size:.78rem;color:hsla(0,0%,100%,.35);text-decoration:none;transition:color .2s ease;letter-spacing:.02em}.landing-nav-link:hover{color:hsla(0,0%,100%,.7)}.landing-signin-btn{font-size:.78rem;padding:6px 18px;border:1px solid rgba(107,143,199,.3);border-radius:6px;color:#6b8fc7;text-decoration:none;transition:all .2s ease}.landing-signin-btn:hover{background:rgba(107,143,199,.08);border-color:rgba(107,143,199,.5)}.landing-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center}.landing-hero-canvas{position:absolute;inset:0;width:100%;height:100%}.landing-hero-gradient{position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,#06090f);pointer-events:none}.landing-hero-content{position:relative;z-index:1;text-align:center;padding:2rem;max-width:700px}.landing-hero-eyebrow{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:#6b8fc7;margin-bottom:1.5rem;font-weight:500;animation:fadeUp .8s ease .2s both}.landing-hero-title{font-size:3.2rem;font-weight:700;line-height:1.12;letter-spacing:-.035em;margin:0 0 1.5rem;color:#fff;animation:fadeUp .8s ease .4s both}.landing-accent{color:#6b8fc7}.landing-hero-sub{font-size:1.05rem;line-height:1.7;color:hsla(0,0%,100%,.35);max-width:480px;margin:0 auto 2.5rem;animation:fadeUp .8s ease .6s both}.landing-hero-cta{display:flex;gap:14px;justify-content:center;align-items:center;flex-wrap:wrap;animation:fadeUp .8s ease .8s both}.landing-cta-primary{padding:11px 32px;background:#6b8fc7;color:#06090f;border-radius:7px;text-decoration:none;font-size:.88rem;font-weight:600;letter-spacing:.02em;transition:all .25s ease}.landing-cta-primary:hover{background:#7da0d4;transform:translateY(-2px);box-shadow:0 8px 32px rgba(107,143,199,.25)}.landing-cta-secondary{padding:11px 24px;color:hsla(0,0%,100%,.4);text-decoration:none;font-size:.85rem;transition:color .2s ease}.landing-cta-secondary:hover{color:hsla(0,0%,100%,.7)}.landing-hero-note{margin-top:2rem;font-size:.68rem;color:hsla(0,0%,100%,.12);letter-spacing:.14em;text-transform:uppercase;animation:fadeUp .8s ease 1s both}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.landing-terminal-section{padding:0 2rem 6rem;max-width:680px;margin:-4rem auto 0;position:relative;z-index:2}.landing-terminal{border:1px solid hsla(0,0%,100%,.08);border-radius:10px;overflow:hidden;background:rgba(10,14,22,.9);box-shadow:0 24px 80px rgba(0,0,0,.5),0 0 60px rgba(107,143,199,.04);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.landing-terminal-bar{display:flex;align-items:center;gap:6px;padding:10px 14px;background:hsla(0,0%,100%,.03);border-bottom:1px solid hsla(0,0%,100%,.06)}.landing-terminal-dot{width:10px;height:10px;border-radius:50%}.landing-terminal-title{font-size:.68rem;color:hsla(0,0%,100%,.25);margin-left:8px;letter-spacing:.04em;font-family:SF Mono,Fira Code,monospace}.landing-terminal-body{padding:16px 18px;font-family:SF Mono,Fira Code,ui-monospace,monospace;font-size:.72rem;line-height:1.7}.landing-term-muted{color:hsla(0,0%,100%,.2)}.landing-term-normal{color:hsla(0,0%,100%,.5)}.landing-term-accent{color:#6b8fc7;font-weight:600}.landing-term-header{color:hsla(0,0%,100%,.2);letter-spacing:.06em;font-size:.65rem}.landing-term-bull{color:#4ade80}.landing-term-bear{color:#f87171}.landing-term-warn{color:#fbbf24}.landing-cursor{animation:blink 1s step-end infinite;color:#6b8fc7}.landing-feed-section{position:relative;z-index:2;max-width:600px;margin:-6rem auto 0;padding:0 2rem 5rem}.live-feed{background:rgba(10,14,22,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.06);border-radius:12px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.4),0 0 40px rgba(107,143,199,.03)}.live-feed-header{display:flex;align-items:center;gap:6px;padding:10px 16px;border-bottom:1px solid hsla(0,0%,100%,.05)}.live-feed-dot{width:6px;height:6px;border-radius:50%;background:#4ade80;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.live-feed-label{font-size:.6rem;font-weight:700;letter-spacing:.14em;color:hsla(0,0%,100%,.25)}.live-feed-label,.live-feed-lines{font-family:SF Mono,Fira Code,ui-monospace,monospace}.live-feed-lines{padding:12px 16px;font-size:.72rem;line-height:1.8;min-height:160px}.live-feed-line{display:flex;gap:10px;animation:feed-in .4s ease both;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@keyframes feed-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.live-feed-agent{font-weight:700;font-size:.65rem;letter-spacing:.04em;flex-shrink:0;min-width:110px}.live-feed-text{color:hsla(0,0%,100%,.45)}.live-feed-cursor,.live-feed-prompt{color:hsla(0,0%,100%,.15)}.landing-blink{animation:blink 1s step-end infinite;color:#6b8fc7}@keyframes blink{50%{opacity:0}}.landing-section-eyebrow{font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:#6b8fc7;margin-bottom:.75rem;font-weight:500;text-align:center}.landing-section-title{font-size:2rem;font-weight:700;letter-spacing:-.025em;text-align:center;margin:0 0 3rem;line-height:1.25;color:#fff}.landing-agents{padding:6rem 2rem;max-width:1000px;margin:0 auto}.landing-agents-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.landing-agent-card{padding:1.5rem;border:1px solid hsla(0,0%,100%,.05);border-radius:10px;background:hsla(0,0%,100%,.015);transition:all .35s ease;position:relative}.landing-agent-card:before{content:"";position:absolute;inset:-1px;border-radius:10px;padding:1px;background:linear-gradient(135deg,rgba(107,143,199,.15),transparent 50%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:xor;pointer-events:none;opacity:0;transition:opacity .35s ease}.landing-agent-card:hover{background:rgba(107,143,199,.04);transform:translateY(-2px);border-color:rgba(107,143,199,.12)}.landing-agent-card:hover:before{opacity:1}.landing-agent-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;gap:8px}.landing-agent-name{font-size:1rem;font-weight:700;color:#fff}.landing-feature-tag{font-size:.5rem;letter-spacing:.12em;text-transform:uppercase;color:#6b8fc7;font-weight:600;display:inline-block;padding:3px 7px;border:1px solid rgba(107,143,199,.2);border-radius:4px;background:rgba(107,143,199,.05);white-space:nowrap}.landing-agent-desc{font-size:.78rem;line-height:1.65;color:hsla(0,0%,100%,.3);margin:0}.landing-capabilities{padding:5rem 2rem;max-width:900px;margin:0 auto}.landing-cap-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px 32px;gap:8px 32px}.landing-cap-item{display:flex;align-items:center;gap:10px;font-size:.82rem;color:hsla(0,0%,100%,.4);padding:8px 0;border-bottom:1px solid hsla(0,0%,100%,.03)}.landing-cap-dot{width:4px;height:4px;border-radius:50%;background:#6b8fc7;flex-shrink:0;opacity:.6}.landing-divider{display:flex;justify-content:center;padding:0 2rem}.landing-divider-line{width:60px;height:1px;background:linear-gradient(90deg,transparent,rgba(107,143,199,.3),transparent)}.landing-workflow{padding:6rem 2rem;max-width:860px;margin:0 auto}.landing-workflow-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px}.landing-workflow-step{text-align:center}.landing-workflow-num{display:inline-flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;color:#6b8fc7;letter-spacing:.06em;margin-bottom:1rem;width:36px;height:36px;border:1px solid rgba(107,143,199,.2);border-radius:50%;background:rgba(107,143,199,.04)}.landing-workflow-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#fff}.landing-workflow-desc{font-size:.8rem;line-height:1.65;color:hsla(0,0%,100%,.3);margin:0}.landing-audience{padding:4rem 2rem 5rem;max-width:560px;margin:0 auto}.landing-audience-grid{display:flex;flex-direction:column;gap:10px}.landing-audience-item{display:flex;align-items:center;gap:14px;font-size:.88rem;color:hsla(0,0%,100%,.45);padding:12px 18px;border:1px solid hsla(0,0%,100%,.04);border-radius:8px;background:hsla(0,0%,100%,.015);transition:all .25s ease}.landing-audience-item:hover{border-color:rgba(107,143,199,.12);background:rgba(107,143,199,.03)}.landing-check{color:#6b8fc7;font-weight:700;font-size:.8rem;flex-shrink:0}.landing-stats{display:flex;justify-content:center;gap:48px;padding:3rem 2rem;border-top:1px solid hsla(0,0%,100%,.04);border-bottom:1px solid hsla(0,0%,100%,.04)}.landing-stat{text-align:center}.landing-stat-val{font-size:1.8rem;font-weight:700;color:#6b8fc7;letter-spacing:-.02em}.landing-stat-label{font-size:.7rem;color:hsla(0,0%,100%,.25);letter-spacing:.06em;text-transform:uppercase;margin-top:4px}.landing-final-cta{position:relative;text-align:center;padding:6rem 2rem}.landing-final-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:300px;background:radial-gradient(ellipse,rgba(107,143,199,.06) 0,transparent 70%);pointer-events:none}.landing-footer{text-align:center;padding:2.5rem 2rem;border-top:1px solid hsla(0,0%,100%,.04)}.landing-footer-links{display:flex;justify-content:center;gap:20px;margin-top:.75rem}.landing-footer-links a{font-size:.72rem;color:hsla(0,0%,100%,.2);text-decoration:none;transition:color .2s ease}.landing-footer-links a:hover{color:hsla(0,0%,100%,.5)}.landing-footer-copy{font-size:.62rem;color:hsla(0,0%,100%,.08);margin-top:.75rem}@media (max-width:768px){.landing-nav{padding:.75rem 1.25rem}.landing-nav-link{display:none}.landing-hero-title{font-size:2rem}.landing-hero-sub{font-size:.92rem}.landing-section-title{font-size:1.5rem}.landing-agents-grid,.landing-cap-grid,.landing-workflow-grid{grid-template-columns:1fr}.landing-workflow-grid{gap:20px}.landing-hero-content{padding:1.5rem}.landing-agents,.landing-audience,.landing-capabilities,.landing-workflow{padding:3.5rem 1.5rem}.landing-terminal-section{padding:0 1rem 4rem;margin-top:-2rem}.landing-terminal-body{font-size:.6rem;padding:12px;overflow-x:auto}.landing-stats{gap:24px;flex-wrap:wrap}}