body:has(.landing-root){background:#050505;color:#fff;margin:0}.landing-root,.landing-root a,.landing-root blockquote,.landing-root h1,.landing-root h2,.landing-root h3,.landing-root p,.landing-root span{opacity:1}body:has(.landing-root) main{max-width:none;padding:0;margin:0}.landing-h1,.landing-h2,.landing-h3,.landing-root h1,.landing-root h2,.landing-root h3{font-family:var(--font-geist-sans),ui-sans-serif,system-ui,sans-serif}.landing-root{--l-bg:#050505;--l-surface:#0e0e10;--l-surface-soft:#151518;--l-border:hsla(0,0%,100%,.08);--l-text:#fff;--l-text-secondary:hsla(0,0%,100%,.72);--l-muted:hsla(0,0%,100%,.48);--l-accent:#6ee7ff;--l-accent-glow:rgba(110,231,255,.25);--l-radius:16px;--l-radius-btn:16px;--l-max:1440px;--l-nav-h:72px;--l-section-pad:72px;--l-grid-gap:24px;color:var(--l-text);background:var(--l-bg);min-height:100vh;overflow-x:hidden}@media (min-width:768px){.landing-root{--l-section-pad:96px}}@media (min-width:1024px){.landing-root{--l-section-pad:160px}}.landing-root *{box-sizing:border-box}.landing-root a.landing-link{color:var(--l-text-secondary);text-decoration:none;font-weight:500;font-size:.9rem;transition:color .25s ease}.landing-root a.landing-link:hover{color:var(--l-text)}.landing-nav{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--l-nav-h);display:flex;align-items:center;justify-content:center;padding:0 24px;background:transparent;transition:background .4s cubic-bezier(.33,1,.68,1),border-color .4s ease,-webkit-backdrop-filter .4s ease;transition:background .4s cubic-bezier(.33,1,.68,1),border-color .4s ease,backdrop-filter .4s ease;transition:background .4s cubic-bezier(.33,1,.68,1),border-color .4s ease,backdrop-filter .4s ease,-webkit-backdrop-filter .4s ease}.landing-nav--scrolled{background:rgba(5,5,5,.72);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--l-border)}.landing-nav-inner{width:100%;max-width:var(--l-max);display:flex;align-items:center;justify-content:space-between;gap:20px}.landing-brand{display:flex;align-items:center;gap:10px;font-weight:600;font-size:1rem;letter-spacing:-.03em;color:var(--l-text);text-decoration:none}.missionide-logo-mark{display:block;width:auto;height:auto;flex-shrink:0}.landing-brand-logo{display:flex;flex-shrink:0;line-height:0}.landing-nav-links{display:none;align-items:center;gap:32px}@media (min-width:900px){.landing-nav-links{display:flex}}.landing-nav-actions{display:flex;align-items:center;gap:10px}.landing-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 20px;border-radius:var(--l-radius-btn);font-weight:600;font-size:.9rem;border:none;cursor:pointer;text-decoration:none;transition:box-shadow .3s ease,background .25s ease,color .25s ease,transform .2s ease}.landing-btn:active{transform:scale(.98)}.landing-btn--ghost{background:transparent;color:var(--l-text-secondary);border:1px solid var(--l-border)}.landing-btn--ghost:hover{color:var(--l-text);border-color:hsla(0,0%,100%,.16)}.landing-btn--primary{background:var(--l-accent);color:#050505}.landing-btn--primary:hover{box-shadow:0 0 40px var(--l-accent-glow),0 0 80px rgba(110,231,255,.12)}.landing-btn--lg{padding:14px 28px;font-size:1rem;border-radius:18px}.landing-main{padding-top:var(--l-nav-h)}.landing-section{position:relative;padding:var(--l-section-pad) 24px;max-width:var(--l-max);margin:0 auto}.landing-section--full{max-width:none;padding-left:0;padding-right:0}.landing-scroll-progress{position:fixed;top:0;left:0;right:0;height:2px;background:var(--l-accent);z-index:200;pointer-events:none;box-shadow:0 0 12px var(--l-accent-glow)}.landing-hero-ambient{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:0}.landing-hero-ambient-orb{position:absolute;border-radius:50%;filter:blur(100px)}.landing-hero-ambient-orb--1{width:480px;height:480px;top:5%;right:10%;background:radial-gradient(circle,var(--l-accent-glow) 0,transparent 70%)}.landing-hero-ambient-orb--2{width:360px;height:360px;bottom:15%;left:5%;background:radial-gradient(circle,rgba(110,231,255,.12) 0,transparent 70%)}.landing-text-reveal-wrap{overflow:hidden}.landing-text-reveal-word{display:inline-block;overflow:hidden;vertical-align:top;padding-bottom:.06em;margin-bottom:-.06em}.landing-hero-visual-wrap{position:relative;z-index:1}.landing-hero-visual-frame{position:relative}.landing-hero-visual-orchestration{position:relative;width:100%;height:100%;min-height:inherit;z-index:4}.landing-hero-visual-orchestration .landing-orchestration{aspect-ratio:unset;min-height:100%;max-height:none;height:100%;border:none;border-radius:0;background:transparent}.landing-hero-video{opacity:0;z-index:1;background:#0a0a0c}.landing-hero-video,.landing-hero-video-poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.landing-hero-video-poster{z-index:2}.landing-hero-visual-frame--poster .landing-hero-visual-orchestration{background:linear-gradient(180deg,rgba(5,5,5,.08),rgba(5,5,5,.72))}.landing-hero-video--visible{opacity:1;pointer-events:auto;z-index:3}.landing-hero-video--visible:not(.landing-hero-video--playing){opacity:0}.landing-hero-visual-frame--video .landing-hero-visual-orchestration{display:none}.landing-hero-video-expand{position:absolute;top:10px;right:10px;z-index:6;width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:6px;border:none;background:transparent;color:#fff;cursor:pointer;font-family:inherit;filter:drop-shadow(0 1px 3px rgba(0,0,0,.65));opacity:.82;transition:opacity .2s ease,background .2s ease,transform .2s ease}.landing-hero-video-expand svg{width:18px;height:18px;display:block}.landing-hero-video-expand:hover{opacity:1;background:rgba(0,0,0,.55);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transform:scale(1.04)}.landing-hero-visual-frame:focus-within .landing-hero-video-expand,.landing-hero-visual-frame:hover .landing-hero-video-expand{opacity:1}.landing-hero-video-fullpage{position:fixed;inset:0;z-index:250;display:flex;align-items:center;justify-content:center;padding:max(16px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));background:rgba(5,5,5,.97);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.landing-hero-video-fullpage-stage{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:0}.landing-hero-video-fullpage-stack{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;width:min(1120px,100%);max-height:100%;gap:12px}.landing-hero-video-fullpage-frame{position:relative;width:100%;flex:1 1 auto;min-height:0;display:flex;align-items:center;justify-content:center}.landing-hero-video-fullpage-chrome{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-shrink:0;width:100%}.landing-hero-video-fullpage-brand{display:flex;align-items:center;line-height:0;pointer-events:none}.landing-hero-video-fullpage-player{width:100%;max-height:100%;border-radius:calc(var(--l-radius) + 4px);border:1px solid var(--l-border);box-shadow:0 40px 120px rgba(0,0,0,.65);object-fit:contain;background:#0a0a0c;display:block;position:relative;z-index:2;opacity:0;transition:opacity .3s ease}.landing-hero-video-fullpage-player--playing{opacity:1}.landing-hero-video-fullpage-poster{position:absolute;inset:0;width:100%;height:100%;border-radius:calc(var(--l-radius) + 4px);border:1px solid var(--l-border);box-shadow:0 40px 120px rgba(0,0,0,.65);object-fit:contain;background:#0a0a0c;z-index:1}.landing-hero-video-close{position:absolute;top:14px;right:14px;z-index:5;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid hsla(0,0%,100%,.14);background:rgba(5,5,5,.72);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--l-text);font-size:1.35rem;line-height:1;cursor:pointer;font-family:inherit;transition:border-color .2s ease,background .2s ease}.landing-hero-video-close--fullpage{position:relative;top:auto;right:auto;flex-shrink:0;width:38px;height:38px;font-size:1.35rem;pointer-events:auto;box-shadow:0 4px 20px rgba(0,0,0,.45)}.landing-hero-video-close:hover{border-color:hsla(0,0%,100%,.28);background:rgba(14,14,16,.92)}.landing-hero-video-loading{position:absolute;inset:0;z-index:4;display:flex;align-items:center;justify-content:center;pointer-events:none}.landing-hero-video-loading--inline{background:transparent}.landing-hero-video-loading--fullpage{position:absolute;inset:0;z-index:4;border-radius:calc(var(--l-radius) + 4px);background:rgba(5,5,5,.35)}.landing-hero-video-loading-dot{width:8px;height:8px;border-radius:50%;background:var(--l-accent);animation:landing-video-pulse 1.2s ease-in-out infinite}@keyframes landing-video-pulse{0%,to{opacity:.35;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}.landing-section--hero{min-height:100vh;display:flex;align-items:center;padding-top:calc(var(--l-nav-h) + 48px);padding-bottom:var(--l-section-pad);max-width:var(--l-max);position:relative}.landing-hero-split{display:grid;grid-gap:56px;gap:56px;width:100%;align-items:center}@media (min-width:1024px){.landing-hero-split{grid-template-columns:1fr 1fr;gap:48px}}.landing-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;border:1px solid var(--l-border);background:var(--l-surface);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--l-accent);margin-bottom:28px}.landing-h1{font-size:clamp(2.75rem,7vw,5.5rem);font-weight:600;line-height:1.02;letter-spacing:-.045em;margin:0 0 28px;max-width:12ch}.landing-h1--wide{max-width:none}.landing-hero-while{display:block;margin-top:.1em}.landing-hero-highlight{display:inline-block;vertical-align:bottom}.landing-hero-build-line{font-size:clamp(1rem,1.8vw,1.2rem);line-height:1.55;color:var(--l-text-secondary);max-width:46ch;margin:0 0 28px;font-weight:500}.landing-hero-build-highlight{display:inline;vertical-align:baseline}.landing-rotating-text{display:inline-grid;vertical-align:bottom;overflow:hidden;position:relative;min-height:1.1em;align-items:end}.landing-rotating-text-inner{display:inline-block;white-space:nowrap;grid-area:1/1;will-change:transform,opacity}.landing-rotating-text-inner--emphasis,.landing-rotating-text-inner--gradient{color:#ff8f57;font-weight:inherit;letter-spacing:inherit}.landing-rotating-text-inner--emphasis,.landing-rotating-text-inner--gradient{font-weight:600}.landing-rotating-text-glow{display:none}.landing-orchestration-event,.landing-orchestration-lifestyle{display:flex;align-items:center;gap:14px;padding:12px 14px;margin-bottom:6px;border-radius:14px;background:rgba(110,231,255,.06);border:1px solid rgba(110,231,255,.14);max-width:min(100%,300px)}.landing-orchestration-event-icon{font-size:2.5rem;line-height:1;flex-shrink:0;filter:drop-shadow(0 4px 12px rgba(110,231,255,.2))}.landing-orchestration-event-label{font-size:.92rem;font-weight:600;letter-spacing:-.01em;color:var(--l-text-secondary);line-height:1.35}.landing-orchestration--compact .landing-orchestration-event-icon{font-size:2rem}.landing-orchestration--compact .landing-orchestration-event-label{font-size:.82rem}.landing-section--coming-soon{padding-top:calc(var(--l-nav-h) + 48px);min-height:calc(100vh - var(--l-nav-h));display:flex;align-items:center}.landing-coming-soon-grid{display:grid;grid-gap:48px;gap:48px;width:100%;align-items:center}@media (min-width:1024px){.landing-coming-soon-grid{grid-template-columns:1fr 1fr;gap:64px}}.landing-coming-soon-highlights{margin:0 0 32px;padding:0;list-style:none;display:grid;grid-gap:12px;gap:12px;max-width:44ch}.landing-coming-soon-highlights li{position:relative;padding-left:22px;color:var(--l-text-secondary);line-height:1.5;font-size:.95rem}.landing-coming-soon-highlights li:before{content:"→";position:absolute;left:0;color:var(--l-accent);font-weight:600}.landing-coming-soon-badge{display:inline-flex;align-items:center;gap:10px;margin:28px 0 0;font-size:.82rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--l-muted)}.landing-coming-soon-badge-dot{width:8px;height:8px;border-radius:50%;background:var(--l-accent);box-shadow:0 0 12px rgba(110,231,255,.55)}.landing-coming-soon-visual-frame{position:relative;border-radius:16px;border:1px solid var(--l-border);background:var(--l-surface);padding:16px;overflow:hidden}.landing-coming-soon-visual-caption{margin:14px 0 0;text-align:center;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;color:var(--l-muted)}.landing-features-preview{display:grid;grid-gap:12px;gap:12px;max-height:520px;overflow:auto;padding-right:4px}.landing-features-preview-card{position:relative;opacity:.92}.landing-features-preview-icon{display:block;font-size:1.25rem;margin-bottom:8px}.landing-features-preview-soon{position:absolute;top:14px;right:14px;font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 8px;border-radius:999px;border:1px solid rgba(110,231,255,.25);color:var(--l-accent);background:rgba(110,231,255,.08)}.landing-pricing-preview{display:grid;grid-gap:12px;gap:12px}.landing-pricing-preview-card{position:relative;padding:20px 18px;border-radius:var(--l-radius);background:var(--l-surface-soft);border:1px solid var(--l-border)}.landing-pricing-preview-card--featured{border-color:rgba(110,231,255,.28);background:rgba(110,231,255,.05)}.landing-pricing-preview-card h3{margin:0 0 6px;font-size:1.05rem;font-weight:600}.landing-pricing-preview-price{margin:0 0 8px;font-size:1.75rem;font-weight:600;letter-spacing:-.03em;color:var(--l-accent)}.landing-pricing-preview-badge{display:inline-block;margin-bottom:10px;padding:4px 10px;border-radius:999px;border:1px solid rgba(110,231,255,.35);background:rgba(110,231,255,.1)}.landing-pricing-preview-badge,.landing-pricing-preview-soon{font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--l-accent)}.landing-pricing-preview-soon{position:absolute;top:14px;right:14px;padding:4px 8px;border-radius:999px;border:1px solid rgba(110,231,255,.25);background:rgba(110,231,255,.08)}.landing-lead{font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.65;color:var(--l-text-secondary);max-width:48ch;margin:0 0 40px;font-weight:400}.landing-hero-actions{display:flex;flex-wrap:wrap;gap:14px}.landing-h2{font-size:clamp(2rem,5vw,3.75rem);font-weight:600;letter-spacing:-.04em;line-height:1.08;margin:0 0 20px}.landing-h2--giant{font-size:clamp(2.5rem,8vw,4.5rem);text-align:center;max-width:18ch;margin-left:auto;margin-right:auto}.landing-h3{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;margin:0 0 10px}.landing-section-label{font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--l-muted);margin-bottom:16px}.landing-section-intro{color:var(--l-text-secondary);font-size:clamp(1rem,2vw,1.2rem);line-height:1.65;max-width:52ch;margin:0 0 48px}.landing-section-intro--center{margin-left:auto;margin-right:auto;text-align:center}.landing-section-head--center{text-align:center;margin-bottom:64px}.landing-card{padding:32px;border-radius:var(--l-radius);background:var(--l-surface);border:1px solid transparent}.landing-card h3{margin:0 0 8px;font-size:1.15rem}.landing-card p{margin:0;color:var(--l-muted);line-height:1.6;font-size:1rem}.landing-cards-3{display:grid;grid-gap:20px;gap:20px}@media (min-width:768px){.landing-cards-3{grid-template-columns:repeat(3,1fr)}}.landing-problem-center{text-align:center;padding-bottom:48px}.landing-chaos{position:relative;max-width:720px;margin:0 auto;padding:40px 24px;border-radius:var(--l-radius);background:var(--l-surface);overflow:hidden;min-height:280px}.landing-chaos-scan{position:absolute;left:0;right:0;height:40%;background:linear-gradient(180deg,transparent,rgba(110,231,255,.04),transparent);pointer-events:none}.landing-chaos-line{display:block;padding:10px 16px;margin-bottom:8px;border-radius:10px;background:var(--l-surface-soft);border:1px solid var(--l-border);font-size:.82rem;color:var(--l-muted);font-family:ui-monospace,monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.landing-chaos-line--overflow{border-color:hsla(0,100%,74%,.2);color:hsla(0,100%,85%,.6)}.landing-chaos-tags{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:32px}.landing-chaos-tag{padding:8px 16px;border-radius:999px;font-size:.85rem;color:var(--l-muted);border:1px solid var(--l-border);background:var(--l-surface)}.landing-flow{display:grid;grid-gap:12px;gap:12px;padding:32px;border-radius:calc(var(--l-radius) + 4px);background:var(--l-surface);min-height:360px}.landing-flow-step{display:flex;align-items:center;gap:16px;padding:16px 20px;border-radius:12px;background:var(--l-surface-soft);border:1px solid var(--l-border);font-size:.95rem;color:var(--l-text-secondary);position:relative;overflow:hidden}.landing-flow-step-highlight{position:absolute;inset:0;background:rgba(110,231,255,.06);border-radius:12px;z-index:0}.landing-flow-step--active{border-color:rgba(110,231,255,.22);color:var(--l-text)}.landing-flow-step>:not(.landing-flow-step-highlight){position:relative;z-index:1}.landing-flow-step-arrow{margin-left:auto;color:var(--l-accent);font-size:1.1rem}.landing-flow-step-dot{width:8px;height:8px;border-radius:50%;background:var(--l-accent);flex-shrink:0;box-shadow:0 0 16px var(--l-accent-glow)}.landing-orchestration{position:relative;border-radius:calc(var(--l-radius) + 8px);background:var(--l-surface);border:1px solid var(--l-border);min-height:420px;overflow:hidden;aspect-ratio:4/5;max-height:560px;transform-style:preserve-3d}.landing-orchestration-ring{position:absolute;inset:-40%;border:1px solid rgba(110,231,255,.06);border-radius:50%;pointer-events:none}.landing-orchestration-dawn{position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,200,120,.07),transparent 45%);pointer-events:none}.landing-orchestration-node--done{opacity:.55}.landing-orchestration-node-pulse{position:absolute;inset:-4px;border-radius:10px;border:1px solid rgba(110,231,255,.35);pointer-events:none}.landing-orchestration-node{position:relative}.landing-orchestration-phone-cursor{display:inline-block;width:2px;height:.9em;background:var(--l-accent);margin-right:4px;vertical-align:text-bottom}@media (min-width:1024px){.landing-orchestration{aspect-ratio:auto;min-height:480px;max-height:none;height:100%}}.landing-orchestration-scene{position:absolute;inset:0;padding:24px;display:flex;flex-direction:column;gap:12px}.landing-orchestration-time{position:absolute;top:20px;right:20px;font-size:.72rem;font-weight:600;letter-spacing:.06em;color:var(--l-muted);padding:6px 12px;border-radius:999px;background:var(--l-surface-soft);border:1px solid var(--l-border)}.landing-orchestration-phone{width:140px;padding:14px;border-radius:20px;background:#0a0a0c;border:1px solid var(--l-border);font-size:.75rem;line-height:1.45;color:var(--l-text-secondary)}.landing-orchestration-graph{flex:1 1;display:flex;flex-wrap:wrap;gap:8px;align-content:flex-start;padding:12px 0}.landing-orchestration-node{padding:6px 12px;border-radius:8px;font-size:.7rem;background:var(--l-surface-soft);border:1px solid var(--l-border);color:var(--l-muted)}.landing-orchestration-node--lit{border-color:rgba(110,231,255,.3);color:var(--l-accent);box-shadow:0 0 20px var(--l-accent-glow)}.landing-orchestration-ide{margin-top:auto;border-radius:12px;background:#0a0a0c;border:1px solid var(--l-border);overflow:hidden}.landing-orchestration-ide-bar{display:flex;gap:6px;padding:10px 14px;border-bottom:1px solid var(--l-border);align-items:center;min-width:0}.landing-orchestration-ide-dot{width:8px;height:8px;border-radius:50%;background:var(--l-border);flex-shrink:0}.landing-orchestration-ide-filename{margin-left:8px;font-size:.65rem;color:var(--l-muted);flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.landing-orchestration-code{padding:14px;font-family:ui-monospace,monospace;font-size:.68rem;line-height:1.6;color:var(--l-muted)}.landing-orchestration-code .kw{color:var(--l-accent)}.landing-orchestration-status{display:flex;gap:12px;padding:12px 14px;border-top:1px solid var(--l-border);font-size:.7rem}.landing-orchestration-status span{color:var(--l-muted)}.landing-orchestration-status span.ok{color:#6ee7b7}.landing-lifestyle{position:relative;padding:var(--l-section-pad) 24px;background:linear-gradient(180deg,var(--l-bg) 0,var(--l-surface) 50%,var(--l-bg) 100%)}.landing-lifestyle-inner{max-width:var(--l-max);margin:0 auto}.landing-lifestyle-grid{display:grid;grid-gap:16px;gap:16px;margin-top:48px}@media (min-width:640px){.landing-lifestyle-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.landing-lifestyle-grid{grid-template-columns:repeat(4,1fr)}}.landing-lifestyle-scene{aspect-ratio:3/4;border-radius:var(--l-radius);background:var(--l-surface-soft);border:1px solid var(--l-border);display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease}.landing-lifestyle-scene--lit{border-color:rgba(110,231,255,.28);box-shadow:0 0 40px rgba(110,231,255,.12)}.landing-lifestyle-scene-media{position:absolute;inset:0;z-index:0}.landing-lifestyle-scene-photo{object-fit:cover;object-position:center;transform:scale(1.02);transition:transform .6s cubic-bezier(.33,1,.68,1),filter .4s ease;filter:saturate(.88) brightness(.72)}.landing-lifestyle-scene--lit .landing-lifestyle-scene-photo{transform:scale(1.06);filter:saturate(1) brightness(.82)}.landing-lifestyle-scene-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(5,5,5,.08),rgba(5,5,5,.35) 45%,rgba(5,5,5,.88));pointer-events:none}.landing-lifestyle-scene--lit .landing-lifestyle-scene-overlay{background:linear-gradient(180deg,rgba(5,5,5,.05),rgba(5,5,5,.28) 40%,rgba(5,5,5,.92))}.landing-lifestyle-scene-glow{position:absolute;inset:0;z-index:2;background:radial-gradient(ellipse at 50% 0,rgba(110,231,255,.14) 0,transparent 65%);pointer-events:none}.landing-lifestyle-scene-live{position:absolute;top:16px;right:16px;font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--l-accent);padding:4px 10px;border-radius:999px;border:1px solid rgba(110,231,255,.3);background:rgba(5,5,5,.55);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3}.landing-lifestyle-scene-content{position:relative;z-index:3;padding:20px;display:flex;flex-direction:column;gap:4px}.landing-lifestyle-scene-label{font-size:.92rem;font-weight:600;color:#fff;letter-spacing:-.02em;text-shadow:0 2px 12px rgba(0,0,0,.6)}.landing-lifestyle-progress{margin-top:40px;padding:24px 28px;border-radius:var(--l-radius);background:var(--l-surface);border:1px solid var(--l-border);display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.landing-lifestyle-progress-bar{flex:1 1;min-width:200px;height:4px;border-radius:999px;background:var(--l-surface-soft);overflow:hidden;position:relative}.landing-lifestyle-progress-shimmer{position:absolute;inset:0;width:40%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.35),transparent);pointer-events:none}.landing-lifestyle-progress-fill{height:100%;background:var(--l-accent);border-radius:999px;box-shadow:0 0 16px var(--l-accent-glow)}.landing-section--rail{overflow:hidden}.landing-rail-track{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);padding:32px 0}.landing-rail-marquee{display:flex;width:max-content;gap:64px;padding:0 32px}.landing-rail{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:32px 48px;padding:32px 0}.landing-rail-item{font-size:.95rem;font-weight:600;letter-spacing:-.02em;color:var(--l-muted);transition:color .25s ease}.landing-rail-item:hover{color:var(--l-text-secondary)}.landing-cta-band{text-align:center;padding:100px 32px;margin:0 24px var(--l-section-pad);max-width:calc(var(--l-max) - 48px);margin-left:auto;margin-right:auto;position:relative;overflow:hidden}.landing-cta-orb{position:absolute;top:50%;left:50%;width:400px;height:400px;margin:-200px 0 0 -200px;border-radius:50%;background:radial-gradient(circle,var(--l-accent-glow) 0,transparent 70%);pointer-events:none;z-index:0}.landing-cta-actions,.landing-cta-band .landing-h2,.landing-cta-band .landing-text-reveal-wrap{position:relative;z-index:1}.landing-link--motion{position:relative;display:inline-block}.landing-link-underline{position:absolute;left:0;right:0;bottom:-4px;height:1px;background:var(--l-accent);transform-origin:left center;display:block}.landing-card--motion{overflow:hidden}.landing-card-line{height:2px;margin-top:20px;background:linear-gradient(90deg,var(--l-accent),transparent);transform-origin:left center}.landing-cta-band .landing-h2{max-width:20ch;margin-left:auto;margin-right:auto;font-size:clamp(2rem,5vw,3.25rem)}.landing-cta-band p{color:var(--l-muted);margin:0 auto 36px;max-width:40ch;line-height:1.6;font-size:1.1rem}.landing-cta-actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}.landing-steps{display:grid;grid-gap:0;gap:0}.landing-step{display:grid;grid-template-columns:48px 1fr;grid-gap:20px;gap:20px;padding:28px 0;border-bottom:1px solid var(--l-border)}.landing-step:last-child{border-bottom:none}.landing-step-num{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;background:var(--l-surface);border:1px solid var(--l-border);color:var(--l-accent)}.landing-step h3{margin:0 0 8px;font-size:1.2rem;font-weight:600}.landing-step p{margin:0;color:var(--l-muted);line-height:1.6}.landing-footer{border-top:1px solid var(--l-border);padding:48px 24px 72px;max-width:var(--l-max);margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;gap:32px}.landing-footer-links{display:flex;flex-wrap:wrap;gap:24px}.landing-editorial{max-width:720px;margin:0 auto;padding:calc(var(--l-nav-h) + 48px) 24px var(--l-section-pad)}.landing-editorial .landing-h1{max-width:none;font-size:clamp(2.25rem,5vw,3.5rem);margin-bottom:32px}.landing-editorial-block{margin-bottom:48px}.landing-editorial-block h2{font-size:1.35rem;font-weight:600;letter-spacing:-.02em;margin:0 0 12px;color:var(--l-text)}.landing-editorial-block p{margin:0;font-size:1.125rem;line-height:1.75;color:var(--l-text-secondary)}.landing-product-grid{display:grid;grid-gap:24px;gap:24px}@media (min-width:768px){.landing-product-grid{grid-template-columns:repeat(2,1fr)}}.landing-download-hero{text-align:center;padding:calc(var(--l-nav-h) + 80px) 24px var(--l-section-pad);max-width:var(--l-max);margin:0 auto}.landing-device-frame{width:min(100%,520px);margin:48px auto 0;aspect-ratio:16/10;border-radius:20px;background:var(--l-surface);border:1px solid var(--l-border);box-shadow:0 40px 120px rgba(0,0,0,.5),0 0 80px var(--l-accent-glow)}.landing-download-actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:40px}.landing-pricing-wrap{color:var(--l-text)}.landing-pricing-wrap .card{background:var(--l-surface);border:1px solid var(--l-border);box-shadow:none;color:var(--l-text);border-radius:var(--l-radius)}.landing-pricing-wrap .small{color:var(--l-muted)}.landing-pricing-wrap .pricing-amount{color:var(--l-accent)}.landing-pricing-wrap button{background:var(--l-accent);color:#050505;border-radius:var(--l-radius-btn);font-weight:600}.landing-pricing-wrap .btn-secondary{background:var(--l-surface-soft);color:var(--l-text);border:1px solid var(--l-border)}.landing-pricing-wrap a{color:var(--l-accent)}.landing-pricing-tier--featured{border-color:rgba(110,231,255,.25)!important;box-shadow:0 0 48px var(--l-accent-glow)}.landing-pricing-badge{display:inline-block;padding:4px 10px;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:rgba(110,231,255,.12);color:var(--l-accent);margin-bottom:12px}.landing-pricing-grid{display:grid;grid-gap:20px;gap:20px;margin-top:8px}@media (min-width:768px){.landing-pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch}}.landing-pricing-tier{display:flex;flex-direction:column;gap:0;padding:28px 24px;height:100%}.landing-pricing-tier h2{margin:0 0 6px;font-size:1.35rem;font-weight:600}.landing-pricing-tier-tagline{margin:0 0 16px;color:var(--l-text-secondary);font-size:.95rem;line-height:1.5}.landing-pricing-wrap .pricing-amount{margin:0 0 18px;font-size:2rem;font-weight:700;letter-spacing:-.03em}.landing-pricing-price-note{font-size:1rem;font-weight:500;color:var(--l-muted);margin-left:4px}.landing-pricing-wrap .pricing-features{margin:0 0 24px;padding:0;list-style:none;display:grid;grid-gap:10px;gap:10px;flex:1 1}.landing-pricing-wrap .pricing-features li{position:relative;padding-left:22px;color:var(--l-text-secondary);font-size:.95rem;line-height:1.45}.landing-pricing-wrap .pricing-features li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:var(--l-accent);opacity:.85}.landing-pricing-cta{width:100%;text-align:center;margin-top:auto}.landing-pricing-manage{margin:40px 0 0;text-align:center;color:var(--l-muted)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.landing-input{padding:14px 18px;border-radius:16px;border:1px solid var(--l-border);background:var(--l-surface);color:var(--l-text);font-size:1rem;font-family:inherit;width:100%}.landing-input:focus{outline:none;border-color:rgba(110,231,255,.4);box-shadow:0 0 0 3px rgba(110,231,255,.12)}.landing-hero-proof{list-style:none;margin:0 0 36px;padding:0;display:flex;flex-direction:column;gap:10px}.landing-hero-proof li{display:flex;align-items:center;gap:10px;font-size:.92rem;color:var(--l-text-secondary)}.landing-hero-proof li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--l-accent);box-shadow:0 0 12px var(--l-accent-glow);flex-shrink:0}.landing-hero-audience{margin:20px 0 0;font-size:.88rem;color:var(--l-muted)}.landing-orchestration--compact{min-height:380px;max-height:480px}.landing-section--proof{padding-top:0;padding-bottom:calc(var(--l-section-pad) * .6)}.landing-proof-stats-grid{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px;margin-bottom:40px}@media (min-width:640px){.landing-proof-stats-grid{grid-template-columns:repeat(3,1fr);gap:16px}}.landing-proof-stat{text-align:center;padding:24px 16px;border-radius:var(--l-radius);background:var(--l-surface);border:1px solid var(--l-border)}.landing-proof-stat-value{display:block;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;letter-spacing:-.04em;color:var(--l-accent);margin-bottom:6px}.landing-proof-stat-label{font-size:.82rem;color:var(--l-muted)}.landing-proof-pills{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px}.landing-proof-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:999px;border:1px solid var(--l-border);background:var(--l-surface);font-size:.88rem;color:var(--l-text-secondary);transition:border-color .25s ease,transform .2s ease}.landing-proof-pill-dot{width:6px;height:6px;border-radius:50%;background:var(--l-accent)}.landing-proof-link{margin-left:8px;font-size:.9rem}.landing-section--demo{scroll-margin-top:calc(var(--l-nav-h) + 24px)}.landing-demo-stage{margin-top:48px}.landing-demo-frame{position:relative;border-radius:calc(var(--l-radius) + 8px);border:1px solid var(--l-border);background:var(--l-surface);padding:12px;box-shadow:0 40px 100px rgba(0,0,0,.45),0 0 60px var(--l-accent-glow)}.landing-demo-frame .landing-orchestration{aspect-ratio:16/10;min-height:320px;max-height:520px}.landing-demo-frame .landing-orchestration-scene{padding-top:40px}.landing-demo-chrome{position:absolute;top:20px;left:20px;right:20px;display:flex;align-items:center;gap:8px;pointer-events:none;z-index:2}.landing-demo-chrome-dot{width:10px;height:10px;border-radius:50%;background:var(--l-border)}.landing-demo-chrome-title{margin-left:8px;font-size:.72rem;color:var(--l-muted);font-weight:500}.landing-demo-controls{margin-top:28px;display:flex;flex-direction:column;gap:20px}.landing-demo-play{align-self:flex-start}.landing-demo-steps{display:grid;grid-gap:8px;gap:8px}@media (min-width:640px){.landing-demo-steps{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.landing-demo-steps{grid-template-columns:repeat(3,1fr)}}.landing-demo-step{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:12px;border:1px solid var(--l-border);background:var(--l-surface-soft);color:var(--l-muted);font-size:.85rem;text-align:left;cursor:pointer;transition:border-color .25s ease,color .25s ease,background .25s ease;font-family:inherit}.landing-demo-step--active{border-color:rgba(110,231,255,.3);color:var(--l-text);background:rgba(110,231,255,.06)}.landing-demo-step-num{font-size:.72rem;font-weight:700;color:var(--l-accent);letter-spacing:.06em}.landing-demo-cta{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:48px}.landing-features-grid{display:grid;grid-gap:20px;gap:20px}@media (min-width:640px){.landing-features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.landing-features-grid{grid-template-columns:repeat(3,1fr)}}.landing-card--feature{position:relative}.landing-feature-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:rgba(110,231,255,.1);border:1px solid rgba(110,231,255,.2);font-size:1rem;color:var(--l-accent);margin-bottom:16px}.landing-features-cta{text-align:center;margin-top:48px}.landing-section--faq{max-width:800px}.landing-faq-list{display:flex;flex-direction:column;gap:12px}.landing-faq-item{border-radius:var(--l-radius);border:1px solid var(--l-border);background:var(--l-surface);overflow:hidden}.landing-faq-item--open{border-color:rgba(110,231,255,.22)}.landing-faq-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;background:transparent;border:none;color:var(--l-text);font-size:1rem;font-weight:600;text-align:left;cursor:pointer;font-family:inherit;letter-spacing:-.02em}.landing-faq-chevron{color:var(--l-accent);font-size:.85rem;flex-shrink:0}.landing-faq-panel{overflow:hidden}.landing-faq-panel p{margin:0;padding:0 24px 20px;color:var(--l-muted);line-height:1.65;font-size:.95rem}.landing-rail-disclaimer{text-align:center;font-size:.78rem;color:var(--l-muted);max-width:52ch;margin:0 auto 8px;line-height:1.5}.landing-lifestyle-scene-detail{font-size:.75rem;color:hsla(0,0%,100%,.62);line-height:1.4}.landing-cta-sub{position:relative;z-index:1;color:var(--l-muted);margin:0 auto 32px;max-width:42ch;line-height:1.6;font-size:1.05rem}.landing-sticky-cta{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);z-index:90;display:flex;align-items:center;gap:16px;padding:12px 16px 12px 20px;border-radius:999px;background:rgba(14,14,16,.92);border:1px solid var(--l-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 16px 48px rgba(0,0,0,.5),0 0 32px var(--l-accent-glow);max-width:calc(100vw - 32px);flex-wrap:wrap;justify-content:center}.landing-sticky-cta-text{margin:0;font-size:.88rem;color:var(--l-text-secondary);white-space:nowrap}.landing-sticky-cta-text strong{color:var(--l-text);font-weight:600}.landing-sticky-cta-actions{display:flex;gap:8px;flex-wrap:wrap}@media (max-width:640px){.landing-sticky-cta-text span{display:none}}.landing-nav-menu-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--l-border);border-radius:12px;background:var(--l-surface);cursor:pointer}@media (min-width:900px){.landing-nav-menu-btn{display:none}}.landing-nav-menu-icon{position:relative;width:18px;height:2px;background:var(--l-text);border-radius:1px;transition:background .2s ease}.landing-nav-menu-icon:after,.landing-nav-menu-icon:before{content:"";position:absolute;left:0;width:18px;height:2px;background:var(--l-text);border-radius:1px;transition:transform .25s ease,top .25s ease}.landing-nav-menu-icon:before{top:-6px}.landing-nav-menu-icon:after{top:6px}.landing-nav-menu-icon--open{background:transparent}.landing-nav-menu-icon--open:before{top:0;transform:rotate(45deg)}.landing-nav-menu-icon--open:after{top:0;transform:rotate(-45deg)}.landing-nav-backdrop{position:fixed;inset:0;z-index:110;background:rgba(0,0,0,.6);border:none;cursor:pointer}.landing-nav-mobile{position:fixed;top:0;right:0;bottom:0;z-index:120;width:min(320px,88vw);padding:calc(var(--l-nav-h) + 24px) 28px 32px;background:var(--l-surface);border-left:1px solid var(--l-border);display:flex;flex-direction:column;gap:8px;box-shadow:-24px 0 64px rgba(0,0,0,.4)}.landing-nav-mobile-link{display:block;padding:16px 0;font-size:1.25rem;font-weight:600;color:var(--l-text);text-decoration:none;letter-spacing:-.02em;border-bottom:1px solid var(--l-border)}.landing-nav-actions-desktop{display:none}@media (min-width:900px){.landing-nav-actions-desktop{display:block}}@media (max-width:899px){.landing-nav-actions .landing-btn--ghost:not(.landing-nav-menu-btn){display:none}}@media (max-width:767px){.landing-main{padding-bottom:calc(72px + env(safe-area-inset-bottom))}.landing-btn{min-height:44px}.landing-nav{padding:0 16px}.landing-section{padding-left:16px;padding-right:16px}.landing-section--hero{min-height:auto;padding-top:calc(var(--l-nav-h) + 28px);padding-bottom:56px}.landing-hero-split{gap:36px}.landing-h1{font-size:clamp(2.1rem,10.5vw,2.85rem);line-height:1.08;margin-bottom:20px}.landing-hero-highlight{display:block;min-width:0;margin-top:.15em}.landing-hero-build-line{font-size:.95rem;line-height:1.5;margin-bottom:20px;max-width:100%}.landing-hero-build-highlight{display:block;min-width:0;max-width:100%;margin-top:.2em}.landing-rotating-text{display:block;width:100%;max-width:100%}.landing-rotating-text-inner{white-space:normal;word-break:break-word}.landing-hero-actions{flex-direction:column;gap:10px}.landing-hero-actions .landing-btn--lg{width:100%;justify-content:center}.landing-lead{font-size:1rem;line-height:1.6}.landing-hero-proof{font-size:.88rem;line-height:1.55}.landing-orchestration{width:100%;min-height:320px;aspect-ratio:auto;max-height:none}.landing-orchestration--compact{min-height:300px;max-height:none}.landing-orchestration-scene{padding:16px;gap:10px}.landing-orchestration--compact .landing-orchestration-event-icon{font-size:1.65rem}.landing-orchestration-event,.landing-orchestration-lifestyle{max-width:100%;padding:10px 12px}.landing-orchestration-graph{padding:6px 0;gap:6px}.landing-orchestration-node{font-size:.62rem;padding:5px 8px}.landing-orchestration-ide-bar{padding:8px 12px}.landing-orchestration-code{padding:10px 12px;font-size:.62rem}.landing-orchestration-status{flex-wrap:wrap;gap:8px;padding:10px 12px;font-size:.65rem}.landing-hero-video-expand{top:8px;right:8px;width:30px;height:30px;opacity:1;background:rgba(0,0,0,.45);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.landing-hero-video-expand svg{width:16px;height:16px}.landing-hero-video-fullpage-stack{gap:10px}.landing-hero-video-fullpage-chrome{gap:8px}.landing-hero-video-fullpage-brand .missionide-logo-mark{width:clamp(42px,9vw,56px);height:auto}.landing-hero-video-close--fullpage{width:34px;height:34px}.landing-hero-ambient-orb--1{width:260px;height:260px;right:-12%}.landing-hero-ambient-orb--2{width:200px;height:200px}.landing-chaos{padding:24px 16px;min-height:220px}.landing-chaos-line{font-size:.75rem;padding:8px 12px}.landing-flow{padding:20px 16px;min-height:auto}.landing-flow-step{padding:14px 16px;font-size:.88rem}.landing-cta-band{padding:64px 20px;margin:0 16px var(--l-section-pad)}.landing-lifestyle{padding-left:16px;padding-right:16px}.landing-lifestyle-progress-bar{min-width:0}.landing-demo-frame{padding:8px}.landing-demo-chrome{top:14px;left:14px;right:14px}.landing-sticky-cta{bottom:max(12px,env(safe-area-inset-bottom));left:16px;right:16px;transform:none;width:auto;max-width:none;border-radius:20px;padding:12px 14px}.landing-nav-actions .landing-btn--primary{padding:10px 14px;font-size:.82rem}.landing-footer{padding:40px 16px calc(56px + env(safe-area-inset-bottom));flex-direction:column}.landing-footer-links{gap:16px 20px}.landing-h2--giant{font-size:clamp(2rem,9vw,2.75rem);max-width:none}.landing-coming-soon-grid{gap:36px}}@media (max-width:389px){.landing-nav-actions .landing-btn--primary{padding:10px 12px;font-size:.78rem}.landing-brand{font-size:.92rem}}@media (prefers-reduced-motion:reduce){.landing-chaos-line,.landing-orchestration *{animation:none!important}}@font-face{font-family:__GeistSans_3a0388;src:url(/_next/static/media/e11418ac562b8ac1-s.p.woff2) format("woff2");font-display:swap;font-weight:100 900}@font-face{font-family:__GeistSans_Fallback_3a0388;src:local("Arial");ascent-override:85.83%;descent-override:20.52%;line-gap-override:9.33%;size-adjust:107.19%}.__className_3a0388{font-family:__GeistSans_3a0388,__GeistSans_Fallback_3a0388}.__variable_3a0388{--font-geist-sans:"__GeistSans_3a0388","__GeistSans_Fallback_3a0388"}