:root{--surface:oklch(0.10 0.01 250);--surface-elevated:oklch(0.14 0.015 250);--surface-raised:oklch(0.18 0.02 250);--surface-accent:oklch(0.55 0.18 250 / 0.10);--text-primary:oklch(0.93 0.005 250);--text-secondary:oklch(0.72 0.01 250);--text-muted:oklch(0.60 0.015 250);--accent:oklch(0.55 0.18 250);--accent-hover:oklch(0.60 0.20 255);--accent-subtle:oklch(0.55 0.18 250 / 0.12);--accent-glow:oklch(0.55 0.18 250 / 0.20);--accent-glow-strong:oklch(0.55 0.18 250 / 0.35);--overlay:oklch(0.08 0.012 250 / 0.72);--danger:oklch(0.55 0.22 250);--border:oklch(0.22 0.015 250);--border-faint:oklch(0.22 0.015 250 / 0.5);--success-bg:oklch(0.15 0.04 160);--success-text:oklch(0.65 0.18 160);--success-border:oklch(0.35 0.12 160 / 0.3);--warning-bg:oklch(0.20 0.06 75);--warning-text:oklch(0.88 0.09 75);--warning-border:oklch(0.45 0.14 75 / 0.4);--error-bg:oklch(0.18 0.06 20);--error-text:oklch(0.85 0.08 20);--error-border:oklch(0.40 0.15 20 / 0.4);--space-xs:0.25rem;--space-sm:0.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2.5rem;--space-2xl:4rem;--space-3xl:6rem;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-full:9999px;--ease-out-quint:cubic-bezier(0.22,1,0.36,1);--ease-out-expo:cubic-bezier(0.16,1,0.3,1);--reveal-duration:420ms;--landing-display:clamp(3.25rem,8.5vw,6rem);--landing-headline:clamp(2rem,5vw,3.5rem);--landing-title:clamp(1.35rem,2.4vw,1.75rem);--landing-lead:clamp(1.0625rem,1.45vw,1.1875rem);--landing-body:1rem;--landing-label:0.8125rem;--noise-opacity:0.025}body::after{content:"";position:fixed;inset:0;z-index:9999;pointer-events:none;opacity:var(--noise-opacity);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}@media (prefers-reduced-motion:reduce){body::after{display:none}}@font-face{font-family:"Sora";font-weight:400;font-style:normal;font-display:swap;src:url("/fonts/Sora-Regular.ttf") format("truetype")}@font-face{font-family:"Sora";font-weight:500;font-style:normal;font-display:swap;src:url("/fonts/Sora-Medium.ttf") format("truetype")}@font-face{font-family:"Sora";font-weight:600;font-style:normal;font-display:swap;src:url("/fonts/Sora-SemiBold.ttf") format("truetype")}@font-face{font-family:"Sora";font-weight:700;font-style:normal;font-display:swap;src:url("/fonts/Sora-Bold.ttf") format("truetype")}@font-face{font-family:"Sora";font-weight:800;font-style:normal;font-display:swap;src:url("/fonts/Sora-ExtraBold.ttf") format("truetype")}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}body{overflow-x:hidden;width:100%}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{font-family:"Sora",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;background:var(--surface);color:var(--text-primary);line-height:1.6;font-kerning:normal;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;text-wrap:pretty}h1,.h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.1;letter-spacing:-0.025em;text-wrap:balance}h2,.h2{font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:700;line-height:1.2;letter-spacing:-0.015em;text-wrap:balance}h3,.h3{font-size:clamp(1.2rem,2.5vw,1.5rem);font-weight:600;line-height:1.3;text-wrap:balance}.body-large{font-size:1.15rem;line-height:1.7}.body{font-size:1rem;line-height:1.7}.body-small{font-size:0.875rem;line-height:1.6}.caption{font-size:0.75rem;line-height:1.5;font-weight:500;text-transform:uppercase;letter-spacing:0.06em;color:var(--text-muted)}.prose{max-width:65ch}.prose-narrow{max-width:55ch}.prose-tight{max-width:50ch}.text-secondary{color:var(--text-secondary)}.text-accent{color:var(--accent)}a{color:var(--accent);text-decoration:none;transition:color 0.15s ease-out}a:hover{color:var(--accent-hover)}.reveal-ready .scroll-reveal{opacity:0;transform:var(--reveal-entrance,translate3d(0,18px,0))}.reveal-ready .scroll-reveal-soft{--reveal-entrance:translate3d(0,14px,0) scale(0.971)}.reveal-ready .scroll-reveal-left{--reveal-entrance:translate3d(-20px,0,0)}.reveal-ready .scroll-reveal-right{--reveal-entrance:translate3d(20px,0,0)}.reveal-ready .scroll-reveal.is-visible{opacity:1;transform:translate3d(0,0,0)}@media (max-width:600px){.scroll-reveal-right,.scroll-reveal-left{--reveal-entrance:translate3d(0,14px,0) scale(0.971)}}@media (prefers-reduced-motion:no-preference){.reveal-ready .scroll-reveal{transition:opacity var(--reveal-duration) var(--ease-out-quint),transform var(--reveal-duration) var(--ease-out-quint);transition-delay:var(--reveal-delay,0ms);will-change:opacity,transform}.reveal-ready .scroll-reveal.is-visible{will-change:auto}.hero-command-ripple{animation:pulse-current 4.5s var(--ease-out-quint) infinite alternate}.hero-command-ripple-2{animation:pulse-delayed 4.5s var(--ease-out-quint) infinite alternate}.feature-queue-wave span{animation:wave-pulse var(--wave-duration,1s) var(--ease-out-quint) infinite alternate}.feature-queue-wave span:nth-child(1){--wave-duration:1.2s;animation-delay:0s}.feature-queue-wave span:nth-child(2){--wave-duration:0.8s;animation-delay:0.15s}.feature-queue-wave span:nth-child(3){--wave-duration:1.0s;animation-delay:0.35s}.feature-queue-wave span:nth-child(4){--wave-duration:0.6s;animation-delay:0.05s}.feature-queue-wave span:nth-child(5){--wave-duration:0.9s;animation-delay:0.25s}.hero-command-panel,.hero-command-row,.feature-pill,.btn,.feature-queue-card,.feature-queue-wave span,.cta-current{transition:transform 0.2s var(--ease-out-quint),opacity 0.2s var(--ease-out-quint),border-color 0.25s var(--ease-out-quint),background 0.25s var(--ease-out-quint)}.hero-command-panel:hover{transform:translateY(-3px)}.hero-command-panel:hover .hero-command-ripple,.hero-command-panel:hover .hero-command-ripple-2{animation-play-state:paused}.hero-command-panel:hover .hero-command-row.is-glowing{transform:translateX(4px)}.feature-pill:hover{transform:translateY(-2px)}.btn:active{transform:scale(0.96)}.cta:hover .cta-current{transform:scaleX(1.25)}.feature-cluster-item{transition:opacity var(--reveal-duration) var(--ease-out-quint),transform var(--reveal-duration) var(--ease-out-quint)}@keyframes pulse-current{0%{transform:scale(1);opacity:0.5}100%{transform:scale(1.18);opacity:0.92}}@keyframes pulse-delayed{0%{transform:scale(1.15);opacity:0.3}100%{transform:scale(1.32);opacity:0.7}}@keyframes wave-pulse{0%{transform:scaleY(0.85)}100%{transform:scaleY(1.05)}}.cta-invite-btn{animation:breathe 3s var(--ease-out-quint) infinite;animation-delay:1s}@keyframes breathe{0%,100%{transform:scale(1);box-shadow:0 0 0 0 var(--accent-glow)}50%{transform:scale(1.02);box-shadow:0 0 0 3px var(--accent-glow)}}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important}.reveal-ready .scroll-reveal,.scroll-reveal{opacity:1;transform:none}}.skip-link{position:absolute;top:-100%;left:var(--space-md);z-index:300;padding:0.5rem 1rem;background:var(--accent);color:var(--surface);font-family:inherit;font-size:0.875rem;font-weight:600;border-radius:var(--radius-sm);text-decoration:none;transition:top 0.15s ease-out}.skip-link:focus{top:var(--space-sm);outline:2px solid var(--accent-glow);outline-offset:2px}.btn:focus-visible,a:focus-visible,.dash-command-filter:focus-visible,.dash-command-search input:focus-visible,.dash-action:focus-visible,.feature-cluster-item:focus-visible,.hero-command-panel:focus-visible,.hero-command-row:focus-visible,.feature-pill:focus-visible{outline:2px solid var(--accent-glow);outline-offset:4px;border-radius:var(--radius-sm)}