:root{--bg:#12081f;--bg-soft:#1a1035;--surface:#241645;--border:#3a2a63;--text:#cfc4e8;--text-strong:#fff;--pink:#ff5c8a;--yellow:#ffd166;--teal:#4ecdc4;--purple:#a06cd5;--font-pixel:"Press Start 2P", monospace;--font-body:"Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.7}.app{flex-direction:column;min-height:100vh;display:flex}main{flex:1}a{color:var(--teal)}.navbar{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:2px solid var(--border);background:#12081fe6;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex;position:sticky;top:0}.navbar-brand{align-items:center;gap:.6rem;text-decoration:none;display:flex}.navbar-logo{width:28px;height:28px;image-rendering:pixelated}.navbar-title{font-family:var(--font-pixel);color:var(--text-strong);font-size:.85rem}.navbar-links{gap:1.5rem;display:flex}.navbar-links a{color:var(--text);border-bottom:2px solid #0000;padding-bottom:2px;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .15s,border-color .15s}.navbar-links a:hover{color:var(--text-strong)}.navbar-links a.active{color:var(--yellow);border-bottom-color:var(--yellow)}.hero{text-align:center;background:radial-gradient(ellipse 60% 50% at 50% 0%, #a06cd540, transparent), var(--bg);padding:6rem 1.5rem 4rem}.hero-badge{font-family:var(--font-pixel);color:var(--yellow);border:2px solid var(--yellow);margin-bottom:2rem;padding:.5rem 1rem;font-size:.6rem;display:inline-block}.hero-title{font-family:var(--font-pixel);color:var(--text-strong);text-shadow:4px 4px 0 var(--purple);margin-bottom:1.5rem;font-size:clamp(2rem,7vw,4rem)}.hero-title-accent{color:var(--pink)}.hero-tagline{font-family:var(--font-pixel);color:var(--teal);margin-bottom:1.25rem;font-size:clamp(.7rem,2vw,1rem)}.hero-text{max-width:34rem;margin:0 auto 2.5rem;font-size:1.1rem}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.btn{font-family:var(--font-pixel);border:2px solid #0000;padding:1rem 1.5rem;font-size:.7rem;text-decoration:none;transition:transform .1s}.btn:active{transform:translate(2px,2px)}.btn-primary{background:var(--pink);color:#1a0510;box-shadow:4px 4px 0 var(--purple)}.btn-ghost{color:var(--text-strong);border-color:var(--border)}.btn-ghost:hover{border-color:var(--teal);color:var(--teal)}.hero-pixels{justify-content:center;gap:.5rem;display:flex}.hero-pixels span{width:12px;height:12px;animation:1.2s ease-in-out infinite bounce}.hero-pixels span:nth-child(4n+1){background:var(--pink)}.hero-pixels span:nth-child(4n+2){background:var(--yellow);animation-delay:.15s}.hero-pixels span:nth-child(4n+3){background:var(--teal);animation-delay:.3s}.hero-pixels span:nth-child(4n+4){background:var(--purple);animation-delay:.45s}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.section-title{font-family:var(--font-pixel);color:var(--text-strong);text-align:center;margin-bottom:3rem;font-size:clamp(1rem,3vw,1.5rem)}.features{max-width:64rem;margin:0 auto;padding:4rem 1.5rem}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.feature-card{background:var(--surface);border:2px solid var(--border);padding:2rem 1.5rem;transition:transform .15s,border-color .15s}.feature-card:hover{border-color:var(--purple);transform:translateY(-4px)}.feature-icon{margin-bottom:1rem;font-size:2rem}.feature-card h3{color:var(--text-strong);margin-bottom:.5rem;font-size:1.05rem}.feature-card p{font-size:.95rem}.download{text-align:center;background:var(--bg-soft);border-top:2px solid var(--border);padding:4rem 1.5rem 5rem}.download>p{max-width:30rem;margin:0 auto 2rem}.store-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.store-btn{background:var(--surface);border:2px solid var(--border);cursor:default;opacity:.85;flex-direction:column;align-items:flex-start;min-width:12rem;padding:.75rem 1.5rem;text-decoration:none;display:flex}.store-btn-small{color:var(--text);font-size:.7rem}.store-btn-big{color:var(--text-strong);font-size:1.1rem;font-weight:700}.download-legal{opacity:.8;font-size:.85rem}.legal{max-width:44rem;margin:0 auto;padding:4rem 1.5rem 5rem}.legal h1{font-family:var(--font-pixel);color:var(--text-strong);margin-bottom:.75rem;font-size:clamp(1.1rem,3.5vw,1.6rem);line-height:1.6}.legal-updated{color:var(--purple);margin-bottom:2rem;font-size:.85rem}.legal h2{color:var(--yellow);margin:2.25rem 0 .75rem;font-size:1.15rem}.legal p{margin-bottom:1rem}.legal ul{margin:0 0 1rem 1.5rem}.legal li{margin-bottom:.5rem}.legal strong{color:var(--text-strong)}.footer{border-top:2px solid var(--border);background:var(--bg-soft);padding:2.5rem 1.5rem}.footer-inner{text-align:center;flex-direction:column;align-items:center;gap:1rem;max-width:64rem;margin:0 auto;display:flex}.footer-brand{font-family:var(--font-pixel);color:var(--text-strong);align-items:center;gap:.5rem;font-size:.75rem;display:flex}.footer-logo{width:20px;height:20px}.footer-links{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.footer-links a{color:var(--text);font-size:.9rem;text-decoration:none}.footer-links a:hover{color:var(--teal)}.footer-copy{opacity:.7;font-size:.8rem}@media (width<=520px){.navbar{flex-direction:column;gap:.75rem}.hero{padding-top:4rem}}
