:root {
  --orange: #e85a12;
  --orange-deep: #c2410c;
  --red: #b42318;
  --red-deep: #7f1d1d;
  --navy: #13233a;
  --navy-2: #0b1626;
  --silver: #c5c9d1;
  --cream: #f4efe6;
  --white: #fff8f0;
  --ink: #0a0f18;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Barlow Condensed", "Oswald", sans-serif;
  background: var(--ink);
  color: var(--cream);
  min-height: 100vh;
  letter-spacing: 0.02em;
}
.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  z-index: 0;
}
a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: linear-gradient(180deg, #0a0f18 0%, #121a28 100%);
  border-bottom: 3px solid var(--navy);
}
.header-inner {
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
.brand-logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,.5));
}
.brand-mark {
  font-family: "Bebas Neue", sans-serif;
  font-size: 42px;
  line-height: 0.85;
  letter-spacing: 0.04em;
  color: var(--white);
}
.brand-mark span { color: var(--orange); }
.brand-sub {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--silver);
}
.nav { display: flex; gap: 6px 18px; flex-wrap: nowrap; justify-content: flex-end; align-items: center; }
.nav a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.14em;
  font-size: 15px;
  color: var(--silver);
  padding: 6px 0 4px;
  border-bottom: 2px solid transparent;
}
.nav a:hover { color: var(--orange); }
.nav a.is-current {
  color: var(--orange);
  border-bottom-color: var(--orange);
}
.nav-more { position: relative; }
.nav-more summary {
  list-style: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.14em;
  font-size: 15px;
  color: var(--silver);
  padding: 6px 0 4px;
  border-bottom: 2px solid transparent;
}
.nav-more summary::-webkit-details-marker { display: none; }
.nav-more summary:hover { color: var(--orange); }
.nav-more[open] summary { color: var(--orange); }
.nav-more-list {
  display: none;
}
.nav-more[open] .nav-more-list {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  min-width: 180px;
  background: #0c121c;
  border: 1px solid #2b364a;
  padding: 8px 0;
  z-index: 30;
}
.nav-more a { padding: 10px 14px; border-bottom: 0; }
.stripe {
  height: 8px;
  background: linear-gradient(90deg, var(--orange) 0 50%, var(--red) 50% 100%);
}

.hero {
  max-width: 1480px;
  margin: 0 auto;
  padding: 64px 24px 48px;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.kicker {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 13px;
  color: var(--orange);
  font-weight: 700;
  margin-bottom: 10px;
}
h1, h2, h3 { font-family: "Bebas Neue", sans-serif; letter-spacing: 0.03em; }
h1 { font-size: clamp(52px, 8vw, 92px); line-height: 0.9; }
h1 span { color: var(--orange); }
.lede { max-width: 540px; font-size: 20px; color: #d7d0c4; margin: 18px 0 28px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-badge img {
  width: min(340px, 100%);
  filter: drop-shadow(0 18px 40px rgba(232,90,18,.25));
}

.btn {
  border: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  font-family: inherit;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 14px;
}
.btn-primary {
  background: var(--orange);
  color: #1a0b04;
}
.btn-primary:hover { background: #ff6b1a; }
.btn-primary:disabled { opacity: 0.4; cursor: not-allowed; }
.btn-ghost {
  background: transparent;
  color: var(--cream);
  outline: 2px solid var(--silver);
}
.btn-ghost:hover { outline-color: var(--orange); color: var(--orange); }
.btn-donate {
  background: transparent;
  color: #f3d48a;
  outline: 2px solid #8a5a12;
}
.btn-donate:hover {
  background: #2a2114;
  outline-color: #f3d48a;
  color: #fff8f0;
}

.promo-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #243044;
  border-bottom: 1px solid #243044;
}
.promo-item {
  padding: 16px 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 15px;
  background: #101824;
}
.promo-item:nth-child(1) { border-right: 1px solid #243044; }
.promo-item:nth-child(2) { border-right: 1px solid #243044; background: #16110d; }
.promo-item strong { color: var(--orange); margin-right: 8px; }

.rankings, .vote, .how {
  max-width: 1480px;
  margin: 0 auto;
  padding: 72px 24px;
  position: relative;
  z-index: 1;
}
.section-head { margin-bottom: 32px; max-width: 720px; }
.section-head h2 { font-size: 56px; line-height: 0.95; }
.section-head p:last-child { color: #c9c2b6; font-size: 18px; margin-top: 10px; }

.api-flag { margin-top: 16px; font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; color: #9aa3b2; }
.api-flag.ok { color: #86efac; }
.api-flag.bad { color: #f87171; }
.promo-tabs { display: flex; gap: 8px; margin-bottom: 28px; }
.sub-tabs { margin-top: -16px; }
.tab.sub { font-size: 13px; padding: 8px 16px; }
.tab {
  background: #151c2a;
  color: var(--silver);
  border: 2px solid #2a3548;
  padding: 10px 22px;
  font-family: inherit;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}
.tab.is-active {
  background: var(--orange);
  color: #1a0b04;
  border-color: var(--orange);
}

.boards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.board {
  background: linear-gradient(160deg, #182033 0%, #10161f 100%);
  border: 3px solid #2c3a52;
  position: relative;
  overflow: hidden;
}
.board.staff { border-color: var(--orange); }
.board.crowd { border-color: var(--red); }
.board-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 18px 20px 12px;
  background: linear-gradient(90deg, var(--navy) 0%, #1b283c 100%);
}
.board.staff .board-head { background: linear-gradient(90deg, #3b1d0a, #1a120c); }
.board.crowd .board-head { background: linear-gradient(90deg, #3a1212, #160c0c); }
.board-head h3 { font-size: 32px; }
.board-head span { font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--silver); }

.rank-row {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-top: 1px solid #243044;
}
.rank-row:nth-child(odd) { background: rgba(255,255,255,0.02); }
.rank-num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  color: var(--orange);
}
.board.crowd .rank-num { color: #f87171; }
.rank-name { font-size: 24px; font-weight: 700; text-transform: uppercase; }
.rank-note { display: block; font-size: 13px; color: #9aa3b2; letter-spacing: 0.08em; text-transform: uppercase; }
.rank-pts { font-size: 13px; color: var(--silver); letter-spacing: 0.1em; }

.vote-layout { display: grid; grid-template-columns: 220px 1fr; gap: 28px; }
.ballot-meta label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 13px;
  margin-bottom: 8px;
  color: var(--orange);
}
select,
.ballot-meta input,
.admin-row input {
  width: 100%;
  background: #121824;
  color: var(--cream);
  border: 2px solid #334155;
  padding: 10px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
}
.nav a.is-current { color: var(--orange); border-bottom-color: var(--orange); }
.admin-page .nav { flex-wrap: wrap; }
.admin-pool-board { margin-top: 24px; }
.admin-pool-board .admin-pool { padding: 16px 18px 22px; }
.admin-boards + .admin-pool-board { grid-column: 1 / -1; }
.hint, .ballot-status { margin-top: 14px; color: #9aa3b2; font-size: 15px; }
.ballot-status.ok { color: #86efac; }
.vote-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.vote-cols h3 {
  font-size: 28px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
}
.name-list, .pick-list {
  list-style: none;
  min-height: 360px;
  max-height: 520px;
  overflow: auto;
  border: 2px solid #2a3548;
  background: #0e1420;
}
.name-list li, .pick-list li {
  padding: 10px 14px;
  border-bottom: 1px solid #243044;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.name-list li:hover { background: #1c2738; color: var(--orange); }
.pick-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: grab;
}
.pick-list li span.pos {
  font-family: "Bebas Neue", sans-serif;
  font-size: 26px;
  color: var(--orange);
  width: 28px;
}
.pick-list li button {
  margin-left: auto;
  background: none;
  border: 0;
  color: #f87171;
  cursor: pointer;
  font-size: 18px;
}
#submit-vote, #clear-vote { margin-top: 14px; margin-right: 8px; }

.rules {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.rules article {
  background: #121824;
  border-left: 6px solid var(--orange);
  padding: 22px;
}
.rules article:nth-child(even) { border-left-color: var(--red); }
.rules h3 { font-size: 28px; margin-bottom: 8px; }
.rules p { color: #c9c2b6; font-size: 17px; }

.site-footer {
  border-top: 8px solid transparent;
  border-image: linear-gradient(90deg, var(--orange), var(--red)) 1;
  background: #070b12;
  padding: 36px 24px;
}
.footer-inner {
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  align-items: center;
}
.footer-logo { width: 72px; }
.fine { color: #6b7280; font-size: 13px; margin-top: 8px; }
.footer-links { margin-left: auto; display: flex; flex-direction: column; gap: 8px; }
.footer-links a { color: var(--orange); text-decoration: none; font-weight: 700; letter-spacing: 0.08em; }

.champ-strip {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
.champ-pill {
  background: #151c2a;
  border: 1px solid #334155;
  padding: 8px 12px;
  font-size: 14px;
}
.champ-pill strong { color: var(--orange); margin-right: 6px; }
.move { display: inline-block; margin-left: 8px; font-size: 14px; letter-spacing: 0.08em; vertical-align: middle; }
.move.up { color: #86efac; }
.move.down { color: #f87171; }
.move.nr { color: var(--orange); }
.move.flat { color: #6b7280; }
.week-label { color: var(--orange); letter-spacing: 0.16em; text-transform: uppercase; font-size: 13px; margin-top: 10px; }
.share-row { grid-column: 1 / -1; margin-top: 8px; }
.admin-site { display: flex; flex-direction: column; gap: 18px; margin: 8px 0 20px; }
.desk-card {
  background: linear-gradient(180deg, #161d2b 0%, #10161f 100%);
  border: 1px solid #2b364a;
  border-radius: 16px;
  padding: 22px 22px 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,.28);
}
.desk-card header { margin-bottom: 16px; }
.desk-card header p {
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 700;
}
.desk-card header h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 32px;
  letter-spacing: 0.04em;
  line-height: 1;
}
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field span {
  color: #9aa3b2;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 700;
}
.field input, .field textarea, .admin-row input, .admin-row textarea {
  background: #0c121c;
  border: 1px solid #3a465c;
  color: var(--cream);
  padding: 11px 12px;
  font-family: inherit;
  font-size: 17px;
  width: 100%;
  border-radius: 10px;
}
.field textarea, .admin-row textarea { min-height: 84px; resize: vertical; line-height: 1.35; }
.field input:focus, .field textarea:focus {
  outline: none;
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(232,90,18,.18);
}
.field-full { grid-column: 1 / -1; }
.rule-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
.rule-card {
  background: #0c121c;
  border: 1px solid #2b364a;
  border-radius: 12px;
  padding: 12px;
}
.desk-split { display: grid; grid-template-columns: 1.4fr .8fr; gap: 18px; align-items: start; }
.desk-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
.desk-subtle { color: #9aa3b2; text-transform: uppercase; letter-spacing: 0.14em; font-size: 12px; margin: 16px 0 8px; }
.archive-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.archive-list li {
  background: #0c121c;
  border: 1px solid #2b364a;
  border-radius: 10px;
  padding: 10px 12px;
}
.gold-box label { display: block; color: var(--orange); text-transform: uppercase; letter-spacing: 0.14em; font-size: 13px; margin-bottom: 8px; }
.show-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.show-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  background: linear-gradient(180deg, #161d2b 0%, #10161f 100%);
  border: 1px solid #2b364a;
  border-radius: 16px;
  padding: 22px 18px 20px;
}
.show-logo {
  width: 88px;
  height: 88px;
  border-radius: 12px;
  background: #0c121c;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  color: var(--orange);
  flex: 0 0 88px;
}
.show-logo img { width: 100%; height: 100%; object-fit: cover; }
.show-card h3 { font-size: 28px; line-height: 1; margin: 4px 0 0; }
.show-card p { color: #9aa3b2; margin: 0; }
.show-links { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.show-links a { color: var(--orange); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; }
.show-latest {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid #2b364a;
}
.show-latest .latest-name {
  font-weight: 700;
  color: var(--cream);
  line-height: 1.25;
}
.show-latest .btn { width: auto; max-width: 100%; }

.titles-stack { display: grid; gap: 22px; margin-top: 18px; }
.title-row {
  background: linear-gradient(180deg, #161d2b 0%, #10161f 100%);
  border: 1px solid #2b364a;
  border-radius: 16px;
  padding: 16px 18px 22px;
}
.title-row header h3 { font-size: 28px; line-height: 1; margin: 0 0 4px; }
.title-row header p { color: #9aa3b2; margin: 0; }
.title-track { position: relative; height: 56px; margin: 18px 8px 0; }
.title-axis {
  position: absolute; left: 0; right: 0; top: 22px;
  height: 4px; background: #2b364a; border-radius: 4px;
}
.title-dot {
  position: absolute; top: 14px; width: 20px; height: 20px;
  margin-left: -10px; border: 3px solid #0b1018; border-radius: 50%;
  background: var(--silver); cursor: pointer; z-index: 2;
}
.title-dot:hover { transform: scale(1.15); background: #fff; }
.title-dot.is-now { background: var(--orange); box-shadow: 0 0 0 4px rgba(232,90,18,.25); }
.title-yr {
  position: absolute; top: 36px; font-size: 12px;
  letter-spacing: .12em; text-transform: uppercase; color: #6b7382;
}
.title-yr.left { left: 0; }
.title-yr.right { right: 0; }
.title-pop {
  position: fixed; z-index: 60; width: min(320px, calc(100vw - 24px));
  background: #121a28; border: 2px solid var(--orange); border-radius: 12px;
  padding: 16px 16px 14px; box-shadow: 0 16px 40px rgba(0,0,0,.45);
}
.title-pop h3 { font-size: 30px; line-height: .95; margin: 4px 0 6px; }
.title-pop-belt { color: var(--orange); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.title-pop-x {
  position: absolute; top: 8px; right: 10px;
  background: none; border: 0; color: var(--silver);
  font-size: 22px; cursor: pointer;
}

@media (max-width: 860px) {
  .field-grid, .rule-grid, .desk-split { grid-template-columns: 1fr; }
}

.admin-wrap { max-width: 1480px; margin: 0 auto; padding: 40px 24px 80px; position: relative; z-index: 1; }
.admin-card {
  background: #121824;
  border: 2px solid #2a3548;
  padding: 22px;
  margin-bottom: 20px;
}
.admin-card h1 { font-size: 48px; margin-bottom: 8px; }
.admin-card label { display: block; margin: 14px 0 6px; text-transform: uppercase; letter-spacing: 0.14em; font-size: 13px; color: var(--orange); }
.admin-card input, .admin-pass-row input, .pool-add input {
  background: #0e1420;
  border: 2px solid #334155;
  color: var(--cream);
  padding: 10px 12px;
  font-family: inherit;
  font-size: 18px;
  width: 100%;
}
.hidden { display: none !important; }
.admin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.admin-row { display: flex; gap: 8px; align-items: center; margin-bottom: 8px; }
.admin-pass-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; align-items: center; }
.admin-pass-row input { width: auto; flex: 1; min-width: 180px; }
.pool-add { display: flex; gap: 8px; margin-bottom: 12px; }
.admin-pool { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.admin-pool li {
  background: #0e1420;
  border: 1px solid #334155;
  padding: 6px 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.admin-pool button, .btn-x {
  background: none;
  border: 0;
  color: #f87171;
  cursor: pointer;
  font-weight: 700;
}
@media (max-width: 860px) {
  .admin-grid { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .hero, .boards, .vote-layout, .vote-cols, .rules, .promo-bar, .footer-inner {
    grid-template-columns: 1fr;
  }
  .nav { display: flex; }
  .footer-links { margin-left: 0; }
}

.desk-bar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  padding: 8px 18px;
  background: #e85a12;
  color: #0a0f18;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.desk-bar a, .desk-bar button {
  background: #0a0f18;
  color: #fff8f0;
  border: 0;
  padding: 6px 10px;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
}

.week-cal {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}
.cal-day {
  background: #121824;
  border: 1px solid #2b364a;
  border-radius: 12px;
  padding: 12px 10px 14px;
  min-height: 140px;
}
.cal-day.is-today { border-color: var(--orange); box-shadow: 0 0 0 1px var(--orange); }
.cal-day h3 {
  font-size: 16px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 10px;
}
.cal-show {
  display: block;
  text-decoration: none;
  color: var(--cream);
  background: #0c121c;
  border: 1px solid #2b364a;
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 8px;
}
.cal-show strong { display: block; font-size: 15px; line-height: 1.2; }
.cal-show span { color: #9aa3b2; font-size: 13px; }
.cal-empty { color: #6b7380; font-size: 13px; }
.show-when { color: var(--orange); font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; font-size: 13px; margin-bottom: 4px; }
.field select {
  width: 100%;
  background: #0e1420;
  border: 2px solid #334155;
  color: var(--cream);
  padding: 10px 12px;
  font-family: inherit;
  font-size: 18px;
}
@media (max-width: 900px) {
  .week-cal { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.day-picks { display: flex; flex-wrap: wrap; gap: 8px 12px; }
.day-pick { display: flex; align-items: center; gap: 6px; color: var(--cream); font-size: 15px; letter-spacing: 0.04em; text-transform: uppercase; }
.day-pick input { width: auto; accent-color: #e85a12; }

.splash { position: relative; z-index: 1; }
.splash-hero {
  max-width: 980px;
  margin: 0 auto;
  padding: 72px 24px 28px;
  text-align: center;
}
.splash-logo {
  width: 160px;
  height: 160px;
  object-fit: contain;
  margin-bottom: 18px;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,.45));
}
.splash-hero h1 { font-size: clamp(64px, 12vw, 120px); line-height: .88; }
.splash-hero .lede { max-width: 640px; margin: 16px auto 24px; }
.splash-hero .hero-actions { justify-content: center; }
.splash-grid {
  max-width: 1480px;
  margin: 0 auto 72px;
  padding: 12px 24px 48px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 1100px) {
  .splash-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.splash-card {
  display: block;
  text-decoration: none;
  background: linear-gradient(180deg, #161d2b 0%, #10161f 100%);
  border: 1px solid #2b364a;
  border-radius: 18px;
  padding: 28px 24px 24px;
  min-height: 220px;
  transition: transform .15s ease, border-color .15s ease;
}
.splash-card:hover { transform: translateY(-3px); border-color: var(--orange); }
.splash-card.gold { border-color: #8a5a12; background: linear-gradient(180deg, #2a2114 0%, #16120c 100%); }
.splash-card h2 { font-size: 48px; line-height: .9; margin: 6px 0 10px; }
.splash-card p { color: #9aa3b2; margin-bottom: 22px; }
.splash-go {
  color: var(--orange);
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 760px) {
  .splash-grid { grid-template-columns: 1fr; }
  .splash-logo { width: 120px; height: 120px; }
}

.nav-toggle {
  display: inline-flex;
  background: #151c2a;
  color: var(--cream);
  border: 2px solid #2a3548;
  padding: 8px 12px;
  font: inherit;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 860px) {
  .header-inner {
    flex-wrap: wrap;
    padding: 10px 16px;
    gap: 10px;
  }
  .brand { flex: 1; min-width: 0; }
  .brand-logo { width: 48px; height: 48px; }
  .brand-mark { font-size: 32px; }
  .brand-sub { display: none; }
  .nav-toggle { display: inline-flex; margin-left: auto; }
  .account-chip { display: none; }
  body.nav-open .account-chip { display: flex; order: -1; width: 100%; padding: 12px 14px; }
  .site-header .nav {
    display: none;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0;
    background: #0c121c;
    border: 1px solid #2b364a;
  }
  body.nav-open .site-header .nav { display: flex; }
  .site-header .nav a {
    padding: 12px 14px;
    border-top: 1px solid #243044;
    border-bottom: 0;
    font-size: 16px;
  }
  .site-header .nav a.is-current {
    box-shadow: inset 3px 0 0 var(--orange);
  }
  .nav-more { width: 100%; }
  .nav-more summary { padding: 12px 14px; border-top: 1px solid #243044; }
  .nav-more[open] .nav-more-list {
    position: static;
    min-width: 0;
    border: 0;
    padding: 0;
    background: transparent;
  }
  .hero {
    padding: 36px 16px 28px;
    gap: 20px;
  }
  .hero-badge { display: none; }
  .lede { font-size: 18px; margin: 12px 0 20px; }
  .rankings, .vote, .how { padding: 40px 16px; }
  .section-head h2 { font-size: 40px; }
  .promo-tabs, .sub-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 16px;
    padding-bottom: 4px;
  }
  .tab { padding: 8px 14px; white-space: nowrap; }
  .promo-item { font-size: 13px; padding: 12px 10px; }
  .rank-row { grid-template-columns: 40px 1fr auto; padding: 10px 12px; gap: 8px; }
  .rank-num { font-size: 28px; }
  .rank-name { font-size: 18px; }
  .board-head { padding: 14px 14px 10px; }
  .board-head h3 { font-size: 26px; }
  .vote-cols { gap: 28px; }
  .btn { width: 100%; text-align: center; }
  .hero-actions { width: 100%; }
  .hero-actions .btn { flex: 1 1 100%; }
  .footer-inner {
    padding: 24px 16px 36px;
    gap: 16px;
  }
  .show-card { padding: 16px 14px; }
  .show-logo { width: 88px; height: 88px; }
  .admin-row { flex-wrap: wrap; }
  .admin-row input { min-width: 0; flex: 1 1 140px; }
  .admin-pass-row input { min-width: 0; }
  .splash-hero { padding: 40px 16px 16px; }
  .splash-hero h1 { font-size: clamp(48px, 16vw, 84px); }
  .splash-card { min-height: 0; padding: 22px 18px; }
  .splash-card h2 { font-size: 36px; }
  .week-cal { grid-template-columns: 1fr 1fr; gap: 8px; }
  .cal-day { min-height: 110px; padding: 10px 8px; }
  .desk-bar { top: auto; font-size: 12px; }
}

@media (max-width: 520px) {
  .week-cal { grid-template-columns: 1fr; }
  h1 { font-size: 44px; }
}

.footer-copy,
.footer-fine {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 24px 8px;
  color: #6b7380;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
}
.footer-fine { padding-bottom: 28px; }
@media (max-width: 860px) {
  .footer-copy, .footer-fine { padding-left: 16px; padding-right: 16px; }
}

.games-disclaimer {
  border: 1px solid #2b364a;
  background: #10161f;
  padding: 12px 14px;
  color: #9aa3b2;
  font-size: 14px;
  letter-spacing: 0.04em;
  margin-bottom: 22px;
}
.heat-card {
  background: linear-gradient(160deg, #182033 0%, #10161f 100%);
  border: 3px solid var(--orange);
  padding: 24px;
  max-width: 720px;
}
.heat-card h2 { font-size: 48px; line-height: 0.92; margin: 6px 0 10px; }
.heat-staff { color: var(--cream); margin: 10px 0 18px; }
.heat-meter {
  display: flex;
  height: 18px;
  background: #0c121c;
  border: 1px solid #2b364a;
  overflow: hidden;
  margin-bottom: 8px;
}
.heat-slap { background: var(--orange); height: 100%; }
.heat-died { background: #b42318; height: 100%; }
.heat-score { color: #9aa3b2; margin-bottom: 18px; letter-spacing: 0.08em; text-transform: uppercase; font-size: 13px; }
.heat-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.ring-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 24px;
  align-items: start;
}
#ring-canvas,
.ring-stage {
  width: 100%;
  max-width: 720px;
  height: 560px;
  background: #0a0f18;
  border: 3px solid var(--navy);
  touch-action: none;
}
.ring-stage canvas {
  width: 100%;
  height: 100%;
  display: block;
}
.ring-tools h3 { margin: 18px 0 8px; font-size: 22px; }
.preset-row, .icon-palette, .ring-tools .desk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.icon-palette button {
  background: #151c2a;
  color: var(--cream);
  border: 2px solid #2a3548;
  padding: 6px;
  width: 72px;
  font: inherit;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: grab;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.icon-palette img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  pointer-events: none;
  background: #0c121c;
}
.icon-palette span { font-size: 11px; }
.icon-ghost {
  position: fixed;
  width: 72px;
  height: 72px;
  pointer-events: none;
  z-index: 80;
  border: 2px solid var(--orange);
  background: #151c2a center / cover no-repeat;
  display: none;
}
.icon-ghost.is-on { display: block; }
.ring-tools input[type="color"] {
  width: 100%;
  height: 36px;
  background: transparent;
  border: 1px solid #2b364a;
}
.ring-tools input[type="file"] { color: var(--silver); margin-bottom: 8px; }
@media (max-width: 860px) {
  .ring-layout { grid-template-columns: 1fr; }
}

.account-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  order: 20;
}
.account-chip a { color: var(--orange); border-bottom-color: transparent; }
.account-chip .btn { padding: 8px 12px; width: auto; }
.account-chip button {
  background: transparent;
  color: var(--silver);
  border: 0;
  font: inherit;
  cursor: pointer;
}
@media (max-width: 860px) {
  .account-chip { width: 100%; }
}

.week-ritual {
  max-width: 1480px;
  margin: 0 auto 32px;
  padding: 28px 24px 32px;
  border: 3px solid var(--navy);
  background: #121a28;
}
.week-ritual h2 { font-size: 48px; margin: 0 0 8px; }
.ritual-lock { color: var(--orange); letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700; }
.ritual-copy { color: var(--silver); margin: 8px 0 18px; }
.ballot-chip, .streak-chip {
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid var(--orange);
  color: var(--orange);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-style: normal;
}
.ballot-chip.wait { border-color: #2b364a; color: #9aa3b2; }
.about-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }

#desk.rankings { padding-top: 0; }
.desk-tabs {
  position: sticky;
  top: 0;
  z-index: 25;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 8px 0 8px;
  margin: 0 0 20px;
  background: #0a0f18;
  border-bottom: 2px solid #e4572e;
  box-shadow: 0 -1px 0 #0a0f18;
}
.desk-tabs button {
  background: transparent;
  color: #c5c9d1;
  border: 1px solid #2b364a;
  font: 700 14px "Barlow Condensed", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 12px;
  cursor: pointer;
}
.desk-tabs button.is-active {
  background: #e4572e;
  color: #0a0f18;
  border-color: #e4572e;
}
.desk-pane {
  display: none;
}
.desk-pane.is-active {
  display: block;
  opacity: 1;
  animation: deskFade 0.28s ease;
}
@keyframes deskFade {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}

.pulse-list { display: grid; gap: 20px; }
.shock-graph { display: flex; align-items: flex-end; gap: 18px; height: 160px; margin: 16px 0 8px; }
.shock-col { flex: 1; display: flex; flex-direction: column; align-items: center; height: 100%; justify-content: flex-end; }
.shock-bar { width: 100%; max-width: 64px; border-radius: 6px 6px 0 0; }
.shock-bar.fire { background: #e4572e; }
.shock-bar.mid { background: #c9a227; }
.shock-bar.bury { background: #6b7280; }
.shock-col em { font-style: normal; color: #9aa3b2; margin-top: 6px; }
.shock-emoji {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff8f0;
  margin-bottom: 6px;
}
.dna-radar { display: block; margin: 8px auto; max-width: 100%; }
.dna-slider { display: grid; grid-template-columns: 110px 1fr; gap: 10px; align-items: center; margin: 6px 0; text-transform: capitalize; }

.view { display: none; }
.view.is-on { display: block; }

.site-rail {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 232px;
  padding: 88px 10px 24px;
  background: #0b1018;
  border-right: 2px solid #1d2738;
  z-index: 25;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform .22s ease;
}
body.rail-open .site-rail { transform: translateX(0); }
body.rail-open {
  padding-left: 232px;
}
.rail-kicker {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #6b7382;
  margin: 0 10px 12px;
}
.site-rail a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .08em;
  font-size: 14px;
  color: var(--silver);
  padding: 10px 8px;
  border-left: 3px solid transparent;
  min-width: 0;
}
.site-rail a:hover { color: var(--orange); }
.site-rail a.is-current {
  color: var(--orange);
  border-left-color: var(--orange);
  background: #151c2a;
}
body.rail-collapsed { padding-left: 64px; }
body.rail-collapsed .site-rail {
  transform: none;
  width: 64px;
  padding: 88px 6px 88px;
  overflow-x: hidden;
  overflow-y: auto;
}
body.rail-collapsed .rail-kicker { display: none; }
body.rail-collapsed .site-rail a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  gap: 0;
  border-left: 0;
}
body.rail-collapsed .site-rail a span,
body.rail-collapsed .rail-help span { display: none; }
.rail-fold {
  position: absolute;
  top: 96px;
  right: 0;
  width: 20px;
  height: 44px;
  border: 1px solid #2b364a;
  border-right: 0;
  background: #121a28;
  color: var(--orange);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  z-index: 26;
}
body.rail-collapsed .rail-fold {
  right: 0;
  width: 18px;
  height: 44px;
}
@media (min-width: 901px) {
  .nav-toggle { display: none !important; }
}
@media (max-width: 900px) {
  body.rail-open { padding-left: 0; }
  .site-rail {
    width: min(280px, 86vw);
    box-shadow: 16px 0 40px rgba(0,0,0,.45);
  }
}

.rail-icon { width: 18px; height: 18px; flex: 0 0 18px; }

.tutorial-scrim {
  position: fixed;
  inset: 0;
  z-index: 79;
  background: rgba(7, 11, 18, 0.62);
}
.tutorial-card {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 80;
  width: min(440px, calc(100vw - 32px));
  max-height: calc(100vh - 40px);
  overflow: auto;
  background: #121a28;
  border: 2px solid #e4572e;
  padding: 22px 22px 16px;
  box-shadow: 0 16px 40px rgba(0,0,0,.45);
}
.tutorial-card h3 { font-size: 28px; margin: 4px 0 8px; }
.tutorial-card p { color: #c5c9d1; }
.tutorial-actions { display: flex; gap: 8px; margin-top: 16px; }
.tutorial-foot { display: flex; justify-content: space-between; margin-top: 12px; }
.tut-text {
  background: none;
  border: 0;
  color: #9aa3b2;
  font: inherit;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
}
.tut-text:hover { color: var(--orange); }
.rail-help {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 16px;
  background: transparent;
  border: 0;
  color: var(--silver);
  font: inherit;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 12px;
  cursor: pointer;
  text-align: left;
}
.rail-help:hover { color: var(--orange); }
body.rail-collapsed .rail-help {
  display: flex;
  justify-content: center;
  padding: 12px 0;
  margin-top: 8px;
  gap: 0;
}
.rail-kofi {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.rail-kofi .btn-container {
  margin: 0 auto;
}
.rail-kofi.is-docked,
body.rail-collapsed .rail-kofi {
  position: fixed;
  left: 12px;
  bottom: 16px;
  z-index: 40;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}

.tut-dots { display: flex; gap: 6px; margin: 8px 0 10px; }
.tut-dot {
  width: 8px; height: 8px; border-radius: 50%;
  border: 0; background: #2b364a; padding: 0; cursor: pointer;
}
.tut-dot.is-did { background: #c9a227; }
.tut-dot.is-on { background: #e4572e; width: 18px; border-radius: 8px; }
.tut-house { margin-top: 10px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: #9aa3b2; }

.upcoming {
  max-width: 1480px;
  margin: 0 auto 8px;
  padding: 12px 24px 36px;
  position: relative;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
}
.upcoming h2 { font-size: 48px; line-height: .9; margin: 6px 0 8px; }
.upcoming-blurb { color: #9aa3b2; margin-bottom: 18px; }
.upcoming-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
}
.upcoming-chip {
  background: #161d2b;
  border: 1px solid #2b364a;
  color: inherit;
  text-align: left;
  padding: 16px;
  width: 100%;
  max-width: none;
  min-width: 0;
  cursor: pointer;
  font: inherit;
}
.upcoming-chip:hover { border-color: var(--orange); }
.upcoming-chip em { display: block; color: var(--orange); font-style: normal; letter-spacing: .12em; text-transform: uppercase; font-size: 11px; font-weight: 800; }
.upcoming-chip strong { display: block; font-size: 20px; margin: 4px 0 2px; }
.upcoming-chip span { color: #9aa3b2; font-size: 13px; }
.event-modal { position: fixed; inset: 0; z-index: 90; }
.event-scrim { position: absolute; inset: 0; background: rgba(7,11,18,.65); }
.event-pop {
  position: relative;
  z-index: 1;
  max-width: 480px;
  margin: 10vh auto;
  background: #121a28;
  border: 2px solid #e4572e;
  padding: 24px;
}
.event-when { color: #c9a227; margin: 6px 0 12px; }
.event-card { margin: 8px 0 18px 18px; color: #fff8f0; }

.upcoming-art {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
  margin: 0 0 12px;
  background: #0b1018;
}
@media (max-width: 1100px) {
  .upcoming-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .upcoming-list { grid-template-columns: 1fr; }
}
.event-pop-art {
  display: block;
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  margin: 0 0 12px;
}

.house-board {
  max-width: 1480px;
  margin: 0 auto 28px;
  padding: 12px 24px 28px;
  position: relative;
  z-index: 1;
}
.house-board h2 { font-size: 48px; line-height: .9; margin: 6px 0 8px; }
.leader-list { list-style: none; display: grid; gap: 8px; }
.leader-list li {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  gap: 12px;
  background: #161d2b;
  border: 1px solid #2b364a;
  padding: 12px 16px;
}
.leader-list li b { color: var(--orange); font-size: 22px; }
.leader-list li em { font-style: normal; color: #c9a227; letter-spacing: .08em; text-transform: uppercase; }

.night-hero {
  position: relative;
  max-width: 1480px;
  margin: 0 auto 28px;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid #2b364a;
}
.night-art {
  position: absolute; inset: 0;
  background: #0b1018 center/cover no-repeat;
  filter: saturate(1.05);
}
.night-art::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(8,12,20,.92) 12%, rgba(8,12,20,.45) 55%, rgba(8,12,20,.2));
}
.night-copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
  padding: 64px 32px 48px;
}
.night-copy h1 { font-size: clamp(48px, 8vw, 92px); line-height: .9; margin: 8px 0 12px; }
.hero-clock { color: var(--orange); letter-spacing: .08em; text-transform: uppercase; font-weight: 700; margin: 0 0 18px; }
.tonight {
  max-width: 1480px;
  margin: 0 auto 28px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.tonight-pane {
  background: #121a28;
  border: 1px solid #2b364a;
  padding: 20px 20px 18px;
}
.tonight-pane h2 { font-size: 32px; margin: 4px 0 10px; }
.tonight-pane .upcoming-art { height: 140px; }
.leader-list.compact li.is-top { padding: 16px; }
.leader-list.compact li.is-top b { font-size: 28px; }
.leader-list.compact li:nth-child(n+4) { padding: 8px 16px; font-size: 14px; }
.splash-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.splash-card.gold {
  background: linear-gradient(145deg, #e85a12 0%, #b42318 55%, #0b1626 100%);
  border-color: #c9a227;
}
.splash-card.gold h2, .splash-card.gold p, .splash-card.gold .splash-go, .splash-card.gold .kicker { color: #fff8f0; }
.upcoming.slim h2 { font-size: 32px; }
.upcoming-chip { position: relative; overflow: hidden; }
.upcoming-chip .upcoming-art { height: 150px; margin: -16px -16px 12px; width: calc(100% + 32px); max-width: none; }
@media (max-width: 1100px) {
  .tonight { grid-template-columns: 1fr; padding: 0 16px; }
  .splash-grid.three { grid-template-columns: 1fr; }
}

.fan-face {
  width: 28px; height: 28px; border-radius: 50%;
  object-fit: cover; flex: 0 0 28px;
  border: 1px solid #2b364a;
}
.account-chip { display: flex; align-items: center; gap: 8px; }
.leader-list li { grid-template-columns: 40px 28px 1fr auto; }
.leader-list li.is-top .fan-face { width: 36px; height: 36px; flex-basis: 36px; }

.how-strip {
  max-width: 1480px;
  margin: 0 auto 32px;
  padding: 8px 24px 12px;
  position: relative;
  z-index: 1;
}
.how-strip h2 { font-size: 40px; margin: 4px 0 16px; }
.how-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}
.how-grid article {
  background: #121a28;
  border: 1px solid #2b364a;
  padding: 18px 18px 16px;
}
.how-grid h3 { font-size: 28px; margin: 4px 0 8px; }
.how-strip.slim { padding-top: 24px; }
@media (max-width: 860px) {
  .how-grid { grid-template-columns: 1fr; }
}

.guide-card h3 { font-size: 26px; margin: 4px 0 8px; }
.guide-list { margin: 8px 0 0 18px; color: #c5c9d1; }
.guide-list li { margin: 6px 0; }

.desk-login {
  max-width: 420px;
  margin: 48px auto 80px;
  padding: 24px;
  background: #121a28;
  border: 1px solid #2b364a;
}
.desk-login h1 { font-size: 56px; margin: 4px 0 8px; }
.desk-login input { width: 100%; margin: 0 0 12px; }
.tonight-bar {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: stretch;
  max-width: 1480px;
  margin: 0 auto 16px;
  padding: 0 24px;
  background: transparent;
  border: 0;
}
.tonight-card {
  flex: 1 1 0;
  min-width: 0;
  background: #121a28;
  border: 1px solid #2b364a;
  padding: 16px 16px 14px;
}
.tonight-card[data-jump] { cursor: pointer; }
.tonight-card[data-jump]:hover { border-color: var(--orange); }
.tonight-bar .kicker { margin: 0 0 6px; }
.tonight-card strong { display: block; font-size: 18px; line-height: 1.2; }
.tonight-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.desk-group {
  display: inline-block;
  margin: 0 8px 0 16px;
  color: #9aa3b2;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
}
.desk-jump, .desk-jump-select { display: none; }
.desk-preview {
  max-width: 1480px;
  margin: 0 auto 16px;
  padding: 16px;
  border: 1px dashed #2b364a;
}
.desk-dock {
  position: sticky;
  bottom: 0;
  z-index: 40;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  background: #0b1018;
  border-top: 2px solid #e85a12;
}
body.desk-live .site-header .nav-more { display: none; }
@media (max-width: 900px) {
  .tonight-bar { flex-wrap: wrap; padding: 0 16px; }
  .tonight-card { flex: 1 1 calc(50% - 12px); }
  .desk-tabs { display: none; }
  .desk-jump, .desk-jump-select { display: block; width: min(1480px, calc(100% - 32px)); margin: 0 auto 12px; }
  .desk-jump-select { padding: 12px; font-size: 18px; }
  .desk-dock { padding: 14px 16px; }
  .desk-dock .btn { min-height: 48px; min-width: 120px; }
  .admin-boards, .boards { grid-template-columns: 1fr !important; }
}

.share-sheet { position: fixed; inset: 0; z-index: 120; }
.share-scrim { position: absolute; inset: 0; background: rgba(7,11,18,.72); }
.share-pop {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin: 6vh auto;
  background: #121a28;
  border: 2px solid #e4572e;
  padding: 20px;
  max-height: 88vh;
  overflow: auto;
}
.share-preview { display: block; width: 100%; margin: 12px 0; }
.share-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 12px 0; }


.plain-sub { margin: 4px 0 0; color: #b9b0a4; font-size: 0.95rem; }
.hero-quiet { margin-top: 10px; font-size: 0.92rem; color: #9a9188; }
.hero-quiet a { color: #d7cfc6; }
.house-chip {
  display: inline-block; margin: 10px 0 0; padding: 4px 10px;
  border: 1px solid rgba(232,90,18,.35); border-radius: 999px;
  font-size: 0.78rem; letter-spacing: .04em; color: #c9bfb4;
}
.first-visit { margin: 8px 0 28px; }
.first-visit-line { font-family: Oswald, sans-serif; font-size: 1.4rem; margin: 0 0 14px; }
.first-visit-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.empty-voice { color: #d7cfc6; font-style: italic; margin: 8px 0; }
.vs-board .vs-strip { display: flex; flex-direction: column; gap: 8px; }
.vs-row { display: grid; grid-template-columns: 1fr auto 1fr; gap: 10px; align-items: center; padding: 8px 0; border-bottom: 1px solid rgba(255,248,240,.08); }
.vs-side { display: flex; gap: 8px; align-items: baseline; }
.vs-side.crowd { justify-content: flex-end; text-align: right; }
.vs-mark { font-family: Oswald, sans-serif; color: var(--orange); letter-spacing: .08em; }
.rail-more { margin: 8px 0 12px; }
.rail-more summary { list-style: none; display: flex; align-items: center; gap: 10px; cursor: pointer; color: inherit; }
.rail-more summary::-webkit-details-marker { display: none; }
.rail-more a { padding-left: 28px; }
@media (max-width: 800px) {
  .first-visit-tiles { grid-template-columns: 1fr; }
  .vs-row { grid-template-columns: 1fr; }
  .vs-mark { display: none; }
}

.view.is-on { display: block; }
.view.is-on .hero, .view.is-on .rankings, .view.is-on .how-strip, .view.is-on .tonight {
  max-width: 1120px;
}
.rankings { padding: 12px 0 40px; }
.vs-board { padding: 18px 18px 14px; }
.vs-row { padding: 10px 4px; }
.first-visit-tiles .splash-card { min-height: 160px; }
.account-chip { flex-wrap: wrap; max-width: min(420px, 48vw); }
.heat-card { padding: 18px; margin: 0 0 16px; }
#boards { display: flex; flex-direction: column; gap: 16px; }


/* —— splash as a ring card, not a SaaS landing —— */
body.splash-page #view-home.splash {
  position: relative;
  padding: 12px 18px 48px;
  background:
    repeating-linear-gradient(90deg, rgba(232,90,18,.04) 0 2px, transparent 2px 28px),
    radial-gradient(1200px 600px at 20% -10%, rgba(232,90,18,.18), transparent 55%),
    #070604;
}
body.splash-page #view-home.splash > section,
body.splash-page #view-home.splash > .first-visit,
body.splash-page #view-home.splash > .splash-grid {
  position: relative;
  z-index: 2;
}
.ring-frame {
  pointer-events: none;
  position: absolute;
  inset: 8px;
  z-index: 0;
  border: 14px solid #1a120c;
  box-shadow: inset 0 0 0 4px #c2410c, inset 0 0 0 8px #7f1d1d, 0 0 0 1px #3a2418;
}
.ring-frame .rope {
  position: absolute; left: 22px; right: 22px; height: 6px;
  background: linear-gradient(#f4c7a5, #c2410c 45%, #7f1d1d);
  border-radius: 3px;
  opacity: .85;
}
.ring-frame .rope.r1 { top: 18px; }
.ring-frame .rope.r2 { top: 32px; }
.ring-frame .rope.r3 { top: 46px; }
.ring-frame .buckle {
  position: absolute; width: 28px; height: 28px;
  background: radial-gradient(circle at 30% 30%, #f0d38a, #8a5a12 55%, #3a2418);
  border: 2px solid #1a120c;
  transform: rotate(45deg);
}
.ring-frame .buckle.tl { top: -6px; left: -6px; }
.ring-frame .buckle.tr { top: -6px; right: -6px; }
.ring-frame .buckle.bl { bottom: -6px; left: -6px; }
.ring-frame .buckle.br { bottom: -6px; right: -6px; }
.mat-watermark {
  position: absolute; right: 4%; bottom: 8%;
  font-family: "Bebas Neue", Oswald, sans-serif;
  font-size: clamp(80px, 18vw, 220px);
  line-height: .8;
  color: rgba(244,239,230,.05);
  letter-spacing: .02em;
  transform: rotate(-12deg);
}
body.splash-page .night-hero.jumbotron {
  margin: 56px auto 32px;
  min-height: 460px;
  border: 0;
  clip-path: polygon(0 0, 100% 0, 100% 86%, 92% 100%, 0 100%);
  background: #0a0806;
  box-shadow: 18px 22px 0 #e85a12;
}
body.splash-page .jumbo-scan {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255,248,240,.03) 0 2px,
    transparent 2px 5px
  );
  mix-blend-mode: overlay;
}
body.splash-page .card-stamp {
  position: absolute; top: 18px; right: 24px; z-index: 2;
  margin: 0;
  padding: 6px 10px;
  border: 2px solid #e85a12;
  color: #e85a12;
  font-family: Oswald, sans-serif;
  letter-spacing: .22em;
  font-size: 11px;
  transform: rotate(8deg);
}
body.splash-page .night-copy {
  padding: 72px 36px 56px;
  max-width: 760px;
}
body.splash-page .night-copy h1 {
  font-family: "Bebas Neue", Oswald, sans-serif;
  font-size: clamp(56px, 10vw, 108px);
  line-height: .82;
  text-transform: uppercase;
  text-shadow: 4px 5px 0 #e85a12;
}
body.splash-page .hero-clock {
  display: inline-block;
  padding: 8px 12px;
  background: #e85a12;
  color: #0a0806;
  letter-spacing: .14em;
  margin: 8px 0 20px;
}
body.splash-page .tonight {
  gap: 0;
  border: 1px dashed rgba(244,239,230,.22);
  background:
    radial-gradient(circle at 0 20px, transparent 10px, #120e0b 11px) 0 0 / 20px 100% no-repeat,
    radial-gradient(circle at 100% 20px, transparent 10px, #120e0b 11px) 100% 0 / 20px 100% no-repeat,
    #120e0b;
}
body.splash-page .tonight-pane {
  background: transparent;
  border: 0;
  border-right: 1px dashed rgba(244,239,230,.18);
  padding: 24px 22px;
}
body.splash-page .tonight-pane:last-child { border-right: 0; }
body.splash-page .tonight-pane h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  letter-spacing: .02em;
}
body.splash-page .first-visit {
  margin: 10px auto 28px;
  max-width: 1480px;
  padding: 0 8px;
}
body.splash-page .first-visit-line {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(28px, 5vw, 52px);
  letter-spacing: .04em;
  text-transform: uppercase;
  border-bottom: 6px solid #e85a12;
  display: inline-block;
  margin-bottom: 18px;
}
body.splash-page .first-visit-tiles .splash-card {
  background: #120e0b;
  border: 3px solid #e85a12;
  transform: rotate(-1.2deg);
  min-height: 180px;
}
body.splash-page .first-visit-tiles .splash-card:nth-child(2) {
  transform: rotate(1.4deg);
  margin-top: 18px;
}
body.splash-page .how-strip {
  max-width: 1480px;
  margin: 0 auto 32px;
  padding: 8px 24px;
}
body.splash-page .how-grid {
  grid-template-columns: 1fr;
  gap: 0;
  counter-reset: bout;
}
body.splash-page .how-grid article {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  align-items: center;
  gap: 16px;
  background: transparent;
  border: 0;
  border-top: 2px solid rgba(244,239,230,.12);
  padding: 14px 4px;
  counter-increment: bout;
}
body.splash-page .how-grid article::before {
  content: counter(bout, decimal-leading-zero);
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  color: #e85a12;
}
body.splash-page .how-grid h3 { font-size: 28px; margin: 0; }
body.splash-page .how-grid .kicker { margin: 0; }
body.splash-page .splash-grid.three {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 24px;
  gap: 20px;
}
body.splash-page .splash-grid .splash-card {
  background: #100c09;
  border: 2px solid #3a2418;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 88% 100%, 0 100%);
}
body.splash-page .splash-card h2 {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 860px) {
  .ring-frame { display: none; }
  body.splash-page .night-hero.jumbotron { box-shadow: 8px 10px 0 #e85a12; clip-path: none; }
  body.splash-page .tonight { grid-template-columns: 1fr; }
  body.splash-page .tonight-pane { border-right: 0; border-bottom: 1px dashed rgba(244,239,230,.18); }
  body.splash-page .how-grid article { grid-template-columns: 48px 1fr; }
  body.splash-page .first-visit-tiles .splash-card,
  body.splash-page .first-visit-tiles .splash-card:nth-child(2) { transform: none; margin-top: 0; }
}


/* header + rail sit on the same mat as the splash card */
.site-header {
  background: #0a0806;
  border-bottom: 0;
  box-shadow: 0 4px 0 #e85a12;
}
.stripe {
  height: 6px;
  background: linear-gradient(#f0d38a 0%, #e85a12 42%, #7f1d1d 100%);
}
.header-inner { padding: 10px 20px; }
.brand-logo {
  width: 56px; height: 56px;
  background: radial-gradient(circle at 30% 30%, #f0d38a, #8a5a12 58%, #3a2418);
  border: 2px solid #1a120c;
  padding: 4px;
  transform: rotate(-6deg);
}
.account-chip {
  background: #120e0b;
  border: 2px solid #e85a12;
  padding: 6px 10px;
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
  max-width: min(460px, 52vw);
}
.account-chip button {
  background: transparent;
  border: 0;
  color: #e85a12;
  text-transform: uppercase;
  letter-spacing: .08em;
  cursor: pointer;
}

.site-rail {
  background: #100c09;
  border-right: 0;
  box-shadow: 5px 0 0 #e85a12;
}
.rail-kicker {
  color: #e85a12;
  letter-spacing: .22em;
}
.site-rail a {
  border-left: 0;
  border-bottom: 1px solid rgba(244,239,230,.08);
  color: #c9bfb4;
}
.site-rail a.is-current {
  background: #1a120c;
  color: #f4efe6;
  box-shadow: inset 6px 0 0 #e85a12;
}
.rail-fold {
  background: radial-gradient(circle at 30% 30%, #f0d38a, #8a5a12 55%, #3a2418);
  border: 2px solid #1a120c;
  color: #0a0806;
  width: 22px;
  height: 48px;
}
.rail-more summary { color: #c9bfb4; }
body.rail-collapsed .site-rail { box-shadow: 4px 0 0 #e85a12; }

@media (max-width: 900px) {
  .brand-logo { transform: none; }
}


/* every house view sits on the same mat */
body.house-shell {
  background:
    repeating-linear-gradient(90deg, rgba(232,90,18,.035) 0 2px, transparent 2px 28px),
    #070604;
  color: #f4efe6;
}
body.house-shell .view {
  position: relative;
  z-index: 1;
  padding-bottom: 48px;
}
body.house-shell .view .hero {
  margin: 24px auto 20px;
  padding: 36px 28px 32px;
  background: #0a0806;
  box-shadow: 12px 14px 0 #e85a12;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 94% 100%, 0 100%);
  gap: 24px;
}
body.house-shell .view .hero h1 {
  text-transform: uppercase;
  text-shadow: 3px 4px 0 #e85a12;
  line-height: .84;
}
body.house-shell .view .hero .kicker {
  letter-spacing: .22em;
}
body.house-shell .hero-badge img {
  filter: drop-shadow(6px 8px 0 #e85a12);
}
body.house-shell .rankings,
body.house-shell .upcoming {
  max-width: 1480px;
  margin: 0 auto;
  padding: 8px 24px 32px;
}
body.house-shell .board,
body.house-shell .vs-board,
body.house-shell .heat-card,
body.house-shell .show-card,
body.house-shell .title-row,
body.house-shell .guide-card {
  background: #120e0b;
  border: 2px solid #3a2418;
  box-shadow: none;
  color: #f4efe6;
}
body.house-shell .heat-card,
body.house-shell .show-card {
  clip-path: polygon(0 0, 100% 0, 100% 94%, 92% 100%, 0 100%);
}
body.house-shell .vs-row {
  border-bottom-color: rgba(244,239,230,.1);
}
body.house-shell .promo-tabs,
body.house-shell .tab {
  background: #120e0b;
  border-color: #3a2418;
}
body.house-shell .tab.is-active {
  background: #e85a12;
  color: #0a0806;
  border-color: #e85a12;
}
body.house-shell .house-chip {
  border-color: #e85a12;
  color: #d7cfc6;
}
body.house-shell .plain-sub,
body.house-shell .lede,
body.house-shell .show-card p,
body.house-shell .title-row header p {
  color: #c9bfb4;
}
body.house-shell .btn-primary {
  background: #e85a12;
  color: #0a0806;
}
body.house-shell .btn-ghost {
  background: transparent;
  border: 2px solid #e85a12;
  color: #f4efe6;
}
body.house-shell .empty-voice { color: #d7cfc6; }
body.house-shell .title-track,
body.house-shell .title-axis {
  background: #3a2418;
}
body.house-shell .title-dot {
  background: #f4efe6;
  border-color: #e85a12;
}
body.house-shell .title-pop {
  background: #0a0806;
  border: 2px solid #e85a12;
}
body.house-shell footer,
body.house-shell .site-footer {
  background: #0a0806;
  border-top: 6px solid #e85a12;
}
@media (max-width: 800px) {
  body.house-shell .view .hero {
    grid-template-columns: 1fr;
    clip-path: none;
    box-shadow: 6px 8px 0 #e85a12;
  }
}


.title-find {
  display: block;
  margin: 16px 0 8px;
  color: #c9bfb4;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
}
.title-find input {
  display: block;
  width: min(420px, 100%);
  margin-top: 6px;
  padding: 10px 12px;
  background: #0a0806;
  border: 2px solid #3a2418;
  color: #f4efe6;
  font: inherit;
}
.title-split {
  display: grid;
  grid-template-columns: minmax(180px, .9fr) 1.1fr;
  gap: 16px;
  margin-top: 16px;
}
.title-reigns { list-style: none; max-height: 220px; overflow: auto; }
.title-reigns button {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(244,239,230,.1);
  color: inherit;
  padding: 8px 4px;
  cursor: pointer;
  font: inherit;
}
.title-reigns button b { display: block; }
.title-reigns button span { color: #c9bfb4; font-size: 13px; }
.title-reigns button.is-on { color: #e85a12; }
.title-pane {
  background: #0a0806;
  border: 2px solid #e85a12;
  padding: 14px 16px;
  min-height: 160px;
}
.title-detail-nav { display: flex; gap: 8px; margin-top: 12px; }
.title-detail-nav .btn { padding: 8px 12px; }
.title-track { height: 42px; margin: 14px 4px 0; }
.title-seg {
  position: absolute;
  top: 16px;
  height: 12px;
  margin: 0;
  padding: 0;
  border: 0;
  background: #c9bfb4;
  cursor: pointer;
  min-width: 8px;
}
.title-seg.is-now { background: #e85a12; }
.title-seg.is-on { outline: 2px solid #f4efe6; outline-offset: 2px; }
.title-seg:hover { filter: brightness(1.15); }
@media (max-width: 800px) {
  .title-split { grid-template-columns: 1fr; }
}


/* ========== THEME G — brutalist fight poster ========== */
body.theme-g {
  --orange: #e8e4dc;
  --orange-deep: #e8e4dc;
  --red: #d01414;
  --red-deep: #d01414;
  --navy: #111;
  --navy-2: #000;
  --silver: #b8b3aa;
  --cream: #e8e4dc;
  --white: #f4f0e8;
  --ink: #000;
  background: #000;
  color: #e8e4dc;
}
body.theme-g .noise { opacity: .04; }
body.theme-g .ring-frame,
body.theme-g .jumbo-scan,
body.theme-g .card-stamp,
body.theme-g .mat-watermark { display: none !important; }

body.theme-g .site-header {
  background: #000;
  box-shadow: none;
  border-bottom: 1px solid #2a2a2a;
}
body.theme-g .stripe {
  height: 1px;
  background: #2a2a2a;
}
body.theme-g .brand-logo {
  width: 36px; height: 36px;
  background: none;
  border: 0;
  padding: 0;
  transform: none;
  filter: grayscale(1) contrast(1.2);
}
body.theme-g .brand-mark {
  font-size: 28px;
  letter-spacing: .16em;
  color: #e8e4dc;
}
body.theme-g .brand-mark span { color: #e8e4dc; }
body.theme-g .brand-sub { color: #6e6a64; letter-spacing: .2em; font-size: 11px; }
body.theme-g .account-chip {
  background: transparent;
  border: 1px solid #2a2a2a;
  clip-path: none;
  padding: 4px 10px;
}
body.theme-g .site-rail {
  background: #000;
  box-shadow: none;
  border-right: 1px solid #2a2a2a;
}
body.theme-g .rail-kicker { color: #6e6a64; }
body.theme-g .site-rail a {
  border-bottom: 1px solid #1a1a1a;
  color: #b8b3aa;
  letter-spacing: .14em;
}
body.theme-g .site-rail a.is-current {
  background: transparent;
  color: #e8e4dc;
  box-shadow: inset 3px 0 0 #d01414;
}
body.theme-g .rail-fold {
  background: #000;
  border: 1px solid #2a2a2a;
  color: #e8e4dc;
}

body.theme-g.house-shell,
body.theme-g.splash-page #view-home.splash {
  background: #000;
}
body.theme-g.splash-page #view-home.splash { padding: 8px 20px 64px; }
body.theme-g .night-hero.jumbotron,
body.theme-g.house-shell .view .hero {
  background: transparent;
  box-shadow: none;
  clip-path: none;
  border: 0;
  min-height: 0;
  margin: 28px auto 12px;
  padding: 24px 8px 16px;
}
body.theme-g .night-art { display: none; }
body.theme-g .night-copy { padding: 12px 8px 8px; max-width: 1100px; }
body.theme-g .night-copy h1,
body.theme-g.house-shell .view .hero h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(72px, 16vw, 168px);
  line-height: .78;
  letter-spacing: -.02em;
  text-transform: uppercase;
  text-shadow: none;
  color: #e8e4dc;
}
body.theme-g .kicker {
  color: #6e6a64;
  letter-spacing: .28em;
  font-size: 11px;
}
body.theme-g .lede,
body.theme-g .plain-sub,
body.theme-g .hero-quiet { color: #b8b3aa; }
body.theme-g .hero-clock {
  background: transparent;
  color: #d01414;
  padding: 0;
  letter-spacing: .2em;
}
body.theme-g .btn-primary {
  background: #d01414;
  color: #f4f0e8;
  border: 0;
  letter-spacing: .18em;
  border-radius: 0;
}
body.theme-g .btn-ghost {
  background: transparent;
  border: 1px solid #e8e4dc;
  color: #e8e4dc;
  border-radius: 0;
}
body.theme-g .btn-donate { background: transparent; border: 1px solid #2a2a2a; color: #b8b3aa; }

body.theme-g .tonight {
  border: 1px solid #2a2a2a;
  background: transparent;
  gap: 0;
}
body.theme-g .tonight-pane {
  background: transparent;
  border-right: 1px solid #2a2a2a;
}
body.theme-g .tonight-pane h2,
body.theme-g .first-visit-line,
body.theme-g .splash-card h2,
body.theme-g .how-grid h3,
body.theme-g .heat-card h2,
body.theme-g .board h2 {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: .02em;
  text-transform: uppercase;
}
body.theme-g .first-visit-line {
  border-bottom: 1px solid #d01414;
  font-size: clamp(22px, 4vw, 40px);
}
body.theme-g .first-visit-tiles .splash-card,
body.theme-g .first-visit-tiles .splash-card:nth-child(2) {
  transform: none;
  margin: 0;
  background: transparent;
  border: 1px solid #2a2a2a;
}
body.theme-g .how-grid article {
  border-top: 1px solid #2a2a2a;
  background: transparent;
}
body.theme-g .how-grid article::before { color: #d01414; }
body.theme-g .splash-grid .splash-card,
body.theme-g.house-shell .board,
body.theme-g.house-shell .vs-board,
body.theme-g.house-shell .heat-card,
body.theme-g.house-shell .show-card,
body.theme-g.house-shell .title-row,
body.theme-g.house-shell .guide-card {
  background: transparent;
  border: 1px solid #2a2a2a;
  clip-path: none;
  box-shadow: none;
}
body.theme-g .splash-card.gold {
  background: transparent;
  border-color: #d01414;
}
body.theme-g .tab {
  background: transparent;
  border: 1px solid #2a2a2a;
  color: #b8b3aa;
  border-radius: 0;
}
body.theme-g .tab.is-active {
  background: #d01414;
  border-color: #d01414;
  color: #f4f0e8;
}
body.theme-g .house-chip { border-color: #2a2a2a; color: #6e6a64; }
body.theme-g .title-pane {
  background: transparent;
  border: 1px solid #d01414;
}
body.theme-g .title-seg { background: #3a3a3a; }
body.theme-g .title-seg.is-now { background: #d01414; }
body.theme-g .title-find input {
  background: #000;
  border: 1px solid #2a2a2a;
  color: #e8e4dc;
}
body.theme-g footer,
body.theme-g .site-footer {
  background: #000;
  border-top: 1px solid #2a2a2a;
}
body.theme-g .heat-slap { background: #e8e4dc; }
body.theme-g .heat-died { background: #d01414; }
@media (max-width: 800px) {
  body.theme-g .night-copy h1,
  body.theme-g.house-shell .view .hero h1 { font-size: clamp(56px, 18vw, 96px); }
}


/* Theme G full-bleed poster canvas */
body.theme-g .header-inner,
body.theme-g .hero,
body.theme-g .rankings,
body.theme-g .tonight,
body.theme-g .how-strip,
body.theme-g .first-visit,
body.theme-g .upcoming,
body.theme-g .splash-grid,
body.theme-g .night-hero,
body.theme-g .promo-bar,
body.theme-g .vote-layout,
body.theme-g .boards,
body.theme-g .footer-inner,
body.theme-g .footer-copy,
body.theme-g .footer-fine {
  max-width: none !important;
  width: 100%;
}
body.theme-g .view,
body.theme-g.splash-page #view-home.splash {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.theme-g .header-inner {
  padding-left: clamp(16px, 3vw, 40px);
  padding-right: clamp(16px, 3vw, 40px);
}
body.theme-g .view .hero,
body.theme-g .night-hero,
body.theme-g .rankings,
body.theme-g .tonight,
body.theme-g .how-strip,
body.theme-g .first-visit,
body.theme-g .upcoming,
body.theme-g .splash-grid,
body.theme-g .boards {
  padding-left: clamp(16px, 4vw, 48px);
  padding-right: clamp(16px, 4vw, 48px);
}
body.theme-g .night-hero.jumbotron {
  min-height: 72vh;
  display: flex;
  align-items: flex-end;
  margin: 0 !important;
  width: 100%;
}
body.theme-g .night-copy {
  max-width: none;
  padding: 8vh 0 6vh;
}
body.theme-g .tonight {
  margin: 0;
  width: 100%;
}
body.theme-g .first-visit,
body.theme-g .how-strip,
body.theme-g .splash-grid,
body.theme-g .upcoming {
  margin-left: 0;
  margin-right: 0;
}
body.theme-g .site-footer {
  width: 100%;
  margin: 0;
  padding: 56px clamp(16px, 4vw, 48px) 36px;
  border-top: 1px solid #2a2a2a;
  border-image: none;
  background: #000;
}
body.theme-g .footer-logo { display: none; }
body.theme-g .footer-inner {
  display: block;
  padding: 0;
}
body.theme-g .site-footer strong {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(72px, 16vw, 200px);
  line-height: .78;
  letter-spacing: -.03em;
  color: #e8e4dc;
}
body.theme-g .footer-links {
  margin: 24px 0 0;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 18px 28px;
}
body.theme-g .footer-links a {
  color: #e8e4dc;
  letter-spacing: .16em;
  text-transform: uppercase;
}
body.theme-g .footer-copy,
body.theme-g .footer-fine {
  padding: 12px 0 0;
  color: #6e6a64;
}
body.theme-g .heat-card,
body.theme-g .title-row,
body.theme-g .vs-board,
body.theme-g .board,
body.theme-g .show-card {
  width: 100%;
}


/* Theme G polish — kill leftover navy chrome */
body.theme-g .night-hero.jumbotron { min-height: 0; align-items: flex-start; }
body.theme-g .hero-badge { display: none; }
body.theme-g h1, body.theme-g h1 span { color: #e8e4dc !important; }
body.theme-g .btn,
body.theme-g .btn-primary,
body.theme-g .btn-ghost { border-radius: 0 !important; }
body.theme-g .btn-primary { background: #d01414; color: #f4f0e8; }
body.theme-g .btn-primary:hover { background: #f21a1a; color: #fff; }
body.theme-g .btn-ghost { outline: 1px solid #e8e4dc; }
body.theme-g .promo-bar {
  border-color: #2a2a2a;
  background: transparent;
}
body.theme-g .promo-item {
  background: transparent !important;
  border-right: 1px solid #2a2a2a;
  color: #b8b3aa;
}
body.theme-g .leader-list li,
body.theme-g .board,
body.theme-g .vs-board,
body.theme-g .heat-card,
body.theme-g .show-card,
body.theme-g .title-row,
body.theme-g .upcoming-card,
body.theme-g .guide-card,
body.theme-g .vote-col,
body.theme-g .desk-card {
  background: transparent !important;
  border: 1px solid #2a2a2a !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
body.theme-g .leader-list li b { color: #d01414; }
body.theme-g .leader-list li em { color: #6e6a64; }
body.theme-g .house-chip {
  border-radius: 0;
  border-color: #2a2a2a;
}
body.theme-g .tutorial-card {
  background: #000;
  border: 1px solid #d01414;
  border-radius: 0;
  box-shadow: none;
  color: #e8e4dc;
}
body.theme-g .tutorial-scrim { background: rgba(0,0,0,.72); }
body.theme-g .tut-dot.is-on { background: #d01414; }
body.theme-g .upcoming-art,
body.theme-g .tonight-pane .upcoming-art { filter: grayscale(1) contrast(1.1); }
body.theme-g .api-flag { color: #6e6a64; }
body.theme-g .hint { color: #6e6a64; }
body.theme-g input, body.theme-g select, body.theme-g textarea {
  background: #000;
  color: #e8e4dc;
  border: 1px solid #2a2a2a;
  border-radius: 0;
}
body.theme-g .splash-go { color: #d01414; letter-spacing: .16em; text-transform: uppercase; }
body.theme-g .vs-strip { border-color: #2a2a2a; }


/* ========== THEME B — night arena jumbotron ========== */
body.theme-b {
  --orange: #00e5ff;
  --orange-deep: #00b8cc;
  --red: #ff2bd6;
  --red-deep: #c4009a;
  --navy: #070b16;
  --navy-2: #05060c;
  --silver: #9ad7e8;
  --cream: #e8f6ff;
  --white: #f4fbff;
  --ink: #05060c;
  background:
    radial-gradient(1200px 600px at 50% -10%, rgba(0,229,255,.12), transparent 55%),
    radial-gradient(900px 500px at 100% 100%, rgba(255,43,214,.1), transparent 50%),
    #05060c;
  color: #e8f6ff;
}
body.theme-b::before {
  content: "";
  pointer-events: none;
  position: fixed; inset: 0; z-index: 80;
  background: repeating-linear-gradient(to bottom, rgba(255,255,255,.03) 0 1px, transparent 1px 4px);
  mix-blend-mode: overlay;
}
body.theme-b .ring-frame,
body.theme-b .jumbo-scan,
body.theme-b .card-stamp,
body.theme-b .mat-watermark { display: none !important; }

body.theme-b .site-header {
  background: rgba(5,6,12,.92);
  box-shadow: none;
  border-bottom: 1px solid #00e5ff;
}
body.theme-b .stripe {
  height: 3px;
  background: linear-gradient(90deg, #00e5ff, #ff2bd6);
}
body.theme-b .brand-logo {
  background: none; border: 0; transform: none; padding: 0;
  filter: drop-shadow(0 0 8px #00e5ff);
}
body.theme-b .brand-mark span { color: #ff2bd6; }
body.theme-b .account-chip {
  background: rgba(0,229,255,.06);
  border: 1px solid #00e5ff;
  clip-path: none;
}
body.theme-b .site-rail {
  background: #05060c;
  box-shadow: 4px 0 24px rgba(0,229,255,.12);
  border-right: 1px solid rgba(0,229,255,.35);
}
body.theme-b .site-rail a.is-current {
  background: rgba(0,229,255,.08);
  color: #00e5ff;
  box-shadow: inset 3px 0 0 #ff2bd6;
}
body.theme-b .rail-fold {
  background: #05060c;
  border: 1px solid #00e5ff;
  color: #00e5ff;
}

body.theme-b.house-shell,
body.theme-b.splash-page #view-home.splash,
body.theme-b.admin-page { background: transparent; }
body.theme-b .night-hero.jumbotron,
body.theme-b.house-shell .view .hero {
  background: linear-gradient(180deg, rgba(0,229,255,.08), transparent 70%);
  box-shadow: 0 0 40px rgba(0,229,255,.08);
  clip-path: none;
  min-height: 0;
}
body.theme-b .night-art { opacity: .35; filter: saturate(1.4) contrast(1.1); }
body.theme-b .night-copy h1,
body.theme-b.house-shell .view .hero h1 {
  text-shadow: 0 0 24px rgba(0,229,255,.45);
  color: #e8f6ff;
}
body.theme-b .hero-clock {
  background: transparent;
  color: #00e5ff;
  text-shadow: 0 0 12px #00e5ff;
}
body.theme-b .btn-primary {
  background: #00e5ff;
  color: #05060c;
  border-radius: 0;
  box-shadow: 0 0 18px rgba(0,229,255,.35);
}
body.theme-b .btn-primary:hover { background: #7af4ff; }
body.theme-b .btn-ghost {
  background: transparent;
  border: 1px solid #ff2bd6;
  color: #ff2bd6;
  outline: 0;
  border-radius: 0;
}
body.theme-b .tonight,
body.theme-b .board,
body.theme-b .vs-board,
body.theme-b .heat-card,
body.theme-b .show-card,
body.theme-b .title-row,
body.theme-b .guide-card,
body.theme-b .desk-card,
body.theme-b .desk-login,
body.theme-b .leader-list li,
body.theme-b .splash-card,
body.theme-b .tutorial-card {
  background: rgba(8,14,28,.85) !important;
  border: 1px solid rgba(0,229,255,.35) !important;
  border-radius: 0 !important;
  box-shadow: 0 0 24px rgba(0,229,255,.06);
  clip-path: none !important;
}
body.theme-b .tab.is-active,
body.theme-b .desk-tabs button.is-active {
  background: #00e5ff;
  color: #05060c;
  border-color: #00e5ff;
}
body.theme-b .tab,
body.theme-b .desk-tabs button {
  background: transparent;
  border: 1px solid rgba(0,229,255,.35);
  color: #9ad7e8;
  border-radius: 0;
}
body.theme-b .promo-bar,
body.theme-b .promo-item {
  background: rgba(8,14,28,.7) !important;
  border-color: rgba(0,229,255,.25);
}
body.theme-b .title-seg { background: rgba(0,229,255,.35); }
body.theme-b .title-seg.is-now { background: #ff2bd6; }
body.theme-b .title-pane { border-color: #ff2bd6; background: rgba(8,14,28,.9); }
body.theme-b .heat-slap { background: #00e5ff; }
body.theme-b .heat-died { background: #ff2bd6; }
body.theme-b .site-footer {
  background: #05060c;
  border-top: 3px solid transparent;
  border-image: linear-gradient(90deg, #00e5ff, #ff2bd6) 1;
}
body.theme-b .site-footer strong {
  color: #00e5ff;
  text-shadow: 0 0 20px rgba(0,229,255,.4);
}
body.theme-b input,
body.theme-b select,
body.theme-b textarea {
  background: #05060c;
  color: #e8f6ff;
  border: 1px solid rgba(0,229,255,.35);
  border-radius: 0;
}
body.theme-b .desk-tabs { gap: 6px; flex-wrap: wrap; }
body.theme-b .desk-group { color: #ff2bd6; letter-spacing: .16em; }
body.theme-b .kicker { color: #00e5ff; }
body.theme-b .how-grid article::before { color: #ff2bd6; }
body.theme-b .tutorial-scrim { background: rgba(5,6,12,.72); }
body.theme-b .hero-badge { filter: drop-shadow(0 0 16px #00e5ff); }


/* Theme B emergency: never punch through to white */
html:has(body.theme-b),
body.theme-b,
body.theme-b.house-shell,
body.theme-b.splash-page,
body.theme-b.admin-page,
body.theme-b.splash-page #view-home.splash,
body.theme-b .view,
body.theme-b .view.is-on {
  background: #05060c !important;
  color: #e8f6ff;
}
body.theme-b::before { z-index: 2; }
body.theme-b .site-header,
body.theme-b .site-rail,
body.theme-b .site-footer {
  background: #05060c !important;
}
body.theme-b .night-hero.jumbotron,
body.theme-b.house-shell .view .hero {
  background: #070b16 !important;
}
body.theme-b .night-copy h1,
body.theme-b h1,
body.theme-b h2 {
  color: #e8f6ff !important;
}
body.theme-b .leader-list li b { color: #00e5ff !important; }

body.house-shell, body.theme-b, body.rail-open, body.rail-collapsed {
  padding-left: 0 !important;
}
.site-rail { display: none !important; }
.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
}
.site-header .nav {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 22px;
}
.site-header .nav a,
.site-header .nav summary {
  display: inline-flex;
  color: var(--cream);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  list-style: none;
  background: none;
  border: 0;
}
.site-header .nav a.is-current { color: var(--orange); }
.nav-more { position: relative; }
.nav-more summary::-webkit-details-marker { display: none; }
.nav-drop {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 180px;
  background: #05060c;
  border: 1px solid rgba(0,229,255,.35);
  padding: 10px 0;
  z-index: 40;
  display: flex;
  flex-direction: column;
}
.nav-drop a { padding: 8px 16px; }
#account-chip { justify-self: end; }
@media (max-width: 900px) {
  .header-inner { grid-template-columns: auto 1fr auto; }
  body:not(.nav-open) .site-header .nav { display: none !important; }
  body.nav-open .site-header .nav {
    display: flex !important;
    grid-column: 1 / -1;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
}

body.theme-b .site-footer {
  background: #05060c !important;
  border-top: 3px solid #00e5ff;
  border-image: none;
  padding: 28px clamp(16px, 4vw, 48px) 24px;
}
body.theme-b .footer-logo { display: block !important; width: 56px; height: 56px; }
body.theme-b .footer-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: none;
  width: 100%;
}
body.theme-b .footer-copyblock strong {
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  letter-spacing: .08em;
  color: #00e5ff !important;
  text-shadow: 0 0 16px rgba(0,229,255,.35);
  line-height: 1;
}
body.theme-b .footer-copyblock p { color: #9ad7e8; margin: 4px 0 0; }
body.theme-b .footer-links {
  margin-left: auto;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px 18px;
}
body.theme-b .footer-links a {
  color: #ff2bd6;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 13px;
}
body.theme-b .footer-copy,
body.theme-b .footer-fine {
  max-width: none;
  padding: 10px 0 0;
  color: #6a8a96;
  letter-spacing: .08em;
}

body.theme-b .house-chip,
body.theme-b .games-disclaimer {
  display: block;
  width: auto;
  max-width: 720px;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #6a8a96;
  font-size: 13px;
  letter-spacing: .04em;
  line-height: 1.4;
}
body.theme-b .promo-tabs,
body.theme-b .sub-tabs,
body.house-shell .promo-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: auto;
  background: transparent !important;
  border: 0;
  margin: 0 0 20px;
  padding: 0;
}
body.theme-b .tab,
body.house-shell .tab {
  background: transparent !important;
  color: #9ad7e8;
  border: 1px solid rgba(0,229,255,.4) !important;
  border-radius: 0;
}
body.theme-b .tab.is-active,
body.house-shell .tab.is-active {
  background: #00e5ff !important;
  color: #05060c !important;
  border-color: #00e5ff !important;
}

.user-edit{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:8px}
.user-edit select{background:#05060c;color:#e8f6ff;border:1px solid rgba(0,229,255,.35);padding:6px 8px}

body.theme-b .site-header .nav a.is-current {
  color: #00e5ff;
  box-shadow: inset 0 -2px 0 #00e5ff;
}
body.theme-b:not(.splash-page) .view .hero h1 {
  font-size: clamp(40px, 7vw, 84px) !important;
  line-height: .88;
}
body.theme-b .heat-arena-pads {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 18px 0;
}
body.theme-b .heat-pad {
  min-height: 160px;
  border: 2px solid #00e5ff;
  background: transparent;
  color: #00e5ff;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(56px, 10vw, 96px);
  letter-spacing: .06em;
  cursor: pointer;
}
body.theme-b .heat-pad.die {
  border-color: #ff2bd6;
  color: #ff2bd6;
}
body.theme-b .heat-pad:hover { background: rgba(0,229,255,.08); }
body.theme-b .heat-pad.die:hover { background: rgba(255,43,214,.08); }
body.theme-b .vs-row {
  border-bottom: 1px solid rgba(0,229,255,.2);
  padding: 10px 0;
}
body.theme-b .vs-mark { color: #ff2bd6; }
body.theme-b .move-up { color: #00e5ff; }
body.theme-b .move-down { color: #ff2bd6; }
body.theme-b .empty-voice { color: #00e5ff; font-style: normal; letter-spacing: .04em; }
#next-show em, #next-show strong, #next-show span { display: block; }
#next-show .upcoming-art { display: none; }

body.theme-b .title-track,
body.house-shell .title-track,
body.theme-b .title-axis,
body.house-shell .title-axis {
  background: transparent !important;
}
body.theme-b .title-track {
  height: 40px;
  border-bottom: 1px solid rgba(0,229,255,.35);
  margin-top: 12px;
}
body.theme-b .title-seg {
  top: 18px;
  height: 6px;
  min-width: 2px;
  background: rgba(0,229,255,.35);
  border-radius: 0;
}
body.theme-b .title-tick {
  top: 10px;
  height: 18px;
  width: 2px !important;
  min-width: 2px;
  background: #00e5ff !important;
  opacity: .85;
}
body.theme-b .title-seg.is-now {
  top: 14px;
  height: 12px;
  background: #ff2bd6 !important;
  box-shadow: 0 0 12px rgba(255,43,214,.45);
}
body.theme-b .title-seg.is-on {
  outline: 1px solid #e8f6ff;
  outline-offset: 2px;
}
body.theme-b .title-yr { color: #6a8a96; }
body.theme-b .title-pane {
  border: 1px solid #ff2bd6 !important;
  background: rgba(8,14,28,.9) !important;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
}
.site-header .nav a,
.site-header .nav summary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.site-header .nav .material-symbols-outlined { color: #00e5ff; }
.site-header .nav a.is-current .material-symbols-outlined { color: #ff2bd6; }
.account-chip a, .account-chip button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.heat-pad .material-symbols-outlined {
  font-size: 36px;
  display: block;
  margin: 0 auto 4px;
}


/* ===== THEME Q — Lucha card ===== */
html:has(body.theme-q),
body.theme-q,
body.theme-q .view,
body.theme-q .site-footer,
body.theme-q .site-header {
  background: #070709 !important;
  color: #f4efe6 !important;
}
body.theme-q::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    repeating-linear-gradient(-28deg, transparent 0 42px, rgba(255,45,138,.05) 42px 46px, transparent 46px 88px),
    repeating-linear-gradient(28deg, transparent 0 64px, rgba(240,196,58,.04) 64px 68px);
  mix-blend-mode: screen;
}
body.theme-q .site-header,
body.theme-q .site-footer,
body.theme-q main.view,
body.theme-q .desk,
body.theme-q .admin-page {
  position: relative;
  z-index: 1;
}
body.theme-q {
  --orange: #f0c43a;
  --cyan: #f0c43a;
  --magenta: #ff2d8a;
}
body.theme-q .site-header {
  border-bottom: 2px solid #f0c43a !important;
}
body.theme-q .site-header .nav a,
body.theme-q .site-header .nav summary {
  color: #f4efe6;
}
body.theme-q .site-header .nav .material-symbols-outlined { color: #f0c43a; }
body.theme-q .site-header .nav a.is-current {
  color: #ff2d8a;
  box-shadow: inset 0 -2px 0 #ff2d8a;
}
body.theme-q .site-header .nav a.is-current .material-symbols-outlined { color: #ff2d8a; }
body.theme-q .btn-primary,
body.theme-q .tab.is-active,
body.house-shell.theme-q .tab.is-active {
  background: #f0c43a !important;
  color: #070709 !important;
  border-color: #f0c43a !important;
}
body.theme-q .btn-ghost,
body.theme-q .tab,
body.house-shell.theme-q .tab {
  background: transparent !important;
  color: #f0c43a !important;
  border: 1px solid #f0c43a !important;
}
body.theme-q .heat-pad.slap { border-color: #f0c43a; color: #f0c43a; }
body.theme-q .heat-pad.die { border-color: #ff2d8a; color: #ff2d8a; }
body.theme-q .heat-pad.slap:hover { background: rgba(240,196,58,.12); }
body.theme-q .heat-pad.die:hover { background: rgba(255,45,138,.12); }
body.theme-q .kicker,
body.theme-q .plain-sub,
body.theme-q .house-chip {
  color: #f0c43a !important;
  border: 0 !important;
  background: transparent !important;
}
body.theme-q h1, body.theme-q h2, body.theme-q h3 {
  color: #f4efe6;
  text-transform: uppercase;
}
body.theme-q .title-tick { background: #f0c43a !important; }
body.theme-q .title-seg.is-now { background: #ff2d8a !important; box-shadow: 0 0 12px rgba(255,45,138,.45); }
body.theme-q .title-track { border-bottom-color: rgba(240,196,58,.4) !important; background: transparent !important; }
body.theme-q .title-pane { border-color: #ff2d8a !important; }
body.theme-q .tonight-pane,
body.theme-q .splash-card,
body.theme-q .board,
body.theme-q .heat-card,
body.theme-q .pod-card,
body.theme-q .desk-card,
body.theme-q .admin-site,
body.theme-q article {
  background: #0c0c10 !important;
  border: 1px solid rgba(240,196,58,.35) !important;
}
body.theme-q .vs-mark { color: #ff2d8a; }
body.theme-q .move-up { color: #f0c43a; }
body.theme-q .move-down { color: #ff2d8a; }
body.theme-q .empty-voice { color: #ff2d8a; }
body.theme-q .site-footer {
  border-top: 2px solid #f0c43a !important;
}
body.theme-q a { color: #f0c43a; }
body.theme-q a:hover { color: #ff2d8a; }
body.theme-q .account-chip a,
body.theme-q .account-chip button {
  border: 1px solid #f0c43a;
  color: #f0c43a;
}
body.theme-q .promo-tabs { background: transparent !important; }
body.theme-q input, body.theme-q select, body.theme-q textarea {
  background: #070709;
  color: #f4efe6;
  border: 1px solid rgba(240,196,58,.4);
}

body.theme-q .ring-frame { display: none !important; }
body.theme-q .night-hero.jumbotron,
body.theme-q .night-hero {
  box-shadow: none !important;
  clip-path: none !important;
  border: 2px solid #f0c43a !important;
  border-radius: 0 !important;
}
body.theme-q .night-hero h1,
body.theme-q #hero-title {
  color: #f4efe6 !important;
  text-shadow: 4px 5px 0 #ff2d8a !important;
  -webkit-text-stroke: 0 !important;
}
body.theme-q .hero-clock,
body.theme-q #hero-clock {
  background: #f0c43a !important;
  color: #070709 !important;
  border: 0 !important;
}
body.theme-q .house-card,
body.theme-q .ticket {
  border-color: #f0c43a !important;
  color: #f0c43a !important;
}
body.theme-q .brand img,
body.theme-q .site-logo img {
  filter: sepia(1) saturate(6) hue-rotate(2deg) brightness(1.05);
}
body.theme-q .first-visit-tiles a,
body.theme-q .splash-card,
body.theme-q .tonight-pane,
body.theme-q .leader-list li {
  border-radius: 0 !important;
}
body.theme-q .first-visit-line {
  border-bottom: 3px solid #ff2d8a;
  display: inline-block;
  padding-bottom: 8px;
}
body.theme-q .leader-list li {
  background: #101014 !important;
  border: 1px solid rgba(240,196,58,.35) !important;
}
body.theme-q .leader-list b { color: #ff2d8a; }

body.theme-q .lucha-slashes,
body.theme-q .lucha-slashes::before,
body.theme-q .lucha-slashes::after {
  pointer-events: none;
}
body.theme-q .lucha-slashes {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
body.theme-q .lucha-slashes::before,
body.theme-q .lucha-slashes::after {
  content: "";
  position: absolute;
  width: 42vw;
  height: 220%;
  top: -60%;
  transform: rotate(-28deg);
}
body.theme-q .lucha-slashes::before {
  left: -8%;
  background: linear-gradient(180deg, transparent, rgba(255,45,138,.22), transparent);
}
body.theme-q .lucha-slashes::after {
  right: -6%;
  background: linear-gradient(180deg, transparent, rgba(240,196,58,.18), transparent);
  transform: rotate(28deg);
}
body.theme-q .brand-mark span { color: #ff2d8a !important; }
body.theme-q .stripe {
  height: 6px !important;
  background: linear-gradient(90deg, #f0c43a 0 46%, #ff2d8a 46% 100%) !important;
  border: 0 !important;
}
body.theme-q .site-header { border-bottom: 0 !important; }
body.theme-q .night-hero.jumbotron {
  position: relative;
  overflow: hidden;
  min-height: 58vh;
  background: #070709 !important;
}
body.theme-q .night-hero.jumbotron::after {
  content: "";
  position: absolute;
  inset: -20% 40% -20% auto;
  width: 38%;
  background: repeating-linear-gradient(-32deg, #ff2d8a 0 18px, transparent 18px 36px, #f0c43a 36px 44px, transparent 44px 70px);
  opacity: .35;
  pointer-events: none;
}
body.theme-q .jumbo-scan { display: none !important; }
body.theme-q .card-stamp {
  background: #ff2d8a !important;
  color: #070709 !important;
  border: 0 !important;
  border-radius: 0 !important;
  transform: rotate(8deg);
  font-weight: 800;
  letter-spacing: .16em;
}
body.theme-q .view > .hero,
body.theme-q .section-head {
  position: relative;
}
body.theme-q .view:not(.splash)::before {
  content: "";
  position: absolute;
  top: 0; right: 8%;
  width: 12px;
  height: 140px;
  background: linear-gradient(#f0c43a, #ff2d8a);
  transform: rotate(18deg);
  opacity: .7;
}
body.theme-q .site-footer {
  background: #070709 !important;
  border-top: 6px solid transparent !important;
  border-image: linear-gradient(90deg, #f0c43a, #ff2d8a) 1 !important;
}
body.theme-q .footer-copyblock strong { color: #f0c43a !important; text-shadow: none !important; }
body.theme-q .footer-links a { color: #ff2d8a !important; }
body.theme-q .desk-card header,
body.theme-q .board-head {
  border-bottom: 2px solid #f0c43a;
}

body.theme-q .night-art {
  opacity: .18 !important;
  filter: grayscale(.4) contrast(1.2);
}
body.theme-q .lucha-faces {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  padding-right: 7%;
  pointer-events: none;
  z-index: 1;
}
body.theme-q .mask-face {
  width: min(28vw, 280px);
  height: auto;
  filter: drop-shadow(0 0 18px rgba(255,45,138,.25));
}
body.theme-q .mask-face.left { transform: translateX(8%); }
body.theme-q .mask-face.right { transform: translateX(-8%); }
body.theme-q .night-copy { position: relative; z-index: 2; max-width: 54%; }
body.theme-q .night-hero.jumbotron::after {
  width: 55% !important;
  opacity: .55 !important;
  z-index: 1;
}
body.theme-q .lucha-slashes::before {
  width: 28vw;
  background: linear-gradient(180deg, transparent, rgba(255,45,138,.38), transparent);
}
body.theme-q .lucha-slashes::after {
  width: 24vw;
  background: linear-gradient(180deg, transparent, rgba(240,196,58,.3), transparent);
}
@media (max-width: 800px) {
  body.theme-q .lucha-faces { justify-content: center; padding: 0; opacity: .35; }
  body.theme-q .night-copy { max-width: 100%; }
  body.theme-q .mask-face { width: 38vw; }
}

body.theme-q .night-art { display: none !important; }
body.theme-q .night-hero.jumbotron {
  background:
    radial-gradient(ellipse at 78% 50%, rgba(255,45,138,.12), transparent 50%),
    #070709 !important;
}
body.theme-q .night-hero.jumbotron::after {
  left: 48% !important;
  right: 0 !important;
  width: auto !important;
  inset: -10% 0 -10% 48% !important;
  opacity: .4 !important;
}
body.theme-q .lucha-faces {
  justify-content: flex-end;
  gap: 8px;
  padding-right: 5%;
  align-items: center;
}
body.theme-q .lucha-bolt {
  color: #f0c43a;
  font-size: 64px;
  line-height: 1;
  text-shadow: 3px 3px 0 #ff2d8a;
}
body.theme-q .mask-face { width: min(26vw, 260px); }

body.theme-q .first-visit-line {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(28px, 5vw, 56px);
  letter-spacing: .04em;
  color: #f4efe6;
  border-bottom: 0;
  text-transform: uppercase;
}
body.theme-q .lucha-rail {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 2px solid #f0c43a;
  border-bottom: 2px solid #ff2d8a;
}
body.theme-q .lucha-rail .splash-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 20px 18px;
  border: 0 !important;
  border-right: 1px solid rgba(240,196,58,.35) !important;
  background: transparent !important;
  border-radius: 0 !important;
}
body.theme-q .lucha-rail .splash-card:last-child { border-right: 0 !important; }
body.theme-q .lucha-rail img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
body.theme-q .lucha-rail h2 {
  margin: 0;
  font-size: 22px;
  letter-spacing: .08em;
}
body.theme-q .site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
body.theme-q .footer-inner {
  grid-column: 1 / -1;
}
body.theme-q .footer-copy {
  background: #f0c43a;
  color: #070709 !important;
  margin: 0;
  padding: 18px 24px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  letter-spacing: .06em;
}
body.theme-q .footer-fine {
  background: #ff2d8a;
  color: #070709 !important;
  margin: 0;
  padding: 18px 24px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 22px;
  letter-spacing: .04em;
}
@media (max-width: 800px) {
  body.theme-q .lucha-rail { grid-template-columns: 1fr 1fr; }
}

/* Q poster lock — closer to the mock card */
body.theme-q .night-hero.jumbotron {
  width: 100%;
  max-width: none;
  margin-left: 0;
  border: 0 !important;
  min-height: 62vh;
}
body.theme-q .mask-face.left { transform: scaleX(-1) !important; }
body.theme-q .account-chip a,
body.theme-q .account-chip button {
  background: #ff2d8a !important;
  color: #070709 !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-weight: 800;
  letter-spacing: .12em;
}
body.theme-q .tonight {
  width: 100%;
  max-width: none;
  margin-left: 0;
  border-top: 2px solid #f0c43a;
}
body.theme-q .tonight-pane {
  border-radius: 0 !important;
  border: 0 !important;
  border-right: 1px solid rgba(240,196,58,.3) !important;
  background: transparent !important;
}
body.theme-q .how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 2px solid #f0c43a;
  border-bottom: 2px solid #ff2d8a;
}
body.theme-q .how-grid article {
  border-right: 1px solid rgba(240,196,58,.3);
  padding: 20px;
  background: transparent;
}

body.theme-q {
  background-color: #0a0908 !important;
  background-image:
    url("grunge.png"),
    radial-gradient(ellipse at 20% 0%, rgba(255,45,138,.12), transparent 50%),
    radial-gradient(ellipse at 90% 80%, rgba(240,196,58,.08), transparent 45%);
  background-size: 280px 280px, 100% 100%, 100% 100%;
}
body.theme-q .noise {
  opacity: .45;
  mix-blend-mode: overlay;
}
body.theme-q .view,
body.theme-q .splash,
body.theme-q #view-home {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}
body.theme-q .tonight,
body.theme-q .first-visit,
body.theme-q .how-strip,
body.theme-q .splash-grid {
  margin: 0 !important;
  padding: 12px 20px !important;
  max-width: none !important;
  gap: 0 !important;
}
body.theme-q .brand-logo { filter: none !important; }
body.theme-q .brand-mark {
  font-family: "Russo One", "Anton", sans-serif;
  font-size: 34px;
  letter-spacing: .02em;
  color: #f4efe6;
}
body.theme-q .brand-sub { color: #f0c43a; letter-spacing: .18em; font-size: 10px; }
body.theme-q h1, body.theme-q h2, body.theme-q h3,
body.theme-q .night-hero h1, body.theme-q #hero-title {
  font-family: "Russo One", "Anton", Impact, sans-serif !important;
  letter-spacing: .01em;
  font-weight: 400;
}
body.theme-q .site-header .header-inner {
  max-width: none;
  padding: 10px 20px;
}
body.theme-q .lucha-slashes { opacity: .9; }

/* ===== Q TYPE SCALE (wins) ===== */
body.theme-q {
  font-family: "Oswald", "Barlow Condensed", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: .01em;
}
body.theme-q .kicker,
body.theme-q .plain-sub,
body.theme-q .house-chip,
body.theme-q .brand-sub,
body.theme-q .hero-quiet,
body.theme-q .ritual-lock,
body.theme-q .nav a,
body.theme-q .nav summary,
body.theme-q .tab,
body.theme-q .btn,
body.theme-q .splash-go,
body.theme-q .footer-links a {
  font-family: "Oswald", "Barlow Condensed", sans-serif !important;
  font-size: 12px !important;
  font-weight: 600;
  letter-spacing: .16em !important;
  text-transform: uppercase;
  line-height: 1.3;
}
body.theme-q .plain-sub,
body.theme-q .lede,
body.theme-q .hero-quiet {
  letter-spacing: .06em !important;
  font-weight: 400;
  text-transform: none;
  font-size: 15px !important;
}
body.theme-q h1,
body.theme-q .night-hero h1,
body.theme-q #hero-title {
  font-family: "Russo One", "Anton", Impact, sans-serif !important;
  font-size: clamp(56px, 9vw, 118px) !important;
  line-height: .88 !important;
  letter-spacing: .01em !important;
  text-transform: uppercase;
}
body.theme-q h2,
body.theme-q .first-visit-line,
body.theme-q .tonight-pane h2,
body.theme-q .section-head h2,
body.theme-q .view .hero h2 {
  font-family: "Russo One", "Anton", Impact, sans-serif !important;
  font-size: clamp(28px, 4.2vw, 48px) !important;
  line-height: .95 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase;
}
body.theme-q h3,
body.theme-q .lucha-rail h2 {
  font-family: "Russo One", "Anton", Impact, sans-serif !important;
  font-size: clamp(20px, 2.4vw, 28px) !important;
  line-height: 1 !important;
  letter-spacing: .04em !important;
}
body.theme-q .brand-mark {
  font-family: "Russo One", "Anton", Impact, sans-serif !important;
  font-size: 30px !important;
  letter-spacing: .04em !important;
}
body.theme-q .btn,
body.theme-q .hero-clock {
  font-family: "Oswald", sans-serif !important;
  font-size: 13px !important;
  letter-spacing: .14em !important;
  text-transform: uppercase;
}
body.theme-q .leader-list b { font-family: "Anton", sans-serif; font-size: 28px; }

html:has(body.theme-q), body.theme-q { overflow-x: hidden !important; max-width: 100%; }
body.theme-q .lucha-slashes { max-width: 100%; overflow: hidden; }
body.theme-q .brand-logo, body.theme-q .footer-logo {
  filter: none !important;
  background: transparent;
  border: 0;
  height: 56px;
  width: auto;
}
body.theme-q .brand-text { display: none; }


body.theme-q .site-header { z-index: 200 !important; overflow: visible !important; }
body.theme-q .header-inner { overflow: visible !important; }
body.theme-q .nav-more { z-index: 210; }
body.theme-q .nav-more[open] .nav-more-list {
  z-index: 220 !important;
  background: #070709 !important;
  border: 2px solid #f0c43a !important;
  max-height: min(70vh, 480px);
  overflow-y: auto;
  min-width: 220px;
}

body.theme-q h1,
body.theme-q h2,
body.theme-q .first-visit-line,
body.theme-q .tonight-pane h2,
body.theme-q .section-head h2,
body.theme-q #hero-title {
  font-family: "Russo One", Impact, sans-serif !important;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

body.theme-q h1::after,
body.theme-q h2::after,
body.theme-q .first-visit-line::after,
body.theme-q #hero-title::after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: -6px;
  width: 78%;
  height: 16px;
  background: url("scratch.svg") left center / 100% 16px no-repeat;
  clip-path: none;
  transform: rotate(-1.8deg);
}

body.theme-q .brand { gap: 0; align-items: center; }
body.theme-q .brand-text { display: none !important; }
body.theme-q .brand-logo,
body.theme-q .footer-logo {
  filter: none !important;
  width: auto !important;
  height: 64px !important;
  max-width: 280px;
  object-fit: contain;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}

body.theme-q .site-header,
body.theme-q .header-inner {
  background: #070709 !important;
  background-image: none !important;
}
body.theme-q .brand-logo {
  height: 88px !important;
  max-width: 380px !important;
  width: auto !important;
}
body.theme-q .header-inner { padding: 8px 20px !important; align-items: center; }

body.theme-q .site-header,
body.theme-q .header-inner,
body.theme-q .stripe {
  background: #070709 !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}
body.theme-q .stripe {
  height: 3px !important;
  background: linear-gradient(90deg, #f0c43a 0 50%, #ff2d8a 50% 100%) !important;
}
body.theme-q .brand-logo {
  height: 148px !important;
  max-width: 720px !important;
  background: transparent !important;
}

body.theme-q .footer-logo {
  height: 160px !important;
  width: auto !important;
  max-width: 560px !important;
  filter: none !important;
  background: transparent !important;
  border: 0 !important;
}
body.theme-q .header-inner { min-height: 160px; }

body.theme-q .site-footer {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #070709 !important;
  padding: 28px 16px 0 !important;
}
body.theme-q .footer-inner {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  grid-column: auto;
  width: 100%;
}
body.theme-q .footer-copyblock { display: none !important; }
body.theme-q .footer-logo {
  height: 96px !important;
  max-width: 340px !important;
  margin: 0 auto;
}
body.theme-q .footer-links {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 28px;
}
body.theme-q .footer-links a {
  color: #f0c43a !important;
  font-size: 12px !important;
}
body.theme-q .footer-legal {
  display: flex;
  width: 100%;
  margin-top: 22px;
}
body.theme-q .footer-copy,
body.theme-q .footer-fine {
  flex: 1;
  padding: 10px 16px !important;
  font-size: 11px !important;
  letter-spacing: .08em !important;
  line-height: 1.35;
}
body.theme-q .footer-copy { background: #f0c43a; color: #070709 !important; }
body.theme-q .footer-fine { background: #ff2d8a; color: #070709 !important; }

body.theme-q .nav a,
body.theme-q .nav-more summary {
  position: relative;
  color: #f4efe6 !important;
  font-family: "Russo One", Oswald, sans-serif !important;
  letter-spacing: .08em;
}
body.theme-q .nav a.is-current::after,
body.theme-q .nav a:hover::after,
body.theme-q .nav-more[open] summary::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 10px;
  background: url("scratch.svg") center / 100% 10px no-repeat;
}
body.theme-q h1::after,
body.theme-q h2::after,
body.theme-q .first-visit-line::after,
body.theme-q #hero-title::after {
  height: 12px;
  background: url("scratch.svg") left center / 100% 12px no-repeat;
  transform: rotate(-0.6deg);
}

body.theme-q .stripe { height: 3px !important; margin: 0 !important; }
body.theme-q main.splash,
body.theme-q #view-home,
body.theme-q .night-hero,
body.theme-q .jumbotron {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
body.theme-q .lucha-slashes { top: 0; }
body.theme-q .ring-frame { display: none !important; }

body.theme-q .hero-badge img,
body.theme-q.house-shell .hero-badge img {
  filter: drop-shadow(6px 8px 0 #f0c43a) !important;
}
body.theme-q .night-hero,
body.theme-q .jumbotron,
body.theme-q.splash-page .night-hero.jumbotron,
body.theme-q .view .hero {
  box-shadow: 14px 16px 0 #ff2d8a !important;
}
body.theme-q h1,
body.theme-q .jumbo-title,
body.theme-q .view .hero h1 {
  text-shadow: 3px 3px 0 #ff2d8a !important;
}
body.theme-q .site-rail,
body.theme-q.rail-collapsed .site-rail {
  box-shadow: 4px 0 0 #f0c43a !important;
}

body.theme-q .site-header {
  overflow: visible !important;
  position: relative;
  z-index: 200;
  background: #070709 !important;
}
body.theme-q .header-inner {
  min-height: 72px !important;
  height: 72px !important;
  padding: 6px 16px !important;
  overflow: visible !important;
  align-items: center;
}
body.theme-q .brand {
  overflow: visible;
  position: relative;
  z-index: 5;
}
body.theme-q .brand-logo {
  height: 148px !important;
  max-width: 420px !important;
  margin-top: 48px;
  position: relative;
  z-index: 6;
}
body.theme-q .stripe {
  margin-top: 0 !important;
  position: relative;
  z-index: 1;
}
body.theme-q .nav { align-self: center; }

body.theme-q .site-header {
  overflow: visible !important;
  background: #070709 !important;
}
body.theme-q .header-inner {
  min-height: 88px !important;
  height: 88px !important;
  padding: 8px 20px !important;
  align-items: center !important;
  overflow: visible !important;
}
body.theme-q .nav,
body.theme-q .header-actions,
body.theme-q .auth-chip {
  position: relative;
  z-index: 4;
  align-self: center;
}
body.theme-q .brand-logo {
  height: 108px !important;
  max-width: 300px !important;
  margin-top: -10px !important;
}
body.theme-q .stripe {
  height: 3px !important;
  margin: 0 !important;
}

.desk-title-sec {
  margin: 28px 0 12px;
  font-family: "Russo One", Oswald, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #f0c43a;
}
.title-card-head h4 { margin: 4px 0; }
.title-card details { margin-top: 10px; }
.title-card summary { cursor: pointer; color: #ff2d8a; }

body.theme-q .presented-by {
  margin: 0;
  padding: 48px 24px 56px;
  background: #070709;
  text-align: center;
  position: relative;
  overflow: hidden;
}
body.theme-q .presented-by::before {
  content: "";
  position: absolute;
  inset: 10% -10% auto auto;
  width: 42%;
  height: 120%;
  background: repeating-linear-gradient(-32deg, transparent 0 18px, rgba(255,45,138,.16) 18px 22px, transparent 22px 36px, rgba(240,196,58,.12) 36px 40px);
  pointer-events: none;
}
body.theme-q .presented-by .kicker { color: #ff2d8a; letter-spacing: .18em; }
body.theme-q .presented-by h3 {
  font-family: "Russo One", Oswald, Impact, sans-serif;
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  text-transform: uppercase;
  color: #f4efe6;
  margin: 8px 0 12px;
}
body.theme-q .presented-name {
  font-family: "Russo One", Oswald, sans-serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: #f0c43a;
  margin: 0 0 8px;
}
body.theme-q .presented-line { color: #c8c3bb; max-width: 28rem; margin: 0 auto 22px; }
body.theme-q .presented-by .btn { position: relative; z-index: 1; }

#sponsor-form { max-width: 36rem; margin: 0 auto 48px; display: grid; gap: 12px; }

.tonight-jobs { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); margin: 16px 0 32px; }
.desk-tabs-simple { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 12px 0 24px; }
.desk-more { position: relative; }
.desk-more summary { cursor: pointer; list-style: none; padding: 8px 14px; border: 1px solid #f0c43a; color: #f0c43a; }
.desk-more-list { position: absolute; z-index: 20; background: #070709; border: 1px solid #f0c43a; padding: 8px; display: grid; min-width: 200px; }
.desk-more-list button { text-align: left; background: none; border: 0; color: #f4efe6; padding: 8px; cursor: pointer; }
.desk-more-list button:hover { color: #f0c43a; }

/* TRNBCKL-MOBILE-Q */
@media (max-width: 860px) {
  body.theme-q .header-inner {
    min-height: 64px !important;
    height: auto !important;
    padding: 8px 12px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px !important;
  }
  body.theme-q .brand {
    order: 2;
    flex: 1 1 auto;
    display: flex !important;
    justify-content: center;
    margin: 0 !important;
    overflow: visible !important;
  }
  body.theme-q .brand-logo {
    height: 52px !important;
    max-width: 160px !important;
    width: auto !important;
    margin: 0 !important;
    position: static !important;
  }
  body.theme-q .nav-toggle {
    order: 1;
    display: inline-flex !important;
    margin: 0 !important;
  }
  body.theme-q .account-chip,
  body.theme-q #account-chip {
    display: none !important;
  }
  body.nav-open.theme-q .account-chip,
  body.nav-open.theme-q #account-chip {
    display: flex !important;
    order: 4;
    width: 100% !important;
    max-width: none !important;
  }
  body.theme-q .site-header .nav {
    order: 3;
    width: 100%;
  }
  body.theme-q .night-hero { padding-top: 16px !important; }
  body.theme-q .lucha-slashes { opacity: 0.28; }
}

.shock-thread { margin-top: 18px; text-align: left; }
.shock-comments { list-style: none; padding: 0; margin: 0 0 12px; }
.shock-comments li { border-top: 1px solid #2a2a32; padding: 8px 0; color: #f4efe6; }
.shock-comments b { color: #f0c43a; margin-right: 8px; }
.shock-comment-form { display: grid; gap: 8px; }

body.theme-q .heat-poster {
  background: #070709;
  border: 2px solid #f0c43a;
  text-align: center;
  padding: 28px 16px 36px;
}
body.theme-q .heat-arena-pads {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 20px 0 8px;
}
body.theme-q .heat-pad {
  min-height: 120px;
  font-family: "Russo One", Oswald, sans-serif;
  font-size: clamp(1.8rem, 8vw, 3rem);
  letter-spacing: .04em;
  border: 3px solid #f4efe6;
  background: #f4efe6;
  color: #070709;
  cursor: pointer;
}
body.theme-q .heat-pad.die {
  background: #070709;
  color: #f4efe6;
  border-color: #ff2d8a;
}
body.theme-q .heat-pad.slap { border-color: #f0c43a; background: #f0c43a; }
body.theme-q .slap-vs { color: #ff2d8a; letter-spacing: .2em; text-transform: uppercase; }

body.theme-q .shock-meters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  min-height: 220px;
  margin: 16px 0;
}
body.theme-q .shock-meter {
  position: relative;
  background: #111;
  border: 2px solid #333;
  min-height: 220px;
  color: #f4efe6;
  cursor: pointer;
  overflow: hidden;
}
body.theme-q .shock-meter span {
  position: relative; z-index: 2;
  font-family: "Russo One", sans-serif;
  letter-spacing: .08em;
}
body.theme-q .shock-meter b {
  position: absolute; left: 0; right: 0; bottom: 0;
  display: block;
}
body.theme-q .shock-meter.fire b { background: #f0c43a; }
body.theme-q .shock-meter.mid b { background: #ff2d8a; }
body.theme-q .shock-meter.bury b { background: #5a5854; }
body.theme-q .shock-meter.is-you { border-color: #f4efe6; }

body.theme-q .dna-card canvas { display: block; margin: 0 auto 8px; max-width: 100%; }
body.theme-q .dna-vs em { color: #f0c43a; font-style: normal; }
body.theme-q .dna-vs em.mag { color: #ff2d8a; }
body.theme-q .dna-slider span { text-transform: uppercase; letter-spacing: .12em; color: #f0c43a; }
body.theme-q .dna-slider input[type=range] { accent-color: #ff2d8a; width: 100%; }

.shock-graph { display: none !important; }
body.theme-q .shock-meters { display: grid !important; }
#tutorial-scrim, #tutorial-card { display: none !important; }

body.splash-page #view-home .home-extra { display: none !important; }
body.splash-page .first-visit {
  padding: 28px 16px 48px;
  max-width: 920px;
  margin: 0 auto;
}
body.splash-page .first-visit-line {
  text-align: center;
  font-size: clamp(1.1rem, 3vw, 1.4rem);
  letter-spacing: .06em;
  margin-bottom: 20px;
}
body.splash-page .first-visit-tiles.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 640px) {
  body.splash-page .first-visit-tiles.two { grid-template-columns: 1fr; }
}
body.splash-page .hero-actions { justify-content: flex-start; }

/* TRNBCKL house grid */
:root {
  --gutter: 16px;
  --rail: minmax(16px, 1fr);
  --col: minmax(0, 92px);
  --house-max: 1480px;
}
.house-grid {
  display: grid;
  grid-template-columns: var(--rail) repeat(12, var(--col)) var(--rail);
  column-gap: var(--gutter);
  width: 100%;
}
.house-grid > * { grid-column: 2 / span 12; }
.span-6 { grid-column: 2 / span 6; }
.span-6 + .span-6 { grid-column: 8 / span 6; }
.span-4 { grid-column: auto / span 4; }
.span-8 { grid-column: 2 / span 8; }
body.splash-page .first-visit-tiles.two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 920px;
  margin: 0 auto;
}
body.house-shell .boards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
body.house-shell .upcoming-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}
@media (max-width: 860px) {
  body.splash-page .first-visit-tiles.two,
  body.house-shell .boards,
  .vote-cols,
  .vote-layout { grid-template-columns: 1fr !important; }
}

.shop-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.shop-card h3 { font-family: "Russo One", Oswald, sans-serif; color: #f0c43a; }
