:root {
  --gtoat-bg: #0b0f1c;
  --gtoat-card: rgba(16, 21, 36, 0.8);
  --gtoat-accent: #00f0ff;
  --gtoat-accent-2: #ff4d9d;
  --gtoat-glow: rgba(0, 240, 255, 0.4);
  --gtoat-text: #eef3ff;
  --gtoat-muted: #97a3bf;
  --gtoat-font-display: var(--font-display);
  --gtoat-font-body: var(--font-body);
  --gtoat-radius: 24px;
}

[data-theme='neon'] {
  --gtoat-bg: #0a0b14;
  --gtoat-card: rgba(8, 12, 22, 0.88);
  --gtoat-accent: #65ff9a;
  --gtoat-accent-2: #ffb347;
}

[data-theme='terminal'] {
  --gtoat-bg: #050807;
  --gtoat-card: rgba(6, 12, 9, 0.88);
  --gtoat-accent: #00ff7f;
  --gtoat-accent-2: #d9ff00;
  --gtoat-text: #d9ffe4;
}

[data-theme='wallstreet'] {
  --gtoat-bg: #101320;
  --gtoat-card: rgba(14, 20, 34, 0.9);
  --gtoat-accent: #66d9ff;
  --gtoat-accent-2: #f66bff;
}

[data-theme='spooky'] {
  --gtoat-bg: #07040d;
  --gtoat-card: rgba(18, 12, 28, 0.88);
  --gtoat-accent: #a855f7;
  --gtoat-accent-2: #22d3ee;
  --gtoat-text: #efe8ff;
  --gtoat-muted: #c5b4dd;
  --gtoat-glow: rgba(168, 85, 247, 0.4);
}

@keyframes wallstreet-rise {
  from { opacity: 0; transform: translateY(16px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes neon-flicker {
  0%, 100% { text-shadow: 0 0 8px rgba(101, 255, 154, 0.55), 0 0 20px rgba(255, 179, 71, 0.35); }
  45% { text-shadow: 0 0 20px rgba(101, 255, 154, 0.85), 0 0 40px rgba(255, 179, 71, 0.65); }
  50% { text-shadow: 0 0 4px rgba(101, 255, 154, 0.3), 0 0 14px rgba(255, 179, 71, 0.2); }
}

@keyframes terminal-boot {
  from { opacity: 0; transform: translateY(12px); filter: blur(1.2px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}

@keyframes spooky-drift {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-1.4%, 2.4%, 0); }
}

@keyframes spooky-rise {
  from { opacity: 0; transform: translateY(22px) scale(0.98); filter: blur(2px); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

@keyframes spooky-fog-drift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: 0.28; }
  50% { transform: translate3d(-2.5%, 2.5%, 0) scale(1.06); opacity: 0.44; }
}

@keyframes spooky-fog-sweep {
  0% { transform: translate3d(-8%, 0, 0) scale(1); opacity: 0.2; }
  50% { transform: translate3d(8%, -2%, 0) scale(1.08); opacity: 0.38; }
  100% { transform: translate3d(-5%, 1%, 0) scale(1.03); opacity: 0.24; }
}

@keyframes spooky-haunt {
  0%, 100% { transform: translateY(0); box-shadow: 0 16px 42px rgba(7, 2, 15, 0.65), 0 0 22px rgba(168, 85, 247, 0.22); }
  50% { transform: translateY(-3px); box-shadow: 0 22px 54px rgba(7, 2, 15, 0.72), 0 0 34px rgba(168, 85, 247, 0.36); }
}

@keyframes terminal-caret {
  0%, 49% { border-right-color: rgba(160, 255, 191, 0.95); }
  50%, 100% { border-right-color: transparent; }
}

@keyframes joke-fade-in {
  0% {
    opacity: 0;
    transform: translateY(14px) scale(0.94);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes joke-glow-pulse {
  0%, 100% {
    text-shadow: 0 0 8px color-mix(in srgb, var(--gtoat-accent) 60%, transparent),
      0 0 18px color-mix(in srgb, var(--gtoat-accent-2) 40%, transparent);
  }
  50% {
    text-shadow: 0 0 14px color-mix(in srgb, var(--gtoat-accent) 90%, transparent),
      0 0 30px color-mix(in srgb, var(--gtoat-accent-2) 72%, transparent);
  }
}

html[data-theme='wallstreet'] .gtoat-sticky-nav {
  background: linear-gradient(90deg, rgba(10, 14, 25, 0.94), rgba(11, 23, 39, 0.9));
  box-shadow: 0 12px 30px rgba(5, 12, 24, 0.34);
}

html[data-theme='wallstreet'] .tilt-card,
html[data-theme='wallstreet'] .spotlight-card,
html[data-theme='wallstreet'] .hero-card {
  animation: wallstreet-rise 0.7s ease both;
}

html[data-theme='wallstreet'] .tilt-card:nth-child(2),
html[data-theme='wallstreet'] .spotlight-card:nth-child(2) { animation-delay: 90ms; }
html[data-theme='wallstreet'] .tilt-card:nth-child(3),
html[data-theme='wallstreet'] .spotlight-card:nth-child(3) { animation-delay: 180ms; }
html[data-theme='wallstreet'] .tilt-card:nth-child(4),
html[data-theme='wallstreet'] .spotlight-card:nth-child(4) { animation-delay: 270ms; }

html[data-theme='neon'] body {
  background:
    radial-gradient(circle at 22% 16%, rgba(101, 255, 154, 0.2), transparent 36%),
    radial-gradient(circle at 78% 24%, rgba(255, 179, 71, 0.18), transparent 42%),
    #070812;
}

html[data-theme='neon'] .gtoat-shell::before {
  animation: gtoat-glow 6.5s ease-in-out infinite;
  filter: saturate(1.28);
}

html[data-theme='neon'] .gtoat-hero .hero-layer {
  opacity: 0.95;
  mix-blend-mode: screen;
}

html[data-theme='neon'] .gtoat-headline {
  animation: neon-flicker 2.1s infinite;
  letter-spacing: 0.01em;
}

html[data-theme='neon'] .tilt-card,
html[data-theme='neon'] .spotlight-card,
html[data-theme='neon'] .hero-card {
  border-color: rgba(101, 255, 154, 0.55);
  box-shadow:
    0 0 0 1px rgba(101, 255, 154, 0.35),
    0 14px 34px rgba(5, 15, 10, 0.5),
    0 0 34px rgba(101, 255, 154, 0.22);
  transition-duration: 0.14s;
}

html[data-theme='neon'] .tilt-card:hover,
html[data-theme='neon'] .spotlight-card:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow:
    0 0 0 1px rgba(255, 179, 71, 0.48),
    0 18px 40px rgba(5, 15, 10, 0.55),
    0 0 40px rgba(255, 179, 71, 0.28);
}

html[data-theme='terminal'] body {
  font-family: var(--font-mono);
  letter-spacing: 0.005em;
  background: #030705;
}

html[data-theme='terminal'] .gtoat-shell::before {
  background:
    radial-gradient(circle at 28% 18%, rgba(0, 255, 127, 0.1), transparent 42%),
    radial-gradient(circle at 72% 78%, rgba(217, 255, 0, 0.08), transparent 40%);
  animation: gtoat-glow 18s linear infinite;
}

html[data-theme='terminal'] .gtoat-shell::after {
  background-image: repeating-linear-gradient(
    to bottom,
    rgba(103, 255, 163, 0.09) 0px,
    rgba(103, 255, 163, 0.09) 1px,
    rgba(3, 11, 7, 0.08) 2px,
    rgba(3, 11, 7, 0.08) 4px
  );
  mix-blend-mode: normal;
  opacity: 0.55;
}

html[data-theme='terminal'] .gtoat-headline {
  font-family: var(--font-mono);
  display: inline-block;
  border-right: 2px solid rgba(160, 255, 191, 0.95);
  animation: terminal-caret 0.95s steps(1) infinite;
}

html[data-theme='terminal'] .tilt-card,
html[data-theme='terminal'] .spotlight-card,
html[data-theme='terminal'] .hero-card {
  border-color: rgba(0, 255, 127, 0.45);
  box-shadow: inset 0 0 0 1px rgba(0, 255, 127, 0.14), 0 12px 26px rgba(0, 0, 0, 0.48);
  animation: terminal-boot 0.6s steps(8, end) both;
}

html[data-theme='terminal'] .tilt-card:nth-child(2),
html[data-theme='terminal'] .spotlight-card:nth-child(2) { animation-delay: 140ms; }
html[data-theme='terminal'] .tilt-card:nth-child(3),
html[data-theme='terminal'] .spotlight-card:nth-child(3) { animation-delay: 280ms; }
html[data-theme='terminal'] .tilt-card:nth-child(4),
html[data-theme='terminal'] .spotlight-card:nth-child(4) { animation-delay: 420ms; }

html[data-theme='spooky'] body {
  background:
    radial-gradient(circle at 14% 18%, rgba(168, 85, 247, 0.16), transparent 34%),
    radial-gradient(circle at 76% 22%, rgba(34, 211, 238, 0.12), transparent 32%),
    #05020b;
}

html[data-theme='spooky'] body::before,
html[data-theme='spooky'] body::after {
  content: '';
  position: fixed;
  inset: -10vh -8vw;
  pointer-events: none;
  z-index: 2;
}

html[data-theme='spooky'] body::before {
  background:
    radial-gradient(38vw 30vh at 18% 24%, rgba(175, 109, 255, 0.22), transparent 65%),
    radial-gradient(42vw 26vh at 78% 62%, rgba(34, 211, 238, 0.18), transparent 68%);
  filter: blur(34px);
  animation: spooky-fog-drift 12s ease-in-out infinite;
}

html[data-theme='spooky'] body::after {
  background:
    radial-gradient(36vw 24vh at 30% 72%, rgba(255, 255, 255, 0.12), transparent 72%),
    radial-gradient(32vw 22vh at 72% 20%, rgba(168, 85, 247, 0.16), transparent 70%);
  filter: blur(40px);
  animation: spooky-fog-sweep 18s ease-in-out infinite;
}

html[data-theme='spooky'] .gtoat-shell::before {
  animation: spooky-drift 10s ease-in-out infinite;
  filter: blur(0.5px);
}

html[data-theme='spooky'] .gtoat-shell::after {
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.08), transparent 40%),
    radial-gradient(circle at 75% 70%, rgba(255, 255, 255, 0.06), transparent 38%);
  mix-blend-mode: screen;
  opacity: 0.42;
}

html[data-theme='spooky'] .gtoat-hero .hero-layer {
  animation: spooky-drift 7.5s ease-in-out infinite;
}

html[data-theme='spooky'] .tilt-card,
html[data-theme='spooky'] .spotlight-card,
html[data-theme='spooky'] .hero-card {
  border-color: rgba(168, 85, 247, 0.48);
  box-shadow: 0 16px 42px rgba(7, 2, 15, 0.65), 0 0 22px rgba(168, 85, 247, 0.22);
  animation: spooky-rise 1s ease both, spooky-haunt 7.2s ease-in-out infinite;
}

html[data-theme='spooky'] .tilt-card:nth-child(2),
html[data-theme='spooky'] .spotlight-card:nth-child(2) { animation-delay: 180ms; }
html[data-theme='spooky'] .tilt-card:nth-child(3),
html[data-theme='spooky'] .spotlight-card:nth-child(3) { animation-delay: 360ms; }
html[data-theme='spooky'] .tilt-card:nth-child(4),
html[data-theme='spooky'] .spotlight-card:nth-child(4) { animation-delay: 540ms; }

html[data-theme='spooky'] .gtoat-headline,
html[data-theme='spooky'] h2,
html[data-theme='spooky'] h3 {
  text-shadow: 0 0 12px rgba(168, 85, 247, 0.45), 0 0 28px rgba(34, 211, 238, 0.2);
  animation: spooky-rise 1.25s ease both;
}

html[data-theme='spooky'] .reveal {
  opacity: 1;
  transform: none;
  animation: spooky-rise 1.1s ease both;
}

html[data-theme='spooky'] section.reveal:nth-of-type(2) { animation-delay: 160ms; }
html[data-theme='spooky'] section.reveal:nth-of-type(3) { animation-delay: 340ms; }
html[data-theme='spooky'] section.reveal:nth-of-type(4) { animation-delay: 520ms; }
html[data-theme='spooky'] section.reveal:nth-of-type(5) { animation-delay: 700ms; }
html[data-theme='spooky'] section.reveal:nth-of-type(6) { animation-delay: 860ms; }

body {
  font-family: var(--gtoat-font-body);
  background: var(--gtoat-bg);
  color: var(--gtoat-text);
}

a[href] {
  position: relative;
  transition: color 0.2s ease, transform 0.2s ease, text-shadow 0.2s ease, box-shadow 0.2s ease;
  box-shadow: inset 0 -0.08em 0 color-mix(in srgb, var(--gtoat-accent) 55%, transparent);
}

a[href]:hover,
a[href]:focus-visible {
  color: #ffffff !important;
  transform: translateY(-1px);
  text-shadow: 0 0 14px color-mix(in srgb, var(--gtoat-accent) 70%, transparent);
  box-shadow:
    inset 0 -0.18em 0 color-mix(in srgb, var(--gtoat-accent-2) 78%, transparent),
    0 6px 18px color-mix(in srgb, var(--gtoat-accent) 26%, transparent);
}

a[href]:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--gtoat-accent) 75%, #ffffff 25%);
  outline-offset: 3px;
}

.gtoat-sticky-nav nav a[href],
.navbar a[href] {
  box-shadow: none !important;
}

.gtoat-sticky-nav nav a[href]:hover,
.gtoat-sticky-nav nav a[href]:focus-visible,
.navbar a[href]:hover,
.navbar a[href]:focus-visible {
  box-shadow: none !important;
}

.music-icons a[href],
.music-icons a[href]:hover,
.music-icons a[href]:focus-visible {
  box-shadow: none !important;
  text-decoration: none !important;
}

.music-icons .youtube-icon i {
  position: relative;
  display: inline-block;
}

.music-icons .youtube-icon i::after {
  content: '\266A';
  position: absolute;
  right: -0.32em;
  top: -0.2em;
  font-size: 0.52em;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
}

.gtoat-sticky-nav {
  position: sticky;
  top: 0;
  z-index: 1200;
  backdrop-filter: blur(10px);
  background: rgba(10, 14, 25, 0.88);
}

.banner-section {
  position: relative;
  width: 100%;
  min-height: 80vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.banner-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.2));
  z-index: 2;
}

.banner-content {
  position: relative;
  z-index: 3;
  min-height: 80vh;
}

.gtoat-shell {
  position: relative;
  overflow-x: hidden;
}

.gtoat-shell::before {
  content: '';
  position: fixed;
  inset: -20vh;
  background:
    radial-gradient(circle at 20% 20%, rgba(0, 240, 255, 0.15), transparent 45%),
    radial-gradient(circle at 80% 30%, rgba(255, 77, 157, 0.12), transparent 50%),
    radial-gradient(circle at 30% 80%, rgba(101, 255, 154, 0.1), transparent 40%);
  z-index: 0;
  pointer-events: none;
  animation: gtoat-glow 14s ease-in-out infinite;
}

.gtoat-shell::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="160" height="160" viewBox="0 0 160 160"><filter id="n"><feTurbulence type="fractalNoise" baseFrequency="0.9" numOctaves="2" stitchTiles="stitch"/></filter><rect width="160" height="160" filter="url(%23n)" opacity="0.06"/></svg>');
  mix-blend-mode: soft-light;
  pointer-events: none;
  z-index: 1;
}

.effects-off .gtoat-shell::before,
.effects-off .gtoat-shell::after {
  opacity: 0.08;
  animation: none;
}

.effects-off .gtoat-hero .hero-layer {
  display: none;
}

body.fx-aurora .gtoat-shell::before {
  background:
    radial-gradient(circle at 15% 25%, rgba(168, 85, 247, 0.26), transparent 44%),
    radial-gradient(circle at 78% 20%, rgba(34, 211, 238, 0.2), transparent 48%),
    radial-gradient(circle at 40% 76%, rgba(236, 72, 153, 0.16), transparent 40%);
  animation: gtoat-glow 8s ease-in-out infinite;
}

body.fx-scanlines::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 4;
  opacity: 0.18;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.05) 0px,
    rgba(255, 255, 255, 0.05) 1px,
    transparent 2px,
    transparent 4px
  );
}

#gtoat-comets {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}

@keyframes gtoat-glow {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-2%, 3%, 0); }
}

.gtoat-hero {
  position: relative;
  isolation: isolate;
  z-index: 10;
}

.gtoat-shell section {
  position: relative;
  z-index: 5;
}

.gtoat-hero .banner-image,
.gtoat-hero .banner-overlay {
  position: absolute;
}

.gtoat-hero .hero-layers {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.about-section {
  min-height: unset !important;
  padding: 72px 0 24px;
}

.about-content {
  min-height: unset !important;
  padding-bottom: 24px;
}

.review-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 14px 10px 22px;
  margin: 0 -10px;
}

.review-slider .spotlight-card {
  scroll-snap-align: start;
  margin: 2px 0;
}

#grievances .spotlight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.slider-controls {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.slider-controls button {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 16px;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.4);
  color: var(--gtoat-text);
}

.gtoat-hero .hero-layer {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(0, 240, 255, 0.35), transparent 45%);
  opacity: 0.7;
}

.gtoat-hero .hero-layer.layer-2 {
  background: radial-gradient(circle at 80% 30%, rgba(255, 77, 157, 0.2), transparent 50%);
}

.gtoat-hero .hero-layer.layer-3 {
  background: radial-gradient(circle at 40% 80%, rgba(101, 255, 154, 0.18), transparent 45%);
}

.gtoat-headline {
  font-family: var(--gtoat-font-display);
  letter-spacing: -0.02em;
}

.headline-rest {
  opacity: 0.94;
  filter: saturate(0.92);
}

.headline-joke {
  display: inline-block;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: color-mix(in srgb, var(--gtoat-accent) 82%, #ffffff 18%);
  text-shadow: 0 0 8px color-mix(in srgb, var(--gtoat-accent) 60%, transparent);
  animation: joke-fade-in 1s ease both, joke-glow-pulse 2.8s ease-in-out 1s infinite;
}

.hero-card {
  max-width: 760px;
  margin-inline: auto;
  padding: 1.15rem 1.25rem;
  border-radius: 20px;
  background: linear-gradient(140deg, rgba(7, 12, 24, 0.72), rgba(19, 10, 32, 0.58));
  border: 1px solid rgba(148, 163, 184, 0.3);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.35);
}

.hero-verbiage {
  font-family: "Orbitron", "Unbounded", sans-serif;
  font-size: clamp(1rem, 2.1vw, 1.35rem);
  letter-spacing: 0.02em;
  text-wrap: balance;
  color: #ffffff;
  text-shadow:
    -1px -1px 0 rgba(0, 0, 0, 0.92),
    1px -1px 0 rgba(0, 0, 0, 0.92),
    -1px 1px 0 rgba(0, 0, 0, 0.92),
    1px 1px 0 rgba(0, 0, 0, 0.92),
    0 3px 8px rgba(0, 0, 0, 0.45);
}

.hero-contact-link {
  color: #9be8ff;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px dashed rgba(155, 232, 255, 0.65);
  transition: color 0.2s ease, border-color 0.2s ease, text-shadow 0.2s ease;
}

.hero-contact-link:hover,
.hero-contact-link:focus-visible {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 0 14px rgba(155, 232, 255, 0.55);
  outline: none;
}

.hero-phone-cta {
  display: inline-block;
  font-family: "Orbitron", "Unbounded", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 3vw, 1.8rem);
  color: #f8fdff;
  text-decoration: none;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(102, 217, 255, 0.6);
  background: linear-gradient(120deg, rgba(102, 217, 255, 0.22), rgba(246, 107, 255, 0.24));
  box-shadow: 0 0 0 1px rgba(102, 217, 255, 0.2), 0 10px 26px rgba(8, 20, 40, 0.55);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.hero-phone-cta:hover,
.hero-phone-cta:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 0 2px rgba(102, 217, 255, 0.35), 0 16px 30px rgba(8, 20, 40, 0.62);
  outline: none;
}

.ticker {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 12, 22, 0.9);
}

.ticker-track {
  display: inline-flex;
  gap: 48px;
  padding: 12px 0;
  white-space: nowrap;
  animation: ticker 22s linear infinite;
  font-family: var(--gtoat-font-body);
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
}

.ticker:hover .ticker-track {
  animation-play-state: paused;
}

@keyframes ticker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.magnetic-btn {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.magnetic-btn:focus-visible {
  outline: 2px solid var(--gtoat-accent);
  outline-offset: 4px;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.effects-off .reveal,
.cursor-off .reveal {
  opacity: 1;
  transform: none;
}

.tilt-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  perspective: 1200px;
  transform-style: preserve-3d;
}

.tilt-card {
  position: relative;
  background: var(--gtoat-card);
  border-radius: var(--gtoat-radius);
  padding: 24px;
  min-height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.42), 0 6px 14px rgba(0, 0, 0, 0.26);
  transform-style: preserve-3d;
  transform: translateZ(0);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.tilt-card::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 35%, transparent 65%, rgba(255, 255, 255, 0.06));
  opacity: 0.55;
}

.tilt-card:hover {
  transform: translateY(-7px) translateZ(14px);
  box-shadow: 0 34px 72px rgba(0, 0, 0, 0.5), 0 10px 18px rgba(0, 0, 0, 0.3);
}

.tilt-card h3 {
  font-family: var(--gtoat-font-display);
  margin-bottom: 12px;
}

.tilt-card .threat {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.tilt-card .threat-bar {
  flex: 1;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.tilt-card .threat-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--gtoat-accent), var(--gtoat-accent-2));
}

.spotlight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  perspective: 1100px;
  transform-style: preserve-3d;
}

.spotlight-card {
  position: relative;
  display: block;
  background: rgba(15, 20, 34, 0.9);
  border-radius: 18px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  transform: translateZ(0);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.4), 0 6px 14px rgba(0, 0, 0, 0.24);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.spotlight-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(160px circle at var(--spotlight-x, 50%) var(--spotlight-y, 50%), rgba(255, 255, 255, 0.15), transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.spotlight-card:hover::before {
  opacity: 1;
}

.spotlight-card::after {
  content: '';
  position: absolute;
  inset: auto 12% -22px;
  height: 22px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(closest-side, rgba(0, 0, 0, 0.34), transparent 80%);
  filter: blur(3px);
  opacity: 0.65;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.spotlight-card:hover {
  transform: translateY(-8px) translateZ(16px);
  box-shadow: 0 34px 68px rgba(0, 0, 0, 0.52), 0 12px 20px rgba(0, 0, 0, 0.3);
}

.spotlight-card:hover::after {
  transform: scale(0.86);
  opacity: 0.4;
}

.ego-meter {
  position: relative;
  background: var(--gtoat-card);
  border-radius: var(--gtoat-radius);
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 26px 56px rgba(0, 0, 0, 0.42), 0 6px 16px rgba(0, 0, 0, 0.24);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.ego-meter:hover {
  transform: translateY(-6px) translateZ(10px);
  box-shadow: 0 34px 72px rgba(0, 0, 0, 0.5), 0 12px 20px rgba(0, 0, 0, 0.3);
}

/* Section-specific card FX */
#players .tilt-card:hover {
  transform: translateY(-10px) rotateX(5deg) rotateY(-4deg) translateZ(18px);
  border-color: color-mix(in srgb, var(--gtoat-accent) 72%, #fff 28%);
}

#reviews .spotlight-card::after {
  inset: 0;
  height: auto;
  border-radius: 18px;
  background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.18) 45%, transparent 70%);
  transform: translateX(-120%);
  opacity: 0;
}

#reviews .spotlight-card:hover::after {
  opacity: 0.9;
  transform: translateX(120%);
  transition: transform 0.7s ease, opacity 0.2s ease;
}

#lore .tilt-card:hover {
  transform: translateY(-9px) rotateY(6deg) translateZ(16px);
  border-color: color-mix(in srgb, var(--gtoat-accent-2) 68%, #fff 32%);
}

#grievances .spotlight-card {
  border-color: rgba(248, 113, 113, 0.25);
}

#grievances .spotlight-card:hover {
  border-color: rgba(248, 113, 113, 0.62);
  box-shadow: 0 34px 68px rgba(60, 10, 10, 0.55), 0 0 0 1px rgba(248, 113, 113, 0.35);
}

#press .spotlight-card {
  backdrop-filter: blur(2px);
}

#press .spotlight-card:hover {
  transform: translateY(-9px) rotateX(4deg) translateZ(16px);
  border-color: color-mix(in srgb, var(--gtoat-accent) 68%, #fff 32%);
}

.ego-meter-bar {
  position: relative;
  height: 16px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  overflow: hidden;
  margin-top: 12px;
}

.ego-meter-fill {
  height: 100%;
  width: 95%;
  background: linear-gradient(90deg, var(--gtoat-accent), var(--gtoat-accent-2));
}

#gtoat-cursor {
  position: fixed;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5), transparent 60%);
  box-shadow: 0 0 30px var(--gtoat-glow);
  mix-blend-mode: screen;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

#gtoat-cursor.is-active {
  opacity: 1;
}

.effects-off #gtoat-cursor,
.cursor-off #gtoat-cursor {
  opacity: 0 !important;
}

.settings-deck {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.settings-deck .deck-group {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.settings-dropdown {
  position: relative;
}

.settings-dropdown summary {
  list-style: none;
  cursor: pointer;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 8px 16px;
  min-width: 190px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.35);
  color: var(--gtoat-text);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.settings-dropdown summary::-webkit-details-marker {
  display: none;
}

.settings-dropdown summary:hover,
.settings-dropdown summary:focus-visible {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--gtoat-accent) 70%, #ffffff 30%);
  background: rgba(8, 12, 22, 0.92);
  box-shadow:
    0 8px 20px color-mix(in srgb, var(--gtoat-accent) 24%, transparent),
    0 0 0 1px color-mix(in srgb, var(--gtoat-accent-2) 30%, transparent);
}

.settings-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  background: rgba(8, 12, 22, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  padding: 16px;
  min-width: 320px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
  z-index: 20;
}

.settings-menu .settings-deck {
  justify-content: center;
}

.nav-dropdown summary {
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.nav-menu {
  min-width: 300px;
}

.deck-nav-accordion {
  display: grid;
  gap: 8px;
}

.deck-nav-section {
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 14px;
  background: rgba(2, 6, 23, 0.42);
  overflow: hidden;
}

.deck-nav-trigger {
  list-style: none;
  width: 100%;
  border: 0;
  padding: 10px 14px;
  background: rgba(15, 23, 42, 0.78);
  color: var(--gtoat-text);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.deck-nav-trigger::-webkit-details-marker {
  display: none;
}

.deck-nav-trigger .caret {
  transition: transform 0.2s ease;
}

.deck-nav-section[open] .deck-nav-trigger .caret {
  transform: rotate(180deg);
}

.deck-nav-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.deck-nav-section[open] .deck-nav-panel {
  max-height: 220px;
}

.deck-nav-link {
  display: block;
  padding: 9px 14px;
  font-size: 0.82rem;
  color: var(--gtoat-text);
  text-decoration: none;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(2, 6, 23, 0.38);
}

.deck-nav-link:hover,
.deck-nav-link:focus-visible {
  background: rgba(30, 41, 59, 0.86);
  color: #fff;
  outline: none;
}

.form-select,
.form-range,
.form-label {
  color: var(--gtoat-text);
}

.form-select {
  background-color: rgba(8, 12, 22, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.settings-deck button {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 16px;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.4);
  color: var(--gtoat-text);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.settings-deck .deck-btn:hover {
  transform: translateY(-1px);
}

.settings-deck .deck-btn .state {
  margin-left: 8px;
  font-weight: 700;
  font-size: 0.65rem;
  letter-spacing: 0.09em;
}

.settings-deck .deck-btn.is-on {
  border-color: color-mix(in srgb, var(--deck-on, var(--gtoat-accent)) 80%, #fff 20%);
  background: color-mix(in srgb, var(--deck-on, var(--gtoat-accent)) 26%, rgba(0, 0, 0, 0.68) 74%);
  color: #fff;
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--deck-on, var(--gtoat-accent)) 55%, transparent),
    0 8px 20px color-mix(in srgb, var(--deck-on, var(--gtoat-accent)) 20%, transparent);
}

.settings-deck .deck-btn.is-off {
  border-color: rgba(148, 163, 184, 0.45);
  background: rgba(2, 6, 23, 0.58);
  color: rgba(226, 232, 240, 0.9);
}

.settings-deck button.active {
  background: linear-gradient(120deg, var(--gtoat-accent), var(--gtoat-accent-2));
  color: #07121f;
}

.gtoat-phone-line {
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
}

.gtoat-phone-line-hero {
  font-size: clamp(1rem, 4.4vw, 2rem);
  line-height: 1.25;
}

@media (max-width: 1024px) {
  .settings-deck {
    gap: 8px;
    justify-content: flex-start;
  }

  .settings-deck button {
    font-size: 0.65rem;
    padding: 6px 12px;
  }

  .nav-menu {
    right: 0;
    min-width: 260px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ticker-track,
  .magnetic-btn,
  .reveal,
  .tilt-card,
  .spotlight-card,
  .hero-card,
  .gtoat-headline,
  html[data-theme='spooky'] body::before,
  html[data-theme='spooky'] body::after,
  .gtoat-shell::before,
  .gtoat-hero .hero-layer {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  .reveal {
    opacity: 1 !important;
  }

  body.fx-scanlines::before,
  #gtoat-comets {
    display: none !important;
  }
}
