@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700&display=swap";.subpage-header{display:flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.06)}.subpage-header-logo{display:block;transition:opacity .2s}.subpage-header-logo:hover{opacity:.85}.subpage-header-logo-img{display:block;height:80px;width:auto;object-fit:contain;border-radius:8px}.home{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem 4rem}.hero{max-width:560px;width:100%;text-align:center}.hero-image-wrap{margin-bottom:2rem;border-radius:20px;overflow:hidden;background:var(--surface);aspect-ratio:1;display:flex;align-items:center;justify-content:center}.hero-image{width:100%;height:100%;object-fit:cover}.hero-image-placeholder{background:linear-gradient(145deg,var(--surface) 0%,rgba(232,93,4,.2) 100%)}.hero-placeholder{font-size:3rem;font-weight:700;color:var(--accent);opacity:.8}.hero-title,.hero-subtitle{text-wrap:balance}.hero-title{font-size:clamp(2rem,5vw,2.75rem);font-weight:700;margin:0 0 .5rem;letter-spacing:-.02em}.hero-subtitle{color:var(--text-muted);font-size:1.125rem;margin:0 0 2rem}.hero-coming-soon{color:var(--accent);font-size:1.125rem;font-weight:600;letter-spacing:.02em;margin:0;padding:.5rem 1rem;border:1px solid rgba(0,122,255,.35);border-radius:999px;display:inline-block}.privacy{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem 4rem}.privacy-content{max-width:560px;width:100%}.privacy-content h1{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;margin:0 0 .5rem;letter-spacing:-.02em}.privacy-updated{color:var(--text-muted);font-size:.875rem;margin:0 0 2rem}.privacy-content section{margin-bottom:2rem}.privacy-content h2{font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.privacy-content h3{font-size:1rem;font-weight:600;margin:1rem 0 .25rem}.privacy-content h3:first-of-type{margin-top:.5rem}.privacy-content ul{color:var(--text-muted);font-size:1rem;margin:.5rem 0 0;padding-left:1.25rem;line-height:1.6}.privacy-content li{margin-bottom:.25rem}.privacy-content p{color:var(--text-muted);font-size:1rem;margin:0;line-height:1.6}.privacy-content p+p{margin-top:.75rem}.privacy-content a{color:var(--accent);transition:color .2s}.privacy-content a:hover{color:var(--accent-hover)}.support{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem 4rem}.support-content{max-width:560px;width:100%;text-align:center}.support-content h1{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;margin:0 0 .5rem;letter-spacing:-.02em}.support-content p{color:var(--text-muted);font-size:1rem;margin:0;line-height:1.6}.support-content p+p{margin-top:.75rem}.support-content a{color:var(--accent);transition:color .2s}.support-content a:hover{color:var(--accent-hover)}:root{--bg: #0d0d0f;--surface: #16161a;--accent: #007AFF;--accent-hover: #3395ff;--text: #fafafa;--text-muted: #a1a1aa}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Outfit,system-ui,sans-serif;background:radial-gradient(ellipse 80% 70% at 50% 20%,#131f2e,#0d1419 45%,#0a0d0f);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}#root{min-height:100vh}.layout{display:flex;flex-direction:column;min-height:100vh}.main{flex:1;display:flex;flex-direction:column;min-height:0}.footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem .75rem;padding:1.25rem 2rem;color:var(--text-muted);font-size:.875rem;border-top:1px solid rgba(255,255,255,.06)}.footer-sep{opacity:.5;-webkit-user-select:none;user-select:none}.footer a{color:var(--text-muted);transition:color .2s}.footer a:hover{color:var(--text)}
