@font-face { font-family: Lato; font-display: swap; src: url('/fonts/lato-v25-latin-regular.woff2') format('woff2'); }
@font-face { font-family: Lato; font-weight: 700; font-display: swap; src: url('/fonts/lato-v25-latin-700.woff2') format('woff2'); }
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { background: #0a0a0a; color: #ddd; scroll-padding-top: 4rem; }
body { margin: 0; font: 1.05rem/1.65 Lato, sans-serif; }
a { color: #ff8a8a; text-underline-offset: .2em; }
a:hover { color: #fff; }
button { font: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid #ffd166; outline-offset: 4px; }
nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .4rem 1.5rem; padding: .65rem 1rem; background: #111; border-bottom: 1px solid #333; }
nav a { display: inline-block; padding: .25rem 0; color: #fff; }
.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 5; background: #111; padding: .5rem; }
.skip-link:focus { top: 0; }
.hero { max-width: 850px; margin: auto; padding: 1.2rem 1rem .25rem; text-align: center; }
h1 { margin: 0 0 .5rem; color: #ff5555; font-size: clamp(1.8rem, 5vw, 3rem); line-height: 1.15; }
.hero p { margin: .4rem 0; }
.container { max-width: 900px; padding: 0 1rem; margin: auto; }
.game-warning { font-size: .9rem; margin: .65rem 0; }
#game-container { position: relative; width: 100%; height: 490px; overflow: hidden; background: #000; border: 2px solid #333; border-radius: 8px; }
#game-container iframe { display: block; width: 100%; height: 100%; border: 0; }
#game-facade { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; padding: 1rem; text-align: center; background: #000; overflow: auto; }
#game-status { margin: 0; }
.button { padding: .7rem 1.5rem; color: #fff; background: #b51c26; border: 2px solid #ff6b6b; border-radius: 6px; font-weight: bold; }
.button:hover { background: #84141c; }
.button:disabled { opacity: .7; cursor: wait; }
.button--secondary { background: #222; }
.game-help { font-size: .95rem; }
.ad-slot { min-height: 290px; display: flex; flex-direction: column; align-items: center; gap: .5rem; margin: 1.5rem 0; font-size: .75rem; color: #aaa; }
article, .document { background: #111; padding: clamp(1rem, 4vw, 2rem); border: 1px solid #333; border-radius: 8px; }
h2 { margin-top: 2rem; color: #fff; line-height: 1.3; }
h2:first-child { margin-top: 0; }
h3 { color: #fff; }
li + li { margin-top: .5rem; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
caption { text-align: left; padding-bottom: .6rem; }
th, td { padding: .65rem; text-align: left; border: 1px solid #444; }
.social-share, .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem 1.25rem; }
.social-share { padding: 1.5rem 0; }
footer { margin-top: 2rem; padding: 1.5rem 1rem; background: #111; text-align: center; font-size: .9rem; }
footer p { margin: .6rem 0; }
.document { max-width: 850px; margin: 1.5rem auto; }
.draft-notice { border-left: 4px solid #ffd166; padding: 1rem; background: #29230f; color: #ffe7a3; }
.placeholder { font-weight: bold; color: #ffd166; }
@media (max-width: 600px) {
    body { font-size: 1rem; }
    nav { gap: .25rem 1rem; }
    #game-container { height: 480px; height: clamp(380px, 65svh, 560px); }
    .hero { padding-top: .8rem; }
    .document { margin: 1rem; }
}
@media (max-height: 500px) and (orientation: landscape) {
    #game-container { height: 360px; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; }
}
