:root{color-scheme:dark;--bg:#161917;--ink:#f1f0eb;--muted:#b6b9b0;--accent:#d7ed9c;--line:#52584e;--gutter:clamp(24px,3.5vw,56px);font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--bg);font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{max-width:1700px;margin:0 auto;padding:0 var(--gutter)}a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid var(--accent);outline-offset:8px;border-radius:5px}.skip{position:absolute;top:-70px;left:24px;background:var(--accent);color:var(--bg);padding:12px 18px;z-index:2}.skip:focus{top:16px}
.site-header{display:flex;align-items:center;justify-content:space-between;padding:29px 0}.brand{font-size:clamp(22px,1.9vw,29px);letter-spacing:-1px;white-space:nowrap}.brand b{font-weight:900}.brand span{font-weight:300}.nav-link{font-size:15px;color:var(--accent);padding:8px 0}.nav-link:hover{text-decoration:underline;text-underline-offset:6px}
.intro{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin:64px 0 38px}.intro h1{font-size:clamp(48px,6.8vw,104px);letter-spacing:-.065em;line-height:1.03;margin:0;font-weight:800}.intro p{font-size:clamp(16px,1.45vw,22px);line-height:1.5;color:#c4c7bd;margin:0 0 4px;flex-shrink:0}
.games{display:grid;grid-template-columns:1fr 1fr;gap:26px}.game{min-width:0;display:block}.preview{aspect-ratio:1.45;overflow:hidden;border-radius:10px;background:#273129}.preview img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.game:hover .preview img{transform:scale(1.035)}.game-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:27px 8px 11px 3px}.game h2{font-size:clamp(34px,4vw,60px);letter-spacing:-.045em;line-height:1.1;margin:0;font-weight:800}.arrow{display:grid;place-items:center;width:60px;height:60px;flex-shrink:0;border:1.5px solid var(--accent);border-radius:50%;color:var(--accent);font-size:32px;transition:background .2s,color .2s,transform .2s}.game:hover .arrow{background:var(--accent);color:var(--bg);transform:rotate(45deg)}.genre{font-size:11px;letter-spacing:3px;color:var(--muted);margin:0 3px 14px}.description{font-size:clamp(15px,1.3vw,19px);color:#c6c9c0;line-height:1.5;margin:0 3px}
footer{display:flex;justify-content:space-between;gap:18px;border-top:1px solid var(--line);margin:57px 0 0;padding:22px 3px 30px;font-size:12px;color:#a1a79a}
@media(min-width:1600px){.intro{margin-top:75px}}@media(max-width:1050px){.intro{display:block;margin-top:40px}.intro p{margin-top:22px}.preview{aspect-ratio:1.35}.arrow{width:48px;height:48px;font-size:27px}.genre{font-size:9px;letter-spacing:2px}}@media(max-width:650px){.site-header{padding:25px 0}.nav-link{font-size:13px}.intro{margin:37px 0 30px}.intro h1{max-width:420px;font-size:clamp(48px,10vw,65px)}.intro p{font-size:16px}.games{grid-template-columns:1fr;gap:38px}.preview{aspect-ratio:1.5}.game-heading{margin-top:20px}.game h2{font-size:40px}.genre{font-size:10px}.description{font-size:16px}footer{margin-top:40px;flex-direction:column;font-size:11px;gap:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.preview img,.arrow{transition:none}}

@media(min-width:1051px) and (max-height:820px){.site-header{padding:22px 0}.intro{margin:30px 0 28px}.intro h1{font-size:clamp(48px,6.1vw,90px)}.preview{aspect-ratio:1.8}.game-heading{margin-top:18px}.game h2{font-size:44px}.arrow{width:47px;height:47px;font-size:28px}.genre{margin-bottom:9px}.description{font-size:15px}footer{margin-top:32px;padding-top:18px}}

.header-nav{display:flex;align-items:center;gap:30px}.language-switch{display:flex;gap:4px}.language-switch button{border:0;padding:7px 8px;border-radius:5px;background:transparent;color:var(--muted);font:inherit;font-size:12px;cursor:pointer}.language-switch button[aria-pressed=true]{background:var(--accent);color:var(--bg)}.language-switch button:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.intro p{white-space:pre-line}@media(max-width:650px){.header-nav{gap:10px}.nav-link{display:none}.language-switch button{padding:7px 6px}}
