/* Ghost Hunt: Spooky Seek — AR ghost hunt.
   Cold violet dark, like the app icon and its night-time AR look.
   Loaded after /style.css, which supplies layout and typography. */

:root {
  --bg: #0b0817;
  --card: #171331;
  --text: #ece9f8;
  --muted: #a49ec4;
  --accent: #a78bfa;   /* the icon's violet */
}

body {
  background:
    radial-gradient(1000px 520px at 80% -8%, #241a4a 0%, transparent 58%),
    var(--bg);
  /* See BeatGlow's theme: fixed attachment is unreliable on iOS Safari. */
  background-repeat: no-repeat;
}

h1 {
  color: #ddd3ff;
  text-shadow: 0 0 22px rgba(167, 139, 250, 0.35);
}

.tagline {
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

h2 { color: #c4b5fd; }

.card { border: 1px solid rgba(167, 139, 250, 0.16); }

footer { border-top-color: #241f42; }
