:root{--bg: #0f172a;--surface: #1e293b;--text: #f8fafc;--muted: #94a3b8;--primary: #6366f1;--accent: #f59e0b;--radius: 12px;--font: system-ui, -apple-system, Segoe UI, Roboto, sans-serif}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:var(--font)}a{color:var(--primary)}#app{min-height:100vh;display:flex;flex-direction:column}.site-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:var(--surface);border-bottom:1px solid #334155}.logo{font-weight:700;font-size:1.125rem;color:var(--text);text-decoration:none}.site-header nav{display:flex;gap:1rem}.site-header nav a{color:var(--muted);text-decoration:none}.site-header nav a:hover{color:var(--text)}#main-content{flex:1;padding:1.5rem;max-width:960px;width:100%;margin:0 auto}.site-footer{padding:1rem 1.5rem;text-align:center;color:var(--muted);font-size:.875rem;border-top:1px solid #334155}.hero{text-align:center;margin-bottom:2rem}.hero h1{margin:0 0 .5rem;font-size:clamp(1.75rem,4vw,2.5rem)}.hero p{color:var(--muted);margin:.25rem 0}.hero-streak{color:var(--accent);font-weight:600}.game-section{margin-bottom:2rem}.game-section h2{margin-bottom:1rem}.game-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.game-card{background:var(--surface);border-radius:var(--radius);overflow:hidden;cursor:pointer;color:var(--text);text-decoration:none;transition:transform .15s,box-shadow .15s;border:1px solid #334155}.game-card:hover,.game-card:focus{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d;outline:none}.game-card__thumb{height:120px;display:flex;align-items:center;justify-content:center}.game-card__emoji{font-size:3rem}.game-card__img{width:64px;height:64px;border-radius:12px;object-fit:cover}.game-card__body{padding:1rem}.game-card__body h3{margin:0 0 .5rem}.game-card__body p{margin:0 0 .75rem;color:var(--muted);font-size:.875rem;line-height:1.4}.game-card__tag{display:inline-block;padding:.2rem .5rem;background:#334155;border-radius:999px;font-size:.75rem;text-transform:capitalize}.about-section{background:var(--surface);padding:1.5rem;border-radius:var(--radius);border:1px solid #334155}.btn{border:none;border-radius:8px;padding:.625rem 1rem;font-size:.9375rem;font-weight:600;cursor:pointer;font-family:inherit}.btn--primary{background:var(--primary);color:#fff}.btn--accent{background:var(--accent);color:#1e293b}.btn--ghost{background:transparent;color:var(--muted);border:1px solid #475569}.play-page .play-header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.play-page h1{margin:0;font-size:1.5rem}.play-page p{margin:0;color:var(--muted)}.game-root{width:100%;max-width:480px;margin:0 auto;aspect-ratio:9 / 16;max-height:70vh;background:#000;border-radius:var(--radius);overflow:hidden;border:2px solid #334155}.game-root canvas{display:block;width:100%!important;height:100%!important}.ad-slot{min-height:50px;margin:.75rem auto;max-width:480px;text-align:center}.display-ad-slot{min-height:90px}.how-to-play{margin-top:1.5rem;padding:1rem;background:var(--surface);border-radius:var(--radius);border:1px solid #334155}.how-to-play h2{margin-top:0;font-size:1rem}.legal-page{max-width:640px;line-height:1.6}.error-page{text-align:center;padding:3rem 1rem}.cookie-consent{position:fixed;bottom:0;left:0;right:0;background:var(--surface);border-top:1px solid #334155;padding:1rem 1.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;z-index:10000}.cookie-consent p{margin:0;flex:1;min-width:200px;font-size:.875rem;color:var(--muted)}.cookie-consent__actions{display:flex;gap:.5rem}.game-over-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172aeb;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.game-over-panel{background:var(--surface);border-radius:var(--radius);padding:1.5rem;max-width:360px;width:100%;text-align:center;border:1px solid #334155}.game-over-panel h2{margin-top:0}.game-over-score strong{font-size:1.5rem;color:var(--accent)}.game-over-badge{color:#4ade80;font-weight:600}.game-over-streak{color:var(--muted);font-size:.875rem}.game-over-actions{display:flex;flex-direction:column;gap:.5rem;margin:1rem 0}.cross-promo h3{font-size:.875rem;color:var(--muted);margin-bottom:.75rem}.cross-promo-grid{display:flex;gap:.75rem;justify-content:center}.cross-promo-card{display:flex;flex-direction:column;align-items:center;gap:.25rem;text-decoration:none;color:var(--text);font-size:.75rem;padding:.5rem;border-radius:8px;background:#334155;min-width:72px}.cross-promo-card img{border-radius:8px;object-fit:cover;background:var(--primary)}@media(min-width:640px){.play-page .play-header{flex-direction:row;align-items:flex-start}}
