:root { color-scheme: dark; font-family: Georgia, "Times New Roman", serif; }
* { box-sizing: border-box; }
html, body { width: 100%; height: 100%; margin: 0; overflow: hidden; background: #050608; }
[x-cloak] { display: none !important; }
.game-landing { position: relative; width: 100%; height: 100%; min-height: 560px; background: #050608; }
.game-hero { position: absolute; inset: 0; background-size: cover; background-position: center; isolation: isolate; }
.game-hero.active-hero { z-index: 1; }
.game-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, #050608 0, transparent 33%), radial-gradient(circle at 67% 40%, transparent 15%, rgba(2,3,5,.36) 100%); }
.brand-mark { position: absolute; top: 32px; left: 42px; display: grid; grid-template-columns: 48px auto; color: #eee5d1; align-items: center; }
.brand-mark > span { grid-row: 1 / 3; font-size: 42px; color: var(--accent); border: 1px solid currentColor; width: 42px; height: 42px; text-align: center; line-height: 40px; }
.brand-mark strong, .brand-mark small { margin-left: 12px; letter-spacing: 4px; }
.brand-mark strong { font-size: 16px; }
.brand-mark small { font: 9px Arial, sans-serif; color: #aaa69d; }
.hero-copy { position: absolute; left: clamp(28px, 8vw, 132px); top: 45%; width: min(620px, calc(100% - 56px)); transform: translateY(-50%); }
.hero-copy > p { margin: 0 0 14px; color: var(--accent); font: 700 11px Arial, sans-serif; letter-spacing: 3px; text-transform: uppercase; }
.hero-copy h1 { margin: 0; font-size: clamp(48px, 7vw, 104px); line-height: .88; text-transform: uppercase; letter-spacing: 0; text-shadow: 0 3px 18px #000; }
.hero-copy h2 { margin: 16px 0 0; color: #d8d1c2; font: 400 18px Arial, sans-serif; letter-spacing: 2px; text-transform: uppercase; }
.hero-copy blockquote { margin: 22px 0 30px; max-width: 480px; color: #d1cdc5; font-size: 18px; line-height: 1.65; }
.status { display: inline-block; margin-top: 18px; border-left: 2px solid var(--accent); padding: 4px 9px; color: #ddd7ca; background: rgba(5,6,8,.68); font: 700 10px Arial, sans-serif; letter-spacing: 2px; text-transform: uppercase; }
.status-live { color: #bfe1b2; }.status-alpha { color: #f2d28b; }.status-coming-soon { color: #b9b8ba; }
.enter-world { display: inline-flex; align-items: center; gap: 24px; min-height: 48px; padding: 0 22px; border: 1px solid color-mix(in srgb, var(--accent), white 20%); color: #f4ede0; background: rgba(8,8,8,.72); text-decoration: none; font: 700 11px Arial, sans-serif; letter-spacing: 2px; text-transform: uppercase; }
.enter-world:hover, .enter-world:focus-visible { background: var(--accent); color: #080808; outline: 2px solid #fff; outline-offset: 3px; }
.enter-world.disabled { opacity: .62; }
.game-tabs { position: absolute; z-index: 4; right: 34px; bottom: 28px; left: 34px; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.22); }
.game-tabs button { min-width: 0; min-height: 72px; border: 0; border-top: 2px solid transparent; padding: 13px 12px; display: flex; align-items: center; gap: 10px; color: #aaa8a4; background: rgba(3,4,6,.72); text-align: left; cursor: pointer; }
.game-tabs button:hover, .game-tabs button.selected { border-color: var(--tab-accent, #cfaa61); color: #fff; background: rgba(12,13,15,.94); }
.game-tabs button:focus-visible { outline: 2px solid #fff; outline-offset: -3px; }
.tab-index { color: #777; font: 10px Arial, sans-serif; }
.game-tabs strong, .game-tabs small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.game-tabs strong { font-size: 12px; text-transform: uppercase; }
.game-tabs small { margin-top: 5px; color: #85827c; font: 9px Arial, sans-serif; text-transform: uppercase; }
@media (max-width: 760px) {
  .game-landing { min-height: 520px; }
  .game-hero { background-position: 64% center; }
  .brand-mark { top: 22px; left: 20px; }
  .hero-copy { top: 39%; left: 24px; width: calc(100% - 48px); }
  .hero-copy h1 { font-size: 48px; }
  .hero-copy h2 { font-size: 13px; }
  .hero-copy blockquote { font-size: 15px; line-height: 1.45; max-width: 320px; }
  .game-tabs { right: 0; bottom: 0; left: 0; grid-template-columns: repeat(3, 1fr); }
  .game-tabs button { min-height: 54px; padding: 8px; justify-content: center; text-align: center; }
  .tab-index, .game-tabs small { display: none; }
  .game-tabs strong { font-size: 9px; white-space: normal; }
}
