:root{--bg:#faf9f7;--surface:#fff;--text:#1a1a1a;--text-muted:#5c5c5c;--accent:#1f5eff;--border:#e5e2dd;--radius:12px;--max-width:46rem}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--text);margin:0;font-family:system-ui,-apple-system,Segoe UI,Tahoma,Arial,sans-serif;line-height:1.65}a{color:var(--accent)}a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}.site-header{padding:1.25rem 0 0}.site-header p{color:var(--text-muted);margin:0;font-size:.95rem}.site-header a{color:inherit;font-weight:600;text-decoration:none}.site-header a:hover{color:var(--accent)}h1{margin:.5rem 0;font-size:clamp(1.9rem,5vw,2.6rem);line-height:1.2}.tagline{color:var(--text-muted);margin:0 0 2.5rem;font-size:1.1rem}h2{margin:2.5rem 0 1rem;font-size:1.3rem}.app-list{gap:1rem;margin:0;padding:0;list-style:none;display:grid}.app-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem}.app-head{align-items:center;gap:.75rem;display:flex}.app-head h3{margin:0}.app-icon{border-radius:10px;display:block}.app-hero{align-items:center;gap:1rem;display:flex}.app-hero img{border-radius:14px;width:64px;height:64px}.app-hero h1{margin:0}.screens{flex-wrap:wrap;justify-content:center;gap:1rem;margin:0 0 2rem;display:flex}.screens img{border:1px solid var(--border);border-radius:var(--radius);width:180px;height:auto}.app-card h3{margin:0 0 .25rem;font-size:1.15rem}.app-card h3 small{color:var(--text-muted);font-size:.9rem;font-weight:400}.app-card p{color:var(--text-muted);margin:0 0 .75rem}.app-link{font-weight:600}.games{color:var(--text-muted);margin:0 0 1.5rem}.features{margin:0 0 2rem;padding-inline-start:1.25rem}.features li{margin-bottom:.5rem}.actions{flex-wrap:wrap;gap:.75rem;margin:0 0 2.5rem;display:flex}.button{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text);padding:.65rem 1.4rem;font-weight:600;text-decoration:none;display:inline-block}.button:hover{border-color:var(--accent);color:var(--accent)}.button.primary{background:var(--accent);border-color:var(--accent);color:#fff}.button.primary:hover{filter:brightness(1.1);color:#fff}.privacy h2{margin-top:2rem}.privacy .meta{color:var(--text-muted)}.site-footer{border-top:1px solid var(--border);color:var(--text-muted);margin-top:4rem;padding:1.25rem 0 2rem;font-size:.9rem}.site-footer p{margin:0}@media (width<=30rem){.actions{text-align:center;flex-direction:column;align-items:stretch}}
