* { box-sizing: border-box; }
:root { color-scheme: dark; font-family: "Segoe UI", Arial, sans-serif; }
body { margin: 0; background: #121614; color: #f4f5f2; }
.home { min-height: 100vh; min-height: 100dvh; width: min(100%, 1100px); margin: auto; padding: 40px 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 28px; }
h1 { margin: 0; font-size: 32px; line-height: 1.2; text-align: center; letter-spacing: 0; }
.table { display: block; width: 100%; max-height: 60vh; object-fit: contain; height: auto; }
.play-link { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 52px; padding: 14px 28px; border-radius: 6px; background: #efd891; color: #17211b; text-decoration: none; font-weight: 700; font-size: 18px; }
.play-link:hover { background: #f7e7b7; }
.play-link:focus-visible { outline: 3px solid #fff; outline-offset: 5px; }
@media (max-width: 480px) { .home { padding: 28px 16px; gap: 24px; } h1 { font-size: 26px; } }
