:root { color-scheme: dark; font-family: ui-sans-serif, system-ui, sans-serif; color: #eef5ef; background: #101c20; }
* { box-sizing: border-box; }
body { margin: 0 auto; max-width: 1240px; padding: 0 6%; background: radial-gradient(ellipse at 20% 15%, #1c3d3628, transparent 55%); }
a { color: inherit; }
header, footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 30px 0; }
header { border-bottom: 1px solid #34453f; }
header > a:last-child { color: #c2d0c8; font-size: 13px; text-decoration: none; }
.wordmark { font-size: 25px; font-weight: 850; text-decoration: none; letter-spacing: -1px; }
.wordmark > span:first-child { color: #c5ef80; }
.room { color: #9eb4aa; font-weight: 400; font-size: 17px; letter-spacing: 0; margin-left: 8px; }
main { padding: 62px 0 64px; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #c5ef80; }
.status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #c5ef80; margin-right: 8px; box-shadow: 0 0 12px #c5ef8044; }
.intro-row { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
h1 { font-size: clamp(44px, 6.3vw, 78px); line-height: 1.04; letter-spacing: -3px; font-weight: 780; margin: 24px 0; }
h1 em { color: #c5ef80; font-style: normal; }
.intro { font-size: 17px; line-height: 1.7; color: #acbfb7; }
.side-note { margin: 0 8px 28px 0; font-size: 14px; color: #8ea89c; line-height: 1.8; transform: rotate(-4deg); }
.side-note strong { color: #d1dec8; font-weight: 500; }
#status { margin-top: 36px; padding: 24px; border: 1px solid #42574b; border-radius: 16px; }
.grid { display: grid; gap: 24px; margin-top: 38px; }
.card { display: grid; grid-template-columns: 1fr; background: #192d2c; border: 1px solid #395049; border-radius: 20px; overflow: hidden; }
.card.with-art { grid-template-columns: 1fr 1fr; }
.game-art { position: relative; display: grid; place-items: center; min-height: 350px; background-color: #24534c; background-size: cover; overflow: hidden; }
.game-art::after { content: ''; position: absolute; inset: 18%; border: 1px solid #d4f1c72c; border-radius: 50%; transform: scaleX(1.2); pointer-events: none; }
.game-art img { width: 75%; height: 310px; object-fit: contain; filter: drop-shadow(0 16px 22px #00151590); transition: transform .2s ease; }
.game-art:hover img { transform: translateY(-5px) rotate(-3deg); }
.art-badge { position: absolute; bottom: 22px; left: 22px; padding: 8px 12px; border: 1px solid #a4c79c50; border-radius: 30px; font-size: 11px; background: #102d2be8; color: #e1efd9; }
.game-details { align-self: center; padding: 34px 38px; }
.game-details h2 { font-size: clamp(30px, 3vw, 42px); line-height: 1.12; letter-spacing: -1.5px; margin: 16px 0; }
.game-details > p:not(.eyebrow) { color: #b5c8bf; line-height: 1.65; font-size: 15px; }
.game-details p.controls { font-size: 12px; margin: 22px 0; }
.play { display: inline-block; background: #c5ef80; color: #12251a; font-size: 14px; font-weight: 750; border-radius: 9px; padding: 14px 22px; text-decoration: none; }
.play:hover { background: #d9ffa3; }
.workshop { display: flex; gap: 20px; align-items: center; margin-top: 24px; padding: 23px 28px; border: 1px dashed #41534a; border-radius: 16px; }
.workshop > span:first-child { color: #c5ef80; font-size: 28px; }
.workshop h2 { font-size: 15px; font-weight: 600; margin: 0 0 7px; }
.workshop p { font-size: 13px; color: #95ada0; margin: 0; line-height: 1.6; }
.workshop > .eyebrow { margin-left: auto; color: #91a797; white-space: nowrap; font-size: 9px; }
footer { border-top: 1px solid #34453f; color: #95ada0; font-size: 12px; }
:focus-visible { outline: 3px solid #ecb875; outline-offset: 5px; }
.game-art:focus-visible { outline-offset: -5px; }
@media (max-width: 650px) { header, footer { gap: 12px; flex-wrap: wrap; } main { padding-top: 36px; } h1 { letter-spacing: -2px; } .side-note { display: none; } .card.with-art { grid-template-columns: 1fr; } .game-art { min-height: 260px; } .game-art img { height: 250px; } .game-details { padding: 26px; } .workshop { padding: 22px; } .workshop > .eyebrow { display: none; } }
@media (prefers-reduced-motion: reduce) { .game-art img { transition: none; } }
