:root {
  color-scheme: dark;
  font-family: ui-rounded, "SF Pro Rounded", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f8f7ff;
  background: #10132b;
}

* { box-sizing: border-box; }

html, body { min-height: 100%; margin: 0; }

body {
  min-height: 100svh;
  background: radial-gradient(circle at 18% 12%, #3a315f 0, transparent 38%), linear-gradient(145deg, #10132b, #201b42 60%, #422b50);
}

.landing-shell { min-height: 100svh; display: grid; place-items: center; padding: 28px 20px; }
.landing-card { width: min(100%, 540px); padding: clamp(28px, 7vw, 52px); border: 1px solid rgb(255 255 255 / 16%); border-radius: 32px; background: rgb(21 22 52 / 84%); box-shadow: 0 26px 90px rgb(0 0 0 / 34%), inset 0 1px rgb(255 255 255 / 9%); backdrop-filter: blur(16px); }
.eyebrow { margin: 0 0 10px; color: #9be8cd; font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(2.5rem, 10vw, 4.5rem); line-height: .96; letter-spacing: -.075em; }
.intro { max-width: 370px; margin: 20px 0 30px; color: #b7b9d8; font-size: 1.05rem; line-height: 1.5; }
.game-list { display: grid; gap: 12px; }
.game-link { display: grid; grid-template-columns: 48px 1fr auto; gap: 14px; align-items: center; padding: 16px; border: 1px solid rgb(255 255 255 / 12%); border-radius: 18px; color: inherit; text-decoration: none; transition: transform 140ms ease, border-color 140ms ease, background 140ms ease; }
.game-link:hover, .game-link:focus-visible { transform: translateY(-2px); border-color: rgb(255 255 255 / 36%); background: rgb(255 255 255 / 8%); outline: none; }
.game-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; color: #15152f; font-size: 1.45rem; font-weight: 900; }
.game-link--ova .game-icon { background: #f4bdca; }
.game-link--lab .game-icon { background: #9be8cd; }
.game-link--ambulance .game-icon { background: #ffd18b; }
.game-link--recall .game-icon { background: #d9a9e8; }
.game-link--match .game-icon { background: #f7b2c9; }
.game-link--ultrasound .game-icon { background: #a9dded; }
.game-link strong, .game-link small { display: block; }
.game-link strong { font-size: 1.06rem; }
.game-link small { margin-top: 3px; color: #aeb4db; }
.arrow { color: #9be8cd; font-size: 1.5rem; }

@media (max-width: 420px) {
  .landing-card { border-radius: 24px; }
  .game-link { grid-template-columns: 42px 1fr auto; padding: 13px; }
  .game-icon { width: 42px; height: 42px; }
}
