:root{--bg: #05050a;--surface: rgba(255, 255, 255, .04);--border: rgba(255, 255, 255, .1);--text: #f4f4f8;--text-dim: rgba(244, 244, 248, .68);--text-faint: rgba(244, 244, 248, .45);--accent: hsl(247, 100%, 74%);--accent-2: #5ee7c0;--radius: 14px;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}.site{min-height:100%;display:flex;flex-direction:column}.site-header{position:fixed;top:0;left:0;right:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:1.5rem clamp(1.25rem,4vw,3rem)}.brand{font-weight:600;font-size:1.05rem;letter-spacing:.01em}.brand.small{font-size:.95rem;display:block}.site-nav{display:flex;align-items:center;gap:clamp(1.25rem,3vw,2.25rem);font-size:.9rem;color:var(--text-dim)}.site-nav a:hover{color:var(--text)}.hero{position:relative}.hero-bg{position:relative;width:100%;min-height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-canvas{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;padding:9rem 1.5rem 6rem;pointer-events:none}.hero-content>*{pointer-events:auto}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;color:var(--text-faint);margin:0 0 1.25rem}.hero h1{font-size:clamp(2.4rem,6vw,4.4rem);line-height:1.08;margin:0 0 1.25rem;font-weight:650;letter-spacing:-.02em;background:linear-gradient(160deg,#fff 20%,#b9b3ff 65%,#8b7bff);-webkit-background-clip:text;background-clip:text;color:transparent}.subtitle{max-width:42ch;margin:0 auto 2.25rem;font-size:clamp(1rem,1.6vw,1.2rem);color:var(--text-dim);line-height:1.6}.hero-fade{position:absolute;left:0;right:0;bottom:0;height:18vh;min-height:140px;background:linear-gradient(to bottom,transparent,var(--bg));pointer-events:none;z-index:1}.about{position:relative;z-index:2;background:var(--bg);padding:5rem 1.5rem 7rem;scroll-margin-top:5.5rem}.about-inner{max-width:920px;margin:0 auto}.about h2{font-size:clamp(1.5rem,3vw,2rem);margin:0 0 1.25rem;letter-spacing:-.01em}.about>.about-inner>p{color:var(--text-dim);font-size:1.05rem;line-height:1.75;max-width:68ch;margin:0 0 3rem}.pillars{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.pillar{border:1px solid var(--border);background:var(--surface);border-radius:var(--radius);padding:1.75rem}.pillar h3{margin:0 0 .65rem;font-size:1.05rem;font-weight:600}.pillar p{margin:0;color:var(--text-dim);font-size:.92rem;line-height:1.6}.products{position:relative;z-index:2;background:var(--bg);padding:0 1.5rem 7rem;border-top:1px solid var(--border);scroll-margin-top:5.5rem}.products-inner{max-width:920px;margin:0 auto;padding-top:5rem}.products h2{font-size:clamp(1.5rem,3vw,2rem);margin:0 0 .6rem;letter-spacing:-.01em}.products-intro{color:var(--text-dim);font-size:1rem;margin:0 0 2rem}.product-card{border:1px solid var(--border);background:var(--surface);border-radius:var(--radius);padding:1.75rem 2rem;max-width:480px}.product-card-head{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.product-card-head h3{margin:0;font-size:1.15rem;font-weight:600}.badge-soon{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--accent-2);border:1px solid rgba(94,231,192,.35);background:#5ee7c014;border-radius:999px;padding:.2rem .6rem}.product-card p{margin:0 0 1.5rem;color:var(--text-dim);font-size:.95rem;line-height:1.65}.store-badges{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1.25rem}.store-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .9rem;border:1px solid var(--border);border-radius:10px;color:var(--text-faint);font-size:.85rem}.site-footer{position:relative;z-index:2;background:var(--bg);border-top:1px solid var(--border);padding:2.5rem 1.5rem}.footer-inner{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem}.footer-brand{display:flex;flex-direction:column;gap:.15rem}.footer-legal{color:var(--text-faint);font-size:.82rem}.footer-links{display:flex;gap:1.5rem;flex-wrap:wrap;font-size:.88rem;color:var(--text-dim)}.footer-links a:hover{color:var(--text)}.footer-copy{width:100%;color:var(--text-faint);font-size:.78rem;padding-top:1.5rem;margin-top:.5rem;border-top:1px solid var(--border)}.legal{padding:8.5rem 1.5rem 6rem;min-height:70vh}.legal-inner{max-width:720px;margin:0 auto}.legal h1{font-size:clamp(1.8rem,4vw,2.4rem);margin:0 0 .5rem;letter-spacing:-.01em}.legal-updated{color:var(--text-faint);font-size:.85rem;margin:0 0 2.5rem}.legal h2{font-size:1.15rem;margin:2.25rem 0 .85rem;font-weight:600}.legal p,.legal li{color:var(--text-dim);font-size:.98rem;line-height:1.75}.legal ul{padding-left:1.25rem;margin:.5rem 0}.legal li{margin-bottom:.5rem}.legal a{color:var(--accent-2);text-decoration:underline;text-underline-offset:2px}.galaxy-container{width:100%;height:100%;position:relative}
