.site{position:relative;min-height:100vh}.data-web-canvas{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:.55}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:var(--header-h);background:#050506d1;border-bottom:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:.625rem;font-family:var(--font-display);font-weight:600;font-size:.9375rem;letter-spacing:-.02em}.header-meta{display:flex;align-items:center;gap:1rem}.beta-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.3125rem .625rem;font-size:.75rem;font-weight:500;color:var(--text-secondary);background:var(--bg-panel);border:1px solid var(--border)}.header-cta{padding:.4375rem .875rem;font-size:.8125rem;font-weight:500;background:var(--text);color:var(--bg);border:1px solid var(--text);transition:background .15s,color .15s}.header-cta:hover{background:transparent;color:var(--text)}.hero{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1.1fr;min-height:calc(100dvh - var(--header-h));border-bottom:1px solid var(--border-subtle)}.hero-copy{display:flex;flex-direction:column;justify-content:flex-end;padding:calc(var(--header-h) + 2rem) 2.5rem 4.5rem 2.5rem;max-width:480px}.hero-eyebrow{font-size:.8125rem;font-weight:500;color:var(--text-muted);margin-bottom:1.25rem}.hero-title{font-family:var(--font-display);font-size:clamp(2rem,3.8vw,2.75rem);font-weight:700;line-height:1.08;letter-spacing:-.03em;margin-bottom:1.5rem}.hero-lede{font-size:.9375rem;line-height:1.7;color:var(--text-secondary);max-width:38ch;margin-bottom:2.25rem}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem}.hero-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.6875rem 1.125rem;font-size:.8125rem;font-weight:500;background:var(--text);color:var(--bg);border:1px solid var(--text);transition:background .15s,color .15s}.hero-cta:hover{background:transparent;color:var(--text)}.hero-scroll{display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:500;color:var(--text-muted);transition:color .15s}.hero-scroll:hover{color:var(--text)}.hero-earth{position:relative;min-height:calc(100dvh - var(--header-h))}.hero-earth canvas{width:100%!important;height:100%!important}.hero-axis-label{position:absolute;bottom:2rem;right:2rem;font-size:.75rem;color:var(--text-muted);pointer-events:none}.tabular{font-variant-numeric:tabular-nums}.features-intro{position:relative;z-index:1;padding:5rem 2.5rem 3rem;border-bottom:1px solid var(--border-subtle);background:linear-gradient(180deg,#05050666,#050506d9)}.features-intro-inner{max-width:640px}.section-tag{display:inline-block;font-size:.8125rem;font-weight:500;color:var(--accent);margin-bottom:.875rem}.section-title{font-family:var(--font-display);font-size:clamp(1.375rem,2.5vw,1.75rem);font-weight:600;letter-spacing:-.02em;line-height:1.25;margin-bottom:1rem}.section-desc{font-size:.9375rem;line-height:1.65;color:var(--text-secondary)}.features-list{position:relative;z-index:1}.feature-block{display:grid;grid-template-columns:3rem 3rem 1fr;gap:0 1.5rem;padding:2.5rem;border-bottom:1px solid var(--border-subtle);background:#0505068c;transition:background .2s}.feature-block:hover{background:#0a0a0cbf}.feature-index{font-size:.8125rem;font-weight:500;color:var(--text-muted);padding-top:.125rem}.feature-icon-wrap{display:flex;align-items:flex-start;justify-content:center;padding-top:.125rem;color:var(--text-secondary)}.feature-body{max-width:640px}.feature-subtitle{font-size:.8125rem;font-weight:500;color:var(--text-muted);margin-bottom:.375rem}.feature-title{font-family:var(--font-display);font-size:1.125rem;font-weight:600;letter-spacing:-.015em;margin-bottom:.625rem}.feature-desc{font-size:.875rem;line-height:1.65;color:var(--text-secondary)}.feature-metrics{display:flex;gap:2rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--border-subtle)}.metric dt{font-size:.75rem;font-weight:500;color:var(--text-muted);margin-bottom:.25rem}.metric dd{font-size:1rem;font-weight:600;font-variant-numeric:tabular-nums}.beta-notice{position:relative;z-index:1;padding:3rem 2.5rem;border-bottom:1px solid var(--border-subtle);background:var(--bg-elevated)}.beta-notice-inner{display:flex;gap:1.25rem;max-width:720px;color:var(--text-secondary)}.beta-notice-inner svg{flex-shrink:0;margin-top:.125rem;color:var(--text-muted)}.beta-notice-title{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.beta-notice-text{font-size:.875rem;line-height:1.65}.outreach{position:relative;z-index:1;padding:4rem 2.5rem 5rem;background:#050506e6}.outreach-inner{max-width:720px;margin:0 auto}.outreach-header{margin-bottom:2.5rem}.outreach-form{display:flex;flex-direction:column;gap:1.25rem;padding:2rem;background:var(--bg-panel);border:1px solid var(--border)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-field{display:flex;flex-direction:column;gap:.375rem}.form-field--full{grid-column:1 / -1}.form-label{font-size:.8125rem;font-weight:500;color:var(--text-secondary)}.form-field input,.form-field select,.form-field textarea{padding:.625rem .75rem;background:var(--bg);border:1px solid var(--border);font-size:.875rem;transition:border-color .15s}.form-field input::placeholder,.form-field textarea::placeholder{color:var(--text-muted)}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:#5b8def80}.form-field select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236e6e78' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}.form-field textarea{resize:vertical;min-height:100px;line-height:1.55}.form-actions{display:flex;flex-direction:column;gap:.75rem;padding-top:.5rem}.btn-primary{align-self:flex-start;padding:.6875rem 1.25rem;font-size:.8125rem;font-weight:500;background:var(--text);color:var(--bg);border:1px solid var(--text);cursor:pointer;transition:background .15s,color .15s,opacity .15s}.btn-primary:hover:not(:disabled){background:transparent;color:var(--text)}.btn-primary:disabled{opacity:.35;cursor:not-allowed}.form-note{font-size:.8125rem;color:var(--text-muted)}.form-note a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.form-note--error{color:#e88a8a}.join-page{position:relative;z-index:1;max-width:720px;margin:0 auto;padding:calc(var(--header-h) + 3rem) 2.5rem 5rem}.join-hero{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border-subtle)}.join-title{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;letter-spacing:-.025em;line-height:1.2;margin-bottom:1rem}.join-lede{font-size:.9375rem;line-height:1.65;color:var(--text-secondary)}.join-section{margin-bottom:3rem}.join-section-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem;letter-spacing:-.015em}.join-section p,.join-section-intro{font-size:.875rem;line-height:1.7;color:var(--text-secondary);margin-bottom:1rem}.join-section-intro{margin-bottom:1.25rem}.join-section--highlight{padding:1.5rem;background:#050506d9;border:1px solid var(--border)}.join-list{margin:0;padding-left:1.25rem;font-size:.875rem;line-height:1.7;color:var(--text-secondary)}.join-list li{margin-bottom:.5rem}.join-stack-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.join-stack-card{padding:1.25rem;background:#050506d9;border:1px solid var(--border)}.join-stack-card h3{font-size:.8125rem;font-weight:600;margin-bottom:.75rem;color:var(--text)}.join-stack-card ul{margin:0;padding:0;list-style:none}.join-stack-card li{font-size:.8125rem;line-height:1.5;color:var(--text-secondary);padding:.25rem 0}.join-positions-grid{display:grid;gap:1rem}.join-position-card{padding:1.25rem 1.375rem;background:#050506d9;border:1px solid var(--border)}.join-position-card h3{font-size:.9375rem;font-weight:600;margin-bottom:.75rem;color:var(--text)}.join-position-stack{display:flex;flex-wrap:wrap;gap:.375rem;margin:0 0 .875rem;padding:0;list-style:none}.join-position-stack li{font-size:.6875rem;font-weight:500;letter-spacing:.02em;text-transform:uppercase;padding:.25rem .5rem;border:1px solid var(--border);color:var(--text-secondary)}.join-position-card p{font-size:.8125rem;line-height:1.65;color:var(--text-secondary);margin:0}.join-apply{margin-top:1rem;padding-top:2rem;border-top:1px solid var(--border-subtle)}.join-apply-inner{max-width:100%}.join-form-file{padding:.5rem 0;font-size:.8125rem;color:var(--text-secondary);cursor:pointer}.join-form-file::file-selector-button{margin-right:.75rem;padding:.5rem .75rem;font-size:.75rem;font-weight:500;background:var(--bg-panel);border:1px solid var(--border);color:var(--text);cursor:pointer}.join-form-file-name{display:block;margin-top:.375rem;font-size:.75rem;color:var(--text-muted)}.site-footer{position:relative;z-index:1;padding:2.5rem;border-top:1px solid var(--border-subtle);background:var(--bg)}.footer-inner{max-width:720px}.footer-brand{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.875rem;margin-bottom:.5rem}.footer-copy{font-size:.8125rem;color:var(--text-muted);margin-bottom:1rem}.footer-legal{font-size:.75rem;color:var(--text-muted)}.site-main{position:relative;z-index:1}.header-nav{display:flex;align-items:center;gap:1.5rem;margin-right:auto;margin-left:2rem}.header-nav a{font-size:.8125rem;color:var(--text-secondary);transition:color .15s}.header-nav a:hover{color:var(--text)}.inline-link{display:inline-block;margin-top:1rem;font-size:.875rem;color:var(--accent);transition:opacity .15s}.inline-link:hover{opacity:.8}.btn-secondary{padding:.6875rem 1.25rem;font-size:.8125rem;font-weight:500;background:transparent;color:var(--text);border:1px solid var(--border);cursor:pointer;transition:border-color .15s,background .15s}.btn-secondary:hover{border-color:var(--text-muted);background:var(--bg-panel)}.journey3d{position:relative;z-index:1;height:calc(var(--journey-steps) * (100dvh - var(--header-h)))}.journey3d-sticky{position:sticky;top:var(--header-h);height:calc(100dvh - var(--header-h));width:100%}.journey3d-triggers{pointer-events:none}.journey3d-trigger{height:calc(100dvh - var(--header-h))}.journey3d-sticky canvas{width:100%!important;height:100%!important;display:block}.journey3d-caption{position:absolute;left:2rem;bottom:2rem;z-index:5;max-width:min(380px,calc(100% - 4rem));pointer-events:none}.journey3d-caption-stage{display:block;font-size:.8125rem;font-weight:500;color:var(--accent);margin-bottom:.375rem}.journey3d-caption-title{font-family:var(--font-display);font-size:1.25rem;font-weight:600;letter-spacing:-.02em;line-height:1.25;color:var(--text);margin-bottom:.5rem}.journey3d-caption-desc{font-size:.8125rem;line-height:1.6;color:var(--text-secondary);margin:0}.journey-edge{margin-top:.875rem;font-size:.8125rem;color:var(--text-muted)}.journey-edge-label{color:var(--accent)}.about-dev{position:relative;z-index:1;padding:4rem 2.5rem;border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);background:var(--bg-elevated)}.about-dev-inner{max-width:960px;margin:0 auto}.about-dev-grid{display:grid;grid-template-columns:1fr 240px;gap:3rem;margin-top:1.5rem}.about-dev-lede{font-size:1rem;line-height:1.65;margin-bottom:1rem}.about-dev-link{display:inline-flex;align-items:center;gap:.25rem;color:var(--text);font-weight:600;text-decoration:underline;text-underline-offset:3px}.about-dev-mission{font-size:.9375rem;line-height:1.65;color:var(--text-secondary);margin-bottom:1rem}.about-dev-note{font-size:.875rem;line-height:1.65;color:var(--text-muted)}.about-dev-meta dl{display:flex;flex-direction:column;gap:1.25rem}.about-dev-meta dt{font-size:.75rem;font-weight:500;color:var(--text-muted);margin-bottom:.25rem}.about-dev-meta dd{font-size:.875rem;font-weight:500}.doc-page{max-width:720px;margin:0 auto;padding:calc(var(--header-h) + 3rem) 2.5rem 5rem}.doc-hero{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border-subtle)}.doc-title{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;letter-spacing:-.025em;line-height:1.2;margin-bottom:1rem}.doc-lede{font-size:.9375rem;line-height:1.65;color:var(--text-secondary)}.doc-section{margin-bottom:3rem}.doc-section h2{font-size:1.125rem;font-weight:600;margin-bottom:1rem;letter-spacing:-.015em}.doc-section h3{font-size:.875rem;font-weight:600;margin:1.25rem 0 .5rem;color:var(--text-secondary)}.doc-section p{font-size:.875rem;line-height:1.7;color:var(--text-secondary);margin-bottom:.875rem}.doc-section-header{display:flex;align-items:center;gap:.625rem;margin-bottom:1rem;color:var(--text-secondary)}.doc-section-header h2{margin-bottom:0}.doc-section--highlight{padding:1.5rem;background:var(--bg-panel);border:1px solid var(--border)}.doc-list{margin:.75rem 0 1rem 1.25rem;font-size:.875rem;line-height:1.7;color:var(--text-secondary)}.doc-list li{margin-bottom:.375rem}.doc-note{padding:.875rem 1rem;background:var(--bg-panel);border-left:2px solid var(--accent);font-size:.8125rem!important}.doc-footnote{font-size:.8125rem!important;color:var(--text-muted)!important;font-style:italic}.comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border);margin-top:1.25rem}.comparison-col{padding:1.25rem;background:var(--bg)}.comparison-col h3{font-size:.8125rem;font-weight:600;margin:0 0 .75rem;color:var(--text)}.comparison-col ul{list-style:none;font-size:.8125rem;line-height:1.6;color:var(--text-secondary)}.comparison-col li{padding-left:.875rem;position:relative;margin-bottom:.375rem}.comparison-col li:before{content:"";position:absolute;left:0;top:.55em;width:4px;height:4px;background:var(--text-muted)}.comparison-col--accent{background:var(--bg-panel)}.comparison-col--accent li:before{background:var(--accent)}.cost-table-wrap{overflow-x:auto;margin:1.5rem 0;border:1px solid var(--border)}.cost-table{width:100%;border-collapse:collapse;font-size:.8125rem}.cost-table th,.cost-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border-subtle)}.cost-table th{font-size:.75rem;font-weight:500;color:var(--text-muted);background:var(--bg-panel)}.cost-table td{color:var(--text-secondary)}.cost-table .tabular{font-size:.8125rem;font-variant-numeric:tabular-nums}.cost-savings{color:var(--accent)!important;font-weight:500}.doc-cta{display:flex;align-items:center;gap:1rem;padding-top:2rem;border-top:1px solid var(--border-subtle)}.doc-cta p{font-size:.9375rem;color:var(--text-secondary)}.doc-cta .btn-primary{display:inline-flex;align-items:center;gap:.375rem;text-decoration:none}.doc-section a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.doc-section code{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.8125em;padding:.125rem .375rem;background:var(--bg-panel);border:1px solid var(--border-subtle)}.cookie-controls{margin-top:1rem}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:200;padding:1rem 1.5rem;background:var(--bg-panel);border-top:1px solid var(--border)}.cookie-banner-inner{max-width:960px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.cookie-banner-text{font-size:.8125rem;line-height:1.55;color:var(--text-secondary)}.cookie-banner-text a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.cookie-banner-actions{display:flex;gap:.625rem;flex-shrink:0}.footer-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.footer-nav{display:flex;gap:1.25rem}.footer-nav a{font-size:.8125rem;color:var(--text-muted);transition:color .15s}.footer-nav a:hover{color:var(--text)}.footer-inner{max-width:960px}.hero{padding-top:0}@media(max-width:900px){.header-nav{display:none}.comparison-grid{grid-template-columns:1fr}.doc-page,.join-page{padding-left:1.5rem;padding-right:1.5rem}.cookie-banner-inner{flex-direction:column;align-items:stretch}.footer-top{flex-direction:column;align-items:flex-start;gap:.75rem}.about-dev-grid{grid-template-columns:1fr;gap:2rem}.journey3d-caption{left:1.25rem;bottom:1.25rem;max-width:calc(100% - 2.5rem)}.hero{grid-template-columns:1fr;grid-template-rows:auto 55vh}.hero-copy{padding:2.5rem 1.5rem 1.5rem;max-width:none;justify-content:flex-start}.hero-earth{min-height:55vh}.hero-axis-label{bottom:1rem;right:1rem}.features-intro,.beta-notice,.outreach,.site-footer,.about-dev{padding-left:1.5rem;padding-right:1.5rem}.form-row{grid-template-columns:1fr}.site-header{padding:0 1.25rem}.beta-badge{display:none}}@media(max-width:480px){.cookie-banner-actions{flex-direction:column}.cookie-banner-actions button{width:100%}.header-cta{font-size:.75rem;padding:.375rem .625rem}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #050506;--bg-elevated: #0a0a0c;--bg-panel: #0f0f11;--border: rgba(255, 255, 255, .1);--border-subtle: rgba(255, 255, 255, .06);--text: #ececee;--text-secondary: #9898a4;--text-muted: #6e6e78;--accent: #5b8def;--accent-dim: rgba(91, 141, 239, .15);--font-body: "Inter", system-ui, -apple-system, sans-serif;--font-display: "Plus Jakarta Sans", var(--font-body);--header-h: 56px}html{scroll-behavior:smooth;background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased}body{min-height:100vh;background:var(--bg);overflow-x:hidden}#root{min-height:100vh}::selection{background:#5b8def59;color:var(--text)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;color:inherit}:focus-visible{outline:1px solid var(--accent);outline-offset:2px}
