@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Space+Grotesk:wght@400;600;700&display=swap');

:root {
  font-family: 'Space Grotesk', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color-scheme: light dark;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: radial-gradient(circle at top, #1f2b56, #0c0f1f);
  color: #f5f7ff;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
}

body.theme-light {
  color-scheme: light;
  background: #f5f7ff;
  color: #0b1220;
}

body.theme-light::before,
body.theme-light::after {
  opacity: 0.08;
  filter: saturate(0.4) brightness(1.2);
}

body.theme-light .card {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(15, 23, 42, 0.15);
  box-shadow: 0 20px 35px rgba(15, 23, 42, 0.12);
}

body.theme-light .highlight,
body.theme-light .superbowl-featured {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(15, 23, 42, 0.18);
}

body.theme-light .helper-text,
body.theme-light .status,
body.theme-light .timer-label,
body.theme-light .locked-message,
body.theme-light .superbowl-subtitle,
body.theme-light .superbowl-featured__subtitle,
body.theme-light .player-chip span {
  color: rgba(15, 23, 42, 0.75);
}

body.theme-light .eyebrow {
  color: rgba(15, 23, 42, 0.8);
}

body.theme-light a {
  color: #0b1220;
}

body.theme-light .player-chip,
body.theme-light .predictions-row {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(15, 23, 42, 0.12);
}

body.theme-light .prediction-input {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(15, 23, 42, 0.25);
  box-shadow: 0 0 20px rgba(15, 23, 42, 0.12);
}

body.theme-light .prediction-input:focus {
  box-shadow: 0 0 28px rgba(15, 23, 42, 0.2);
}

.theme-toggle {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 999;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(8, 12, 24, 0.85);
  color: #f5f7ff;
  font-size: 1.1rem;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  display: grid;
  place-items: center;
  backdrop-filter: blur(8px);
}

.theme-toggle:hover {
  transform: translateY(-1px);
}

.theme-toggle:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 3px;
}

body.theme-light .theme-toggle {
  background: rgba(245, 247, 255, 0.95);
  color: #0c0f1f;
  border-color: rgba(0, 0, 0, 0.2);
}

body.theme-corporation,
body.theme-ghost,
body.theme-couch {
  background: #03030c;
}

body.theme-corporation::before,
body.theme-corporation::after,
body.theme-ghost::before,
body.theme-ghost::after,
body.theme-couch::before,
body.theme-couch::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

body.theme-corporation::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.9) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='900' viewBox='0 0 1600 900'%3E%3Crect width='1600' height='900' fill='%23000000'/%3E%3Cg fill='%230a0c11'%3E%3Crect x='40' y='340' width='200' height='560'/%3E%3Crect x='240' y='420' width='160' height='480'/%3E%3Crect x='410' y='300' width='230' height='600'/%3E%3Crect x='680' y='380' width='180' height='520'/%3E%3Crect x='880' y='260' width='260' height='640'/%3E%3Crect x='1170' y='360' width='190' height='540'/%3E%3Crect x='1380' y='430' width='180' height='470'/%3E%3C/g%3E%3Cg fill='%23f3efd3' opacity='0.9'%3E%3Crect x='80' y='380' width='12' height='18'/%3E%3Crect x='110' y='420' width='12' height='18'/%3E%3Crect x='150' y='390' width='12' height='18'/%3E%3Crect x='270' y='470' width='12' height='18'/%3E%3Crect x='310' y='520' width='12' height='18'/%3E%3Crect x='350' y='460' width='12' height='18'/%3E%3Crect x='450' y='340' width='12' height='18'/%3E%3Crect x='500' y='390' width='12' height='18'/%3E%3Crect x='550' y='440' width='12' height='18'/%3E%3Crect x='720' y='420' width='12' height='18'/%3E%3Crect x='760' y='470' width='12' height='18'/%3E%3Crect x='910' y='300' width='12' height='18'/%3E%3Crect x='960' y='360' width='12' height='18'/%3E%3Crect x='1010' y='410' width='12' height='18'/%3E%3Crect x='1060' y='470' width='12' height='18'/%3E%3Crect x='1220' y='400' width='12' height='18'/%3E%3Crect x='1260' y='450' width='12' height='18'/%3E%3Crect x='1320' y='500' width='12' height='18'/%3E%3Crect x='1420' y='470' width='12' height='18'/%3E%3Crect x='1460' y='520' width='12' height='18'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  animation: corpAurora 40s ease-in-out infinite;
  opacity: 1;
}

body.theme-corporation::after {
  background:
    radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.08), transparent 45%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05), transparent 55%);
  mix-blend-mode: screen;
  opacity: 0.4;
  animation: corpGridDrift 55s linear infinite;
}

body.theme-ghost::before {
  background:
    radial-gradient(circle at 50% 45%, rgba(179, 0, 0, 0.35), transparent 42%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='900' viewBox='0 0 1600 900'%3E%3Crect width='1600' height='900' fill='%23000000'/%3E%3Cg fill='%23c9b84a' opacity='0.9'%3E%3Ccircle cx='120' cy='520' r='26'/%3E%3Crect x='92' y='548' width='56' height='110' rx='18'/%3E%3Ccircle cx='230' cy='500' r='24'/%3E%3Crect x='204' y='524' width='52' height='120' rx='18'/%3E%3Ccircle cx='330' cy='540' r='28'/%3E%3Crect x='300' y='568' width='60' height='110' rx='18'/%3E%3Ccircle cx='450' cy='510' r='25'/%3E%3Crect x='420' y='535' width='60' height='120' rx='18'/%3E%3Ccircle cx='560' cy='540' r='28'/%3E%3Crect x='530' y='568' width='60' height='120' rx='18'/%3E%3Ccircle cx='680' cy='520' r='26'/%3E%3Crect x='652' y='546' width='56' height='120' rx='18'/%3E%3Ccircle cx='920' cy='520' r='26'/%3E%3Crect x='892' y='546' width='56' height='120' rx='18'/%3E%3Ccircle cx='1050' cy='540' r='28'/%3E%3Crect x='1022' y='568' width='56' height='120' rx='18'/%3E%3Ccircle cx='1180' cy='520' r='26'/%3E%3Crect x='1152' y='546' width='56' height='120' rx='18'/%3E%3Ccircle cx='1300' cy='550' r='28'/%3E%3Crect x='1272' y='578' width='56' height='120' rx='18'/%3E%3Ccircle cx='1450' cy='530' r='26'/%3E%3Crect x='1422' y='556' width='56' height='120' rx='18'/%3E%3C/g%3E%3Cg fill='%23c9b84a' opacity='0.6'%3E%3Ccircle cx='80' cy='640' r='24'/%3E%3Crect x='56' y='664' width='48' height='120' rx='16'/%3E%3Ccircle cx='260' cy='660' r='24'/%3E%3Crect x='236' y='684' width='48' height='120' rx='16'/%3E%3Ccircle cx='420' cy='640' r='24'/%3E%3Crect x='396' y='664' width='48' height='120' rx='16'/%3E%3Ccircle cx='600' cy='660' r='24'/%3E%3Crect x='576' y='684' width='48' height='120' rx='16'/%3E%3Ccircle cx='780' cy='640' r='24'/%3E%3Crect x='756' y='664' width='48' height='120' rx='16'/%3E%3Ccircle cx='1120' cy='640' r='24'/%3E%3Crect x='1096' y='664' width='48' height='120' rx='16'/%3E%3Ccircle cx='1360' cy='650' r='24'/%3E%3Crect x='1336' y='674' width='48' height='120' rx='16'/%3E%3C/g%3E%3Cg fill='%23b30000' opacity='0.85'%3E%3Cpath d='M760 300c0-78 58-132 128-132s128 54 128 132v240c0 48-34 84-78 84-30 0-52-18-64-34-12 16-34 34-64 34-44 0-78-36-78-84z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  animation: corpAurora 38s ease-in-out infinite;
  opacity: 1;
}

body.theme-ghost::after {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.06), transparent 50%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.04), transparent 60%);
  mix-blend-mode: screen;
  opacity: 0.35;
  animation: corpGridDrift 60s linear infinite;
}

body.theme-couch::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.6)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='900' viewBox='0 0 1600 900'%3E%3Crect width='1600' height='900' fill='%23000000'/%3E%3Crect x='140' y='520' width='1320' height='260' rx='90' fill='%23170f18'/%3E%3Crect x='220' y='470' width='1160' height='140' rx='60' fill='%23221421'/%3E%3Ccircle cx='360' cy='450' r='36' fill='%23f2c3a0'/%3E%3Ccircle cx='520' cy='450' r='36' fill='%23e4a98f'/%3E%3Ccircle cx='700' cy='450' r='36' fill='%23d6b48f'/%3E%3Ccircle cx='880' cy='450' r='36' fill='%23efc9a1'/%3E%3Ccircle cx='1060' cy='450' r='36' fill='%23d3ad8e'/%3E%3Ccircle cx='1240' cy='450' r='36' fill='%23f0c7a3'/%3E%3Ctext x='800' y='280' font-family='Arial Black, Arial' font-size='90' fill='%23ffffff' text-anchor='middle'%3EFriends%3C/text%3E%3Ccircle cx='590' cy='300' r='10' fill='%23ff5252'/%3E%3Ccircle cx='640' cy='300' r='10' fill='%23ffd166'/%3E%3Ccircle cx='690' cy='300' r='10' fill='%234dd2ff'/%3E%3Ccircle cx='740' cy='300' r='10' fill='%234dff88'/%3E%3Ccircle cx='790' cy='300' r='10' fill='%23ff8fd4'/%3E%3Ccircle cx='840' cy='300' r='10' fill='%23ffd166'/%3E%3Ccircle cx='890' cy='300' r='10' fill='%234dd2ff'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  animation: couchAurora 36s ease-in-out infinite;
  opacity: 1;
}

body.theme-couch::after {
  background:
    radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.08), transparent 45%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 60%);
  opacity: 0.35;
  mix-blend-mode: screen;
  animation: couchDrift 48s linear infinite;
  transform-origin: center;
}

@keyframes corpAurora {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes corpGridDrift {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 120px 160px;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes couchAurora {
  0% {
    background-position: 0% 40%;
  }
  50% {
    background-position: 100% 60%;
  }
  100% {
    background-position: 0% 40%;
  }
}

@keyframes couchDrift {
  0% {
    background-position: 0 0;
    transform: scale(1);
  }
  50% {
    background-position: 160px 200px;
    transform: scale(1.05);
  }
  100% {
    background-position: 0 0;
    transform: scale(1);
  }
}

.hero,
main,
footer {
  width: min(900px, 90vw);
  margin: 0 auto;
}

.hero {
  padding: 3rem 0 2rem;
  text-align: center;
}

body.theme-corporation header:not(.hero),
body.theme-ghost header:not(.hero),
body.theme-couch header:not(.hero),
body.theme-werewolf header:not(.hero) {
  width: min(900px, 90vw);
  margin: 0 auto;
  padding: 3rem 0 1.75rem;
  text-align: center;
}

body.theme-corporation header:not(.hero) h1,
body.theme-ghost header:not(.hero) h1,
body.theme-couch header:not(.hero) h1,
body.theme-werewolf header:not(.hero) h1 {
  margin: 0.75rem 0 0.75rem;
}

body.theme-corporation header:not(.hero) p,
body.theme-ghost header:not(.hero) p,
body.theme-couch header:not(.hero) p,
body.theme-werewolf header:not(.hero) p {
  margin: 0;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 0.85rem;
  color: #8ad6ff;
}

body.theme-corporation .eyebrow {
  color: #ff4d4d;
}

body.theme-ghost .eyebrow {
  color: #e3d15a;
}

body.theme-couch .eyebrow {
  color: #ffd166;
}

.brand-title {
  font-family: 'Press Start 2P', cursive;
  font-size: clamp(2.1rem, 5vw, 3rem);
  letter-spacing: 0.25rem;
  margin: 0.75rem 0 1rem;
}

h1,
h2,
h3 {
  margin: 0 0 0.75rem;
  font-weight: 600;
}

.highlight {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(40, 19, 59, 0.8);
}

body.theme-corporation .highlight {
  border-color: rgba(204, 0, 0, 0.35);
  background: rgba(12, 12, 18, 0.85);
}

body.theme-ghost .highlight {
  border-color: rgba(227, 209, 90, 0.35);
  background: rgba(18, 16, 8, 0.85);
}

body.theme-couch .highlight {
  border-color: rgba(255, 209, 102, 0.3);
  background: rgba(20, 14, 20, 0.8);
}

.card {
  background: rgba(15, 18, 38, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  margin-bottom: 1.5rem;
}

.superbowl-featured {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  position: relative;
  overflow: hidden;
  min-height: 190px;
  border-color: rgba(56, 242, 138, 0.25);
  background: linear-gradient(120deg, rgba(12, 19, 40, 0.95), rgba(10, 12, 22, 0.95));
}

.games-grid > .superbowl-featured {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.superbowl-featured::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12), transparent 50%),
    radial-gradient(circle at 80% 0%, rgba(56, 242, 138, 0.18), transparent 45%),
    linear-gradient(135deg, rgba(211, 23, 47, 0.2), transparent 55%);
  opacity: 0.7;
}

.superbowl-featured__content,
.superbowl-featured .game-card__actions {
  position: relative;
  z-index: 1;
}

.superbowl-featured__title {
  font-family: 'Press Start 2P', cursive;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  margin: 0 0 0.6rem;
}

.superbowl-featured__subtitle {
  margin: 0;
  color: rgba(245, 247, 255, 0.8);
  max-width: 480px;
}
button,
input,
textarea {
  font: inherit;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: inherit;
  padding: 0.85rem 1rem;
  width: 100%;
  box-sizing: border-box;
}

button {
  background: linear-gradient(120deg, #ff6fd8, #3813c2);
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: transform 150ms ease, box-shadow 150ms ease;
}


button:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.4);
}

a {
  color: #8ad6ff;
  font-weight: 600;
  text-decoration: none;
}

body.theme-corporation a {
  color: #ff4d4d;
}

body.theme-ghost a {
  color: #e3d15a;
}

body.theme-couch a {
  color: #ffd166;
}

a:hover {
  text-decoration: underline;
}

.form-group {
  margin-bottom: 1rem;
}

.status {
  font-size: 0.95rem;
  min-height: 1.5rem;
  color: #f3b774;
}

.helper-text {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0.25rem 0 1rem;
}

.link-barcode {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: flex-start;
}

.link-barcode img {
  width: 120px;
  height: 120px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #fff;
  padding: 0.4rem;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.35);
  object-fit: contain;
}

#toggleWords {
  margin-top: 1.5rem;
}

.theme-label {
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  font-size: 0.85rem;
  color: #f3b774;
  margin: 1rem 0 0.5rem;
}

.theme-display {
  font-family: 'Press Start 2P', cursive;
  font-size: clamp(1.8rem, 5vw, 3rem);
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  margin: 0 0 1rem;
  color: #8ad6ff;
}

body.theme-corporation .theme-label,
body.theme-corporation .theme-display {
  color: #ff4d4d;
}

body.theme-ghost .theme-label,
body.theme-ghost .theme-display {
  color: #e3d15a;
}

body.theme-couch .theme-label,
body.theme-couch .theme-display {
  color: #ffd166;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

@media (max-width: 720px) {
  .games-grid {
    grid-template-columns: 1fr;
  }

  .superbowl-featured {
    flex-direction: column;
    align-items: flex-start;
  }
}

.game-card {
  background: rgba(15, 18, 38, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.game-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.game-card--ghost img {
  object-fit: contain;
  background: #090f20;
  transform: scale(1.2);
  transform-origin: center;
}

.game-card__body {
  padding: 1.5rem;
}

.game-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.game-card__actions button {
  flex: 1 1 140px;
  width: auto;
}

.game-card__note {
  display: block;
  margin-top: 1rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
}

.game-card.coming-soon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1.5rem;
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.25);
}

.game-card--expansion {
  grid-column: 1 / -1;
  min-height: 190px;
}

.game-card--expansion .game-card__body {
  width: 100%;
}

.list {
  list-style: none;
  padding-left: 1rem;
}

.list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

footer {
  text-align: center;
  padding: 2rem 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}

nav {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

nav a {
  padding: 0.5rem 1rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Light palette for all non-Superbowl surfaces (homepage + other games). */
body.theme-light:not(.theme-superbowl) {
  background: linear-gradient(180deg, #f7f8fc 0%, #eef3f9 55%, #e8eff8 100%);
  color: #0f172a;
}

body.theme-light:not(.theme-superbowl) .hero p,
body.theme-light:not(.theme-superbowl) .brand-title,
body.theme-light:not(.theme-superbowl) h1,
body.theme-light:not(.theme-superbowl) h2,
body.theme-light:not(.theme-superbowl) h3,
body.theme-light:not(.theme-superbowl) p,
body.theme-light:not(.theme-superbowl) strong,
body.theme-light:not(.theme-superbowl) span {
  color: #0f172a;
}

body.theme-light:not(.theme-superbowl) .card,
body.theme-light:not(.theme-superbowl) .highlight,
body.theme-light:not(.theme-superbowl) .game-card,
body.theme-light:not(.theme-superbowl) .player-chip,
body.theme-light:not(.theme-superbowl) .predictions-row,
body.theme-light:not(.theme-superbowl) .werewolf-panel {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(30, 41, 59, 0.16);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
}

body.theme-light:not(.theme-superbowl) .helper-text,
body.theme-light:not(.theme-superbowl) .status,
body.theme-light:not(.theme-superbowl) .timer-label,
body.theme-light:not(.theme-superbowl) .locked-message,
body.theme-light:not(.theme-superbowl) .superbowl-subtitle,
body.theme-light:not(.theme-superbowl) .player-chip span,
body.theme-light:not(.theme-superbowl) .game-card__note,
body.theme-light:not(.theme-superbowl) footer,
body.theme-light:not(.theme-superbowl) .theme-label {
  color: rgba(15, 23, 42, 0.78);
}

body.theme-light:not(.theme-superbowl) .theme-display,
body.theme-light:not(.theme-superbowl) .prediction-value {
  color: #1d4ed8;
}

body.theme-light:not(.theme-superbowl) input,
body.theme-light:not(.theme-superbowl) textarea,
body.theme-light:not(.theme-superbowl) select,
body.theme-light:not(.theme-superbowl) .prediction-input {
  background: #ffffff;
  color: #0f172a;
  border: 1px solid rgba(30, 41, 59, 0.22);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

body.theme-light:not(.theme-superbowl) input:focus,
body.theme-light:not(.theme-superbowl) textarea:focus,
body.theme-light:not(.theme-superbowl) select:focus,
body.theme-light:not(.theme-superbowl) .prediction-input:focus {
  outline: 2px solid rgba(37, 99, 235, 0.22);
  outline-offset: 1px;
  border-color: rgba(37, 99, 235, 0.45);
}

body.theme-light:not(.theme-superbowl) button {
  background: linear-gradient(120deg, #1d4ed8, #4f46e5);
  color: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.24);
}

body.theme-light:not(.theme-superbowl) button:hover {
  box-shadow: 0 14px 24px rgba(37, 99, 235, 0.28);
}

body.theme-light:not(.theme-superbowl) button:disabled,
body.theme-light:not(.theme-superbowl) button[disabled] {
  background: #f1f5f9;
  color: #64748b;
  border: 1px solid #cbd5e1;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}

body.theme-light:not(.theme-superbowl) .button-link,
body.theme-light:not(.theme-superbowl) nav a {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(30, 41, 59, 0.2);
  color: #0f172a;
}

body.theme-light:not(.theme-superbowl) a {
  color: #1e40af;
}

body.theme-light:not(.theme-superbowl) .list li {
  border-bottom-color: rgba(30, 41, 59, 0.12);
}

body.theme-light.theme-corporation {
  background: linear-gradient(180deg, #f8fafd 0%, #ecf3fb 100%);
}

body.theme-light.theme-corporation::before {
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.93), rgba(236, 245, 255, 0.96)),
    radial-gradient(circle at 18% 15%, rgba(59, 130, 246, 0.15), transparent 40%),
    radial-gradient(circle at 86% 10%, rgba(14, 165, 233, 0.12), transparent 45%);
  opacity: 1;
  filter: none;
}

body.theme-light.theme-corporation::after {
  background:
    linear-gradient(110deg, rgba(59, 130, 246, 0.08), transparent 45%),
    linear-gradient(300deg, rgba(14, 165, 233, 0.07), transparent 50%);
  mix-blend-mode: normal;
  opacity: 0.7;
}

body.theme-light.theme-corporation .eyebrow,
body.theme-light.theme-corporation a,
body.theme-light.theme-corporation .theme-label,
body.theme-light.theme-corporation .theme-display {
  color: #1d4ed8;
}

body.theme-light.theme-ghost {
  background: linear-gradient(180deg, #fbfaf5 0%, #f2f0e6 100%);
}

body.theme-light.theme-ghost::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 250, 0.95), rgba(245, 240, 220, 0.95)),
    radial-gradient(circle at 18% 15%, rgba(180, 83, 9, 0.14), transparent 40%),
    radial-gradient(circle at 82% 12%, rgba(202, 138, 4, 0.12), transparent 48%);
  opacity: 1;
  filter: none;
}

body.theme-light.theme-ghost::after {
  background:
    linear-gradient(110deg, rgba(180, 83, 9, 0.07), transparent 45%),
    linear-gradient(300deg, rgba(202, 138, 4, 0.08), transparent 50%);
  mix-blend-mode: normal;
  opacity: 0.72;
}

body.theme-light.theme-ghost .eyebrow,
body.theme-light.theme-ghost a,
body.theme-light.theme-ghost .theme-label,
body.theme-light.theme-ghost .theme-display {
  color: #92400e;
}

body.theme-light.theme-couch {
  background: linear-gradient(180deg, #fff8f5 0%, #f8ecec 100%);
}

body.theme-light.theme-couch::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 240, 236, 0.94)),
    radial-gradient(circle at 18% 20%, rgba(219, 39, 119, 0.11), transparent 42%),
    radial-gradient(circle at 84% 10%, rgba(249, 115, 22, 0.12), transparent 46%);
  opacity: 1;
  filter: none;
}

body.theme-light.theme-couch::after {
  background:
    linear-gradient(120deg, rgba(249, 115, 22, 0.07), transparent 45%),
    linear-gradient(300deg, rgba(219, 39, 119, 0.08), transparent 50%);
  mix-blend-mode: normal;
  opacity: 0.74;
}

body.theme-light.theme-couch .eyebrow,
body.theme-light.theme-couch a,
body.theme-light.theme-couch .theme-label,
body.theme-light.theme-couch .theme-display {
  color: #be123c;
}
