:root{--bf-purple:#5955CB;--bf-lav:#927AD0;--bf-yellow:#F4C00E;--bf-green:#7AC446;--bf-blue:#00A3FF;--cream:#FBF8F4;--bg:#0E0E12;--txt:#ffffff;--muted:#a0a0a0;--radius:16px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-6:24px;--space-8:32px;--space-12:48px;--section-pad:clamp(80px, 12vw, 160px);--font-sans: ui-rounded, "SF Rounded", "SF Pro Rounded", Nunito, -apple-system, system-ui, sans-serif}html,body{padding:0;margin:0;font-family:var(--font-sans);color:var(--txt)}a{color:inherit;text-decoration:none}:root{--bf-purple:#5955CB;--bf-lav:#927AD0;--bf-yellow:#F4C00E;--bf-green:#7AC446;--txt:#ffffff;--muted:#a0a0a0;--bg:#0E0E12;--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .12);--radius:16px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-6:24px;--space-8:32px;--space-12:48px}html.home-light{--txt:#464648;--muted:#6B6B6E;--bg:#FBF8F4;--border: rgba(0, 0, 0, .08);--border-strong: rgba(0, 0, 0, .12)}html.home-light body{background:var(--bg);color:var(--txt)}html.home-light .legal-header,html.home-light .support-header{border-bottom-color:var(--border-strong)}html.home-light .prose h1,html.home-light .prose h2{border-top-color:var(--border)}html.home-light .prose blockquote{border-left-color:var(--border-strong)}html.home-light .prose hr{border-top-color:var(--border-strong)}html.home-light .contact-box{background:#0000000a;border-color:var(--border)}html.home-light .instruction-card{background:#00000008;border-color:var(--border-strong)}html.home-light .footer a:hover,html.home-light .footer-links a:hover{color:var(--txt)}html.home-light .instruction-wordmark-dark,html.home-dark .instruction-wordmark-light{display:none}html.home-light .instruction-wordmark-light,html.home-dark .instruction-wordmark-dark{display:block}*{box-sizing:border-box}html{height:100%}body{min-height:100vh;margin:0;padding:0;background:var(--bg);color:var(--txt);font-family:ui-rounded,SF Rounded,SF Pro Rounded,Nunito,-apple-system,system-ui,sans-serif;display:flex;flex-direction:column}img{max-width:100%;display:block}.container{max-width:1100px;margin:0 auto;padding:var(--space-12) var(--space-4)}.center{display:flex;align-items:center;justify-content:center;text-align:center}.stack{display:flex;flex-direction:column;gap:clamp(8px,2vw,16px)}.button{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#0e0e12;border-radius:12px;padding:0 clamp(16px,2vw,24px);height:clamp(50px,6vw,70px);font-size:clamp(19px,2.5vw,26px);width:-moz-fit-content;width:fit-content;margin:0 auto;text-decoration:none;font-weight:650;line-height:1;transition:transform .08s ease}.button:hover{transform:translateY(-1px)}.muted{color:var(--muted)}.header-logo{width:auto;height:clamp(28px,5vw,40px);margin:clamp(16px,3vw,24px) auto clamp(16px,3vw,24px) auto;display:block}a:has(.header-logo){display:block;text-decoration:none}main{flex:1;display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 140px)}.hero{padding:var(--space-4);width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.app-icon{width:clamp(200px,25vw,280px);height:clamp(200px,25vw,280px);margin:0 auto clamp(16px,3vw,32px) auto;filter:drop-shadow(0 4px 20px rgba(0,0,0,.3))}.hero h1{font-weight:800;letter-spacing:-.02em;font-size:clamp(36px,7vw,72px);margin:0 0 clamp(12px,2vw,20px) 0}.hero p{font-size:clamp(20px,3vw,28px);margin:0 0 clamp(16px,3vw,32px) 0}.footer{padding:var(--space-12) var(--space-4)}.footer a{color:inherit;text-decoration:none;opacity:.8;font-size:clamp(16px,2vw,20px)}.footer a:hover{opacity:1}.footer-theme-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap;justify-content:center}.footer-theme-row .muted{margin:0}.footer nav>div{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:center}.footer nav>div a:not(:last-child):after{content:" ·";margin-left:12px}.footer small{font-size:clamp(16px,2vw,20px)}.section-dark{background:var(--bg);position:relative;z-index:2}.grain{position:relative}.grain:after{content:"";position:absolute;inset:0;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.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px;pointer-events:none;z-index:0}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease;transition-delay:var(--delay,0ms)}.reveal.visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}
