:root{--bg:#f7f6f2;--surface:#ffffff;--surface-edge:#e8e6df;--text:#1d1c1a;--muted:#6f6d66;--brand:#ff5c47;--brand-ink:#ffffff;--radius:14px;color-scheme:light}@media (prefers-color-scheme:dark){:root{--bg:#12141c;--surface:#1a1d28;--surface-edge:#262a3a;--text:#ecebe5;--muted:#8e93a5;--brand:#ff6b57;color-scheme:dark}}:root[data-theme=light]{--bg:#f7f6f2;--surface:#ffffff;--surface-edge:#e8e6df;--text:#1d1c1a;--muted:#6f6d66;--brand:#ff5c47;color-scheme:light}:root[data-theme=dark]{--bg:#12141c;--surface:#1a1d28;--surface-edge:#262a3a;--text:#ecebe5;--muted:#8e93a5;--brand:#ff6b57;color-scheme:dark}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Pretendard,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:6px}.shell{max-width:1080px;margin:0 auto;padding:0 20px}.site-header{display:flex;align-items:center;justify-content:space-between;padding:18px 0 14px}.logo{font-size:22px;font-weight:900;letter-spacing:-.03em}.logo .pop{color:var(--brand)}.locale-nav{display:flex;gap:2px;flex-wrap:wrap;justify-content:flex-end}.locale-nav a{font-size:11px;font-weight:600;color:var(--muted);padding:4px 7px;border-radius:6px}.locale-nav a[aria-current=true]{color:var(--brand);background:var(--surface);border:1px solid var(--surface-edge)}.hero{padding:8px 0 20px}.hero h1{margin:0 0 4px;font-size:clamp(22px,4vw,30px);font-weight:800;letter-spacing:-.02em;text-wrap:balance}.hero p{margin:0;color:var(--muted);font-size:15px}.section-title{display:flex;align-items:baseline;gap:10px;margin:26px 0 12px;font-size:17px;font-weight:800;letter-spacing:-.01em}.section-title .count{color:var(--muted);font-size:13px;font-weight:600}.grid{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.card{background:var(--surface);border:1px solid var(--surface-edge);border-radius:var(--radius);overflow:hidden;transition:transform .12s ease,box-shadow .12s ease}.card:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(0,0,0,.1)}.card .thumb{aspect-ratio:5/4;display:flex;align-items:center;justify-content:center;font-size:44px}.card .meta{padding:10px 12px 12px}.card .meta .title{font-size:14px;font-weight:700;letter-spacing:-.01em}.card .meta .cat{font-size:11px;color:var(--muted);margin-top:2px}.game-stage{background:#0e111a;border-radius:var(--radius);border:1px solid var(--surface-edge);overflow:hidden}.game-frame{display:block;width:100%;aspect-ratio:16/10;border:0}.game-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:18px 0 12px}.game-head h1{margin:0;font-size:clamp(20px,3.5vw,26px);font-weight:800;letter-spacing:-.02em}.chip{display:inline-block;font-size:11px;font-weight:700;background:var(--surface);border:1px solid var(--surface-edge);padding:4px 10px;border-radius:999px;white-space:nowrap}.chip,.game-desc{color:var(--muted)}.game-desc{font-size:15px;line-height:1.65;max-width:68ch;margin:12px 0 0}.crumbs{font-size:12px;color:var(--muted);margin:14px 0 10px}.crumbs a:hover{color:var(--brand)}.site-footer{margin-top:48px;padding:20px 0 36px;border-top:1px solid var(--surface-edge);display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:12px}.site-footer a:hover{color:var(--brand)}.prose{max-width:68ch;line-height:1.7;font-size:15px;padding-bottom:40px}.prose h1{font-size:24px;letter-spacing:-.02em}.prose h2{font-size:17px;margin-top:28px}.prose li,.prose p{color:var(--muted)}