:root {
  --ink: #f6f1ff;
  --muted: #c9b8e6;
  --neon: #ff3d8f;
  --cyan: #3ee0ff;
  --gold: #ffd36a;
  --bg: #090614;
  --panel: #140d22;
  --ok: #5dffb0;
  --bad: #ff6b8a;
  --line: rgba(255, 61, 143, 0.28);
}
* { box-sizing: border-box; }
html, body { margin: 0; background: var(--bg); color: var(--ink); }
html { -webkit-text-size-adjust: 100%; }
body.abb {
  min-height: 100vh;
  font: 16px/1.45 Outfit, system-ui, sans-serif;
  background:
    radial-gradient(900px 420px at 10% -10%, rgba(255, 61, 143, .22), transparent 55%),
    radial-gradient(800px 380px at 110% 0%, rgba(62, 224, 255, .14), transparent 50%),
    linear-gradient(180deg, #12091c, #090614 42%);
  overflow-x: hidden;
}
.abb-glow {
  pointer-events: none;
  position: fixed; inset: auto -10% -20% -10%; height: 40vh;
  background: radial-gradient(ellipse, rgba(255,61,143,.1), transparent 70%);
}
a { color: var(--cyan); text-decoration: none; }
a:hover { color: #fff; }
h1, .abb-word, .gts-decade strong { font-family: Bungee, Impact, sans-serif; letter-spacing: .02em; }
h1 { font-size: clamp(2.2rem, 8vw, 4.6rem); margin: 0 0 .4rem; line-height: 1.05; }
h2 { color: var(--gold); }
.abb-top {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; gap: .8rem;
  padding: .55rem 1rem;
  background: rgba(9,6,20,.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.abb-brand { display: flex; align-items: baseline; gap: .45rem; color: var(--ink); }
.abb-mark {
  width: 1.9rem; height: 1.9rem; display: grid; place-items: center;
  border-radius: 50%; background: var(--neon); color: #fff; font-size: 1rem;
}
.abb-word { font-size: .95rem; }
.abb-brand em { font-style: normal; color: var(--cyan); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.abb-nav { display: flex; gap: .9rem; flex: 1; }
.abb-nav a { color: var(--muted); }
.abb-nav a.is-on, .abb-nav a:hover { color: var(--ink); }
.abb-tools { display: flex; align-items: center; gap: .65rem; }
.abb-cta-mini { border: 1px solid var(--neon); padding: .25rem .65rem; border-radius: 999px; color: var(--ink); }
.abb-burger {
  display: none; background: transparent; color: var(--ink); border: 1px solid var(--line);
  width: 2rem; height: 2rem; border-radius: 8px; cursor: pointer;
}
.abb-main { width: min(980px, calc(100% - 1.4rem)); margin: 1.2rem auto 3rem; }
.abb-foot { text-align: center; color: var(--muted); padding: 1.5rem 1rem 2.4rem; border-top: 1px solid var(--line); }
.abb-flash { padding: .7rem 1rem; border-radius: 10px; }
.abb-flash.ok { background: #123326; color: var(--ok); }
.abb-flash.err { background: #3a1220; color: var(--bad); }
.gts-kicker { letter-spacing: .22em; text-transform: uppercase; color: var(--cyan); font-size: .72rem; margin: 0 0 .5rem; }
.gts-hero { text-align: center; padding: 1.2rem 0 1.6rem; }
.gts-tag { font-size: 1.2rem; color: var(--gold); margin: .2rem 0 1rem; }
.gts-sub { color: var(--muted); max-width: 36rem; margin: 0 auto; }
.gts-decades {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; margin: 1.4rem 0;
}
.gts-decade {
  display: flex; flex-direction: column; justify-content: end;
  min-height: 7.2rem; padding: .9rem;
  border-radius: 16px; color: #fff; border: 1px solid transparent;
  background: linear-gradient(160deg, #2a1638, #12091c);
  transition: transform .16s ease, box-shadow .16s ease;
}
.gts-decade span { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--cyan); }
.gts-decade strong { font-size: 1.55rem; }
.gts-decade:hover, .gts-decade:focus-visible { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(255,61,143,.22); color: #fff; }
.d-1950s { background: linear-gradient(160deg, #5b2a14, #1a0c10); }
.d-1960s { background: linear-gradient(160deg, #6a1840, #140816); }
.d-1970s { background: linear-gradient(160deg, #16402a, #08140e); }
.d-1980s { background: linear-gradient(160deg, #1a2060, #0a0818); }
.d-1990s { background: linear-gradient(160deg, #4a1460, #100818); }
.d-2000s { background: linear-gradient(160deg, #143850, #080e16); }
.d-2010s { background: linear-gradient(160deg, #501428, #140810); }
.d-2020s { background: linear-gradient(160deg, #14304a, #2a1038); }
.gts-boards-link { text-align: center; }
.gts-account-note, .gts-gate { text-align: center; max-width: 36rem; margin: 1.2rem auto; color: var(--muted); }
.gts-gate { background: var(--panel); border: 1px solid var(--line); border-radius: 18px; padding: 1.4rem 1rem; }
.abb-err, .abb-note { color: var(--bad); font-size: .9rem; }
.abb-note { color: var(--gold); }
.abb-linkish { background: none; border: 0; color: var(--cyan); cursor: pointer; font: inherit; padding: 0; }
.gts-hud {
  display: flex; justify-content: space-between; align-items: center; gap: .8rem; flex-wrap: wrap;
  margin-bottom: 1rem;
}
.gts-progress { color: var(--muted); font-weight: 700; letter-spacing: .08em; }
.gts-points { margin: 0; color: var(--muted); font-size: .92rem; text-align: center; }
.gts-points strong { color: var(--gold); }
.gts-timer {
  font-variant-numeric: tabular-nums; font-size: 1.35rem; font-weight: 800;
  color: var(--gold); min-width: 5.5rem; text-align: right;
}
.gts-lyric {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.4rem 1.1rem;
  font-size: clamp(1.35rem, 4.6vw, 2.15rem);
  line-height: 1.25;
  text-align: center;
  margin: 0 0 1.1rem;
}
.gts-lyric p { margin: .25rem 0; }
.gts-lyric p + p { padding-top: .55rem; border-top: 1px solid rgba(255,255,255,.08); }
.gts-hint-row { display: flex; justify-content: center; margin: -.45rem 0 1rem; }
.gts-hint { min-width: min(100%, 20rem); }
.gts-hint:disabled { cursor: default; opacity: .62; }
.gts-prompt {
  margin: -.35rem 0 .85rem;
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 800;
}
.gts-choices { display: grid; gap: .65rem; }
.gts-choice {
  appearance: none; width: 100%; text-align: left;
  background: #1b1230; color: var(--ink);
  border: 2px solid rgba(255,255,255,.08);
  border-radius: 14px; padding: 1rem 1.1rem;
  font: 700 1.05rem Outfit, sans-serif;
  cursor: pointer; min-height: 3.4rem;
}
.gts-choice:hover, .gts-choice:focus-visible { border-color: var(--cyan); outline: 2px solid var(--cyan); outline-offset: 2px; }
.gts-choice.is-correct { background: #123326; border-color: var(--ok); color: var(--ok); }
.gts-choice.is-wrong { background: #3a1220; border-color: var(--bad); color: var(--bad); }
.gts-choice:disabled { cursor: default; }
.gts-feedback { min-height: 1.5em; margin: .9rem 0; font-weight: 700; }
.gts-feedback.ok { color: var(--ok); }
.gts-feedback.bad { color: var(--bad); }
.abb-cta, .abb-ghost, .gts-acts a, .gts-acts button, .abb-form button {
  appearance: none; border: 0; cursor: pointer; font: 700 .95rem Outfit, sans-serif;
  padding: .85rem 1.2rem; border-radius: 999px; display: inline-block;
}
.abb-cta, .gts-acts .abb-cta { background: linear-gradient(180deg, #ff5aa3, #ff3d8f); color: #fff; }
.abb-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.gts-acts { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1rem; }
.gts-result { text-align: center; background: var(--panel); border: 1px solid var(--line); border-radius: 18px; padding: 1.4rem 1rem; }
.gts-result h2 { font-family: Bungee, sans-serif; color: var(--ink); font-size: clamp(1.6rem, 5vw, 2.4rem); }
.gts-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem; margin: 1rem 0; text-align: left; }
.gts-stats div { background: #1b1230; border-radius: 12px; padding: .75rem; }
.gts-stats b { display: block; font-size: 1.25rem; color: var(--gold); }
.gts-table-wrap { overflow-x: auto; }
.gts-table { width: 100%; border-collapse: collapse; }
.gts-table th, .gts-table td { text-align: left; padding: .45rem .4rem; border-bottom: 1px solid var(--line); }
.gts-board-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.gts-board { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 1rem; }
.abb-form { max-width: 26rem; display: grid; gap: .7rem; }
.abb-form label { display: grid; gap: .25rem; color: var(--muted); }
.abb-form input, .gts-name input {
  background: #1b1230; color: var(--ink); border: 1px solid var(--line); border-radius: 10px; padding: .7rem; font: inherit;
}
.gts-name { display: grid; gap: .5rem; margin: 1rem 0; }
.gts-feed { list-style: none; padding: 0; }
.gts-feed li { padding: .4rem 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.is-off { display: none !important; }
.gts-key { display: inline-block; min-width: 1.4rem; margin-right: .35rem; color: var(--cyan); font-size: .85rem; }
.gts-sr { position: absolute; left: -9999px; }
@media (max-width: 800px) {
  .gts-decades, .gts-board-grid, .gts-stats { grid-template-columns: 1fr 1fr; }
  .abb-burger { display: inline-grid; place-items: center; }
  .abb-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #12091c; padding: 1rem; flex-direction: column; border-bottom: 1px solid var(--line); }
  .abb-nav.is-open { display: flex; }
}
@media (max-width: 520px) {
  .gts-decades { grid-template-columns: 1fr; }
  .gts-hud { display: grid; grid-template-columns: 1fr auto; }
  .gts-points { grid-column: 1 / -1; grid-row: 2; text-align: left; }
  .abb-word { display: none; }
  .abb-main { width: calc(100% - 1rem); }
}
@media (prefers-reduced-motion: reduce) {
  .gts-decade { transition: none; }
}

/* Guess the Song landing page */
body.gts-home {
  --home-panel: rgba(21, 12, 37, .82);
  --home-panel-light: rgba(34, 18, 54, .92);
  --home-border: rgba(255, 255, 255, .1);
}
body.gts-home .abb-main {
  width: min(1160px, calc(100% - 2rem));
  margin-top: 0;
}
body.gts-home .abb-foot {
  background: rgba(9, 6, 20, .62);
}
.gts-home h2 {
  margin: 0;
  color: var(--ink);
  font: clamp(2rem, 5.4vw, 4.3rem)/1.02 Bungee, Impact, sans-serif;
  letter-spacing: .015em;
  text-transform: uppercase;
}
.gts-home h3 {
  margin: 0;
}
.gts-home-hero {
  position: relative;
  isolation: isolate;
  min-height: min(880px, calc(100vh - 3.1rem));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(4.5rem, 10vw, 7.5rem) 1rem 5rem;
  text-align: center;
}
.gts-home-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: min(74vw, 820px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 61, 143, .2), rgba(120, 42, 180, .08) 45%, transparent 70%);
  filter: blur(2px);
}
.gts-home-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 12% 8% auto;
  height: 52%;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(255, 255, 255, .06) 50%, transparent 50.2%),
    repeating-radial-gradient(circle at center, transparent 0 52px, rgba(255, 255, 255, .025) 53px 54px);
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 75%, transparent);
}
.gts-home-hero .gts-kicker {
  margin-bottom: 1rem;
  font-weight: 700;
}
.gts-home-hero h1 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(3.4rem, 10.8vw, 8.7rem);
  line-height: .87;
  text-transform: uppercase;
  text-wrap: balance;
  color: #fff;
  text-shadow:
    0 4px 0 #9f174f,
    0 0 34px rgba(255, 61, 143, .52);
}
.gts-hero-hook {
  max-width: 880px;
  margin: clamp(2rem, 4vw, 3.2rem) auto 1.7rem;
  font-size: clamp(1.45rem, 3.3vw, 2.65rem);
  font-weight: 700;
  line-height: 1.18;
  text-wrap: balance;
}
.gts-hero-hook p {
  margin: .18rem 0;
}
.gts-hero-hook p:first-child {
  color: var(--muted);
}
.gts-hero-hook strong {
  color: var(--gold);
}
.gts-hero-copy {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.08rem;
}
.gts-hero-copy p {
  margin: .35rem 0;
}
.gts-hero-copy .gts-punch {
  margin: .85rem 0 1.25rem;
  color: var(--neon);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.gts-takeaway {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.4rem;
}
.gts-takeaway span {
  padding: .45rem .8rem;
  border: 1px solid var(--home-border);
  border-radius: 999px;
  background: rgba(9, 6, 20, .72);
  color: var(--muted);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.gts-hero-turn {
  margin: 1.2rem 0 .25rem;
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 800;
}
.gts-hero-close {
  margin: 0;
  color: var(--gold);
}
.gts-scroll-cue {
  position: absolute;
  bottom: 1rem;
  display: grid;
  gap: .15rem;
  justify-items: center;
  color: var(--muted);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.gts-scroll-cue b {
  color: var(--cyan);
  font-size: 1.25rem;
  animation: gts-bob 1.6s ease-in-out infinite;
}
.gts-sound-bars {
  position: absolute;
  top: 34%;
  display: flex;
  align-items: center;
  gap: 7px;
  height: 120px;
  opacity: .5;
}
.gts-sound-bars-left { left: 1%; }
.gts-sound-bars-right { right: 1%; transform: scaleX(-1); }
.gts-sound-bars i {
  display: block;
  width: 4px;
  height: 24%;
  border-radius: 999px;
  background: linear-gradient(var(--cyan), var(--neon));
  animation: gts-eq 1.25s ease-in-out infinite alternate;
}
.gts-sound-bars i:nth-child(2) { height: 62%; animation-delay: -.7s; }
.gts-sound-bars i:nth-child(3) { height: 100%; animation-delay: -.3s; }
.gts-sound-bars i:nth-child(4) { height: 48%; animation-delay: -.95s; }
.gts-sound-bars i:nth-child(5) { height: 76%; animation-delay: -.55s; }

.gts-lyric-centrepiece,
.gts-rank-challenge,
.gts-decade-section,
.gts-speed-section,
.gts-final-cta {
  position: relative;
  margin: clamp(3.5rem, 8vw, 7rem) 0;
}
.gts-section-kicker {
  margin: 0 0 .8rem;
  color: var(--cyan);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.gts-section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}
.gts-section-heading > p:last-child {
  color: var(--muted);
  font-size: 1.08rem;
}
.gts-section-heading strong {
  color: #fff;
}
.gts-lyric-centrepiece {
  isolation: isolate;
  overflow: hidden;
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 6vw, 5rem);
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 28%, rgba(62, 224, 255, .13), transparent 33%),
    linear-gradient(145deg, rgba(30, 15, 48, .98), rgba(10, 6, 20, .98));
  box-shadow: 0 32px 90px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .08);
  text-align: center;
}
.gts-lyric-centrepiece h2 {
  position: relative;
  z-index: 1;
  color: var(--gold);
}
.gts-vinyl {
  position: absolute;
  z-index: -1;
  width: 280px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--neon) 0 5%, #08060d 5.5% 12%, transparent 12.5%),
    repeating-radial-gradient(circle, #08060d 0 8px, #15101c 9px 10px);
  opacity: .48;
}
.gts-vinyl-left { left: -140px; top: 5%; }
.gts-vinyl-right { right: -150px; bottom: 2%; }
.gts-lyric-card {
  position: relative;
  max-width: 850px;
  margin: clamp(2rem, 5vw, 3.5rem) auto 2.4rem;
  padding: clamp(2rem, 6vw, 4.7rem) clamp(1rem, 5vw, 4rem) 2.3rem;
  border: 1px solid rgba(62, 224, 255, .28);
  border-radius: 22px;
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px) 0 0 / 100% 2rem,
    rgba(7, 5, 14, .9);
  box-shadow: 0 0 42px rgba(62, 224, 255, .08);
}
.gts-lyric-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: var(--neon);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.gts-lyric-card blockquote {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 6.2vw, 5.2rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.025em;
  text-wrap: balance;
  text-shadow: 0 0 30px rgba(255, 255, 255, .13);
}
.gts-lyric-card blockquote span {
  color: var(--cyan);
  font-family: Georgia, serif;
  font-weight: 400;
}
.gts-lyric-rule {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 5px;
  height: 22px;
  margin-top: 2rem;
}
.gts-lyric-rule i {
  width: min(7vw, 66px);
  height: 2px;
  background: var(--neon);
}
.gts-lyric-rule i:nth-child(2),
.gts-lyric-rule i:nth-child(6) { height: 7px; }
.gts-lyric-rule i:nth-child(3),
.gts-lyric-rule i:nth-child(5) { height: 13px; }
.gts-lyric-rule i:nth-child(4) { height: 21px; background: var(--cyan); }
.gts-clue-copy {
  max-width: 640px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.08rem;
}
.gts-clue-copy p {
  margin: .6rem 0;
}
.gts-clue-copy strong {
  color: #fff;
}
.gts-three-beat {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .65rem;
  margin: 1.6rem 0;
  padding: 0;
  list-style: none;
  counter-reset: clue-step;
}
.gts-three-beat li {
  counter-increment: clue-step;
  padding: .6rem .9rem;
  border: 1px solid var(--home-border);
  border-radius: 10px;
  background: rgba(255, 255, 255, .035);
  color: var(--ink);
  font-weight: 700;
}
.gts-three-beat li::before {
  content: "0" counter(clue-step);
  margin-right: .5rem;
  color: var(--neon);
  font-size: .72rem;
}
.gts-clue-copy .gts-big-question {
  margin: 1.8rem auto 1.2rem;
  color: var(--gold);
  font-size: clamp(1.3rem, 3vw, 1.85rem);
  font-weight: 800;
  line-height: 1.25;
  text-wrap: balance;
}

.gts-rank-challenge {
  padding-inline: clamp(.2rem, 3vw, 2rem);
}
.gts-rank-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 1rem;
}
.gts-rank-card {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  padding: 1.5rem;
  border: 1px solid var(--home-border);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(33, 20, 48, .76), rgba(15, 9, 26, .9));
}
.gts-rank-card::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -46px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 50%;
}
.gts-rank-number {
  display: block;
  margin-bottom: 2.5rem;
  color: rgba(255, 255, 255, .22);
  font: 1rem Bungee, sans-serif;
}
.gts-rank-card h3 {
  color: var(--ink);
  font-size: 1.25rem;
}
.gts-rank-card p {
  position: relative;
  z-index: 1;
  color: var(--muted);
}
.gts-rank-card.is-enthusiast {
  border-color: rgba(62, 224, 255, .38);
}
.gts-rank-card.is-enthusiast h3 {
  color: var(--cyan);
}
.gts-rank-card.is-pro {
  transform: translateY(-12px);
  border-color: rgba(255, 61, 143, .62);
  background:
    radial-gradient(circle at 90% 5%, rgba(255, 61, 143, .25), transparent 36%),
    linear-gradient(145deg, #2c1537, #130a22);
  box-shadow: 0 20px 45px rgba(255, 61, 143, .14);
}
.gts-rank-card.is-pro h3 {
  color: var(--gold);
}
.gts-rank-card .gts-pro-badge {
  position: absolute;
  top: .8rem;
  right: .8rem;
  margin: 0;
  padding: .3rem .55rem;
  border-radius: 999px;
  background: var(--neon);
  color: #fff;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.gts-rank-close {
  max-width: 760px;
  margin: 1.5rem auto 0;
  text-align: center;
  color: var(--muted);
  font-size: 1.1rem;
}
.gts-rank-close strong {
  color: #fff;
}

.gts-decade-section {
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid var(--home-border);
  border-radius: 26px;
  background: rgba(255, 255, 255, .025);
}
body.gts-home .gts-decades {
  grid-template-columns: repeat(4, 1fr);
  gap: .8rem;
  margin: 1.5rem 0;
}
body.gts-home .gts-decade {
  position: relative;
  min-height: 150px;
  overflow: hidden;
  justify-content: flex-end;
  padding: 1rem;
  border-color: rgba(255, 255, 255, .11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}
body.gts-home .gts-decade::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -50px;
  width: 135px;
  height: 135px;
  border: 20px solid rgba(255, 255, 255, .055);
  border-radius: 50%;
  transition: transform .25s ease;
}
body.gts-home .gts-decade:hover::before,
body.gts-home .gts-decade:focus-visible::before {
  transform: scale(1.12) rotate(12deg);
}
body.gts-home .gts-decade-play {
  color: rgba(255, 255, 255, .7);
}
body.gts-home .gts-decade strong {
  position: relative;
  font-size: clamp(1.65rem, 3vw, 2.2rem);
}
.gts-decade-arrow {
  position: absolute;
  top: .8rem;
  right: .9rem;
  color: #fff;
  font-size: 1.1rem;
}
.gts-decade-close {
  margin: 1.4rem 0 0;
  color: var(--muted);
  text-align: center;
}

.gts-speed-section {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  padding-inline: clamp(.2rem, 3vw, 2rem);
}
.gts-speed-copy > p:not(.gts-section-kicker) {
  color: var(--muted);
}
.gts-speed-steps {
  display: grid;
  gap: .65rem;
  margin: 2rem 0;
}
.gts-speed-steps p {
  display: flex;
  align-items: center;
  gap: .85rem;
  margin: 0;
  padding: .8rem 1rem;
  border-left: 2px solid var(--neon);
  background: linear-gradient(90deg, rgba(255, 61, 143, .1), transparent);
  color: var(--ink);
  font-weight: 600;
}
.gts-speed-steps b {
  color: var(--neon);
  font-size: .7rem;
}
.gts-no-music {
  position: relative;
  overflow: hidden;
  padding: 2rem 1.5rem;
  border: 1px solid rgba(255, 211, 106, .27);
  border-radius: 50% 50% 20px 20px / 32% 32% 20px 20px;
  background: linear-gradient(160deg, rgba(255, 211, 106, .11), rgba(19, 10, 31, .95));
  text-align: center;
}
.gts-no-music-icon {
  display: grid;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 1.4rem;
  place-items: center;
  border: 1px solid var(--neon);
  border-radius: 50%;
  color: var(--neon);
  font-size: 2rem;
}
.gts-no-music-icon::after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 2px;
  background: var(--neon);
  transform: rotate(-42deg);
}
.gts-no-music p {
  margin: .45rem 0;
  color: var(--muted);
}
.gts-no-music strong {
  display: block;
  margin-top: 1.3rem;
  color: var(--gold);
  font-size: 1.45rem;
  text-transform: uppercase;
}

.gts-final-cta {
  overflow: hidden;
  padding: clamp(3rem, 8vw, 6rem) 1.2rem;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 115%, rgba(255, 61, 143, .34), transparent 38%),
    linear-gradient(150deg, rgba(29, 15, 46, .96), rgba(11, 7, 21, .98));
  text-align: center;
}
.gts-final-cta::before,
.gts-final-cta::after {
  content: "♪";
  position: absolute;
  color: rgba(62, 224, 255, .09);
  font-size: clamp(7rem, 18vw, 14rem);
  font-weight: 800;
  transform: rotate(-12deg);
}
.gts-final-cta::before { left: 1%; top: 5%; }
.gts-final-cta::after { content: "♫"; right: 1%; bottom: -5%; transform: rotate(12deg); }
.gts-final-cta > * {
  position: relative;
  z-index: 1;
}
.gts-final-cta h2 {
  max-width: 850px;
  margin: 0 auto 2rem;
}
.gts-final-cta > p {
  margin: .35rem 0;
  color: var(--muted);
}
.gts-final-cta .gts-name-song {
  color: #fff;
  font-size: 1.45rem;
  font-weight: 800;
}
.gts-final-cta .gts-pro-line {
  margin: .4rem 0 2rem;
  color: var(--gold);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
}
.gts-final-cta h3 {
  color: var(--neon);
  font: clamp(1.7rem, 4vw, 2.8rem) Bungee, sans-serif;
  text-transform: uppercase;
}
.gts-final-mantra {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .45rem 1rem;
  margin: 1rem 0 1.5rem !important;
  color: #fff !important;
  font-weight: 800;
}
.gts-final-mantra span:not(:last-child)::after {
  content: "•";
  margin-left: 1rem;
  color: var(--cyan);
}
.gts-final-actions {
  justify-content: center;
}
.gts-final-actions .abb-cta {
  box-shadow: 0 9px 28px rgba(255, 61, 143, .25);
}
body.gts-home .gts-account-note {
  max-width: 700px;
  margin: -3rem auto 5rem;
  padding: 1.3rem;
  border: 1px solid var(--home-border);
  border-radius: 16px;
  background: var(--home-panel);
}
body.gts-home .gts-account-note p {
  margin: 0;
}
body.gts-home .gts-account-note strong {
  color: #fff;
}
body.gts-home .gts-account-note .gts-acts {
  justify-content: center;
  margin-top: 1rem;
}

@keyframes gts-eq {
  from { transform: scaleY(.35); opacity: .4; }
  to { transform: scaleY(1); opacity: 1; }
}
@keyframes gts-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}

@media (max-width: 900px) {
  .gts-home-hero {
    min-height: auto;
    padding-top: 5rem;
  }
  .gts-sound-bars { display: none; }
  .gts-rank-grid { grid-template-columns: 1fr 1fr; }
  .gts-rank-card.is-pro {
    grid-column: 1 / -1;
    min-height: 190px;
    transform: none;
  }
  body.gts-home .gts-decades { grid-template-columns: repeat(2, 1fr); }
  .gts-speed-section { grid-template-columns: 1fr; }
  .gts-no-music {
    width: min(100%, 460px);
    margin: 0 auto;
  }
}

@media (max-width: 620px) {
  body.gts-home .abb-main {
    width: calc(100% - 1rem);
  }
  .gts-home-hero {
    padding: 4rem .35rem 4.5rem;
  }
  .gts-home-hero h1 {
    font-size: clamp(3.15rem, 18vw, 5.2rem);
  }
  .gts-hero-hook {
    font-size: 1.38rem;
  }
  .gts-scroll-cue { bottom: .5rem; }
  .gts-lyric-centrepiece,
  .gts-final-cta {
    border-radius: 20px;
  }
  .gts-lyric-centrepiece {
    padding-inline: .7rem;
  }
  .gts-vinyl {
    width: 190px;
  }
  .gts-lyric-card {
    padding: 3.6rem .8rem 1.5rem;
  }
  .gts-lyric-card blockquote {
    font-size: clamp(1.8rem, 10.2vw, 3rem);
  }
  .gts-three-beat {
    display: grid;
  }
  .gts-rank-grid { grid-template-columns: 1fr; }
  .gts-rank-card.is-pro { grid-column: auto; }
  .gts-decade-section {
    padding: 2rem .75rem;
    border-radius: 20px;
  }
  body.gts-home .gts-decades {
    grid-template-columns: 1fr 1fr;
    gap: .55rem;
  }
  body.gts-home .gts-decade {
    min-height: 120px;
    padding: .8rem;
  }
  body.gts-home .gts-decade strong {
    font-size: 1.45rem;
  }
  .gts-speed-steps p { align-items: flex-start; }
  .gts-final-mantra {
    display: grid;
  }
  .gts-final-mantra span::after { display: none; }
  .gts-final-actions {
    display: grid;
  }
  .gts-final-actions a { width: 100%; }
  body.gts-home .gts-account-note {
    margin-top: -2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gts-scroll-cue b,
  .gts-sound-bars i {
    animation: none;
  }
  body.gts-home .gts-decade::before {
    transition: none;
  }
}
