:root{--bg:#080c16;--panel:#12192b;--panel2:#18223a;--text:#eaf0f8;--muted:#9aabc2;--blue:#5ba2ff;--line:#2a3855;--warm:#e8b86c;--max:1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at 50% -10%,#19284a 0,transparent 35%),var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;line-height:1.65}a{color:inherit}.site-header{width:min(var(--max),calc(100% - 32px));margin:auto;padding:24px 0;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-family:'Press Start 2P',monospace;font-size:.95rem;text-decoration:none}.site-header nav{display:flex;gap:24px;flex-wrap:wrap}.site-header nav a,footer a{color:var(--muted);text-decoration:none}.site-header nav a:hover,.site-header nav a:focus-visible,footer a:hover{color:var(--blue)}main{width:min(var(--max),calc(100% - 32px));margin:auto}.hero{padding:88px 0 64px;max-width:850px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:700;color:var(--blue);margin:0 0 14px}.hero h1,.page-hero h1,.article-shell h1{font-family:'Press Start 2P',monospace;line-height:1.35;margin:0;color:#fff}.hero h1{font-size:clamp(2rem,5vw,4rem)}.hero p,.page-hero>p:last-child{color:var(--muted);font-size:1.08rem;max-width:720px}.hero-actions{display:flex;gap:14px;margin-top:30px;flex-wrap:wrap}.button{display:inline-block;padding:12px 18px;border-radius:9px;background:var(--blue);color:#07101d;font-weight:700;text-decoration:none}.button.secondary{background:transparent;color:var(--text);border:1px solid var(--line)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin:24px 0}.section-heading h2{font-size:1.7rem;margin:0}.section-heading a{color:var(--blue)}.games,.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:20px}.game-card,.post-card{background:linear-gradient(145deg,var(--panel),var(--panel2));border:1px solid var(--line);border-radius:16px;padding:28px;text-decoration:none;transition:transform .2s,border-color .2s}.game-card:hover,.game-card:focus-visible,.post-card:hover{transform:translateY(-3px);border-color:var(--blue)}.game-card .emoji{font-size:2.4rem}.game-card h2,.post-card h2{font-size:1.12rem;line-height:1.4;margin:12px 0}.game-card p,.post-card>p{color:var(--muted)}.tag{display:inline-block;border-radius:999px;padding:4px 10px;background:#203454;color:#8dc0ff;font-size:.78rem;font-weight:700}.news-section{padding:84px 0}.post-card h2 a{text-decoration:none}.article-meta{display:flex;gap:16px;color:var(--muted);font-size:.82rem}.about{padding:0 0 72px;max-width:780px}.about p{color:var(--muted)}footer{width:min(var(--max),calc(100% - 32px));margin:70px auto 0;padding:28px 0;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:.88rem}.blog-shell{padding-bottom:30px}.page-hero{padding:64px 0 45px;max-width:850px}.page-hero h1{font-size:clamp(1.7rem,4vw,3rem)}.article-shell{max-width:820px;padding:58px 0}.back-link{color:var(--blue);text-decoration:none}.article-shell h1{font-size:clamp(1.65rem,4vw,3rem);margin:12px 0 20px}.article-deck{font-size:1.15rem;color:var(--muted)}.article-body{margin-top:44px}.article-body h2,.sources h2{font-size:1.35rem;margin-top:38px}.article-body p{font-size:1.02rem;color:#d7e0ec}.sources{margin-top:50px;padding:24px;border:1px solid var(--line);border-radius:12px;background:var(--panel)}.sources li{margin:.55rem 0}.sources a{color:#8dc0ff}.sources p{color:var(--muted);font-size:.86rem}@media(max-width:680px){.site-header{align-items:flex-start;flex-direction:column}.site-header nav{gap:14px}.hero{padding-top:50px}.hero h1{font-size:1.75rem}.section-heading{align-items:start;flex-direction:column}.article-shell{padding-top:35px}footer{flex-direction:column}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.game-card,.post-card{transition:none}}