:root {
  color-scheme: dark;
  --bg: #03070b;
  --bg-soft: #071018;
  --panel: rgba(7, 15, 23, 0.92);
  --panel-strong: #09131c;
  --line: #243746;
  --line-soft: rgba(88, 123, 147, 0.2);
  --text: #f1f6f9;
  --muted: #91a0ad;
  --cyan: #16cef5;
  --blue: #2586ff;
  --green: #35e772;
  --purple: #aa5df5;
  --orange: #ff9818;
  --gold: #f2c84b;
  --red: #ff4242;
  --sidebar: 116px;
  --header: 72px;
  --radius: 11px;
  --display: "Space Grotesk", "Inter", sans-serif;
  --sans: "Inter", system-ui, sans-serif;
}


/* Readability pass: submenu and Sheshe content never use micro text. */
.sidebar-submenu > header small,
.sidebar-submenu-link > i:last-child {
  font-size: 12px !important;
}

.sidebar-submenu-link strong {
  font-size: 14px !important;
  line-height: 1.3;
}

.sidebar-submenu-link.is-disabled small {
  font-size: 12px !important;
}

.sheshe-page .sheshe-breadcrumb,
.sheshe-page .sheshe-kicker,
.sheshe-page .sheshe-section-kicker,
.sheshe-page .sheshe-hero-mark span,
.sheshe-page .sheshe-stat-grid small,
.sheshe-page .sheshe-supporters header small,
.sheshe-page .sheshe-certificate header small,
.sheshe-page .sheshe-supporters li > span,
.sheshe-page .sheshe-supporters > p,
.sheshe-page .sheshe-certificate > header > span,
.sheshe-page .sheshe-certificate a > span,
.sheshe-page .sheshe-year-story > small,
.sheshe-page .sheshe-winners span,
.sheshe-page .sheshe-about > div small {
  font-size: 12px !important;
  line-height: 1.45;
}

.sheshe-page .sheshe-year-navigation > a,
.sheshe-page .sheshe-year-extra,
.sheshe-page .sheshe-profile dl > div,
.sheshe-page .sheshe-about > div strong {
  font-size: 13px !important;
  line-height: 1.5;
}

.sheshe-page .sheshe-hero-copy > p:not(.sheshe-breadcrumb),
.sheshe-page .sheshe-thanks,
.sheshe-page .sheshe-supporters li strong,
.sheshe-page .sheshe-year-story > p,
.sheshe-page .sheshe-about > p,
.sheshe-page .sheshe-support p,
.sheshe-page .sheshe-support > a {
  font-size: 14px !important;
  line-height: 1.55;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 38% -10%, rgba(0, 184, 234, 0.07), transparent 35rem),
    linear-gradient(135deg, #03070b 0%, #061019 54%, #03070b 100%);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.5;
}

button,
a {
  color: inherit;
  font: inherit;
}

a {
  text-decoration: none;
}

button {
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: #001016;
  background: var(--cyan);
  border-radius: 6px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: none;
}

.control-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: var(--sidebar) minmax(0, 1fr);
}

.control-workspace {
  min-width: 0;
}

.control-sidebar {
  position: sticky;
  z-index: 40;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #06111a 0%, #08121a 58%, #050b10 100%);
  border-right: 1px solid #223542;
  box-shadow: 10px 0 34px rgba(0, 0, 0, 0.25);
}

.sidebar-logo {
  min-height: 90px;
  display: grid;
  place-items: center;
  border-bottom: 1px solid #223542;
}

.brand-shield-logo {
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(30, 198, 235, 0.18));
}

.sidebar-shield-logo {
  width: 72px;
  height: 72px;
}

.wk-mark,
.mini-mark {
  position: relative;
  display: grid;
  place-items: center;
  color: #43d8ff;
  font-family: var(--display);
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  text-shadow: 0 0 18px rgba(22, 206, 245, 0.45);
  transform: skew(-8deg);
}

.wk-mark {
  width: 62px;
  height: 62px;
  font-size: 43px;
}

.wk-mark::before,
.wk-mark::after {
  content: "";
  position: absolute;
  bottom: 8px;
  width: 4px;
  height: 38px;
  background: linear-gradient(#7ae8ff, #0c96c4);
  transform: skew(-23deg);
  opacity: 0.75;
}

.wk-mark::before { left: 10px; }
.wk-mark::after { right: 11px; }

.sidebar-nav {
  flex: 1 1 auto;
  padding-top: 1px;
}

.sidebar-link {
  position: relative;
  min-height: 82px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #a9b7c4;
  font-size: 13px;
  transition: color 180ms ease, background 180ms ease;
}

.sidebar-link > i {
  width: 34px;
  text-align: center;
  font-size: 26px;
}

.sidebar-link:hover,
.sidebar-link:focus-visible,
.sidebar-link.is-active {
  color: #eafdff;
  background: linear-gradient(90deg, rgba(20, 194, 244, 0.17), rgba(20, 194, 244, 0.04));
}

.sidebar-link.is-active {
  color: #6ae3ff;
  border-top: 1px solid rgba(22, 206, 245, 0.2);
  border-bottom: 1px solid rgba(22, 206, 245, 0.2);
}

.sidebar-link.is-active::before {
  content: "";
  position: absolute;
  inset: 10px auto 10px 7px;
  width: 4px;
  border-radius: 0 4px 4px 0;
  background: var(--cyan);
  box-shadow: 0 0 13px var(--cyan);
}

.sidebar-link.is-active::after {
  content: "";
  position: absolute;
  right: -9px;
  width: 17px;
  height: 17px;
  background: #11bde9;
  transform: rotate(45deg);
  box-shadow: 4px -4px 10px rgba(22, 206, 245, 0.25);
}

.sidebar-group {
  position: relative;
}

.sidebar-group-toggle {
  width: 100%;
  padding: 0;
  cursor: pointer;
  background: transparent;
}

.sidebar-link-chevron {
  position: absolute;
  top: 11px;
  right: 10px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  color: #718492;
  border: 1px solid rgba(74, 112, 136, 0.3);
  border-radius: 50%;
  background: rgba(3, 10, 15, 0.55);
  font-size: 7px;
  transition: color 180ms ease, border-color 180ms ease, transform 220ms ease;
}

.sidebar-group-toggle:hover .sidebar-link-chevron,
.sidebar-group-toggle:focus-visible .sidebar-link-chevron,
.sidebar-group.is-open .sidebar-link-chevron {
  color: var(--cyan);
  border-color: rgba(22, 206, 245, 0.55);
}

.sidebar-group.is-open .sidebar-link-chevron {
  transform: rotate(180deg);
}

.sidebar-submenu {
  position: absolute;
  z-index: 60;
  top: 50%;
  left: calc(100% + 12px);
  width: 286px;
  padding: 12px;
  visibility: hidden;
  color: var(--text);
  border: 1px solid #1c7899;
  border-radius: 12px;
  background:
    radial-gradient(circle at 100% 0, rgba(22, 206, 245, 0.12), transparent 180px),
    linear-gradient(155deg, rgba(7, 19, 29, 0.99), rgba(3, 10, 16, 0.99));
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.55), inset 0 0 24px rgba(22, 206, 245, 0.025);
  opacity: 0;
  pointer-events: none;
  transform: translate(-12px, -50%) scale(0.97);
  transform-origin: left center;
  transition: opacity 190ms ease, transform 220ms ease, visibility 220ms ease;
}

.sidebar-submenu::before,
.sidebar-submenu::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  transform: translateY(-50%);
}

.sidebar-submenu::before {
  left: -10px;
  border-top: 10px solid transparent;
  border-right: 10px solid #1c7899;
  border-bottom: 10px solid transparent;
}

.sidebar-submenu::after {
  left: -8px;
  border-top: 9px solid transparent;
  border-right: 9px solid #07141e;
  border-bottom: 9px solid transparent;
}

.sidebar-group.is-open .sidebar-submenu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%) scale(1);
}

.sidebar-submenu > header {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 9px;
  padding: 3px 5px 11px;
  border-bottom: 1px solid #1c3544;
}

.sidebar-submenu > header > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--cyan);
  border: 1px solid rgba(22, 206, 245, 0.33);
  border-radius: 9px;
  background: rgba(12, 101, 132, 0.12);
  font-size: 18px;
}

.sidebar-submenu > header small,
.sidebar-submenu > header strong {
  display: block;
}

.sidebar-submenu > header small {
  color: #65808f;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.sidebar-submenu > header strong {
  margin-top: 2px;
  font-family: var(--display);
  font-size: 17px;
}

.sidebar-submenu-list {
  display: grid;
  gap: 5px;
}

.sidebar-submenu-link {
  position: relative;
  min-height: 49px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  padding: 6px 10px;
  color: #aebbc5;
  border: 1px solid transparent;
  border-radius: 7px;
  background: rgba(5, 14, 21, 0.55);
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.sidebar-submenu-link > i:first-child {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: #8295a2;
  border: 1px solid #203947;
  border-radius: 7px;
  background: #07131c;
  font-size: 13px;
}

.sidebar-submenu-link strong {
  font-size: 11px;
  line-height: 1.2;
}

.sidebar-submenu-link > i:last-child {
  color: #5b7280;
  font-size: 9px;
}

a.sidebar-submenu-link:hover,
a.sidebar-submenu-link:focus-visible,
.sidebar-submenu-link.is-active {
  color: #e8fbff;
  border-color: rgba(22, 206, 245, 0.38);
  background: linear-gradient(90deg, rgba(9, 91, 120, 0.34), rgba(5, 25, 35, 0.66));
  transform: translateX(2px);
}

a.sidebar-submenu-link:hover > i:first-child,
a.sidebar-submenu-link:focus-visible > i:first-child,
.sidebar-submenu-link.is-active > i:first-child,
.sidebar-submenu-link.is-active > i:last-child {
  color: var(--cyan);
}

.sidebar-submenu-link.is-active::before {
  content: "";
  position: absolute;
  inset: 8px auto 8px 0;
  width: 2px;
  border-radius: 2px;
  background: var(--cyan);
  box-shadow: 0 0 8px var(--cyan);
}

.sidebar-submenu-link.is-disabled {
  color: #788894;
  cursor: default;
}

.sidebar-submenu-link.is-disabled small {
  padding: 3px 5px;
  color: #536c7a;
  border: 1px solid #243b48;
  border-radius: 9px;
  font-size: 6px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.sidebar-status {
  margin: 12px 14px 24px;
  padding: 13px 8px 14px;
  display: grid;
  place-items: center;
  gap: 11px;
  color: #8ca0ae;
  border: 1px solid #20313d;
  border-radius: 10px;
  background: rgba(2, 8, 12, 0.4);
  text-transform: uppercase;
  font-size: 10px;
}

.sidebar-status span i {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 7px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 9px rgba(53, 231, 114, 0.75);
}

.sidebar-status > i {
  font-size: 26px;
}

.sidebar-version {
  margin: 0 0 38px;
  color: #71808c;
  text-align: center;
  font-size: 10px;
  line-height: 1.8;
}

.sidebar-version strong {
  font-weight: 500;
}

.sidebar-backdrop {
  display: none;
}

.control-header {
  position: relative;
  z-index: 30;
  min-height: var(--header);
  display: grid;
  grid-template-columns: minmax(270px, 1fr) auto minmax(210px, 1fr);
  align-items: center;
  gap: 24px;
  padding: 0 20px 0 32px;
  background: rgba(2, 7, 11, 0.91);
  border-bottom: 1px solid #182b38;
  backdrop-filter: blur(18px);
}

.sidebar-toggle {
  display: none;
  width: 42px;
  height: 42px;
  color: var(--cyan);
  background: transparent;
  cursor: pointer;
}

.control-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.header-shield-logo {
  width: 48px;
  height: 48px;
}

.control-brand-copy {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.control-brand strong {
  font-family: var(--display);
  font-size: clamp(21px, 1.8vw, 29px);
  letter-spacing: -0.04em;
}

.control-brand-copy > span {
  color: var(--cyan);
  font-family: var(--display);
  font-size: clamp(16px, 1.45vw, 24px);
  font-weight: 500;
}

.system-pill {
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 15px;
  color: #8997a2;
  border: 1px solid #20323e;
  border-radius: 9px;
  background: rgba(3, 7, 12, 0.76);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 10px;
}

.system-pill span:first-child i {
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 8px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--green);
}

.system-pill strong {
  color: var(--green);
  font-weight: 700;
}

.system-pill b {
  width: 1px;
  height: 21px;
  background: #36434b;
}

.system-pill time {
  color: #d9e0e5;
  font-weight: 600;
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 9px;
}

.header-pulse {
  color: var(--cyan);
  font-size: 19px;
  filter: drop-shadow(0 0 7px rgba(0, 216, 255, 0.32));
}

.flacni-sync-copy {
  color: #8799a5;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  white-space: nowrap;
}

.flacni-sync-copy a {
  color: #c8d5dc;
  transition: color 160ms ease, text-shadow 160ms ease;
}

.flacni-sync-copy a:hover,
.flacni-sync-copy a:focus-visible {
  color: var(--cyan);
  text-shadow: 0 0 9px rgba(0, 216, 255, 0.4);
}

.control-main {
  min-width: 0;
  padding: 18px 22px 25px;
}

.dashboard-page {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
}

.panel-frame {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(10, 21, 30, 0.96), rgba(4, 10, 15, 0.96));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22), inset 0 1px rgba(255, 255, 255, 0.02);
}

.top-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.55fr) minmax(320px, 1fr);
  gap: 22px;
}

.broadcast-hero {
  --broadcast-accent: var(--cyan);
  --broadcast-cover-image: url("../images/studio-hero-v2.webp");
  position: relative;
  min-height: 338px;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, #03090e 0%, rgba(3, 9, 14, 0.98) 27%, rgba(3, 9, 14, 0.72) 38%, rgba(3, 9, 14, 0.12) 52%, transparent 63%),
    linear-gradient(90deg, transparent 72%, rgba(3, 9, 14, 0.1) 80%, rgba(3, 9, 14, 0.52) 91%, rgba(3, 9, 14, 0.9) 100%),
    linear-gradient(0deg, rgba(2, 8, 13, 0.4), transparent 45%),
    var(--broadcast-cover-image);
  background-position: center, center, center, right 282px center;
  background-size: 100% 100%, 100% 100%, 100% 100%, auto 100%;
  background-repeat: no-repeat;
}

.broadcast-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 48px rgba(1, 9, 14, 0.66);
}

.broadcast-copy {
  position: relative;
  z-index: 3;
  width: min(43%, 430px);
  padding: 24px 0 22px 39px;
}

.eyebrow {
  margin: 0 0 5px;
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: 600;
}

.eyebrow span {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  margin-left: 8px;
  padding: 2px 8px;
  color: var(--broadcast-accent);
  border: 1px solid color-mix(in srgb, var(--broadcast-accent) 38%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--broadcast-accent) 8%, transparent);
  font-size: 9px;
  letter-spacing: 0.04em;
  vertical-align: 1px;
}

.broadcast-copy h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(38px, 3.6vw, 55px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  white-space: nowrap;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.85);
}

.show-name {
  display: grid;
  grid-template-columns: 34px minmax(0, auto) 34px;
  align-items: center;
  justify-content: start;
  gap: 11px;
  margin: 2px 0 3px;
  color: var(--broadcast-accent);
  font-family: var(--display);
  font-size: clamp(17px, 1.55vw, 23px);
  line-height: 1.12;
}

.show-name > i {
  width: 34px;
  height: 1px;
  background: var(--broadcast-accent);
  box-shadow: 0 0 5px color-mix(in srgb, var(--broadcast-accent) 45%, transparent);
}

.show-name span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.broadcast-category {
  max-width: 290px;
  margin: 0 0 9px;
  overflow: hidden;
  color: #aebbc4;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
}

.broadcast-category i {
  margin-right: 7px;
  color: var(--broadcast-accent);
}

.broadcast-actions {
  max-width: 276px;
  display: grid;
  gap: 8px;
}

.channel-button {
  min-height: 43px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 18px;
  border: 1px solid currentColor;
  border-radius: 7px;
  text-transform: uppercase;
  font-weight: 700;
  transition: transform 180ms ease, filter 180ms ease;
}

.channel-button:hover,
.channel-button:focus-visible {
  transform: translateX(3px);
  filter: brightness(1.2);
}

.channel-button > i:first-child {
  width: 26px;
  text-align: center;
  font-size: 22px;
}

.channel-button.twitch {
  color: #f1e8ff;
  background: linear-gradient(90deg, rgba(128, 45, 196, 0.52), rgba(89, 37, 130, 0.33));
  border-color: #914be0;
}

.channel-button.discord {
  color: #e6ebff;
  background: linear-gradient(90deg, rgba(65, 83, 174, 0.56), rgba(49, 67, 143, 0.32));
  border-color: #4769ce;
}

.channel-button.intro {
  justify-content: space-between;
  color: #edf3f5;
  background: rgba(8, 17, 24, 0.77);
  border-color: #a96611;
  font-size: 12px;
}

.channel-button.intro i {
  color: var(--orange);
}

.countdown-wrap {
  position: absolute;
  z-index: 3;
  right: 24px;
  top: 30px;
  width: 258px;
  display: grid;
  justify-items: center;
}

.countdown-ring {
  position: relative;
  width: 232px;
  height: 232px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle, #071018 0 52%, transparent 53%),
    conic-gradient(from 8deg, #2b3a44 0 13%, #24313a 13% 28%, transparent 28% 31%, #24313a 31% 52%, transparent 52% 55%, #24313a 55% 82%, transparent 82% 85%, #24313a 85% 100%);
  filter: drop-shadow(0 0 18px color-mix(in srgb, var(--broadcast-accent) 16%, transparent));
}

@property --countdown-progress {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

.countdown-progress-ring {
  --countdown-progress: 100%;
  position: absolute;
  z-index: 1;
  inset: 3px;
  border-radius: 50%;
  background: conic-gradient(from -90deg, var(--broadcast-accent) 0 var(--countdown-progress), transparent var(--countdown-progress) 100%);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 14px), #000 calc(100% - 13px) calc(100% - 5px), transparent calc(100% - 4px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 14px), #000 calc(100% - 13px) calc(100% - 5px), transparent calc(100% - 4px));
  filter: drop-shadow(0 0 5px color-mix(in srgb, var(--broadcast-accent) 38%, transparent));
  pointer-events: none;
  transition: --countdown-progress 900ms linear;
  animation: countdown-ring-breathe 5.4s ease-in-out infinite;
}

@keyframes countdown-ring-breathe {
  0%, 100% { opacity: 0.88; filter: drop-shadow(0 0 4px color-mix(in srgb, var(--broadcast-accent) 30%, transparent)); }
  50% { opacity: 1; filter: drop-shadow(0 0 7px color-mix(in srgb, var(--broadcast-accent) 46%, transparent)); }
}

.countdown-ring::before,
.countdown-ring::after {
  content: "";
  position: absolute;
  inset: 17px;
  border: 1px solid #50606b;
  border-radius: 50%;
}

.countdown-ring::after {
  inset: 28px;
  border-color: color-mix(in srgb, var(--broadcast-accent) 42%, transparent);
  border-style: dashed;
}

.countdown-ring > div {
  position: relative;
  z-index: 2;
  width: 145px;
  display: grid;
  justify-items: center;
  text-align: center;
}

@media (prefers-reduced-motion: reduce) {
  .countdown-progress-ring {
    animation: none;
    transition: none;
  }
}

.countdown-ring strong {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
}

.countdown-days {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-top: 6px;
  border: 1px solid #61717c;
  border-radius: 50%;
  font-family: var(--display);
  font-size: 32px;
}

.countdown-ring small {
  margin-top: -19px;
  color: #a6b2ba;
  text-transform: uppercase;
  font-size: 9px;
}

.countdown-ring b {
  margin-top: 11px;
  font-family: var(--display);
  font-size: 33px;
  line-height: 1;
}

.countdown-ring em {
  margin-top: 4px;
  color: #aab4ba;
  text-transform: uppercase;
  font-size: 9px;
  font-style: normal;
}

.broadcast-date {
  margin-top: 8px;
  color: #c9d3d9;
  font-size: 13px;
}

.broadcast-date::before {
  content: "\f073";
  margin-right: 9px;
  font-family: "Font Awesome 7 Free", "Font Awesome 6 Free";
  font-weight: 900;
}

.status-panel {
  min-height: 338px;
  overflow: hidden;
}

.panel-title {
  min-height: 59px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  border-bottom: 1px solid #20313c;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  font-size: 13px;
}

.panel-title .pulse-line,
.events-header .pulse-line {
  flex: 1 1 auto;
  height: 15px;
  opacity: 0.7;
  background:
    linear-gradient(135deg, transparent 46%, var(--cyan) 47% 53%, transparent 54%) 0 8px / 9px 9px repeat-x;
  mask-image: linear-gradient(90deg, transparent, #000 25%, #000 75%, transparent);
}

.panel-title > i {
  color: #768895;
}

.stream-state {
  min-height: 83px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 10px 25px;
}

.stream-state > i {
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
  background: #347cf6;
  border-radius: 50%;
  box-shadow: 0 0 14px #347cf6;
}

.stream-state div {
  display: grid;
}

.stream-state strong {
  font-size: 18px;
}

.stream-state span {
  color: #b2bec6;
  font-size: 12px;
}

.meter-card {
  min-height: 64px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin: 0 18px 9px;
  padding: 5px 13px 5px 7px;
  border: 1px solid #192c38;
  border-radius: 9px;
  background: rgba(13, 23, 31, 0.62);
}

.meter-icon {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  color: var(--tone);
  border: 1px solid color-mix(in srgb, var(--tone) 52%, transparent);
  border-radius: 50%;
  background: color-mix(in srgb, var(--tone) 12%, transparent);
  box-shadow: 0 0 16px color-mix(in srgb, var(--tone) 14%, transparent);
  font-size: 20px;
}

.meter-icon-image img {
  width: 39px;
  height: 39px;
  object-fit: contain;
  filter: drop-shadow(0 0 7px color-mix(in srgb, var(--tone) 48%, transparent));
}

.meter-card p {
  margin: 0 0 8px;
  font-size: 13px;
}

.meter-card p strong {
  color: var(--tone);
}

.meter {
  height: 4px;
  display: block;
  overflow: hidden;
  background: repeating-linear-gradient(90deg, #35414a 0 55px, transparent 55px 58px);
  border-radius: 4px;
}

.meter i {
  height: 100%;
  display: block;
  background: repeating-linear-gradient(90deg, var(--tone) 0 55px, transparent 55px 58px);
  box-shadow: 0 0 7px var(--tone);
}

.service-pills {
  display: flex;
  justify-content: space-between;
  gap: 7px;
  padding: 2px 18px 0;
}

.service-pills span {
  padding: 4px 12px;
  color: var(--cyan);
  border: 1px solid rgba(22, 206, 245, 0.28);
  border-radius: 999px;
  background: rgba(0, 152, 197, 0.08);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 9px;
  font-weight: 700;
}

.service-pills span:nth-child(2) {
  color: var(--green);
  border-color: rgba(53, 231, 114, 0.25);
  background: rgba(53, 231, 114, 0.06);
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 15px;
  margin-top: 17px;
}

.quick-card {
  position: relative;
  min-width: 0;
  min-height: 171px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px 20px 20px;
  color: var(--tone);
  border: 1px solid color-mix(in srgb, var(--tone) 45%, #17232c);
  border-radius: 9px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--tone) 8%, transparent), transparent 58%),
    linear-gradient(rgba(18, 57, 76, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 57, 76, 0.13) 1px, transparent 1px),
    #071018;
  background-size: auto, 18px 18px, 18px 18px, auto;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.quick-card::before {
  content: "";
  position: absolute;
  inset: 43% -15% auto 6%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--tone), transparent);
  box-shadow: 40px -12px 0 color-mix(in srgb, var(--tone) 30%, transparent), 80px 10px 0 color-mix(in srgb, var(--tone) 20%, transparent);
  opacity: 0.38;
}

.quick-card:hover,
.quick-card:focus-visible {
  z-index: 2;
  transform: translateY(-3px);
  border-color: var(--tone);
  box-shadow: 0 9px 27px color-mix(in srgb, var(--tone) 13%, transparent), inset 0 0 28px color-mix(in srgb, var(--tone) 5%, transparent);
  outline: none;
}

.card-number {
  position: absolute;
  top: 12px;
  left: 17px;
  font-family: var(--display);
  font-weight: 600;
}

.quick-icon {
  position: absolute;
  top: 18px;
  left: 50%;
  width: 92px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--tone) 55%, transparent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--tone) 5%, #071018);
  box-shadow: 0 0 19px color-mix(in srgb, var(--tone) 10%, transparent);
  transform: translateX(-50%);
  font-size: 36px;
}

.quick-card > strong {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: var(--display);
  font-size: 16px;
}

.quick-card > small {
  overflow: hidden;
  color: #c7d0d6;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
}

.card-arrow {
  position: absolute;
  right: 13px;
  bottom: 15px;
  font-size: 12px;
}

.tone-cyan { --tone: var(--cyan); }
.tone-blue { --tone: var(--cyan); }
.tone-green { --tone: var(--green); }
.tone-purple { --tone: var(--purple); }
.tone-orange { --tone: var(--orange); }
.tone-gold { --tone: var(--gold); }
.tone-red { --tone: var(--red); }

.stats-strip {
  min-height: 79px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  margin-top: 17px;
  padding: 10px 14px;
}

.stat-item {
  min-width: 0;
  min-height: 49px;
  display: grid;
  grid-template-columns: 51px minmax(75px, 1.5fr) minmax(42px, 0.5fr);
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  color: var(--tone);
  border-right: 1px solid #46545e;
}

.stat-item:last-child {
  border-right: 0;
}

.stat-item > i {
  font-size: 36px;
  text-align: center;
  filter: drop-shadow(0 0 8px color-mix(in srgb, var(--tone) 32%, transparent));
}

.stat-item div {
  min-width: 0;
  display: grid;
}

.stat-item span:first-child {
  overflow: hidden;
  color: #aab6bf;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
}

.stat-item strong {
  color: #f4f7f9;
  font-family: var(--display);
  font-size: 26px;
  line-height: 1.12;
}

.mini-chart {
  position: relative;
  height: 29px;
  border-bottom: 1px solid color-mix(in srgb, var(--tone) 32%, transparent);
  clip-path: polygon(0 60%, 12% 61%, 22% 72%, 33% 40%, 44% 58%, 56% 31%, 67% 55%, 80% 16%, 90% 45%, 100% 0, 100% 100%, 0 100%);
  background: linear-gradient(180deg, color-mix(in srgb, var(--tone) 40%, transparent), transparent);
}

.events-panel {
  position: relative;
  margin-top: 17px;
  padding: 0 22px 18px;
}

.events-panel::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 21px;
  width: 1px;
  height: calc(100% - 38px);
  background: linear-gradient(var(--cyan), #6a8090);
}

.events-header {
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.events-header h2 {
  min-width: min(58%, 920px);
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
}

.events-header h2 .pulse-line {
  min-width: 120px;
}

.events-header > a {
  color: #93a0aa;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 9px;
}

.events-header > a i {
  margin-left: 7px;
  color: var(--cyan);
}

.events-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 11px;
}

.event-card {
  position: relative;
  min-width: 0;
  min-height: 116px;
  display: grid;
  grid-template-columns: 58px 78px minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #20333f;
  border-radius: 7px;
  background: linear-gradient(105deg, color-mix(in srgb, var(--tone) 7%, transparent), rgba(9, 18, 26, 0.87));
}

.event-card[href] {
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.event-card[href]:hover,
.event-card[href]:focus-visible {
  border-color: color-mix(in srgb, var(--tone) 68%, #20333f);
  box-shadow: 0 0 18px color-mix(in srgb, var(--tone) 12%, transparent);
  transform: translateY(-2px);
}

.event-card > time {
  display: grid;
  align-content: center;
  justify-items: center;
  border-right: 1px solid #1f303a;
  text-transform: uppercase;
}

.event-card > time small {
  color: #91a7b6;
  font-size: 9px;
}

.event-card > time b {
  color: var(--tone);
  font-size: 10px;
}

.event-card > time strong {
  color: var(--tone);
  font-family: var(--display);
  font-size: 31px;
  line-height: 1.15;
}

.event-visual {
  display: grid;
  place-items: center;
  color: var(--tone);
  background: radial-gradient(circle, color-mix(in srgb, var(--tone) 17%, transparent), transparent 68%);
  font-size: 41px;
  text-shadow: 0 0 18px color-mix(in srgb, var(--tone) 45%, transparent);
}

.event-copy {
  min-width: 0;
  align-self: center;
  padding: 8px 6px 18px 8px;
}

.event-copy > strong,
.event-copy p {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event-copy > strong {
  font-size: 12px;
}

.event-copy p {
  margin: 2px 0 6px;
  color: #9baab5;
  font-size: 10px;
}

.event-copy > span {
  padding: 3px 6px;
  color: var(--tone);
  border: 1px solid color-mix(in srgb, var(--tone) 30%, transparent);
  border-radius: 4px;
  background: color-mix(in srgb, var(--tone) 8%, transparent);
  text-transform: uppercase;
  font-size: 8px;
}

.event-time {
  position: absolute;
  right: 7px;
  bottom: 7px;
  color: #84939d;
  font-size: 9px;
}

.event-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: linear-gradient(90deg, transparent 2%, #28404e 10% 90%, transparent 98%) center / 100% 1px no-repeat;
}

.event-progress span,
.event-progress i,
.event-progress b {
  width: 7px;
  height: 7px;
  background: #687884;
  border-radius: 50%;
}

.event-progress b {
  width: 10px;
  height: 10px;
  background: var(--cyan);
  box-shadow: 0 0 10px var(--cyan);
}

.setup-page {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
}

.setup-page-heading {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 4px 4px 18px;
}

.setup-page-heading .eyebrow {
  margin: 0 0 3px;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.setup-page-heading h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
}

.setup-page-heading > div > p:last-child {
  margin: 5px 0 0;
  color: #56daf6;
  font-size: 16px;
}

.setup-online {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  color: #83ebff;
  border: 1px solid rgba(22, 206, 245, 0.24);
  border-radius: 999px;
  background: rgba(22, 206, 245, 0.05);
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 0.1em;
}

.setup-online i {
  width: 7px;
  height: 7px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 11px var(--green);
}

.setup-tabs {
  width: min(100%, 690px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid #203441;
  border-radius: 10px;
  background: rgba(6, 14, 21, 0.8);
}

.setup-tab {
  position: relative;
  min-height: 55px;
  padding: 10px 16px;
  color: #acb8c1;
  border-right: 1px solid #1b2c37;
  background: transparent;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease;
}

.setup-tab:last-child {
  border-right: 0;
}

.setup-tab::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--cyan);
  box-shadow: 0 0 12px var(--cyan);
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 180ms ease, transform 180ms ease;
}

.setup-tab:hover,
.setup-tab:focus-visible,
.setup-tab.is-active {
  color: #76e5fc;
  background: linear-gradient(180deg, rgba(17, 126, 157, 0.08), rgba(22, 206, 245, 0.05));
}

.setup-tab.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.setup-panel[hidden] {
  display: none;
}

.setup-panel {
  --setup-tone: var(--cyan);
  animation: setup-panel-in 260ms ease both;
}

.setup-panel.tone-amber { --setup-tone: var(--orange); }
.setup-panel.tone-purple { --setup-tone: var(--purple); }

@keyframes setup-panel-in {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: none; }
}

.setup-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(390px, 0.9fr);
  gap: 20px;
  align-items: stretch;
}

.setup-hero-card {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  isolation: isolate;
  border-color: color-mix(in srgb, var(--setup-tone) 34%, var(--line));
  background: #040a0f;
}

.setup-hero-card::before,
.setup-hero-card::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.setup-hero-card::before {
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 8, 13, 0.92) 0%, rgba(2, 8, 13, 0.12) 25%, transparent 54%, rgba(2, 8, 13, 0.94) 100%),
    linear-gradient(90deg, rgba(3, 9, 14, 0.52), transparent 34% 74%, rgba(3, 9, 14, 0.2));
}

.setup-hero-card::after {
  right: 7%;
  bottom: 17%;
  width: 45%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--setup-tone), transparent);
  box-shadow: 0 0 16px var(--setup-tone);
  opacity: 0.65;
}

.setup-hero-card > img {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) contrast(1.04);
}

.setup-hero-copy,
.setup-hero-footer {
  position: absolute;
  z-index: 2;
  right: 28px;
  left: 28px;
}

.setup-hero-copy {
  top: 25px;
}

.setup-hero-copy p,
.setup-spec-card header p {
  margin: 0 0 4px;
  color: var(--setup-tone);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.setup-hero-copy h2 {
  margin: 0;
  color: var(--setup-tone);
  font-family: var(--display);
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.1;
  text-transform: uppercase;
}

.setup-hero-copy strong {
  display: block;
  margin-top: 3px;
  color: #c0cad1;
  font-weight: 500;
}

.setup-hero-footer {
  bottom: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.setup-hero-footer > p {
  max-width: 510px;
  margin: 0;
  color: #b8c4cc;
  font-size: 13px;
}

.setup-badges {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 7px;
}

.setup-badges span {
  padding: 5px 8px;
  color: var(--setup-tone);
  border: 1px solid color-mix(in srgb, var(--setup-tone) 34%, transparent);
  border-radius: 5px;
  background: color-mix(in srgb, var(--setup-tone) 8%, rgba(3, 9, 14, 0.82));
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.setup-spec-card {
  min-height: 680px;
  padding: 20px;
  border-color: color-mix(in srgb, var(--setup-tone) 58%, var(--line));
}

.setup-spec-card > header {
  min-height: 62px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 0 7px 14px;
  border-bottom: 1px solid #20323e;
}

.setup-spec-card header h2 {
  margin: 0;
  color: var(--setup-tone);
  font-family: var(--display);
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase;
}

.setup-spec-card > header > span {
  padding: 5px 8px;
  color: #8ea0ad;
  border: 1px solid #263a47;
  border-radius: 999px;
  background: #071018;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 0.08em;
}

.setup-spec-stage {
  position: relative;
  overflow: hidden;
}

.setup-spec-list {
  position: relative;
  display: grid;
  gap: 7px;
  padding-top: 12px;
  opacity: 1;
  transform: translateX(0);
  transition: opacity 240ms ease, transform 320ms cubic-bezier(0.22, 0.75, 0.2, 1);
}

.setup-spec-item {
  width: 100%;
  min-height: 66px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 14px;
  align-items: center;
  gap: 12px;
  padding: 7px 12px 7px 7px;
  border: 1px solid #1d303c;
  border-radius: 8px;
  background: linear-gradient(100deg, rgba(10, 23, 33, 0.94), rgba(5, 13, 19, 0.86));
  color: inherit;
  font: inherit;
  text-align: left;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.setup-spec-item.is-actionable {
  cursor: pointer;
}

.setup-spec-item.is-actionable:hover,
.setup-spec-item.is-actionable:focus-visible {
  border-color: color-mix(in srgb, var(--setup-tone) 44%, #1d303c);
  background: linear-gradient(100deg, color-mix(in srgb, var(--setup-tone) 9%, #0a1721), #050d13);
  transform: translateX(2px);
  outline: none;
}

.setup-spec-item.is-actionable:focus-visible {
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--setup-tone) 42%, transparent);
}

.setup-spec-icon {
  width: 54px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--setup-tone);
  border-right: 1px solid #1e313d;
  font-size: 22px;
  text-shadow: 0 0 14px color-mix(in srgb, var(--setup-tone) 45%, transparent);
}

.setup-spec-copy {
  min-width: 0;
}

.setup-spec-item small {
  display: block;
  margin-bottom: 1px;
  color: #7f919e;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.setup-spec-item strong {
  display: block;
  color: #eef6f9;
  font-size: 14px;
  line-height: 1.3;
}

.setup-spec-copy > span {
  display: block;
  margin: 2px 0 0;
  color: #96a5af;
  font-size: 11.5px;
  line-height: 1.25;
}

.setup-spec-arrow {
  color: #748590;
  font-size: 9px;
  transition: color 180ms ease, transform 180ms ease;
}

.setup-spec-item.is-actionable:hover .setup-spec-arrow,
.setup-spec-item.is-actionable:focus-visible .setup-spec-arrow {
  color: var(--setup-tone);
  transform: translateX(2px);
}

.setup-spec-details {
  position: absolute;
  z-index: 2;
  inset: 12px 0 0;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transform: translateX(105%);
  transition: opacity 240ms ease, transform 320ms cubic-bezier(0.22, 0.75, 0.2, 1);
  scrollbar-color: color-mix(in srgb, var(--setup-tone) 45%, transparent) transparent;
  scrollbar-width: thin;
}

.setup-spec-card.is-showing-detail .setup-spec-list {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-105%);
}

.setup-spec-card.is-showing-detail .setup-spec-details {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.setup-spec-detail {
  min-height: 100%;
  padding: 2px 7px 10px;
}

.setup-spec-detail[hidden] {
  display: none;
}

.setup-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 23px;
  padding: 7px 10px;
  color: #a9bbc6;
  border: 1px solid #263a47;
  border-radius: 6px;
  background: rgba(6, 15, 22, 0.9);
  cursor: pointer;
  text-transform: uppercase;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.setup-detail-back:hover,
.setup-detail-back:focus-visible {
  color: var(--setup-tone);
  border-color: color-mix(in srgb, var(--setup-tone) 50%, #263a47);
  outline: none;
  transform: translateX(-2px);
}

.setup-detail-heading {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  padding-bottom: 19px;
  border-bottom: 1px solid #20323e;
}

.setup-detail-heading .setup-spec-icon {
  width: 66px;
  height: 62px;
  border: 1px solid color-mix(in srgb, var(--setup-tone) 30%, #20323e);
  border-radius: 9px;
  background: color-mix(in srgb, var(--setup-tone) 7%, rgba(4, 12, 18, 0.9));
  font-size: 27px;
}

.setup-detail-heading small {
  display: block;
  color: var(--setup-tone);
  text-transform: uppercase;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.setup-detail-heading h3 {
  margin: 2px 0 0;
  color: #f1f7fa;
  font-family: var(--display);
  font-size: clamp(21px, 2.2vw, 28px);
  line-height: 1.15;
}

.setup-detail-description {
  margin: 20px 2px 17px;
  color: #b8c4cc;
  font-size: 14px;
  line-height: 1.65;
}

.setup-detail-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.setup-detail-facts span {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 10px;
  color: #d4dee4;
  border: 1px solid #1f333f;
  border-radius: 7px;
  background: linear-gradient(120deg, rgba(10, 23, 33, 0.94), rgba(5, 13, 19, 0.85));
  font-size: 12px;
  line-height: 1.35;
}

.setup-detail-facts i {
  color: var(--setup-tone);
  font-size: 9px;
}

.setup-detail-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px;
  padding-top: 17px;
  border-top: 1px solid #20323e;
}

.setup-detail-sources a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  color: var(--setup-tone);
  border: 1px solid color-mix(in srgb, var(--setup-tone) 34%, transparent);
  border-radius: 6px;
  background: color-mix(in srgb, var(--setup-tone) 7%, rgba(4, 12, 18, 0.9));
  font-size: 10.5px;
  font-weight: 700;
  transition: background 180ms ease, transform 180ms ease;
}

.setup-detail-sources a:hover,
.setup-detail-sources a:focus-visible {
  background: color-mix(in srgb, var(--setup-tone) 13%, rgba(4, 12, 18, 0.9));
  outline: none;
  transform: translateY(-1px);
}

.setup-page-footer {
  min-height: 66px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding: 10px 18px;
}

.setup-page-footer > i {
  color: var(--cyan);
  font-size: 20px;
}

.setup-page-footer strong {
  display: block;
  font-size: 11px;
}

.setup-page-footer p,
.setup-page-footer > span {
  margin: 1px 0 0;
  color: #84949f;
  font-size: 9px;
}

.setup-page-footer > span {
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.content-page {
  width: min(100%, 1120px);
  min-height: calc(100vh - 116px);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 70px);
}

.content-page h1 {
  margin: 0 0 30px;
  font-family: var(--display);
  font-size: clamp(34px, 5vw, 62px);
}

.wysiwyg-content {
  color: #c8d2d9;
}

.wysiwyg-content a {
  color: var(--cyan);
}

.wysiwyg-content img {
  max-width: 100%;
  height: auto;
}

.v2-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.v2-menu-list a {
  color: var(--cyan);
}

/* 2026 chess championship */
.chess-page {
  display: grid;
  gap: 14px;
  max-width: 1540px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.chess-page [id] {
  scroll-margin-top: calc(var(--header) + 18px);
}

.chess-masthead {
  position: relative;
  z-index: 31;
  isolation: isolate;
  min-height: 148px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: visible;
  padding: 24px 32px;
  border-bottom: 1px solid rgba(60, 112, 143, 0.25);
  background:
    linear-gradient(90deg, rgba(3, 8, 13, 0.97) 0%, rgba(4, 13, 21, 0.9) 48%, rgba(3, 12, 20, 0.36) 100%),
    repeating-linear-gradient(0deg, transparent 0 25px, rgba(30, 184, 232, 0.05) 26px 27px);
}

.chess-masthead::after {
  content: "";
  position: absolute;
  right: 1%;
  bottom: -74px;
  width: 590px;
  height: 190px;
  opacity: 0.33;
  background:
    linear-gradient(45deg, rgba(34, 137, 197, 0.24) 25%, transparent 25% 75%, rgba(34, 137, 197, 0.24) 75%),
    linear-gradient(45deg, rgba(34, 137, 197, 0.24) 25%, transparent 25% 75%, rgba(34, 137, 197, 0.24) 75%);
  background-position: 0 0, 24px 24px;
  background-size: 48px 48px;
  transform: perspective(220px) rotateX(58deg);
  transform-origin: bottom;
  clip-path: inset(0 0 74px 0);
}

.chess-masthead-copy {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 22px;
}

.chess-title-icon {
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #dff9ff;
  border: 1px solid #148eb5;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16, 149, 190, 0.22), rgba(3, 14, 22, 0.94) 70%);
  box-shadow: inset 0 0 18px rgba(22, 206, 245, 0.08), 0 0 24px rgba(22, 206, 245, 0.08);
  font-size: 35px;
}

.chess-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 6px;
  color: #8093a2;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.chess-breadcrumb a:hover,
.chess-breadcrumb a:focus-visible {
  color: var(--cyan);
}

.chess-breadcrumb i {
  font-size: 7px;
}

.chess-masthead h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(28px, 2.5vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.chess-masthead-copy > div > p:last-child {
  margin: 8px 0 0;
  color: #a8b7c3;
  font-size: 14px;
}

.chess-masthead-art {
  position: absolute;
  z-index: 1;
  inset: 0 1.5% 0 auto;
  width: min(48%, 690px);
  color: #061520;
  pointer-events: none;
}

.chess-masthead-art::before {
  content: "";
  position: absolute;
  inset: 18% 0 8%;
  background: radial-gradient(ellipse at 67% 52%, rgba(17, 182, 237, 0.33), transparent 34%), linear-gradient(90deg, transparent, rgba(16, 84, 126, 0.18));
  filter: blur(4px);
}

.chess-masthead-art .piece {
  position: absolute;
  bottom: 7px;
  line-height: 1;
  color: #071723;
  text-shadow: -1px -1px 0 #164964, 1px 1px 0 #010507, 0 0 19px rgba(14, 142, 196, 0.28);
  filter: drop-shadow(0 16px 12px rgba(0, 0, 0, 0.82));
}

.chess-masthead-art .piece-rook { z-index: 1; right: 38%; font-size: 88px; }
.chess-masthead-art .piece-knight {
  z-index: 3;
  right: 9%;
  bottom: -8px;
  color: #0a2130;
  font-size: 184px;
  text-shadow: -1px -1px 0 #1abfec, 1px 1px 0 #010507, 0 0 28px rgba(22, 206, 245, 0.47);
  filter: drop-shadow(0 18px 15px rgba(0, 0, 0, 0.86));
}
.chess-masthead-art .piece-pawn { z-index: 2; right: 58%; font-size: 65px; }

.chess-yearbar {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 210px));
  gap: 10px;
}

.chess-year {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 22px;
  color: #a5b3be;
  border: 1px solid #1a2d3a;
  border-radius: 9px;
  background: linear-gradient(180deg, rgba(12, 24, 34, 0.9), rgba(7, 15, 23, 0.9));
  font-family: var(--display);
  font-size: 19px;
  font-weight: 700;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.chess-year small {
  color: #738493;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.chess-year:hover,
.chess-year:focus-visible {
  color: #e8fbff;
  border-color: #216581;
  transform: translateY(-1px);
}

.chess-year.is-active {
  color: #eefcff;
  border-color: #0f91bc;
  background: linear-gradient(180deg, rgba(8, 102, 143, 0.66), rgba(5, 47, 68, 0.8));
  box-shadow: inset 0 0 18px rgba(22, 206, 245, 0.14), 0 0 18px rgba(22, 206, 245, 0.12);
}

.chess-year.is-active small { color: #70e4ff; }

.chess-yearbar button.chess-year {
  cursor: pointer;
  text-align: left;
}

.chess-year-panel {
  display: grid;
  gap: 14px;
  animation: chess-year-panel-in 300ms ease both;
}

.chess-year-panel[hidden] { display: none; }

@keyframes chess-year-panel-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

.chess-section-nav {
  position: sticky;
  z-index: 20;
  top: 0;
  min-height: 48px;
  display: flex;
  align-items: stretch;
  gap: 4px;
  overflow-x: auto;
  border-bottom: 1px solid #213642;
  background: rgba(3, 9, 14, 0.92);
  backdrop-filter: blur(14px);
}

.chess-section-nav a {
  position: relative;
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 22px;
  color: #99a8b4;
  font-size: 12px;
  font-weight: 600;
}

.chess-section-nav a::after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: -1px;
  left: 15px;
  height: 2px;
  background: var(--cyan);
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 180ms ease, transform 180ms ease;
}

.chess-section-nav a:hover,
.chess-section-nav a:focus-visible,
.chess-section-nav a.is-active {
  color: var(--cyan);
}

.chess-section-nav a:hover::after,
.chess-section-nav a:focus-visible::after,
.chess-section-nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.chess-status-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.chess-status-card {
  position: relative;
  min-height: 106px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 50px;
  align-items: center;
  gap: 8px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid #1d3341;
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(10, 22, 32, 0.96), rgba(5, 13, 20, 0.96));
}

.chess-status-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: currentColor;
  opacity: 0.65;
}

.chess-status-card > div { min-width: 0; }
.chess-status-card > div { grid-column: 1; grid-row: 1; }
.chess-status-card.tone-green { color: var(--green); }
.chess-status-card.tone-cyan { color: var(--cyan); }
.chess-status-card.tone-blue { color: #53a2ff; }
.chess-status-card.tone-purple { color: #bd7aff; }
.chess-status-card.tone-gold { color: var(--gold); }

.chess-status-card small {
  display: block;
  color: #8797a5;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.chess-status-card strong {
  display: block;
  margin-top: 5px;
  color: currentColor;
  font-family: var(--display);
  font-size: clamp(15px, 1.22vw, 20px);
  line-height: 1.12;
}

.chess-status-card p {
  margin: 6px 0 0;
  color: #8797a4;
  font-size: 12px;
  line-height: 1.25;
}

.chess-status-icon {
  grid-column: 2;
  grid-row: 1;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  justify-self: end;
  color: currentColor;
  border: 1px solid rgba(92, 137, 166, 0.18);
  border-radius: 50%;
  background: rgba(17, 45, 61, 0.38);
  font-size: 20px;
}

.chess-primary-grid,
.chess-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
  gap: 14px;
}

.chess-roster,
.chess-entry,
.chess-about,
.chess-figure,
.chess-previous,
.chess-timeline,
.chess-rules {
  position: relative;
  overflow: hidden;
  padding: 20px;
}

.chess-roster,
.chess-entry { min-height: 330px; }

.chess-panel-heading {
  position: relative;
  z-index: 2;
  min-height: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 13px;
  border-bottom: 1px solid #1e3543;
}

.chess-panel-heading span,
.chess-kicker {
  display: block;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.chess-panel-heading h2,
.chess-about h2,
.chess-figure h2,
.chess-previous h2 {
  margin: 3px 0 0;
  font-family: var(--display);
  font-size: 19px;
  line-height: 1.18;
}

.chess-panel-heading > small {
  max-width: 330px;
  color: #7e909e;
  text-align: right;
  font-size: 12px;
}

.chess-panel-pill {
  min-width: max-content;
  padding: 5px 9px;
  color: #8295a4 !important;
  border: 1px solid #2a4657;
  border-radius: 20px;
  background: rgba(4, 13, 20, 0.75);
  font-size: 12px !important;
}

.chess-empty-roster {
  min-height: 190px;
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding: 24px 18px 15px;
}

.chess-board-mark {
  position: relative;
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  color: #1bcdf4;
  border: 1px solid rgba(22, 206, 245, 0.35);
  background:
    linear-gradient(45deg, rgba(19, 109, 140, 0.16) 25%, transparent 25% 75%, rgba(19, 109, 140, 0.16) 75%),
    linear-gradient(45deg, rgba(19, 109, 140, 0.16) 25%, transparent 25% 75%, rgba(19, 109, 140, 0.16) 75%),
    #061019;
  background-position: 0 0, 14px 14px;
  background-size: 28px 28px;
  border-radius: 12px;
  box-shadow: inset 0 0 24px #02070a, 0 0 26px rgba(22, 206, 245, 0.08);
}

.chess-board-mark::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(104, 218, 248, 0.18);
}

.chess-board-mark i {
  position: relative;
  z-index: 2;
  font-size: 54px;
  text-shadow: 0 0 18px rgba(22, 206, 245, 0.55);
}

.chess-empty-roster h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 23px;
}

.chess-empty-roster p {
  max-width: 620px;
  margin: 8px 0 0;
  color: #91a3b0;
  font-size: 12px;
}

.chess-roster-placeholder {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
}

.chess-roster-placeholder span {
  height: 35px;
  border: 1px solid rgba(60, 100, 124, 0.16);
  border-radius: 7px;
  background: linear-gradient(90deg, rgba(18, 43, 57, 0.28), rgba(13, 31, 42, 0.08));
}

.chess-roster-note {
  margin: 15px 0 10px;
  color: #91a3b0;
  font-size: 13px;
  line-height: 1.55;
}

.chess-final-roster {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.chess-final-roster li {
  min-height: 43px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  padding: 7px 10px;
  border: 1px solid #1b3544;
  border-radius: 7px;
  background: rgba(5, 16, 24, 0.76);
}

.chess-final-roster li > span {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  color: #8da0ad;
  border: 1px solid #294555;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}

.chess-final-roster li.is-podium > span {
  color: #171104;
  border-color: #f0c249;
  background: #f0c249;
}

.chess-final-roster strong { min-width: 0; font-size: 13px; }
.chess-final-roster small { color: var(--gold); font-size: 12px; font-weight: 700; }

.chess-rulebook {
  position: relative;
  overflow: hidden;
  padding: 22px;
  background:
    radial-gradient(circle at 96% 4%, rgba(20, 150, 196, 0.13), transparent 340px),
    linear-gradient(145deg, rgba(8, 19, 29, 0.98), rgba(4, 12, 18, 0.98));
}

.chess-rulebook-lead {
  max-width: 1120px;
  margin: 18px 0 0;
  color: #a7b7c2;
  font-size: 14px;
  line-height: 1.65;
}

.chess-rulebook-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 12px;
  margin-top: 18px;
}

.chess-rulebook-section {
  min-width: 0;
  padding: 18px;
  border: 1px solid #1d3949;
  border-radius: 9px;
  background: rgba(4, 14, 21, 0.78);
}

.chess-rulebook-section > header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #1d3542;
}

.chess-rulebook-section > header > span {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--cyan);
  border: 1px solid #175b76;
  border-radius: 8px;
  background: rgba(8, 77, 102, 0.2);
  font-size: 16px;
}

.chess-rulebook-section h3 {
  margin: 0;
  color: #eff9fc;
  font-family: var(--display);
  font-size: 17px;
  line-height: 1.25;
}

.chess-rulebook-section > p {
  margin: 13px 0 0;
  color: #a8b7c1;
  font-size: 14px;
  line-height: 1.65;
}

.chess-rulebook-section ul {
  display: grid;
  gap: 9px;
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
}

.chess-rulebook-section li {
  position: relative;
  padding-left: 20px;
  color: #a8b7c1;
  font-size: 14px;
  line-height: 1.55;
}

.chess-rulebook-section li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 8px rgba(22, 206, 245, 0.55);
}

@media (max-width: 900px) {
  .chess-rulebook-grid { grid-template-columns: 1fr; }
  .chess-final-roster { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .chess-yearbar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .chess-year { min-width: 0; padding-inline: 14px; }
  .chess-rulebook { padding: 15px; }
  .chess-rulebook-section { padding: 14px; }
}

.chess-entry {
  background:
    radial-gradient(circle at 94% 35%, rgba(21, 145, 194, 0.2), transparent 32%),
    linear-gradient(145deg, rgba(8, 19, 29, 0.98), rgba(4, 12, 18, 0.98));
}

.chess-entry-piece {
  position: absolute;
  right: -12px;
  bottom: 22px;
  color: rgba(10, 105, 145, 0.18);
  font-size: 180px;
  text-shadow: 0 0 28px rgba(22, 206, 245, 0.14);
}

.chess-entry-facts {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  margin: 17px 0;
}

.chess-entry-facts div { min-width: 0; }
.chess-entry-facts dt { color: #8b9daa; font-size: 12px; }
.chess-entry-facts dt i { width: 19px; color: #52dfff; }
.chess-entry-facts dd { margin: 3px 0 0 19px; color: #eef6fa; font-size: 12px; line-height: 1.3; }

.chess-entry-button,
.chess-entry-secondary,
.chess-outline-button {
  position: relative;
  z-index: 2;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
}

.chess-entry-button {
  min-width: 230px;
  color: #dffaff;
  border: 1px solid #16bfe8;
  background: linear-gradient(180deg, rgba(11, 133, 172, 0.82), rgba(6, 77, 103, 0.9));
  box-shadow: inset 0 0 16px rgba(104, 231, 255, 0.08), 0 0 16px rgba(22, 206, 245, 0.1);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.chess-entry-button:hover,
.chess-entry-button:focus-visible {
  background: linear-gradient(180deg, rgba(13, 159, 202, 0.92), rgba(7, 91, 121, 0.96));
  box-shadow: inset 0 0 18px rgba(104, 231, 255, 0.12), 0 0 20px rgba(22, 206, 245, 0.2);
  transform: translateY(-1px);
}

.chess-entry-button.is-disabled {
  color: #6593a3;
  border-color: #28566a;
  background: linear-gradient(180deg, rgba(14, 63, 82, 0.58), rgba(6, 31, 43, 0.7));
  box-shadow: none;
  transform: none;
}

.chess-entry-secondary {
  color: #9b7cff;
}

.chess-entry-secondary:hover,
.chess-entry-secondary:focus-visible { color: #c1b0ff; }

.chess-entry-message {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0 0 14px;
  padding: 11px 12px;
  border: 1px solid rgba(77, 216, 155, 0.34);
  border-radius: 7px;
  color: #a7eec9;
  background: rgba(27, 119, 78, 0.14);
  font-size: 12px;
  line-height: 1.45;
}

.chess-entry-message.is-error {
  color: #ffb0b8;
  border-color: rgba(255, 73, 91, 0.42);
  background: rgba(130, 21, 34, 0.17);
}

.chess-registration-form {
  position: relative;
  z-index: 2;
}

.chess-registration-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 13px;
}

.chess-registration-fields label {
  display: grid;
  gap: 6px;
  min-width: 0;
  color: #9aadb9;
  font-size: 12px;
  font-weight: 700;
}

.chess-registration-fields label.is-wide { grid-column: 1 / -1; }
.chess-registration-fields label span small { color: #657b89; font-size: 12px; font-weight: 500; }

.chess-registration-fields input,
.chess-registration-fields textarea {
  width: 100%;
  min-height: 39px;
  padding: 9px 11px;
  color: #eef8fc;
  border: 1px solid #274453;
  border-radius: 6px;
  outline: 0;
  background: rgba(2, 10, 16, 0.86);
  font: inherit;
  font-size: 13px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.chess-registration-fields textarea {
  min-height: 62px;
  resize: vertical;
}

.chess-registration-fields input:focus,
.chess-registration-fields textarea:focus {
  border-color: #16bfe8;
  background: rgba(3, 18, 27, 0.96);
  box-shadow: 0 0 0 3px rgba(22, 191, 232, 0.12);
}

.chess-registration-fields label.chess-registration-check {
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  padding: 10px 11px;
  color: #d5e5ec;
  border: 1px solid #274453;
  border-radius: 6px;
  background: rgba(3, 16, 24, 0.72);
  cursor: pointer;
}

.chess-registration-fields label.chess-registration-check input {
  width: 18px;
  min-height: 18px;
  margin: 2px 0 0;
  padding: 0;
  accent-color: var(--cyan);
}

.chess-registration-check > span {
  display: grid;
  gap: 2px;
  margin: 0;
}

.chess-registration-check > span strong { color: #eef8fc; font-size: 13px; }
.chess-registration-check > span small { color: #8197a4 !important; font-size: 12px !important; line-height: 1.4; }

.chess-registration-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

button.chess-entry-button {
  cursor: pointer;
  font-family: inherit;
}

.chess-current-round {
  padding: 17px;
  background:
    radial-gradient(circle at 95% 10%, rgba(138, 105, 255, 0.11), transparent 30%),
    linear-gradient(145deg, rgba(7, 18, 27, 0.98), rgba(4, 12, 18, 0.98));
}

.chess-match-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin-top: 15px;
}

.chess-match-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: stretch;
  gap: 11px;
  padding: 34px 13px 13px;
  border: 1px solid #203b4a;
  border-radius: 8px;
  background: linear-gradient(150deg, rgba(8, 24, 35, 0.9), rgba(3, 11, 17, 0.94));
}

.chess-match-board {
  position: absolute;
  top: 9px;
  left: 12px;
  color: #52dfff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.chess-match-card > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
  padding: 10px 11px;
  border: 1px solid rgba(67, 104, 123, 0.3);
  border-radius: 6px;
  background: rgba(7, 18, 27, 0.72);
}

.chess-match-card strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #edf7fb;
  font-size: 13px;
}

.chess-match-card b { color: #65e5ff; font-size: 15px; }

.chess-match-vs {
  align-self: center;
  color: #6d8190;
  font-size: 12px;
  font-weight: 900;
}

.chess-match-card > small {
  grid-column: 1 / -1;
  color: #8397a4;
  font-size: 12px;
  line-height: 1.4;
}

.chess-about {
  min-height: 260px;
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.chess-about-piece {
  height: 100%;
  display: grid;
  place-items: end center;
  color: #0b2535;
  border-right: 1px solid #1d3543;
  font-size: 130px;
  text-shadow: -1px -1px 0 #126489, 0 0 25px rgba(22, 206, 245, 0.17);
}

.chess-about-copy > p,
.chess-figure p,
.chess-previous-copy > p {
  margin: 10px 0 0;
  color: #93a4b1;
  font-size: 12px;
}

.chess-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 18px;
}

.chess-values > span {
  min-height: 74px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-content: center;
  padding: 9px;
  border: 1px solid #1b3341;
  border-radius: 7px;
  background: rgba(4, 13, 20, 0.55);
}

.chess-values i { grid-row: span 2; align-self: center; color: var(--gold); font-size: 19px; }
.chess-values b { font-size: 12px; }
.chess-values small { color: #758895; font-size: 12px; line-height: 1.25; }

.chess-figure {
  min-height: 260px;
  display: grid;
  grid-template-columns: minmax(150px, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 12px;
  background:
    radial-gradient(circle at 24% 50%, rgba(26, 163, 214, 0.22), transparent 31%),
    linear-gradient(145deg, rgba(7, 18, 28, 0.98), rgba(4, 11, 18, 0.98));
}

.chess-figure-glow {
  display: grid;
  place-items: center;
  color: #062335;
  font-size: 148px;
  text-shadow: -1px -1px 0 #25cdf3, 0 0 22px rgba(22, 206, 245, 0.58), 0 24px 26px #000;
}

.chess-figure.has-image {
  grid-template-columns: minmax(180px, 0.85fr) minmax(0, 1.15fr);
}

.chess-figure-media {
  position: relative;
  align-self: stretch;
  min-height: 226px;
  overflow: hidden;
  border: 1px solid rgba(36, 150, 194, 0.35);
  border-radius: 8px;
  background: #07121a;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.34), 0 12px 28px rgba(0, 0, 0, 0.28);
}

.chess-figure-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 58%, rgba(4, 12, 18, 0.5));
}

.chess-figure-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.88) contrast(1.04) brightness(0.84);
}

.chess-figure h2 { color: #8eeaff; font-size: 28px; }

.chess-figure-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  padding: 7px 10px;
  color: var(--gold);
  border: 1px solid rgba(242, 200, 75, 0.25);
  border-radius: 5px;
  background: rgba(94, 68, 10, 0.13);
  font-size: 12px;
  font-weight: 700;
}

.chess-previous {
  min-height: 215px;
  display: grid;
  grid-template-columns: 130px minmax(280px, 1.25fr) minmax(190px, 0.55fr) auto;
  align-items: center;
  gap: 22px;
}

.chess-previous-trophy {
  position: relative;
  display: grid;
  place-items: center;
  color: #d2a33a;
  font-size: 100px;
  text-shadow: -1px -1px 0 #ffe17d, 0 0 21px rgba(242, 200, 75, 0.28), 0 20px 22px #000;
}

.chess-previous-trophy span {
  position: absolute;
  bottom: 13px;
  padding: 2px 6px;
  color: #fff1bd;
  border: 1px solid #8c661e;
  border-radius: 3px;
  background: #5d3f0e;
  font-size: 12px;
  font-weight: 900;
}

.chess-previous-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.chess-previous-stats span {
  padding-left: 10px;
  border-left: 1px solid #2a4655;
}

.chess-previous-stats small { display: block; color: #71838f; font-size: 12px; text-transform: uppercase; }
.chess-previous-stats strong { display: block; margin-top: 3px; font-family: var(--display); font-size: 13px; }

.chess-previous-podium {
  margin: 0;
  padding: 0;
  list-style: none;
}

.chess-previous-podium li {
  min-height: 36px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #172b37;
  font-size: 12px;
}

.chess-previous-podium li span {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  color: #071017;
  border-radius: 50%;
  background: #a8b7c2;
  font-size: 12px;
  font-weight: 900;
}

.chess-previous-podium li:first-child span { background: var(--gold); }
.chess-previous-podium li:nth-child(3) span { background: #c6804f; }

.chess-outline-button {
  color: var(--cyan);
  border: 1px solid #157a9c;
  background: rgba(7, 44, 59, 0.22);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.chess-outline-button:hover,
.chess-outline-button:focus-visible {
  background: rgba(9, 99, 130, 0.3);
  box-shadow: 0 0 16px rgba(22, 206, 245, 0.1);
}

.chess-timeline .chess-panel-heading,
.chess-rules .chess-panel-heading { align-items: center; }

.chess-timeline ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
  margin: 25px 0 3px;
  padding: 0;
  list-style: none;
}

.chess-timeline ol::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 7%;
  left: 7%;
  height: 1px;
  background: linear-gradient(90deg, var(--cyan), #1d4256 28% 100%);
}

.chess-timeline li {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 37px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
}

.chess-timeline li > i {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  color: #718695;
  border: 1px solid #284352;
  border-radius: 50%;
  background: #07131c;
  font-size: 13px;
}

.chess-timeline li.is-next > i {
  color: var(--cyan);
  border-color: var(--cyan);
  box-shadow: 0 0 15px rgba(22, 206, 245, 0.22);
}

.chess-timeline li strong { display: block; margin-top: 1px; font-size: 12px; }
.chess-timeline li span { display: block; margin-top: 3px; color: #748692; font-size: 12px; line-height: 1.35; }

.chess-rules-lead {
  max-width: 880px;
  margin: 15px 0;
  color: #91a2ae;
  font-size: 12px;
}

.chess-rule-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.chess-rule-grid article {
  min-height: 84px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  padding: 13px;
  border: 1px solid #1b3341;
  border-radius: 7px;
  background: rgba(5, 15, 22, 0.62);
}

.chess-rule-grid article > i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--cyan);
  border: 1px solid rgba(22, 206, 245, 0.2);
  border-radius: 8px;
  background: rgba(11, 96, 123, 0.12);
  font-size: 17px;
}

.chess-rule-grid h3 { margin: 0; font-size: 12px; }
.chess-rule-grid p { margin: 4px 0 0; color: #7f929f; font-size: 12px; line-height: 1.35; }

.chess-result-note {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  margin-top: 12px;
  padding: 13px;
  border: 1px solid rgba(137, 104, 255, 0.22);
  border-radius: 7px;
  background: rgba(60, 35, 130, 0.1);
}

.chess-result-note > i { color: #9479ff; font-size: 25px; }
.chess-result-note p { margin: 0; color: #7f919e; font-size: 12px; }
.chess-result-note p strong { display: block; margin-bottom: 2px; color: #dce7ed; font-size: 12px; }
.chess-result-note > a { color: #9f88ff; font-size: 12px; font-weight: 800; }

@media (max-width: 1320px) {
  .chess-status-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .chess-status-card:nth-child(n + 4) { min-height: 94px; }
  .chess-primary-grid,
  .chess-story-grid { grid-template-columns: minmax(0, 1fr); }
  .chess-previous { grid-template-columns: 110px minmax(0, 1fr) minmax(180px, 0.45fr); }
  .chess-previous .chess-outline-button { grid-column: 2 / -1; justify-self: start; }
}

@media (max-width: 900px) {
  .chess-masthead { z-index: 1; min-height: 130px; padding: 20px; }
  .chess-masthead-art { opacity: 0.55; }
  .chess-masthead-art .piece-knight { right: 7%; bottom: -6px; font-size: 158px; }
  .chess-masthead-copy > div > p:last-child { max-width: 520px; }
  .chess-section-nav { top: var(--header); }
  .chess-status-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .chess-status-card:last-child { grid-column: 1 / -1; }
  .chess-previous { grid-template-columns: 100px minmax(0, 1fr); }
  .chess-previous-podium { grid-column: 2; }
  .chess-previous .chess-outline-button { grid-column: 2; }
  .chess-timeline ol { grid-template-columns: 1fr; gap: 13px; }
  .chess-timeline ol::before { inset: 8px auto 8px 18px; width: 1px; height: auto; }
  .chess-rule-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .chess-match-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .chess-page { gap: 10px; }
  .chess-masthead { min-height: 154px; overflow: hidden; padding: 18px 15px; }
  .chess-title-icon { width: 55px; height: 55px; font-size: 27px; }
  .chess-masthead-copy { gap: 13px; }
  .chess-masthead h1 { font-size: 25px; }
  .chess-masthead-copy > div > p:last-child { font-size: 12px; }
  .chess-breadcrumb { display: none; }
  .chess-masthead-art { right: -20%; width: 80%; opacity: 0.33; }
  .chess-masthead-art .piece-knight { right: 6%; bottom: -5px; font-size: 150px; }
  .chess-yearbar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .chess-year { min-height: 50px; padding-inline: 13px; font-size: 16px; }
  .chess-year small { font-size: 12px; }
  .chess-section-nav a { padding-inline: 14px; }
  .chess-status-grid { grid-template-columns: 1fr; }
  .chess-status-card:last-child { grid-column: auto; }
  .chess-roster,
  .chess-entry,
  .chess-about,
  .chess-figure,
  .chess-previous,
  .chess-timeline,
  .chess-rules { padding: 14px; }
  .chess-empty-roster { grid-template-columns: 1fr; text-align: center; }
  .chess-board-mark { margin: 0 auto; }
  .chess-roster-placeholder { grid-template-columns: repeat(2, 1fr); }
  .chess-entry-facts { grid-template-columns: 1fr; }
  .chess-registration-fields { grid-template-columns: 1fr; }
  .chess-registration-fields label.is-wide { grid-column: auto; }
  .chess-entry-button { width: 100%; }
  .chess-entry-secondary { width: 100%; margin-top: 4px; }
  .chess-about { grid-template-columns: 1fr; }
  .chess-about-piece { display: none; }
  .chess-values { grid-template-columns: 1fr; }
  .chess-figure { grid-template-columns: 100px minmax(0, 1fr); }
  .chess-figure.has-image { grid-template-columns: 1fr; }
  .chess-figure-media { min-height: 250px; }
  .chess-figure-glow { font-size: 92px; }
  .chess-figure h2 { font-size: 23px; }
  .chess-previous { grid-template-columns: 75px minmax(0, 1fr); gap: 13px; }
  .chess-previous-trophy { font-size: 68px; }
  .chess-previous-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .chess-previous-podium,
  .chess-previous .chess-outline-button { grid-column: 1 / -1; }
  .chess-previous .chess-outline-button { width: 100%; }
  .chess-panel-heading > small { display: none; }
  .chess-rule-grid { grid-template-columns: 1fr; }
  .chess-result-note { grid-template-columns: 30px minmax(0, 1fr); }
  .chess-result-note > a { grid-column: 2; }
  .chess-current-round { padding: 14px; }
  .chess-match-card { grid-template-columns: 1fr; gap: 7px; }
  .chess-match-vs { justify-self: center; }
}

/* Sheshe giraffe adoption */
.sheshe-page {
  display: grid;
  gap: 14px;
  max-width: 1540px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.sheshe-page [id] {
  scroll-margin-top: calc(var(--header) + 18px);
}

.sheshe-hero {
  position: relative;
  z-index: 31;
  isolation: isolate;
  min-height: 318px;
  display: flex;
  align-items: center;
  overflow: visible;
  padding: 28px 36px;
  border: 1px solid #183c50;
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(3, 11, 18, 0.99) 0%, rgba(4, 19, 31, 0.95) 44%, rgba(4, 21, 35, 0.5) 70%, rgba(3, 12, 20, 0.9) 100%),
    radial-gradient(circle at 70% 42%, rgba(15, 129, 177, 0.26), transparent 34%),
    repeating-linear-gradient(130deg, transparent 0 23px, rgba(22, 206, 245, 0.025) 24px 25px);
  box-shadow: inset 0 0 55px rgba(0, 0, 0, 0.32);
}

.sheshe-hero::before,
.sheshe-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.sheshe-hero::before {
  display: none;
}

.sheshe-hero::after {
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  opacity: 0.45;
}

.sheshe-hero-copy {
  position: relative;
  z-index: 3;
  width: min(59%, 760px);
}

.sheshe-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 23px;
  color: #718694;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sheshe-breadcrumb a:hover,
.sheshe-breadcrumb a:focus-visible { color: var(--cyan); }
.sheshe-breadcrumb i { font-size: 6px; }
.sheshe-breadcrumb strong { color: #b4c3cc; }

.sheshe-kicker,
.sheshe-section-kicker {
  display: block;
  color: var(--cyan);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.sheshe-kicker i { margin-right: 6px; }

.sheshe-hero h1 {
  margin: 7px 0 0;
  font-family: var(--display);
  font-size: clamp(35px, 3.2vw, 54px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.sheshe-hero h2 {
  max-width: 650px;
  margin: 11px 0 0;
  color: #50dcff;
  font-family: var(--display);
  font-size: clamp(16px, 1.45vw, 23px);
  font-weight: 500;
  line-height: 1.3;
}

.sheshe-hero-copy > p:not(.sheshe-breadcrumb) {
  max-width: 570px;
  margin: 14px 0 0;
  color: #a1b1bd;
  font-size: 13px;
}

.sheshe-thanks {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 17px;
  color: #7ee9ff;
  font-size: 13px;
  font-style: italic;
}

.sheshe-hero > img {
  position: absolute;
  z-index: 2;
  top: auto;
  bottom: 0;
  right: 15%;
  width: 47%;
  height: calc(100% + 56px);
  object-fit: contain;
  object-position: center bottom;
  pointer-events: none;
  opacity: 0.98;
  filter: saturate(0.9) contrast(1.05) brightness(0.9) drop-shadow(0 12px 24px rgba(0, 0, 0, 0.34));
}

.sheshe-hero-mark {
  position: absolute;
  z-index: 3;
  right: 3.5%;
  bottom: 39px;
  width: 155px;
  height: 155px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #8be9ff;
  border: 1px solid #3278ff;
  border-radius: 50%;
  background: rgba(3, 11, 22, 0.74);
  box-shadow: inset 0 0 27px rgba(30, 102, 255, 0.12), 0 0 28px rgba(22, 206, 245, 0.09);
}

.sheshe-hero-mark > i { font-size: 40px; }
.sheshe-hero-mark strong { margin-top: 8px; font-family: var(--display); font-size: 22px; letter-spacing: 0.07em; }
.sheshe-hero-mark span { color: #6fcfec; font-size: 10px; }

.sheshe-year-navigation {
  min-height: 54px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid #1d3543;
  background: rgba(3, 9, 14, 0.62);
}

.sheshe-year-tabs {
  display: flex;
  align-items: stretch;
  gap: 3px;
}

.sheshe-year-tab {
  position: relative;
  min-width: 122px;
  padding: 0 20px;
  color: #8798a5;
  cursor: pointer;
  background: transparent;
  font-family: var(--display);
  font-size: 15px;
  font-weight: 700;
  transition: color 180ms ease, background 180ms ease;
}

.sheshe-year-tab::after {
  content: "";
  position: absolute;
  right: 13px;
  bottom: -1px;
  left: 13px;
  height: 2px;
  background: var(--cyan);
  opacity: 0;
  transform: scaleX(0.4);
  box-shadow: 0 0 9px var(--cyan);
  transition: opacity 180ms ease, transform 180ms ease;
}

.sheshe-year-tab:hover,
.sheshe-year-tab:focus-visible,
.sheshe-year-tab.is-active { color: #e8fbff; background: linear-gradient(180deg, transparent, rgba(17, 113, 145, 0.12)); }
.sheshe-year-tab.is-active::after { opacity: 1; transform: scaleX(1); }

.sheshe-year-navigation > a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-inline: 18px;
  color: #8799a6;
  font-size: 10px;
  font-weight: 700;
}
.sheshe-year-navigation > a:hover,
.sheshe-year-navigation > a:focus-visible { color: var(--cyan); }

.sheshe-year-panel {
  display: grid;
  gap: 12px;
  animation: sheshe-panel-in 330ms ease both;
}

.sheshe-year-panel[hidden] { display: none; }

@keyframes sheshe-panel-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

.sheshe-stat-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.sheshe-stat-grid article {
  min-height: 92px;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  padding: 14px;
  border: 1px solid #1c3341;
  border-radius: 9px;
  background: linear-gradient(145deg, rgba(9, 21, 31, 0.95), rgba(5, 13, 20, 0.95));
}

.sheshe-stat-grid article > i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: currentColor;
  border: 1px solid rgba(105, 157, 188, 0.18);
  border-radius: 10px;
  background: rgba(10, 41, 57, 0.54);
  font-size: 22px;
}

.sheshe-stat-grid article.tone-cyan { color: var(--cyan); }
.sheshe-stat-grid article.tone-blue { color: #5b9cff; }
.sheshe-stat-grid article.tone-purple { color: #ae73ff; }
.sheshe-stat-grid article.tone-green { color: var(--green); }
.sheshe-stat-grid article.tone-gold { color: var(--gold); }
.sheshe-stat-grid small { display: block; color: #81929f; font-size: 9px; text-transform: uppercase; letter-spacing: 0.05em; }
.sheshe-stat-grid strong { display: block; margin-top: 4px; color: currentColor; font-family: var(--display); font-size: clamp(15px, 1.2vw, 20px); line-height: 1.12; }

.sheshe-year-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(420px, 1.35fr) minmax(270px, 0.8fr);
  gap: 12px;
}

.sheshe-supporters,
.sheshe-certificate,
.sheshe-year-story,
.sheshe-profile,
.sheshe-about,
.sheshe-support {
  position: relative;
  overflow: hidden;
  padding: 18px;
}

.sheshe-year-grid > article { min-height: 460px; }

.sheshe-supporters > header {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-bottom: 13px;
  border-bottom: 1px solid #1e3543;
}

.sheshe-supporters > header > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--cyan);
  border: 1px solid rgba(22, 206, 245, 0.25);
  border-radius: 9px;
  background: rgba(13, 91, 118, 0.12);
  font-size: 17px;
}

.sheshe-supporters header small,
.sheshe-certificate header small {
  display: block;
  color: #708592;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sheshe-supporters h2,
.sheshe-certificate h2,
.sheshe-year-story h2,
.sheshe-profile h2,
.sheshe-about h2,
.sheshe-support h2 {
  margin: 3px 0 0;
  font-family: var(--display);
  font-size: 19px;
  line-height: 1.15;
}

.sheshe-supporters ol {
  display: grid;
  gap: 7px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.sheshe-supporters li {
  min-height: 52px;
  display: grid;
  grid-template-columns: 37px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  padding: 5px 8px;
  border: 1px solid #192f3c;
  border-radius: 7px;
  background: rgba(4, 13, 20, 0.5);
}

.sheshe-supporters li > span {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  color: #5fe0ff;
  border: 1px solid #237b9c;
  border-radius: 50%;
  background: #071c28;
  font-size: 9px;
  font-weight: 800;
}

.sheshe-supporters li.is-anonymous > span { color: #bd8cff; border-color: #664492; }
.sheshe-supporters li strong { font-size: 11px; line-height: 1.25; }

.sheshe-supporters > p {
  margin: 13px 2px 0;
  color: #708490;
  font-size: 9px;
}
.sheshe-supporters > p i { margin-right: 6px; color: var(--cyan); }

.sheshe-certificate {
  background: linear-gradient(145deg, rgba(8, 20, 29, 0.98), rgba(4, 12, 18, 0.98));
}

.sheshe-certificate > header {
  min-height: 51px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 13px;
  padding-bottom: 12px;
  border-bottom: 1px solid #1e3543;
}

.sheshe-certificate > header > span {
  padding: 5px 8px;
  color: #7e929f;
  border: 1px solid #294656;
  border-radius: 13px;
  font-size: 8px;
}

.sheshe-certificate > a {
  position: relative;
  height: 365px;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-top: 13px;
  border: 1px solid #1f3c4b;
  border-radius: 8px;
  background: #03090d;
}

.sheshe-certificate img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: filter 220ms ease;
}

.sheshe-certificate a > span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  color: #d9f8ff;
  border: 1px solid rgba(73, 211, 248, 0.48);
  border-radius: 5px;
  background: rgba(2, 12, 18, 0.86);
  font-size: 8px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.sheshe-certificate a:hover img,
.sheshe-certificate a:focus-visible img { filter: brightness(1.08); }

.sheshe-year-story {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 94% 15%, rgba(109, 67, 216, 0.18), transparent 150px),
    linear-gradient(145deg, rgba(8, 18, 28, 0.98), rgba(5, 12, 18, 0.98));
}

.sheshe-year-number {
  position: absolute;
  right: -7px;
  top: -29px;
  color: rgba(24, 122, 159, 0.11);
  font-family: var(--display);
  font-size: 105px;
  font-weight: 800;
}

.sheshe-year-story > i {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  color: #b271ff;
  border: 1px solid rgba(178, 113, 255, 0.34);
  border-radius: 50%;
  background: rgba(75, 37, 125, 0.13);
  font-size: 30px;
}

.sheshe-year-story > small { color: #9472ce; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.sheshe-year-story > p { margin: 12px 0 0; color: #91a3af; font-size: 11px; }

.sheshe-year-extra {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  padding: 11px;
  color: #aab8c1;
  border: 1px solid #253d4b;
  border-radius: 7px;
  background: rgba(3, 11, 17, 0.5);
  font-size: 9px;
}
.sheshe-year-extra > i { color: var(--cyan); font-size: 17px; }

.sheshe-winners {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
}
.sheshe-winners span { padding: 5px 8px; color: var(--gold); border: 1px solid rgba(242, 200, 75, 0.24); border-radius: 14px; font-size: 8px; }
.sheshe-winners i { margin-right: 5px; }

.sheshe-info-grid {
  display: grid;
  grid-template-columns: minmax(460px, 1.3fr) minmax(340px, 0.95fr) minmax(260px, 0.7fr);
  gap: 12px;
}

.sheshe-info-grid > article { min-height: 300px; }

.sheshe-profile {
  display: grid;
  grid-template-columns: 39% minmax(0, 1fr);
  gap: 20px;
  padding: 0;
}

.sheshe-profile > img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: center 25%;
  border-right: 1px solid #1c3b4d;
  filter: saturate(0.9) contrast(1.05);
}

.sheshe-profile > div { align-self: center; padding: 18px 20px 18px 0; }
.sheshe-profile h2 { margin-bottom: 16px; font-size: 21px; }
.sheshe-profile dl { display: grid; gap: 0; margin: 0; }
.sheshe-profile dl > div { display: grid; grid-template-columns: 115px minmax(0, 1fr); gap: 10px; padding: 7px 0; border-bottom: 1px solid #18303d; font-size: 10px; }
.sheshe-profile dl > div:last-child { border-bottom: 0; }
.sheshe-profile dt { color: #768a97; }
.sheshe-profile dd { margin: 0; color: #dbe6eb; }

.sheshe-about {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sheshe-about > p { margin: 12px 0 0; color: #91a2ae; font-size: 11px; }
.sheshe-about > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 18px; }
.sheshe-about > div > span { min-height: 88px; display: grid; grid-template-columns: 30px minmax(0, 1fr); align-content: center; padding: 10px; border: 1px solid #1d3441; border-radius: 7px; background: rgba(4, 13, 20, 0.55); }
.sheshe-about > div i { grid-row: span 2; align-self: center; color: var(--green); font-size: 18px; }
.sheshe-about > div strong { font-size: 9px; }
.sheshe-about > div small { color: #748793; font-size: 8px; line-height: 1.25; }

.sheshe-support {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-color: #2766ff;
  background:
    radial-gradient(circle at 100% 0, rgba(63, 46, 180, 0.22), transparent 180px),
    linear-gradient(150deg, rgba(7, 27, 43, 0.98), rgba(5, 12, 21, 0.98));
}
.sheshe-support > i { color: #42d8ff; font-size: 41px; }
.sheshe-support .sheshe-section-kicker { margin-top: 16px; }
.sheshe-support h2 { font-size: 25px; }
.sheshe-support p { margin: 12px 0 19px; color: #9aabb6; font-size: 11px; }
.sheshe-support > a { min-height: 47px; display: flex; align-items: center; justify-content: center; gap: 15px; color: #b8f2ff; border: 1px solid var(--cyan); border-radius: 7px; background: linear-gradient(180deg, rgba(17, 137, 182, 0.31), rgba(6, 52, 72, 0.45)); box-shadow: inset 0 0 15px rgba(22, 206, 245, 0.11), 0 0 15px rgba(22, 206, 245, 0.1); font-size: 11px; font-weight: 800; transition: background 180ms ease, box-shadow 180ms ease; }
.sheshe-support > a:hover,
.sheshe-support > a:focus-visible { background: rgba(17, 137, 182, 0.48); box-shadow: inset 0 0 18px rgba(22, 206, 245, 0.16), 0 0 20px rgba(22, 206, 245, 0.18); }

@media (max-width: 1250px) {
  .sheshe-hero > img { right: 11%; width: 50%; }
  .sheshe-hero-mark { right: 2%; width: 130px; height: 130px; }
  .sheshe-stat-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sheshe-year-grid { grid-template-columns: minmax(280px, 0.8fr) minmax(420px, 1.2fr); }
  .sheshe-year-story { grid-column: 1 / -1; min-height: 260px !important; }
  .sheshe-info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sheshe-support { grid-column: 1 / -1; min-height: 235px !important; }
}

@media (max-width: 900px) {
  .sheshe-hero { z-index: 1; min-height: 360px; padding: 24px; }
  .sheshe-hero-copy { width: 72%; }
  .sheshe-hero > img { right: -4%; width: 62%; height: calc(100% + 28px); opacity: 0.62; }
  .sheshe-hero-mark { display: none; }
  .sheshe-year-navigation { position: sticky; z-index: 20; top: var(--header); background: rgba(3, 9, 14, 0.94); backdrop-filter: blur(14px); }
  .sheshe-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sheshe-stat-grid article:last-child { grid-column: 1 / -1; }
  .sheshe-year-grid { grid-template-columns: 1fr; }
  .sheshe-year-grid > article { min-height: 0; }
  .sheshe-certificate > a { height: min(70vw, 500px); }
  .sheshe-info-grid { grid-template-columns: 1fr; }
  .sheshe-info-grid > article { min-height: 0; }
}

@media (max-width: 640px) {
  .sheshe-page { gap: 10px; }
  .sheshe-hero { min-height: 430px; align-items: flex-end; overflow: hidden; padding: 20px; }
  .sheshe-hero-copy { width: 100%; }
  .sheshe-breadcrumb { display: none; }
  .sheshe-hero > img { top: -8%; bottom: auto; right: -18%; width: 100%; height: 72%; opacity: 0.46; object-position: center top; }
  .sheshe-hero h1 { font-size: 34px; }
  .sheshe-hero h2 { font-size: 16px; }
  .sheshe-hero-copy > p:not(.sheshe-breadcrumb) { font-size: 11px; }
  .sheshe-year-navigation { display: block; overflow-x: auto; }
  .sheshe-year-tabs { min-width: max-content; }
  .sheshe-year-tab { min-width: 92px; min-height: 52px; padding-inline: 12px; }
  .sheshe-year-navigation > a { display: none; }
  .sheshe-stat-grid { grid-template-columns: 1fr; }
  .sheshe-stat-grid article:last-child { grid-column: auto; }
  .sheshe-stat-grid article { min-height: 82px; }
  .sheshe-supporters,
  .sheshe-certificate,
  .sheshe-year-story,
  .sheshe-about,
  .sheshe-support { padding: 14px; }
  .sheshe-certificate > a { height: 265px; }
  .sheshe-year-story { min-height: 350px !important; }
  .sheshe-profile { grid-template-columns: 1fr; }
  .sheshe-profile > img { height: 240px; min-height: 0; border-right: 0; border-bottom: 1px solid #1c3b4d; object-position: center 33%; }
  .sheshe-profile > div { padding: 17px; }
  .sheshe-profile dl > div { grid-template-columns: 100px minmax(0, 1fr); }
  .sheshe-about > div { grid-template-columns: 1fr; }
}

@media (max-width: 1440px) {
  :root {
    --sidebar: 96px;
  }

  .sidebar-logo { min-height: 76px; }
  .sidebar-link { min-height: 72px; }
  .sidebar-link > i { font-size: 23px; }
  .control-header { padding-left: 24px; }
  .control-main { padding-inline: 18px; }
  .top-grid { gap: 16px; }
  .broadcast-copy { padding-left: 27px; }
  .countdown-wrap { right: 12px; transform: scale(0.92); }
  .quick-grid { gap: 11px; }
  .quick-card { padding-inline: 14px; }
  .quick-card > strong { font-size: 14px; }
  .stats-strip { padding-inline: 5px; }
  .stat-item { grid-template-columns: 42px minmax(64px, 1fr) minmax(32px, 0.45fr); padding-inline: 10px; gap: 7px; }
  .stat-item > i { font-size: 29px; }
  .stat-item strong { font-size: 22px; }
  .event-card { grid-template-columns: 50px 58px minmax(0, 1fr); }
  .event-visual { font-size: 31px; }
}

@media (max-width: 1180px) {
  .control-header { grid-template-columns: minmax(250px, 1fr) auto; }
  .system-pill { display: none; }
  .setup-layout { grid-template-columns: minmax(0, 1.1fr) minmax(350px, 0.9fr); gap: 14px; }
  .setup-hero-card,
  .setup-spec-card { min-height: 650px; }
  .setup-hero-footer { display: block; }
  .setup-badges { justify-content: flex-start; margin-top: 10px; }
  .quick-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .stats-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .stat-item:nth-child(3) { border-right: 0; }
  .stat-item:nth-child(n + 4) { margin-top: 12px; }
  .stats-strip { padding-block: 14px; }
  .events-track { grid-template-columns: repeat(3, minmax(240px, 1fr)); overflow-x: auto; padding-bottom: 7px; }
}

@media (max-width: 900px) {
  :root { --header: 66px; }

  .control-shell { display: block; }
  .control-sidebar {
    position: fixed;
    left: 0;
    width: 106px;
    transform: translateX(-110%);
    transition: transform 220ms ease;
  }
  .sidebar-open .control-sidebar { transform: none; }
  .sidebar-backdrop {
    position: fixed;
    z-index: 35;
    inset: 0;
    display: block;
    visibility: hidden;
    background: rgba(0, 4, 8, 0.72);
    opacity: 0;
    transition: opacity 220ms ease, visibility 220ms ease;
  }
  .sidebar-open .sidebar-backdrop { visibility: visible; opacity: 1; }
  .control-header {
    position: sticky;
    top: 0;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 9px;
    padding-inline: 8px 12px;
  }
  .sidebar-toggle { display: grid; place-items: center; }
  .header-actions { gap: 7px; }
  .control-main { padding: 12px; }
  .setup-page-heading { min-height: 76px; }
  .setup-layout { grid-template-columns: 1fr; }
  .setup-hero-card { min-height: min(72vw, 690px); }
  .setup-spec-card { min-height: 0; }
  .setup-spec-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .top-grid { grid-template-columns: 1fr; }
  .broadcast-hero { min-height: 350px; }
  .status-panel { min-height: 330px; }
}

@media (max-width: 640px) {
  .sidebar-submenu {
    left: calc(100% + 8px);
    width: min(276px, calc(100vw - 122px));
    padding: 9px;
  }
  .sidebar-submenu-link { padding-inline: 7px; }
  .sidebar-submenu-link.is-disabled small { font-size: 5px; }
  .control-brand { gap: 7px; }
  .control-brand strong { font-size: 18px; }
  .control-brand-copy > span { font-size: 13px; }
  .flacni-sync-copy { font-size: 10px; letter-spacing: 0.045em; }
  .setup-page-heading { align-items: flex-end; padding-inline: 3px; }
  .setup-online { display: none; }
  .setup-page-heading h1 { font-size: 27px; }
  .setup-page-heading > div > p:last-child { font-size: 13px; }
  .setup-tabs { margin-bottom: 12px; }
  .setup-tab { min-height: 48px; padding-inline: 7px; font-size: 11px; }
  .setup-hero-card { min-height: 570px; }
  .setup-hero-copy,
  .setup-hero-footer { right: 18px; left: 18px; }
  .setup-hero-copy { top: 19px; }
  .setup-hero-footer { bottom: 18px; }
  .setup-hero-footer > p { font-size: 11px; }
  .setup-spec-card { padding: 13px; }
  .setup-spec-card > header { min-height: 58px; }
  .setup-spec-list { grid-template-columns: 1fr; }
  .setup-spec-item { min-height: 64px; }
  .setup-detail-back { margin-bottom: 17px; }
  .setup-detail-heading { grid-template-columns: 56px minmax(0, 1fr); gap: 11px; }
  .setup-detail-heading .setup-spec-icon { width: 56px; height: 54px; }
  .setup-detail-description { margin-top: 16px; }
  .setup-page-footer { grid-template-columns: 28px minmax(0, 1fr); }
  .setup-page-footer > span { display: none; }
  .broadcast-hero {
    min-height: 620px;
    background-image:
      linear-gradient(180deg, rgba(3, 9, 14, 0.92), rgba(3, 9, 14, 0.22) 50%, rgba(3, 9, 14, 0.92)),
      linear-gradient(90deg, rgba(3, 9, 14, 0.1), transparent 30% 74%, rgba(3, 9, 14, 0.32)),
      var(--broadcast-cover-image);
    background-position: center, center, right 48px center;
    background-size: 100% 100%, 100% 100%, auto 100%;
    background-repeat: no-repeat;
  }
  .broadcast-copy { width: 100%; padding: 25px 22px; }
  .broadcast-copy h1 { font-size: clamp(34px, 11vw, 49px); }
  .show-name { grid-template-columns: 24px minmax(0, auto) 24px; font-size: 18px; }
  .show-name > i { width: 24px; }
  .broadcast-actions { max-width: 250px; }
  .countdown-wrap { top: auto; right: 50%; bottom: 14px; transform: translateX(50%) scale(0.91); }
  .quick-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quick-card { min-height: 165px; }
  .quick-card > strong { font-size: 12px; }
  .stats-strip { grid-template-columns: 1fr; }
  .stat-item,
  .stat-item:nth-child(3) { border-right: 0; border-bottom: 1px solid #35434d; }
  .stat-item:last-child { border-bottom: 0; }
  .stat-item:nth-child(n + 4) { margin-top: 0; }
  .events-panel { padding-inline: 12px; }
  .events-header h2 { min-width: 0; }
  .events-header h2 .pulse-line { display: none; }
  .events-header > a { font-size: 0; }
  .events-header > a i { font-size: 12px; }
  .events-track { display: flex; }
  .event-card { min-width: 270px; }
}

@media (max-width: 420px) {
  .control-brand-copy > span { display: none; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-card { min-height: 155px; }
  .service-pills { padding-inline: 10px; }
  .service-pills span { padding-inline: 7px; font-size: 8px; }
}

/* Community game */
.community-game-page {
  --community-accent: #178cff;
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.community-game-page [hidden] {
  display: none !important;
}

.community-game-heading {
  display: grid;
  gap: 13px;
}

.community-game-heading > p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #718896;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.community-game-heading > p a { color: #8fa4b2; }
.community-game-heading > p i { font-size: 9px; }
.community-game-heading > p strong { color: var(--cyan); }

.community-game-heading > div {
  display: flex;
  align-items: center;
  gap: 16px;
}

.community-game-heading > div > div,
.community-game-notice > div,
.community-game-discord > div,
.community-game-footer > div {
  min-width: 0;
}

.community-game-title-icon {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  display: grid;
  place-items: center;
  color: #75caff;
  border: 1px solid #1374ba;
  border-radius: 18px;
  background: radial-gradient(circle at 50% 35%, rgba(24, 145, 255, 0.28), rgba(6, 19, 29, 0.96) 67%);
  box-shadow: 0 0 23px rgba(0, 137, 255, 0.18);
  font-size: 29px;
}

.community-game-kicker {
  display: block;
  margin-bottom: 3px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.community-game-heading h1 {
  margin: 0;
  color: #f5f8fa;
  font-family: var(--display);
  font-size: clamp(31px, 3vw, 46px);
  line-height: 1;
}

.community-game-heading > div > div > p {
  margin: 6px 0 0;
  color: #9aadb9;
  font-size: 14px;
}

.community-game-stage {
  min-height: 350px;
  display: grid;
  grid-template-columns: minmax(390px, 1.35fr) minmax(350px, 1fr) minmax(260px, 0.72fr);
  overflow: hidden;
  padding: 0;
  border-color: color-mix(in srgb, var(--community-accent) 48%, #263c49);
  background: linear-gradient(115deg, rgba(8, 19, 28, 0.98), rgba(4, 11, 17, 0.99));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22), inset 0 1px rgba(255, 255, 255, 0.02);
}

.community-game-stage.is-selected { --community-accent: #17d977; }
.community-game-stage.is-voting { --community-accent: #228cff; }
.community-game-stage.is-empty,
.community-game-stage.is-error { --community-accent: #7d909c; }

.community-game-cover {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 40%, color-mix(in srgb, var(--community-accent) 23%, transparent), transparent 42%),
    linear-gradient(135deg, #07131e, #03080d 75%);
}

.community-game-cover::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(90deg, transparent 55%, #071019 100%), linear-gradient(0deg, rgba(2, 8, 13, 0.78), transparent 46%);
  pointer-events: none;
}

.community-game-cover > img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community-game-cover-placeholder {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: color-mix(in srgb, var(--community-accent) 78%, white);
}

.community-game-cover-placeholder::before,
.community-game-cover-placeholder::after {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  border: 1px solid color-mix(in srgb, var(--community-accent) 17%, transparent);
  border-radius: 50%;
}

.community-game-cover-placeholder::after {
  width: 235px;
  height: 235px;
  border-style: dashed;
  animation: community-game-orbit 28s linear infinite;
}

.community-game-cover-placeholder > span {
  position: relative;
  z-index: 2;
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--community-accent) 68%, transparent);
  border-radius: 50%;
  background: rgba(4, 14, 22, 0.84);
  box-shadow: 0 0 42px color-mix(in srgb, var(--community-accent) 24%, transparent);
  font-family: var(--display);
  font-size: 55px;
}

.community-game-cover-placeholder > i {
  position: absolute;
  right: 13%;
  bottom: 17%;
  z-index: 2;
  color: color-mix(in srgb, var(--community-accent) 42%, transparent);
  font-size: 72px;
  transform: rotate(-12deg);
}

.community-game-cover-placeholder > b {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--community-accent);
  box-shadow: 0 0 12px var(--community-accent);
}

.community-game-cover-placeholder > b:nth-of-type(1) { top: 20%; left: 18%; }
.community-game-cover-placeholder > b:nth-of-type(2) { top: 28%; right: 19%; width: 5px; height: 5px; }
.community-game-cover-placeholder > b:nth-of-type(3) { bottom: 18%; left: 27%; width: 6px; height: 6px; }
.community-game-cover.has-image .community-game-cover-placeholder { opacity: 0; }

.community-game-cover-label {
  position: absolute;
  z-index: 3;
  right: 22px;
  bottom: 19px;
  left: 22px;
  overflow: hidden;
  color: #dbe9f1;
  font-family: var(--display);
  font-size: 17px;
  font-weight: 700;
  text-overflow: ellipsis;
  text-shadow: 0 2px 8px #000;
  white-space: nowrap;
}

.community-game-current {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 30px;
  border-left: 1px solid #203541;
}

.community-game-state-badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 8px 12px;
  color: color-mix(in srgb, var(--community-accent) 82%, white);
  border: 1px solid color-mix(in srgb, var(--community-accent) 58%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--community-accent) 10%, rgba(5, 14, 21, 0.92));
  box-shadow: 0 0 18px color-mix(in srgb, var(--community-accent) 12%, transparent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.community-game-current-kicker {
  margin: 0 0 5px;
  color: #8397a4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.community-game-current h2 {
  margin: 0;
  color: #f5f8fa;
  font-family: var(--display);
  font-size: clamp(27px, 2.35vw, 39px);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.community-game-summary {
  display: -webkit-box;
  overflow: hidden;
  margin: 12px 0 18px;
  color: #aebdc6;
  font-size: 13px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.community-game-date {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: var(--community-accent);
}

.community-game-date > i { font-size: 21px; }
.community-game-date > span { display: grid; gap: 2px; }
.community-game-date small { color: #7f929e; font-size: 12px; text-transform: uppercase; }
.community-game-date strong { color: #e8f0f4; font-size: 15px; line-height: 1.3; }

.community-game-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.community-game-primary,
.community-game-secondary {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 17px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 800;
}

.community-game-primary {
  color: #fff;
  border: 1px solid #4476ff;
  background: linear-gradient(135deg, #405de6, #5d3bd8);
  box-shadow: 0 0 19px rgba(76, 80, 230, 0.2);
}

.community-game-primary > i:last-child { margin-left: 4px; }
.community-game-secondary { color: #c6d4dd; border: 1px solid #344b59; background: rgba(9, 20, 29, 0.9); }
.community-game-primary:hover,
.community-game-secondary:hover { filter: brightness(1.12); }

.community-game-notice {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin: 18px 18px 18px 0;
  padding: 26px 22px;
  border: 1px solid color-mix(in srgb, var(--community-accent) 34%, #263b48);
  border-radius: 9px;
  background: linear-gradient(145deg, color-mix(in srgb, var(--community-accent) 8%, rgba(8, 18, 26, 0.94)), rgba(5, 12, 18, 0.96));
}

.community-game-notice > span {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  color: var(--community-accent);
  border: 1px solid color-mix(in srgb, var(--community-accent) 58%, transparent);
  border-radius: 50%;
  background: color-mix(in srgb, var(--community-accent) 9%, transparent);
  font-size: 20px;
}

.community-game-notice strong {
  display: block;
  margin: 4px 0 10px;
  color: color-mix(in srgb, var(--community-accent) 82%, white);
  font-family: var(--display);
  font-size: 17px;
  overflow-wrap: anywhere;
}

.community-game-notice p {
  margin: 0;
  color: #9babb5;
  font-size: 13px;
  line-height: 1.55;
}

.community-game-info-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 16px;
}

.community-game-process,
.community-game-discord,
.community-game-history,
.community-game-footer { padding: 19px 21px; }

.community-game-process > header,
.community-game-history > header,
.community-game-history > header > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.community-game-process > header i,
.community-game-history > header i { color: var(--cyan); font-size: 17px; }
.community-game-process h2,
.community-game-history h2,
.community-game-discord h2 { margin: 0; color: #eef4f7; font-family: var(--display); font-size: 18px; }

.community-game-process ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}

.community-game-process li {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px;
  border: 1px solid #203440;
  border-radius: 7px;
  background: rgba(7, 17, 25, 0.78);
}

.community-game-process li > b {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: #087ec3;
  box-shadow: 0 0 10px rgba(0, 161, 255, 0.25);
  font-size: 12px;
}

.community-game-process li > span { display: grid; gap: 4px; }
.community-game-process li strong { color: #dce7ed; font-size: 12px; }
.community-game-process li small { color: #8195a2; font-size: 12px; line-height: 1.4; }

.community-game-discord {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 17px;
  border-color: #344ca2;
  background: linear-gradient(120deg, rgba(37, 42, 116, 0.17), rgba(7, 16, 25, 0.94));
}

.community-game-discord-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #8ea3ff;
  border: 1px solid #485ec9;
  border-radius: 16px;
  background: rgba(70, 80, 190, 0.16);
  font-size: 29px;
}

.community-game-discord p { margin: 7px 0 0; color: #91a3ae; font-size: 13px; line-height: 1.5; }
.community-game-discord > a { padding: 11px 13px; color: #bfcaff; border: 1px solid #4156af; border-radius: 6px; font-size: 12px; font-weight: 800; white-space: nowrap; }

.community-game-history > header { justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid #253741; }
.community-game-history > header > span { color: #869aa6; font-size: 12px; }
.community-game-history-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 11px; margin-top: 14px; }
.community-game-history-grid article { --tone: var(--cyan); min-width: 0; min-height: 88px; display: grid; grid-template-columns: 72px minmax(0, 1fr); align-items: center; overflow: hidden; border: 1px solid #243945; border-radius: 8px; background: linear-gradient(120deg, color-mix(in srgb, var(--tone) 9%, transparent), rgba(7, 16, 23, 0.92)); }
.community-game-history-grid article > span { height: 100%; display: grid; place-items: center; color: var(--tone); border-right: 1px solid #263a45; background: radial-gradient(circle, color-mix(in srgb, var(--tone) 18%, transparent), transparent 70%); font-size: 28px; }
.community-game-history-grid article > div { min-width: 0; display: grid; gap: 6px; padding: 12px; }
.community-game-history-grid article strong { overflow: hidden; color: #e2ebf0; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.community-game-history-grid article small { color: #81949f; font-size: 12px; }

.community-game-footer {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 17px;
  border-color: #164d6c;
  background: linear-gradient(105deg, rgba(0, 136, 207, 0.1), rgba(7, 15, 22, 0.94));
}

.community-game-footer > i { color: var(--cyan); font-size: 34px; text-align: center; }
.community-game-footer > div { display: grid; gap: 4px; }
.community-game-footer strong { color: #e9f3f7; font-family: var(--display); font-size: 17px; }
.community-game-footer span { color: #849aa7; font-size: 12px; }
.community-game-footer > a { min-height: 42px; display: inline-flex; align-items: center; gap: 9px; padding: 0 17px; color: #fff; border: 1px solid #536cee; border-radius: 7px; background: #4a55c9; font-size: 13px; font-weight: 800; }

@keyframes community-game-orbit {
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .community-game-cover-placeholder::after { animation: none; }
}

@media (max-width: 1320px) {
  .community-game-stage { grid-template-columns: minmax(340px, 1.15fr) minmax(330px, 1fr); }
  .community-game-notice { grid-column: 1 / -1; margin: 0 18px 18px; }
  .community-game-info-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .community-game-page { gap: 12px; }
  .community-game-heading { padding-inline: 2px; }
  .community-game-title-icon { width: 54px; height: 54px; flex-basis: 54px; font-size: 24px; }
  .community-game-stage { grid-template-columns: 1fr; }
  .community-game-cover { min-height: 290px; }
  .community-game-current { padding: 25px 22px; border-top: 1px solid #203541; border-left: 0; }
  .community-game-notice { grid-column: auto; margin: 0 14px 14px; }
  .community-game-process ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .community-game-discord { grid-template-columns: 52px minmax(0, 1fr); }
  .community-game-discord > a { grid-column: 1 / -1; justify-self: stretch; text-align: center; }
  .community-game-history-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .community-game-page { min-width: 0; }
  .community-game-heading > div { align-items: flex-start; }
  .community-game-heading > div > div > p { font-size: 13px; line-height: 1.45; }
  .community-game-cover { min-height: 235px; }
  .community-game-current h2 { font-size: 25px; }
  .community-game-actions { display: grid; }
  .community-game-primary,
  .community-game-secondary { width: 100%; }
  .community-game-process,
  .community-game-discord,
  .community-game-history,
  .community-game-footer { padding: 16px; }
  .community-game-process ol,
  .community-game-history-grid { grid-template-columns: 1fr; }
  .community-game-footer { grid-template-columns: 42px minmax(0, 1fr); }
  .community-game-footer > a { grid-column: 1 / -1; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}


/* Quiz championship */
.quiz-page {
  --quiz-line: #193746;
  --quiz-panel: rgba(5, 15, 23, 0.96);
  display: grid;
  gap: 12px;
  width: min(100%, 1780px);
  margin: 0 auto;
  font-size: 14px;
}

.quiz-page [id] {
  scroll-margin-top: calc(var(--header) + 78px);
}

.quiz-hero {
  position: relative;
  min-height: 238px;
  overflow: hidden;
  padding: 28px 32px;
  background:
    radial-gradient(circle at 68% 36%, rgba(19, 113, 255, 0.18), transparent 29%),
    radial-gradient(circle at 84% 55%, rgba(151, 53, 255, 0.12), transparent 28%),
    linear-gradient(112deg, rgba(3, 13, 21, 0.99) 0 45%, rgba(5, 18, 31, 0.96) 70%, rgba(3, 10, 17, 0.99) 100%);
}

.quiz-hero::before,
.quiz-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.quiz-hero::before {
  inset: 0;
  opacity: 0.2;
  background:
    linear-gradient(rgba(37, 132, 177, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 132, 177, 0.18) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, transparent 37%, #000 75%, transparent);
}

.quiz-hero::after {
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), #7c4dff, transparent);
  box-shadow: 0 0 16px rgba(22, 206, 245, 0.4);
}

.quiz-hero-copy {
  position: relative;
  z-index: 4;
  width: min(48%, 690px);
}

.quiz-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 15px;
  color: #7e929f;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.quiz-breadcrumb i { font-size: 9px; }
.quiz-breadcrumb strong { color: #c5d4dc; }
.quiz-breadcrumb a:hover,
.quiz-breadcrumb a:focus-visible { color: var(--cyan); }

.quiz-hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(34px, 3.2vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.quiz-hero h1 span {
  color: var(--cyan);
  text-shadow: 0 0 25px rgba(22, 206, 245, 0.2);
}

.quiz-hero h2 {
  margin: 12px 0 0;
  color: #4de0ff;
  font-family: var(--display);
  font-size: clamp(16px, 1.35vw, 22px);
  font-weight: 500;
  line-height: 1.35;
}

.quiz-hero-copy > p:last-child {
  max-width: 670px;
  margin: 12px 0 0;
  color: #9aadb8;
  font-size: 14px;
  line-height: 1.55;
}

.quiz-hero-art {
  position: absolute;
  z-index: 2;
  inset: 0 0 0 45%;
  overflow: hidden;
}

.quiz-hero-art::before {
  content: "";
  position: absolute;
  left: 27%;
  bottom: -51%;
  width: 390px;
  height: 190px;
  border: 2px solid #096eb0;
  border-radius: 50%;
  box-shadow: 0 0 0 16px rgba(8, 92, 150, 0.14), 0 0 70px rgba(16, 146, 255, 0.35);
  transform: perspective(350px) rotateX(68deg);
}

.quiz-hero-trophy {
  position: absolute;
  left: 23%;
  bottom: 31px;
  color: #122d46;
  font-size: 102px;
  filter: drop-shadow(0 0 8px #2879ff);
  text-shadow: -1px 0 #31d7ff, 0 1px #31d7ff, 1px 0 #31d7ff, 0 -1px #31d7ff;
  transform: rotate(-5deg);
}

.quiz-hero-art > strong {
  position: absolute;
  left: 42%;
  bottom: 18px;
  color: #071d31;
  font-family: var(--display);
  font-size: 190px;
  line-height: 1;
  text-shadow: -2px 0 #2cdeff, 0 2px #2cdeff, 2px 0 #2cdeff, 0 -2px #2cdeff, 0 0 28px #1677ff;
}

.quiz-hero-podium {
  position: absolute;
  top: 24px;
  right: 17%;
  width: 270px;
  display: grid;
  padding: 11px 13px;
  border: 1px solid #135a80;
  border-radius: 9px;
  background: rgba(4, 17, 28, 0.86);
  box-shadow: 0 0 24px rgba(16, 151, 231, 0.16);
  transform: rotate(-3deg);
}

.quiz-hero-podium span {
  min-width: 0;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
  padding: 6px 0;
  color: #d5e5ec;
  border-bottom: 1px solid #193644;
  font-size: 12px;
}

.quiz-hero-podium span:last-child { border-bottom: 0; }
.quiz-hero-podium b { color: var(--gold); }
.quiz-hero-podium em { color: #41d9ff; font-style: normal; }

.quiz-answer-grid {
  position: absolute;
  right: 2.2%;
  top: 26px;
  width: 142px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  transform: rotate(-2deg);
}

.quiz-answer-grid i {
  height: 58px;
  display: grid;
  place-items: center;
  color: #a8bed0;
  border: 2px solid #137eb5;
  border-radius: 10px;
  background: rgba(6, 20, 34, 0.9);
  box-shadow: inset 0 0 15px rgba(21, 135, 208, 0.14), 0 0 9px rgba(22, 206, 245, 0.14);
  font-family: var(--display);
  font-size: 25px;
  font-style: normal;
}

.quiz-answer-grid i:last-child { border-color: #6846d8; }

.quiz-confetti {
  position: absolute;
  width: 8px;
  height: 18px;
  border-radius: 2px;
  background: var(--cyan);
  box-shadow: 70px 23px #ff9b19, 145px -7px #b96aff, 245px 31px #35e772, 310px -16px #ff4d69;
  transform: rotate(27deg);
}

.quiz-confetti.c1 { left: 13%; top: 30px; }
.quiz-confetti.c2 { left: 31%; top: 18px; transform: rotate(-31deg); }
.quiz-confetti.c3 { left: 47%; top: 48px; transform: rotate(70deg); }
.quiz-confetti.c4 { left: 62%; top: 12px; transform: rotate(15deg); }

.quiz-season-picker {
  min-height: 76px;
  display: flex;
  align-items: stretch;
  gap: 26px;
  padding: 10px 16px;
  background: rgba(3, 10, 16, 0.88);
}

.quiz-picker-group {
  min-width: 250px;
  display: grid;
  grid-template-rows: 17px 1fr;
  gap: 4px;
}

.quiz-picker-group > span {
  color: #758a97;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.quiz-year-tabs,
.quiz-quarter-tabs {
  display: flex;
  align-items: stretch;
  gap: 7px;
}

.quiz-year-tabs button,
.quiz-quarter-tabs button {
  min-width: 88px;
  padding: 7px 16px;
  color: #9babb5;
  border: 1px solid #1d3442;
  border-radius: 7px;
  cursor: pointer;
  background: rgba(7, 17, 25, 0.78);
  font-family: var(--display);
  font-size: 14px;
  font-weight: 700;
  transition: color 170ms ease, border-color 170ms ease, background 170ms ease, box-shadow 170ms ease;
}

.quiz-quarter-picker {
  min-width: 0;
  flex: 1;
}

.quiz-quarter-tabs {
  overflow-x: auto;
  padding-bottom: 1px;
}

.quiz-quarter-tabs button { min-width: 78px; }

.quiz-year-tabs button:hover,
.quiz-year-tabs button:focus-visible,
.quiz-quarter-tabs button:hover,
.quiz-quarter-tabs button:focus-visible {
  color: #e9faff;
  border-color: #236982;
}

.quiz-year-tabs button.is-active,
.quiz-quarter-tabs button.is-active {
  color: var(--cyan);
  border-color: var(--cyan);
  background: linear-gradient(180deg, rgba(10, 111, 151, 0.38), rgba(7, 36, 51, 0.78));
  box-shadow: inset 0 0 13px rgba(22, 206, 245, 0.11), 0 0 13px rgba(22, 206, 245, 0.11);
}

.quiz-quarter-tabs button[hidden] { display: none; }

.quiz-section-nav {
  position: sticky;
  z-index: 18;
  top: var(--header);
  min-height: 49px;
  display: flex;
  align-items: stretch;
  gap: 5px;
  overflow-x: auto;
  border-bottom: 1px solid #183340;
  background: rgba(3, 9, 14, 0.94);
  backdrop-filter: blur(15px);
}

.quiz-section-nav a {
  position: relative;
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  color: #8496a2;
  font-size: 13px;
  font-weight: 700;
}

.quiz-section-nav a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  height: 2px;
  background: var(--cyan);
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 170ms ease, transform 170ms ease;
}

.quiz-section-nav a:hover,
.quiz-section-nav a:focus-visible,
.quiz-section-nav a.is-active { color: #dff9ff; }

.quiz-section-nav a:hover::after,
.quiz-section-nav a:focus-visible::after,
.quiz-section-nav a.is-active::after { opacity: 1; transform: scaleX(1); }

.quiz-section-nav a.is-active i { color: var(--cyan); }

.quiz-status-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.quiz-status-grid article {
  min-height: 104px;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  padding: 14px;
  color: var(--cyan);
  border: 1px solid #1c3745;
  border-radius: 9px;
  background: linear-gradient(145deg, rgba(8, 20, 29, 0.97), rgba(4, 12, 18, 0.97));
}

.quiz-status-grid article > i {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: currentColor;
  border: 1px solid color-mix(in srgb, currentColor 32%, transparent);
  border-radius: 12px;
  background: color-mix(in srgb, currentColor 8%, transparent);
  font-size: 24px;
}

.quiz-status-grid .tone-green { color: var(--green); }
.quiz-status-grid .tone-cyan { color: var(--cyan); }
.quiz-status-grid .tone-blue { color: #53a2ff; }
.quiz-status-grid .tone-purple { color: #b26eff; }
.quiz-status-grid .tone-gold { color: var(--gold); }

.quiz-status-grid small {
  display: block;
  color: #91a0aa;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}

.quiz-status-grid strong {
  display: block;
  margin-top: 3px;
  color: currentColor;
  font-family: var(--display);
  font-size: clamp(18px, 1.4vw, 24px);
  line-height: 1.15;
}

.quiz-status-grid span {
  display: block;
  margin-top: 4px;
  color: #8fa0aa;
  font-size: 12px;
  line-height: 1.3;
}

.quiz-main-grid {
  display: grid;
  grid-template-columns: minmax(620px, 1.4fr) minmax(350px, 0.8fr);
  gap: 12px;
  align-items: start;
}

.quiz-ranking-stack { min-width: 0; }

.quiz-ranking {
  min-height: 568px;
  overflow: hidden;
  padding: 14px;
  background: var(--quiz-panel);
  animation: quiz-panel-in 300ms ease both;
}

.quiz-ranking[hidden] { display: none; }

@keyframes quiz-panel-in {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: none; }
}

.quiz-panel-heading {
  min-height: 54px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 1px 3px 12px;
  border-bottom: 1px solid #1b3542;
}

.quiz-panel-heading > div > span {
  display: block;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.quiz-panel-heading > div > span i { margin-right: 6px; }

.quiz-panel-heading h2 {
  margin: 4px 0 0;
  font-family: var(--display);
  font-size: 21px;
  line-height: 1.2;
}

.quiz-state-pill {
  padding: 6px 10px;
  color: #93a6b1;
  border: 1px solid #294552;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.quiz-state-pill.is-live {
  color: var(--green);
  border-color: rgba(53, 231, 114, 0.36);
  background: rgba(53, 231, 114, 0.07);
}

.quiz-table-wrap {
  overflow-x: auto;
  margin-top: 8px;
}

.quiz-ranking table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}

.quiz-ranking th {
  padding: 8px 10px;
  color: #7e929e;
  border-bottom: 1px solid #1a3542;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.quiz-ranking th:first-child,
.quiz-ranking td:first-child { width: 58px; text-align: center; }

.quiz-ranking th:nth-child(3),
.quiz-ranking td:nth-child(3) { width: 195px; }

.quiz-ranking th:last-child,
.quiz-ranking td:last-child { width: 125px; text-align: right; }

.quiz-ranking td {
  height: 48px;
  padding: 6px 10px;
  color: #9fb0ba;
  border-bottom: 1px solid rgba(35, 61, 75, 0.72);
  font-size: 13px;
}

.quiz-ranking tr:last-child td { border-bottom: 0; }

.quiz-ranking tbody tr {
  transition: background 160ms ease;
}

.quiz-ranking tbody tr:hover { background: rgba(15, 81, 107, 0.13); }

.quiz-ranking td:nth-child(2) > strong {
  display: block;
  overflow-wrap: anywhere;
  color: #e7eff3;
  font-size: 14px;
  line-height: 1.25;
}

.quiz-ranking td:nth-child(2) > small {
  display: block;
  margin-top: 2px;
  color: var(--gold);
  font-size: 12px;
}

.quiz-rank {
  width: 29px;
  height: 29px;
  display: inline-grid;
  place-items: center;
  color: #c3d0d7;
  border: 1px solid #2a4350;
  border-radius: 50%;
  background: #091620;
  font-size: 12px;
  font-weight: 800;
}

.quiz-rank.rank-1 { color: #171007; border-color: var(--gold); background: var(--gold); box-shadow: 0 0 10px rgba(242, 200, 75, 0.28); }
.quiz-rank.rank-2 { color: #101418; border-color: #becbd3; background: #becbd3; }
.quiz-rank.rank-3 { color: #18100a; border-color: #d48b55; background: #d48b55; }

.quiz-score {
  display: grid;
  grid-template-columns: 66px minmax(60px, 1fr);
  align-items: center;
  gap: 9px;
}

.quiz-score > strong {
  color: #e5f7fb;
  font-family: var(--display);
  font-size: 14px;
  text-align: right;
}

.quiz-score > span {
  height: 5px;
  overflow: hidden;
  border-radius: 4px;
  background: #142833;
}

.quiz-score > span i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #096bd5, var(--cyan));
  box-shadow: 0 0 7px var(--cyan);
}

.quiz-leading { color: var(--green); }

.quiz-extra-row[hidden] { display: none; }

.quiz-ranking-toggle {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 11px auto 0;
  padding: 7px 15px;
  color: var(--cyan);
  border: 1px solid #235269;
  border-radius: 7px;
  cursor: pointer;
  background: rgba(7, 28, 39, 0.6);
  font-size: 13px;
  font-weight: 800;
}

.quiz-ranking-toggle i {
  transition: transform 180ms ease;
}

.quiz-ranking-toggle[aria-expanded="true"] i { transform: rotate(180deg); }

.quiz-ranking > footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 11px;
  padding: 10px 4px 0;
  color: #718692;
  border-top: 1px solid #193440;
  font-size: 12px;
}

.quiz-ranking > footer i { margin-right: 5px; color: var(--cyan); }

.quiz-rules {
  position: sticky;
  top: calc(var(--header) + 62px);
  min-height: 568px;
  overflow: hidden;
  padding: 14px;
  background:
    radial-gradient(circle at 100% 55%, rgba(29, 95, 255, 0.14), transparent 40%),
    var(--quiz-panel);
}

.quiz-rules ul {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 4px;
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
}

.quiz-rules li {
  min-height: 37px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  color: #aab9c1;
  font-size: 13px;
}

.quiz-rules li > i {
  color: var(--cyan);
  font-size: 16px;
  text-align: center;
}

.quiz-brain {
  position: absolute;
  right: 18px;
  bottom: 94px;
  color: #061b32;
  font-size: 150px;
  line-height: 1;
  text-shadow: -1px 0 #287fff, 0 1px #287fff, 1px 0 #287fff, 0 -1px #287fff, 0 0 28px rgba(30, 123, 255, 0.58);
  opacity: 0.92;
}

.quiz-stream-entry {
  position: absolute;
  z-index: 3;
  right: 14px;
  bottom: 14px;
  left: 14px;
  min-height: 72px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-content: center;
  padding: 11px 14px;
  color: #d9f8ff;
  border: 1px solid var(--cyan);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(7, 99, 135, 0.8), rgba(4, 32, 48, 0.93));
  box-shadow: inset 0 0 18px rgba(22, 206, 245, 0.1), 0 0 18px rgba(22, 206, 245, 0.1);
}

.quiz-stream-entry > i {
  grid-row: span 2;
  align-self: center;
  color: var(--cyan);
  font-size: 25px;
}

.quiz-stream-entry strong {
  font-family: var(--display);
  font-size: 16px;
}

.quiz-stream-entry span {
  color: #93acb8;
  font-size: 12px;
}

.quiz-archive {
  overflow: hidden;
  padding: 14px;
}

.quiz-archive-track {
  display: grid;
  grid-auto-columns: minmax(220px, 1fr);
  grid-auto-flow: column;
  gap: 10px;
  overflow-x: auto;
  margin-top: 12px;
  padding-bottom: 3px;
}

.quiz-archive-card {
  --tone: var(--cyan);
  min-height: 126px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  padding: 13px;
  color: #d7e3e9;
  border: 1px solid #203b49;
  border-radius: 8px;
  cursor: pointer;
  background:
    radial-gradient(circle at 5% 50%, color-mix(in srgb, var(--tone) 13%, transparent), transparent 44%),
    rgba(6, 17, 25, 0.92);
  text-align: left;
  transition: border-color 170ms ease, transform 170ms ease, box-shadow 170ms ease;
}

.quiz-archive-card.tone-purple { --tone: #af67ff; }
.quiz-archive-card.tone-cyan { --tone: var(--cyan); }
.quiz-archive-card.tone-green { --tone: var(--green); }
.quiz-archive-card.tone-gold { --tone: var(--gold); }
.quiz-archive-card.tone-blue { --tone: #4b9dff; }

.quiz-archive-card:hover,
.quiz-archive-card:focus-visible {
  border-color: var(--tone);
  box-shadow: 0 0 18px color-mix(in srgb, var(--tone) 12%, transparent);
  transform: translateY(-2px);
}

.quiz-archive-card > i {
  color: var(--tone);
  font-size: 44px;
  filter: drop-shadow(0 0 10px color-mix(in srgb, var(--tone) 37%, transparent));
}

.quiz-archive-card > span { min-width: 0; }
.quiz-archive-card small { display: block; color: #8ea0aa; font-size: 12px; }
.quiz-archive-card strong { display: block; overflow-wrap: anywhere; margin-top: 2px; color: #f0f5f7; font-size: 14px; }
.quiz-archive-card b { display: block; margin-top: 2px; color: #c1d0d7; font-size: 13px; }
.quiz-archive-card em { display: block; margin-top: 6px; color: var(--tone); font-size: 12px; font-style: normal; font-weight: 800; }
.quiz-archive-card em i { margin-left: 4px; }

.quiz-values {
  padding: 14px;
}

.quiz-values > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.quiz-values article {
  min-height: 116px;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  padding: 14px;
  border: 1px solid #1e3845;
  border-radius: 8px;
  background: rgba(5, 16, 24, 0.72);
}

.quiz-values article > i {
  color: var(--cyan);
  font-size: 33px;
  text-align: center;
  filter: drop-shadow(0 0 8px rgba(22, 206, 245, 0.22));
}

.quiz-values article:nth-child(3) > i { color: #b264ff; }

.quiz-values strong {
  color: #45ddff;
  font-family: var(--display);
  font-size: 16px;
  text-transform: uppercase;
}

.quiz-values p {
  margin: 5px 0 0;
  color: #91a3ad;
  font-size: 13px;
  line-height: 1.4;
}

@media (max-width: 1320px) {
  .quiz-hero-copy { width: 52%; }
  .quiz-hero-art { left: 47%; }
  .quiz-hero-podium { right: 18%; width: 235px; }
  .quiz-answer-grid { display: none; }
  .quiz-status-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .quiz-status-grid article:nth-child(n + 4) { min-height: 92px; }
  .quiz-main-grid { grid-template-columns: minmax(560px, 1.3fr) minmax(330px, 0.7fr); }
  .quiz-values > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .quiz-hero { min-height: 310px; }
  .quiz-hero-copy { width: 66%; }
  .quiz-hero-art { left: 54%; opacity: 0.63; }
  .quiz-hero-podium { display: none; }
  .quiz-season-picker { flex-direction: column; gap: 9px; }
  .quiz-picker-group { min-width: 0; }
  .quiz-main-grid { grid-template-columns: 1fr; }
  .quiz-rules { position: relative; top: auto; min-height: 545px; }
}

@media (max-width: 700px) {
  .quiz-page { gap: 10px; }
  .quiz-hero { min-height: 480px; align-items: flex-end; padding: 21px 18px; }
  .quiz-hero-copy { width: 100%; padding-top: 225px; }
  .quiz-breadcrumb { display: none; }
  .quiz-hero h1 { font-size: 34px; }
  .quiz-hero h2 { font-size: 17px; }
  .quiz-hero-copy > p:last-child { font-size: 14px; }
  .quiz-hero-art { inset: 0; height: 280px; opacity: 0.72; }
  .quiz-hero-trophy { left: 11%; bottom: 52px; font-size: 88px; }
  .quiz-hero-art > strong { left: 42%; bottom: 31px; font-size: 160px; }
  .quiz-season-picker { padding: 10px; }
  .quiz-year-tabs button { flex: 1; min-height: 45px; }
  .quiz-quarter-tabs button { min-height: 45px; }
  .quiz-section-nav a { min-height: 48px; padding-inline: 14px; }
  .quiz-status-grid { grid-template-columns: 1fr; }
  .quiz-main-grid { grid-template-columns: minmax(0, 1fr); }
  .quiz-ranking,
  .quiz-rules,
  .quiz-archive,
  .quiz-values { padding: 12px; }
  .quiz-panel-heading h2 { font-size: 19px; }
  .quiz-ranking th:nth-child(3),
  .quiz-ranking td:nth-child(3) { width: 175px; }
  .quiz-ranking > footer { flex-direction: column; }
  .quiz-rules { min-height: 580px; }
  .quiz-brain { right: 8px; bottom: 94px; font-size: 130px; }
  .quiz-archive-track { grid-auto-columns: minmax(235px, 78vw); }
  .quiz-values > div { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .quiz-hero h1 { font-size: 30px; }
  .quiz-hero h2 { font-size: 16px; }
  .quiz-status-grid article { grid-template-columns: 50px minmax(0, 1fr); padding: 12px; }
  .quiz-status-grid article > i { width: 46px; height: 46px; font-size: 21px; }
  .quiz-state-pill { padding-inline: 7px; }
  .quiz-stream-entry { grid-template-columns: 38px minmax(0, 1fr); padding-inline: 10px; }
}


/* New visitor / welcome page */
.welcome-page {
  display: grid;
  gap: 14px;
  width: min(100%, 1780px);
  margin: 0 auto;
  font-size: 14px;
}

.welcome-page [id] {
  scroll-margin-top: calc(var(--header) + 24px);
}

.welcome-hero {
  position: relative;
  min-height: 328px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 36px 42px;
  background: #061019;
}

.welcome-hero > img {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 42%;
  width: 58%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) contrast(1.08) brightness(0.74);
}

.welcome-hero-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, #040b11 0 36%, rgba(4, 11, 17, 0.86) 47%, rgba(4, 11, 17, 0.13) 77%, rgba(4, 11, 17, 0.42) 100%),
    linear-gradient(0deg, rgba(3, 10, 15, 0.8), transparent 45%);
}

.welcome-hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), #6758ff, transparent);
  box-shadow: 0 0 16px rgba(22, 206, 245, 0.35);
}

.welcome-hero-copy {
  position: relative;
  z-index: 3;
  width: min(58%, 780px);
}

.welcome-kicker,
.welcome-page article > header > span,
.welcome-community header > span,
.welcome-rules > span {
  display: block;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.welcome-hero h1 {
  margin: 7px 0 0;
  font-family: var(--display);
  font-size: clamp(39px, 4vw, 64px);
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.welcome-hero h1 em {
  color: var(--cyan);
  font-style: normal;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

.welcome-hero-copy > p {
  max-width: 620px;
  margin: 17px 0 0;
  color: #b5c2ca;
  font-size: 17px;
  line-height: 1.5;
}

.welcome-hero-stats {
  display: flex;
  gap: 0;
  margin-top: 27px;
}

.welcome-hero-stats > span {
  min-width: 175px;
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr);
  align-items: center;
  padding: 5px 21px 5px 0;
  margin-right: 21px;
  border-right: 1px solid #24404f;
}

.welcome-hero-stats > span:last-child {
  margin-right: 0;
  border-right: 0;
}

.welcome-hero-stats i {
  grid-row: span 2;
  color: var(--cyan);
  font-size: 27px;
}

.welcome-hero-stats strong {
  color: #f4f7f9;
  font-family: var(--display);
  font-size: 20px;
}

.welcome-hero-stats small {
  color: #899aa5;
  font-size: 12px;
}

.welcome-hero-mark {
  position: absolute;
  z-index: 4;
  right: 4.2%;
  top: 50%;
  display: flex;
  align-items: center;
  gap: 17px;
  transform: translateY(-50%);
}

.welcome-hero-mark .welcome-shield-logo {
  width: 108px;
  height: 108px;
  filter: drop-shadow(0 0 18px rgba(22, 206, 245, 0.44));
}

.welcome-hero-mark small {
  display: block;
  padding: 15px;
  color: #54dbff;
  border: 1px solid #217bff;
  border-radius: 8px;
  background: rgba(3, 12, 20, 0.82);
  box-shadow: 0 0 18px rgba(22, 129, 255, 0.15);
  font-family: var(--display);
  font-size: 15px;
  line-height: 1.55;
  text-transform: uppercase;
}

.welcome-intro-grid {
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(320px, 1fr) minmax(340px, 1.08fr);
  gap: 14px;
}

.welcome-topics,
.welcome-schedule,
.welcome-now,
.welcome-community,
.welcome-trends,
.welcome-series,
.welcome-favorites,
.welcome-cta {
  padding: 20px;
  background:
    radial-gradient(circle at 100% 0, rgba(16, 89, 130, 0.08), transparent 45%),
    rgba(5, 15, 23, 0.96);
}

.welcome-page article > header,
.welcome-community header {
  padding-bottom: 13px;
  border-bottom: 1px solid #203946;
}

.welcome-page article > header h2,
.welcome-community header h2,
.welcome-rules h2 {
  margin: 4px 0 0;
  font-family: var(--display);
  font-size: 21px;
  line-height: 1.22;
}

.welcome-topics > div {
  display: grid;
  gap: 4px;
  margin-top: 10px;
}

.welcome-topics > div > span {
  min-height: 72px;
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr);
  align-content: center;
  padding: 8px 4px;
}

.welcome-topics > div i {
  grid-row: span 2;
  align-self: center;
  color: var(--cyan);
  font-size: 25px;
  text-align: center;
}

.welcome-topics strong {
  color: #eef5f8;
  font-size: 14px;
}

.welcome-topics small {
  margin-top: 3px;
  color: #92a3ad;
  font-size: 12px;
  line-height: 1.4;
}

.welcome-topics > a,
.welcome-outline-button,
.welcome-series > a,
.welcome-rules > a {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 13px;
  padding: 7px 14px;
  color: var(--cyan);
  border: 1px solid #24536a;
  border-radius: 7px;
  background: rgba(6, 27, 38, 0.58);
  font-size: 12px;
  font-weight: 800;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.welcome-topics > a:hover,
.welcome-topics > a:focus-visible,
.welcome-outline-button:hover,
.welcome-outline-button:focus-visible,
.welcome-series > a:hover,
.welcome-series > a:focus-visible,
.welcome-rules > a:hover,
.welcome-rules > a:focus-visible {
  color: #e7fbff;
  border-color: var(--cyan);
  background: rgba(11, 74, 98, 0.5);
}

.welcome-schedule > div {
  display: grid;
  gap: 8px;
  margin-top: 13px;
}

.welcome-schedule > div > span {
  --tone: var(--cyan);
  min-height: 68px;
  display: grid;
  grid-template-columns: 48px 68px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  padding: 9px 11px;
  border: 1px solid #1b3441;
  border-radius: 8px;
  background: rgba(4, 13, 20, 0.62);
}

.welcome-schedule .tone-retro { --tone: #ff1a29; }
.welcome-schedule .tone-story { --tone: #00e4e4; }
.welcome-schedule .tone-quiz { --tone: #00b641; }
.welcome-schedule .tone-chill { --tone: #ffbb24; }

.welcome-schedule > div i {
  grid-row: span 2;
  align-self: center;
  color: var(--tone);
  font-size: 24px;
}

.welcome-schedule > div b {
  grid-row: span 2;
  align-self: center;
  color: var(--tone);
  font-size: 12px;
  text-transform: uppercase;
}

.welcome-schedule > div strong {
  color: #e8f0f4;
  font-size: 14px;
}

.welcome-schedule > div small {
  margin-top: 2px;
  color: #81949f;
  font-size: 12px;
}

.welcome-schedule > p {
  margin: 16px 0 0;
  color: #9fb0b9;
  font-size: 12px;
  text-align: center;
}

.welcome-schedule > p i { margin-right: 6px; color: var(--cyan); }

.welcome-now > div {
  display: grid;
  gap: 9px;
  margin-top: 13px;
}

.welcome-now > div > a {
  --tone: var(--gold);
  min-height: 79px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  color: #dce6eb;
  border: 1px solid #1e3745;
  border-left-color: var(--tone);
  border-radius: 8px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--tone) 8%, transparent), rgba(4, 13, 20, 0.62));
  transition: border-color 160ms ease, transform 160ms ease;
}

.welcome-now > div > a.tone-red { --tone: #ff5656; }
.welcome-now > div > a.tone-green { --tone: var(--green); }

.welcome-now > div > a:hover,
.welcome-now > div > a:focus-visible {
  border-color: var(--tone);
  transform: translateX(2px);
}

.welcome-now > div > a > i:first-child {
  color: var(--tone);
  font-size: 27px;
  text-align: center;
}

.welcome-now > div > a > i:last-child {
  color: var(--tone);
  font-size: 12px;
}

.welcome-now small {
  display: block;
  color: var(--tone);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.welcome-now strong {
  display: block;
  margin-top: 2px;
  color: #f0f5f7;
  font-size: 14px;
}

.welcome-now b {
  display: block;
  margin-top: 2px;
  color: #8fa1ac;
  font-size: 12px;
  font-weight: 500;
}

.welcome-community {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 20px;
}

.welcome-community header p {
  margin: 7px 0 0;
  color: #8fa1ac;
  font-size: 13px;
}

.welcome-social-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 11px;
  margin-top: 15px;
}

.welcome-social-grid > a {
  --tone: var(--cyan);
  min-height: 188px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-content: start;
  padding: 16px;
  color: #dce6eb;
  border: 1px solid #203a48;
  border-radius: 8px;
  background: rgba(4, 14, 21, 0.68);
  transition: transform 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
}

.welcome-social-grid .tone-discord { --tone: #7289ff; }
.welcome-social-grid .tone-twitch { --tone: #ad63ff; }
.welcome-social-grid .tone-youtube { --tone: #ff4d63; }
.welcome-social-grid .tone-facebook { --tone: #4d9cff; }

.welcome-social-grid > a:hover,
.welcome-social-grid > a:focus-visible {
  border-color: var(--tone);
  box-shadow: 0 0 18px color-mix(in srgb, var(--tone) 12%, transparent);
  transform: translateY(-2px);
}

.welcome-social-grid > a > i {
  color: var(--tone);
  font-size: 27px;
}

.welcome-social-grid strong {
  align-self: center;
  color: #f1f6f8;
  font-family: var(--display);
  font-size: 16px;
  text-transform: uppercase;
}

.welcome-social-grid p {
  grid-column: 1 / -1;
  margin: 15px 0 0;
  color: #91a3ae;
  font-size: 12px;
  line-height: 1.45;
}

.welcome-social-grid span {
  grid-column: 1 / -1;
  align-self: end;
  margin-top: 14px;
  color: var(--tone);
  font-size: 12px;
  font-weight: 800;
}

.welcome-social-grid span i { margin-left: 5px; }

.welcome-rules {
  padding: 4px 0 4px 20px;
  border-left: 1px solid #203845;
}

.welcome-rules h2 {
  margin-top: 5px;
  font-size: 19px;
}

.welcome-rules ul {
  display: grid;
  gap: 13px;
  margin: 21px 0 0;
  padding: 0;
  color: #aab9c1;
  list-style: none;
  font-size: 13px;
}

.welcome-rules li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
}

.welcome-rules li i {
  margin-top: 2px;
  color: var(--green);
}

.welcome-discover-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.welcome-trends > div,
.welcome-favorites > div {
  display: grid;
  gap: 7px;
  margin-top: 12px;
}

.welcome-trends > div > span {
  min-height: 66px;
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr);
  align-content: center;
  padding: 8px 4px;
  border-bottom: 1px solid #1c3542;
}

.welcome-trends > div > span:last-child { border-bottom: 0; }

.welcome-trends i {
  grid-row: span 2;
  align-self: center;
  color: var(--cyan);
  font-size: 23px;
  text-align: center;
}

.welcome-trends small {
  color: #778c98;
  font-size: 12px;
  text-transform: uppercase;
}

.welcome-trends strong {
  margin-top: 2px;
  color: #dce6ea;
  font-size: 13px;
}

.welcome-series ol {
  display: grid;
  gap: 0;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.welcome-series li {
  min-height: 52px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #1c3542;
}

.welcome-series li span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  color: #f2d186;
  border: 1px solid #9b6d24;
  border-radius: 50%;
  background: rgba(156, 100, 23, 0.28);
  font-size: 12px;
  font-weight: 800;
}

.welcome-series li strong {
  color: #e5edf1;
  font-size: 14px;
}

.welcome-favorites > div > span {
  --tone: var(--cyan);
  min-height: 65px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  padding: 8px 4px;
  border-bottom: 1px solid #1c3542;
}

.welcome-favorites > div > span:last-child { border-bottom: 0; }
.welcome-favorites .tone-purple { --tone: #b36aff; }
.welcome-favorites .tone-gold { --tone: var(--gold); }
.welcome-favorites .tone-orange { --tone: var(--orange); }

.welcome-favorites i {
  color: var(--tone);
  font-size: 22px;
  text-align: center;
}

.welcome-favorites strong {
  color: #e5edf1;
  font-size: 14px;
}

.welcome-favorites small {
  color: #8296a1;
  font-size: 12px;
}

.welcome-cta {
  position: relative;
  min-height: 150px;
  display: grid;
  grid-template-columns: 85px minmax(330px, 1fr) minmax(280px, 0.55fr) 120px;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  padding: 23px 30px;
  background:
    radial-gradient(circle at 14% 50%, rgba(174, 78, 255, 0.13), transparent 24%),
    radial-gradient(circle at 88% 50%, rgba(22, 206, 245, 0.11), transparent 27%),
    rgba(5, 15, 23, 0.98);
}

.welcome-cta > i {
  color: #c477ff;
  font-size: 61px;
  text-align: center;
  filter: drop-shadow(0 0 15px rgba(185, 93, 255, 0.52));
}

.welcome-cta > div > span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.welcome-cta h2 {
  margin: 4px 0 0;
  color: #49dcff;
  font-family: var(--display);
  font-size: 25px;
  text-transform: uppercase;
}

.welcome-cta p {
  margin: 6px 0 0;
  color: #8fa2ad;
  font-size: 13px;
}

.welcome-cta > a {
  min-height: 78px;
  display: grid;
  grid-template-columns: 37px minmax(0, 1fr);
  align-content: center;
  padding: 12px 17px;
  color: #d7f8ff;
  border: 1px solid var(--cyan);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(10, 112, 151, 0.34), rgba(5, 35, 51, 0.75));
  box-shadow: inset 0 0 18px rgba(22, 206, 245, 0.1), 0 0 18px rgba(22, 206, 245, 0.09);
}

.welcome-cta > a > i {
  grid-row: span 2;
  align-self: center;
  color: #bc70ff;
  font-size: 27px;
}

.welcome-cta > a span {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.welcome-cta > a small {
  margin-top: 3px;
  color: #8faab7;
  font-size: 12px;
}

.welcome-cta > .welcome-cta-logo {
  width: 105px;
  height: 105px;
  opacity: 0.9;
  filter: drop-shadow(0 0 14px rgba(22, 206, 245, 0.33));
}

@media (max-width: 1320px) {
  .welcome-hero-mark { display: none; }
  .welcome-hero-copy { width: 68%; }
  .welcome-intro-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .welcome-now { grid-column: 1 / -1; }
  .welcome-now > div { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .welcome-community { grid-template-columns: 1fr; }
  .welcome-rules { padding: 18px 0 0; border-top: 1px solid #203845; border-left: 0; }
  .welcome-rules ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .welcome-cta { grid-template-columns: 70px minmax(260px, 1fr) minmax(270px, 0.7fr); }
  .welcome-cta > .welcome-cta-logo { display: none; }
}

@media (max-width: 960px) {
  .welcome-hero-copy { width: 78%; }
  .welcome-hero > img { inset: 0 0 0 30%; width: 70%; opacity: 0.66; }
  .welcome-hero-overlay { background: linear-gradient(90deg, #040b11 0 35%, rgba(4, 11, 17, 0.73) 65%, rgba(4, 11, 17, 0.45)); }
  .welcome-social-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .welcome-discover-grid { grid-template-columns: 1fr; }
  .welcome-cta { grid-template-columns: 70px minmax(0, 1fr); }
  .welcome-cta > a { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .welcome-page { gap: 10px; }
  .welcome-hero { min-height: 570px; align-items: flex-end; padding: 22px 19px; }
  .welcome-hero > img { inset: 0; width: 100%; height: 57%; opacity: 0.75; object-position: center; }
  .welcome-hero-overlay {
    background:
      linear-gradient(0deg, #040b11 0 43%, rgba(4, 11, 17, 0.45) 72%, rgba(4, 11, 17, 0.16)),
      linear-gradient(90deg, rgba(4, 11, 17, 0.42), transparent, rgba(4, 11, 17, 0.42));
  }
  .welcome-hero-copy { width: 100%; }
  .welcome-hero h1 { font-size: 37px; }
  .welcome-hero-copy > p { font-size: 15px; }
  .welcome-hero-stats { display: grid; grid-template-columns: 1fr; gap: 5px; margin-top: 18px; }
  .welcome-hero-stats > span { min-width: 0; width: 100%; padding: 6px 0; margin: 0; border-right: 0; }
  .welcome-intro-grid { grid-template-columns: 1fr; }
  .welcome-now { grid-column: auto; }
  .welcome-now > div { grid-template-columns: 1fr; }
  .welcome-topics,
  .welcome-schedule,
  .welcome-now,
  .welcome-community,
  .welcome-trends,
  .welcome-series,
  .welcome-favorites,
  .welcome-cta { padding: 14px; }
  .welcome-social-grid { grid-template-columns: 1fr; }
  .welcome-social-grid > a { min-height: 160px; }
  .welcome-rules ul { grid-template-columns: 1fr; }
  .welcome-cta { grid-template-columns: 55px minmax(0, 1fr); gap: 12px; }
  .welcome-cta > i { font-size: 43px; }
  .welcome-cta h2 { font-size: 21px; }
}

@media (max-width: 430px) {
  .welcome-hero { min-height: 610px; }
  .welcome-hero h1 { font-size: 33px; }
  .welcome-schedule > div > span { grid-template-columns: 39px 62px minmax(0, 1fr); padding-inline: 8px; }
  .welcome-now > div > a { grid-template-columns: 40px minmax(0, 1fr) 15px; padding-inline: 8px; }
  .welcome-cta { grid-template-columns: 1fr; text-align: center; }
  .welcome-cta > i { display: none; }
}
/* Broadcast schedule page */
.broadcasts-page {
  --broadcasts-accent: #ff1a29;
  width: min(100%, 1780px);
  margin: 0 auto;
  color: #edf5f8;
}

.broadcasts-heading {
  margin: 4px 10px 15px;
}

.broadcasts-heading p {
  margin: 0 0 4px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.broadcasts-heading h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1;
}

.broadcasts-heading > span {
  display: block;
  margin-top: 7px;
  color: #91a4b0;
  font-size: 15px;
}

.broadcasts-next {
  position: relative;
  isolation: isolate;
  min-height: 168px;
  display: grid;
  grid-template-columns: minmax(250px, 0.9fr) minmax(290px, 1.35fr) minmax(300px, 1fr) minmax(160px, 0.52fr);
  align-items: stretch;
  overflow: hidden;
  border-color: color-mix(in srgb, var(--broadcasts-accent) 72%, #31404b);
  box-shadow: 0 0 24px color-mix(in srgb, var(--broadcasts-accent) 10%, transparent), inset 0 1px rgba(255, 255, 255, 0.02);
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--broadcasts-accent) 8%, #050c12), rgba(4, 10, 15, 0.96) 32%, rgba(4, 10, 15, 0.93));
}

.broadcasts-next-cover {
  position: absolute;
  z-index: -2;
  inset: 0 31% 0 21%;
  opacity: 0;
  background-image:
    linear-gradient(90deg, #050c12 0%, transparent 22%, transparent 74%, #050c12 100%),
    linear-gradient(0deg, rgba(4, 10, 15, 0.52), rgba(4, 10, 15, 0.14)),
    var(--broadcasts-cover);
  background-position: center;
  background-size: 100% 100%, 100% 100%, cover;
  transition: opacity 0.45s ease;
}

.broadcasts-next.has-cover .broadcasts-next-cover {
  opacity: 0.55;
}

.broadcasts-next::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--broadcasts-accent) 7%, transparent), transparent 28%),
    repeating-linear-gradient(90deg, transparent 0 79px, color-mix(in srgb, var(--broadcasts-accent) 7%, transparent) 80px);
}

.broadcasts-next-type,
.broadcasts-next-copy,
.broadcasts-countdown,
.broadcasts-next-actions {
  position: relative;
  min-width: 0;
  padding: 24px;
}

.broadcasts-next-type {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  align-items: center;
  column-gap: 18px;
}

.broadcasts-next-type::after,
.broadcasts-next-copy::after {
  content: "";
  position: absolute;
  top: 28px;
  right: 0;
  bottom: 28px;
  width: 1px;
  background: color-mix(in srgb, var(--broadcasts-accent) 75%, transparent);
}

.broadcasts-next-type > small {
  grid-column: 1 / -1;
  align-self: start;
  color: #b6c1c8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.broadcasts-next-type > span {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  color: var(--broadcasts-accent);
  border-radius: 14px;
  font-size: 54px;
  filter: drop-shadow(0 0 10px color-mix(in srgb, var(--broadcasts-accent) 45%, transparent));
}

.broadcasts-next-type > div {
  min-width: 0;
}

.broadcasts-next-type strong,
.broadcasts-next-copy > strong {
  display: block;
  overflow-wrap: anywhere;
  font-family: var(--display);
}

.broadcasts-next-type strong {
  color: var(--broadcasts-accent);
  font-size: clamp(20px, 1.7vw, 28px);
}

.broadcasts-next-type time {
  display: block;
  margin-top: 12px;
  color: #d9e3e8;
  font-size: 16px;
  white-space: nowrap;
}

.broadcasts-next-type time::before {
  content: "\f073";
  margin-right: 8px;
  color: #aab7bf;
  font-family: "Font Awesome 7 Free", "Font Awesome 6 Free";
  font-weight: 900;
}

.broadcasts-next-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.broadcasts-next-copy > strong {
  font-size: clamp(23px, 2.15vw, 34px);
  line-height: 1.12;
}

.broadcasts-next-copy > span {
  display: block;
  margin-top: 13px;
  color: #a9b7bf;
  font-size: 16px;
  line-height: 1.45;
}

.broadcasts-countdown {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.broadcasts-countdown > span {
  padding-bottom: 9px;
  border-bottom: 1px solid #50616c;
  color: #c5cfd5;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.broadcasts-countdown > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(54px, 1fr));
  gap: 9px;
  margin-top: 10px;
}

.broadcasts-countdown p {
  margin: 0;
  text-align: center;
}

.broadcasts-countdown strong {
  min-height: 57px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--broadcasts-accent) 78%, #243746);
  border-radius: 8px;
  color: var(--broadcasts-accent);
  background: rgba(2, 8, 13, 0.74);
  box-shadow: inset 0 0 17px color-mix(in srgb, var(--broadcasts-accent) 6%, transparent);
  font-family: var(--display);
  font-size: clamp(24px, 2vw, 34px);
}

.broadcasts-countdown small {
  display: block;
  margin-top: 4px;
  color: #95a5ae;
  font-size: 12px;
  text-transform: uppercase;
}

.broadcasts-next-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.broadcasts-next-actions > a,
.broadcasts-next-actions > button {
  min-height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid #41525e;
  border-radius: 8px;
  color: #e6edf1;
  background: rgba(8, 15, 22, 0.83);
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: 0.22s ease;
}

.broadcasts-next-actions > a:first-child {
  border-color: #8534c7;
  color: #fff;
  background: linear-gradient(135deg, rgba(101, 29, 169, 0.85), rgba(70, 17, 112, 0.92));
  box-shadow: 0 0 18px rgba(166, 66, 255, 0.25);
  font-size: 16px;
}

.broadcasts-next-actions > a:hover,
.broadcasts-next-actions > a:focus-visible,
.broadcasts-next-actions > button:hover,
.broadcasts-next-actions > button:focus-visible {
  transform: translateY(-2px);
  border-color: var(--broadcasts-accent);
  box-shadow: 0 0 20px color-mix(in srgb, var(--broadcasts-accent) 20%, transparent);
}

.broadcasts-next-actions > button:disabled {
  cursor: wait;
  opacity: 0.45;
  transform: none;
  box-shadow: none;
}

.broadcast-program-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.broadcast-program {
  --program-tone: #83919d;
  position: relative;
  min-width: 0;
  min-height: 365px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 21px 14px 14px;
  border: 1px solid color-mix(in srgb, var(--program-tone) 74%, #263946);
  border-radius: 12px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--program-tone) 6%, transparent), transparent 52%),
    radial-gradient(circle at 50% 15%, color-mix(in srgb, var(--program-tone) 14%, transparent), transparent 45%),
    rgba(4, 12, 18, 0.92);
  box-shadow: inset 0 0 26px color-mix(in srgb, var(--program-tone) 4%, transparent);
}

.broadcast-program::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background:
    repeating-linear-gradient(0deg, transparent 0 33px, color-mix(in srgb, var(--program-tone) 6%, transparent) 34px),
    repeating-linear-gradient(90deg, transparent 0 46px, color-mix(in srgb, var(--program-tone) 5%, transparent) 47px);
  mask-image: linear-gradient(#000, transparent 48%);
}

.broadcast-program.tone-retro { --program-tone: #ff1a29; }
.broadcast-program.tone-story { --program-tone: #00e4e4; }
.broadcast-program.tone-simulator,
.broadcast-program.tone-quiz { --program-tone: #00b641; }
.broadcast-program.tone-chill { --program-tone: #ffbb24; }
.broadcast-program.tone-special { --program-tone: #83919d; }

.broadcast-program-number {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  min-width: 42px;
  min-height: 39px;
  display: grid;
  place-items: center;
  border: 1px solid var(--program-tone);
  border-radius: 6px;
  color: var(--program-tone);
  background: rgba(3, 9, 14, 0.84);
  font-family: var(--display);
  font-size: 21px;
  font-weight: 700;
}

.broadcast-program-icon {
  position: relative;
  z-index: 1;
  align-self: stretch;
  width: 100% !important;
  max-width: none !important;
  height: 92px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--program-tone);
  font-size: 58px;
  filter: drop-shadow(0 0 10px color-mix(in srgb, var(--program-tone) 44%, transparent));
}

.broadcast-program h2,
.broadcast-program > p,
.broadcast-program-next,
.broadcast-program-state {
  position: relative;
  z-index: 1;
}

.broadcast-program h2 {
  margin: 4px 0 4px;
  color: var(--program-tone);
  font-family: var(--display);
  font-size: clamp(18px, 1.35vw, 23px);
  line-height: 1.15;
}

.broadcast-program > p {
  min-height: 58px;
  margin: 0;
  color: #9babB4;
  font-size: 12px;
  line-height: 1.5;
}

.broadcast-program-next {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #283c48;
}

.broadcast-program-next small,
.broadcast-program-series > span {
  color: #8798a3;
  font-size: 12px;
}

.broadcast-program-next time {
  margin: 3px 0 8px;
  color: var(--program-tone);
  font-size: 14px;
  font-weight: 700;
}

.broadcast-program-next time::before {
  content: "\f073";
  margin-right: 6px;
  font-family: "Font Awesome 7 Free", "Font Awesome 6 Free";
  font-weight: 900;
}

.broadcast-program-series {
  display: flex;
  flex-direction: column;
}

.broadcast-program-series strong {
  margin-top: 3px;
  color: #dfe8ed;
  font-size: 13px;
  line-height: 1.35;
}

.broadcast-program-series em {
  min-height: 18px;
  margin-top: 3px;
  color: var(--program-tone);
  font-size: 12px;
  font-style: normal;
}

.broadcast-program-state {
  min-height: 32px;
  display: grid;
  place-items: center;
  margin-top: auto;
  border: 1px solid var(--program-tone);
  border-radius: 6px;
  color: var(--program-tone);
  background: color-mix(in srgb, var(--program-tone) 5%, rgba(3, 10, 15, 0.8));
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.broadcast-program.is-empty {
  filter: saturate(0.35);
}

.broadcast-program.is-empty .broadcast-program-state {
  border-color: #40515c;
  color: #8c9aa3;
}

.broadcasts-lower-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(600px, 1.4fr);
  gap: 16px;
  margin-top: 16px;
}

.broadcast-rhythm,
.broadcast-timeline {
  min-width: 0;
  padding: 12px;
}

.broadcast-rhythm > header,
.broadcast-timeline > header,
.broadcast-timeline > header > div {
  display: flex;
  align-items: center;
}

.broadcast-rhythm > header,
.broadcast-timeline > header {
  min-height: 35px;
  padding: 0 5px 9px;
  border-bottom: 1px solid #213744;
}

.broadcast-rhythm > header i,
.broadcast-timeline > header i {
  margin-right: 9px;
  color: #9aacb7;
  font-size: 17px;
}

.broadcast-rhythm h2,
.broadcast-timeline h2 {
  margin: 0;
  color: #dce6eb;
  font-size: 16px;
  font-weight: 600;
}

.broadcast-rhythm > div {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 5px;
}

.broadcast-rhythm > div > span {
  --rhythm-tone: #7e8d97;
  min-width: 0;
  min-height: 114px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  place-items: center;
  padding: 8px 5px;
  border-right: 1px solid #172c38;
  text-align: center;
}

.broadcast-rhythm > div > span:last-child {
  border-right: 0;
}

.broadcast-rhythm .tone-retro { --rhythm-tone: #ff1a29; }
.broadcast-rhythm .tone-story { --rhythm-tone: #00e4e4; }
.broadcast-rhythm .tone-wednesday { --rhythm-tone: #00b641; }
.broadcast-rhythm .tone-chill { --rhythm-tone: #ffbb24; }

.broadcast-rhythm small {
  color: var(--rhythm-tone);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.broadcast-rhythm span > i {
  display: grid;
  place-items: center;
  color: var(--rhythm-tone);
  font-size: 34px;
}

.broadcast-rhythm strong {
  color: #b5c1c8;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.broadcast-timeline > header {
  justify-content: space-between;
}

.broadcast-timeline > header a {
  min-height: 31px;
  display: flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid #1879b3;
  border-radius: 6px;
  color: #52cffa;
  font-size: 12px;
  text-decoration: none;
}

.broadcast-timeline > header a i {
  margin: 0 6px 0 0;
  color: inherit;
  font-size: 12px;
}

.broadcast-timeline > header a i:last-child {
  margin: 0 0 0 8px;
}

.broadcast-timeline-track {
  position: relative;
  min-height: 123px;
  display: grid;
  grid-template-columns: repeat(5, minmax(85px, 1fr)) 70px;
  align-items: start;
  gap: 5px;
  padding-top: 12px;
}

.broadcast-timeline-track > article {
  --timeline-tone: #83919d;
  --timeline-next-tone: #83919d;
  position: relative;
  z-index: 1;
  min-width: 0;
  display: grid;
  justify-items: center;
  text-align: center;
}

.broadcast-timeline-connector {
  position: absolute;
  z-index: 0;
  top: 45px;
  left: 50%;
  width: calc(100% + 5px);
  height: 2px;
  background: linear-gradient(90deg, var(--timeline-tone), var(--timeline-next-tone));
  box-shadow: 0 0 8px color-mix(in srgb, var(--timeline-tone) 24%, transparent);
  opacity: 0.82;
  pointer-events: none;
}

.broadcast-timeline-track article > :not(.broadcast-timeline-connector) {
  position: relative;
  z-index: 1;
}

.broadcast-timeline-track time {
  color: var(--timeline-tone);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.broadcast-timeline-track article > span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-top: 7px;
  border-radius: 50%;
  color: var(--timeline-tone);
  background: #071018;
  font-size: 28px;
  filter: drop-shadow(0 0 8px color-mix(in srgb, var(--timeline-tone) 38%, transparent));
}

.broadcast-timeline-track article > strong {
  margin-top: 5px;
  color: var(--timeline-tone);
  font-size: 12px;
  line-height: 1.25;
}

.broadcast-timeline-track article > small {
  margin-top: 3px;
  padding: 1px 7px;
  border: 1px solid color-mix(in srgb, var(--timeline-tone) 55%, #233541);
  border-radius: 10px;
  color: var(--timeline-tone);
  background: #071018;
  font-size: 12px;
}

.broadcast-timeline-more {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  padding-top: 42px;
  color: #a4b1b9;
  text-align: center;
}

.broadcast-timeline-more i {
  font-size: 24px;
}

.broadcast-timeline-more strong {
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.2;
}

.broadcast-timeline-track > p {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  margin: 32px 0;
  color: #95a5ae;
  font-size: 13px;
  text-align: center;
}

.broadcasts-feed-note {
  margin: 12px 0 0;
  color: #7f929e;
  font-size: 12px;
  text-align: right;
}

.broadcasts-feed-note i {
  margin-right: 6px;
  color: var(--cyan);
}

body.broadcast-modal-open {
  overflow: hidden;
}

.broadcast-detail-modal[hidden] {
  display: none;
}

.broadcast-detail-modal {
  position: fixed;
  z-index: 1200;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px;
}

.broadcast-detail-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 5, 9, 0.86);
  backdrop-filter: blur(10px);
  cursor: default;
  opacity: 0;
  transition: opacity 220ms ease;
}

.broadcast-detail-dialog {
  --detail-tone: var(--cyan);
  position: relative;
  width: min(1040px, calc(100vw - 44px));
  max-height: calc(100vh - 44px);
  overflow: auto;
  border: 1px solid color-mix(in srgb, var(--detail-tone) 70%, #304550);
  border-radius: 17px;
  color: #eaf2f6;
  background: #050d13;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.68), 0 0 42px color-mix(in srgb, var(--detail-tone) 13%, transparent);
  opacity: 0;
  transform: translateY(18px) scale(0.975);
  transition: opacity 220ms ease, transform 220ms ease;
  scrollbar-color: color-mix(in srgb, var(--detail-tone) 60%, #263946) #061018;
}

.broadcast-detail-modal.is-open .broadcast-detail-backdrop,
.broadcast-detail-modal.is-open .broadcast-detail-dialog {
  opacity: 1;
}

.broadcast-detail-modal.is-open .broadcast-detail-dialog {
  transform: none;
}

.broadcast-detail-close {
  position: absolute;
  z-index: 5;
  top: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(211, 226, 234, 0.3);
  border-radius: 50%;
  color: #eaf2f6;
  background: rgba(2, 9, 14, 0.82);
  font-size: 20px;
  cursor: pointer;
  transition: 180ms ease;
}

.broadcast-detail-close:hover,
.broadcast-detail-close:focus-visible {
  border-color: var(--detail-tone);
  color: var(--detail-tone);
  transform: rotate(5deg);
  box-shadow: 0 0 18px color-mix(in srgb, var(--detail-tone) 22%, transparent);
}

.broadcast-detail-hero {
  position: relative;
  min-height: 325px;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.25fr);
  overflow: hidden;
  border-bottom: 1px solid #20343f;
  background:
    radial-gradient(circle at 82% 24%, color-mix(in srgb, var(--detail-tone) 12%, transparent), transparent 38%),
    #040b10;
}

.broadcast-detail-cover {
  position: relative;
  min-width: 0;
  min-height: 325px;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin: 0;
  background:
    radial-gradient(circle, color-mix(in srgb, var(--detail-tone) 18%, transparent), transparent 58%),
    #061018;
}

.broadcast-detail-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 63%, #040b10), linear-gradient(0deg, rgba(4, 11, 16, 0.5), transparent 55%);
  pointer-events: none;
}

.broadcast-detail-cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 280ms ease;
}

.broadcast-detail-cover.has-image img {
  opacity: 0.92;
}

.broadcast-detail-cover-fallback {
  color: var(--detail-tone);
  font-size: 78px;
  filter: drop-shadow(0 0 18px color-mix(in srgb, var(--detail-tone) 45%, transparent));
}

.broadcast-detail-cover.has-image .broadcast-detail-cover-fallback {
  opacity: 0;
}

.broadcast-detail-hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  min-width: 0;
  padding: 58px 62px 45px 42px;
}

.broadcast-detail-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 12px;
  color: var(--detail-tone);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.broadcast-detail-eyebrow > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--detail-tone);
  box-shadow: 0 0 10px var(--detail-tone);
}

.broadcast-detail-eyebrow b {
  margin-left: 4px;
  padding: 3px 8px;
  border: 1px solid color-mix(in srgb, var(--detail-tone) 46%, transparent);
  border-radius: 999px;
  color: #c5d1d8;
  font-size: 9px;
  letter-spacing: 0.06em;
}

.broadcast-detail-hero h2 {
  margin: 0;
  overflow-wrap: anywhere;
  font-family: var(--display);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}

.broadcast-detail-subtitle {
  margin: 14px 0 0;
  color: #aebbc3;
  font-size: 16px;
  line-height: 1.5;
}

.broadcast-detail-date {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 21px;
  color: #dce6eb;
  font-size: 14px;
  font-weight: 650;
}

.broadcast-detail-date i {
  color: var(--detail-tone);
}

.broadcast-detail-body {
  display: grid;
  gap: 20px;
  padding: 24px;
}

.broadcast-detail-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.broadcast-detail-fact {
  min-width: 0;
  min-height: 76px;
  display: grid;
  grid-template-columns: 37px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid #1c3340;
  border-radius: 9px;
  background: rgba(8, 19, 27, 0.72);
}

.broadcast-detail-fact > i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--detail-tone);
  background: color-mix(in srgb, var(--detail-tone) 9%, #071118);
  font-size: 16px;
}

.broadcast-detail-fact div {
  min-width: 0;
}

.broadcast-detail-fact small,
.broadcast-detail-fact strong {
  display: block;
}

.broadcast-detail-fact small {
  margin-bottom: 4px;
  color: #718692;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.broadcast-detail-fact strong {
  overflow-wrap: anywhere;
  color: #dfe8ed;
  font-size: 12px;
  line-height: 1.35;
}

.broadcast-detail-info,
.broadcast-detail-tags,
.broadcast-detail-segments {
  padding-top: 2px;
}

.broadcast-detail-info h3,
.broadcast-detail-tags h3,
.broadcast-detail-section-heading h3 {
  margin: 0;
  color: #dfe8ed;
  font-size: 16px;
}

.broadcast-detail-info p {
  margin: 9px 0 0;
  padding: 13px 15px;
  border-left: 2px solid var(--detail-tone);
  color: #9fb0b9;
  background: color-mix(in srgb, var(--detail-tone) 4%, transparent);
  font-size: 13px;
  line-height: 1.55;
}

.broadcast-detail-tags > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
}

.broadcast-detail-tags span {
  padding: 5px 10px;
  border: 1px solid color-mix(in srgb, var(--detail-tone) 36%, #253a46);
  border-radius: 999px;
  color: #b7c6ce;
  background: color-mix(in srgb, var(--detail-tone) 5%, #071018);
  font-size: 11px;
}

.broadcast-detail-section-heading {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 9px;
  border-bottom: 1px solid #203540;
}

.broadcast-detail-section-heading span {
  color: var(--detail-tone);
  font-size: 10px;
  font-weight: 750;
  text-transform: uppercase;
}

.broadcast-detail-segments > div:last-child {
  display: grid;
  gap: 8px;
}

.broadcast-detail-segments article {
  --segment-tone: var(--detail-tone);
  min-width: 0;
  display: grid;
  grid-template-columns: 47px minmax(0, 1fr);
  gap: 13px;
  padding: 13px;
  border: 1px solid color-mix(in srgb, var(--segment-tone) 33%, #1b313d);
  border-radius: 10px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--segment-tone) 7%, #071018), #071018 38%);
}

.broadcast-detail-segments article > span {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1px solid var(--segment-tone);
  border-radius: 50%;
  color: var(--segment-tone);
  background: #050d13;
  font-family: var(--display);
  font-weight: 700;
}

.broadcast-detail-segments article > div {
  min-width: 0;
}

.broadcast-detail-segments article small,
.broadcast-detail-segments article strong {
  display: block;
}

.broadcast-detail-segments article small {
  color: var(--segment-tone);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.broadcast-detail-segments article strong {
  margin-top: 3px;
  color: #e5edf1;
  font-size: 14px;
}

.broadcast-detail-segments article p {
  margin: 4px 0 0;
  color: #9aabb4;
  font-size: 12px;
}

.broadcast-detail-segments article div > div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.broadcast-detail-segments article div > div span {
  padding: 3px 7px;
  border-radius: 4px;
  color: #9eb0ba;
  background: rgba(255, 255, 255, 0.045);
  font-size: 10px;
}

.broadcast-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding-top: 18px;
  border-top: 1px solid #203540;
}

.broadcast-detail-actions a {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 17px;
  border: 1px solid #304752;
  border-radius: 7px;
  color: #d9e5ea;
  background: #08131b;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: 180ms ease;
}

.broadcast-detail-actions a.is-primary {
  border-color: #8534c7;
  color: #fff;
  background: linear-gradient(135deg, #6f20aa, #45116e);
}

.broadcast-detail-actions a:hover,
.broadcast-detail-actions a:focus-visible {
  border-color: var(--detail-tone);
  transform: translateY(-1px);
}

.broadcasts-next.is-loading,
.broadcast-program.is-loading {
  animation: broadcasts-pulse 1.4s ease-in-out infinite alternate;
}

@keyframes broadcasts-pulse {
  from { opacity: 0.72; }
  to { opacity: 1; }
}

@media (max-width: 1320px) {
  .broadcasts-next {
    grid-template-columns: minmax(240px, 0.9fr) minmax(270px, 1.15fr) minmax(270px, 1fr) 145px;
  }

  .broadcasts-next-type,
  .broadcasts-next-copy,
  .broadcasts-countdown,
  .broadcasts-next-actions {
    padding-inline: 16px;
  }

  .broadcast-program-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .broadcast-program {
    min-height: 330px;
  }

  .broadcasts-lower-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .broadcasts-next {
    grid-template-columns: minmax(240px, 0.85fr) minmax(300px, 1.15fr);
  }

  .broadcasts-next-type::after,
  .broadcasts-next-copy::after {
    display: none;
  }

  .broadcasts-next-type,
  .broadcasts-next-copy {
    border-bottom: 1px solid #263944;
  }

  .broadcasts-next-cover {
    inset: 0;
  }

  .broadcasts-next-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .broadcasts-page {
    padding-bottom: 8px;
  }

  .broadcasts-heading {
    margin-inline: 2px;
  }

  .broadcasts-heading > span {
    font-size: 13px;
  }

  .broadcasts-next {
    grid-template-columns: 1fr;
  }

  .broadcasts-next-type,
  .broadcasts-next-copy,
  .broadcasts-countdown,
  .broadcasts-next-actions {
    padding: 18px;
  }

  .broadcasts-next-type {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .broadcasts-next-type > span {
    width: 68px;
    height: 68px;
    font-size: 43px;
  }

  .broadcasts-next-type time {
    white-space: normal;
  }

  .broadcasts-next-copy {
    min-height: 120px;
  }

  .broadcasts-next-copy > strong {
    font-size: 25px;
  }

  .broadcasts-next-actions {
    grid-template-columns: 1fr;
  }

  .broadcast-program-grid {
    grid-template-columns: 1fr;
  }

  .broadcast-program {
    min-height: 320px;
  }

  .broadcast-program h2 {
    font-size: 22px;
  }

  .broadcast-program > p,
  .broadcast-program-next strong {
    font-size: 13px;
  }

  .broadcast-rhythm > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .broadcast-rhythm > div > span {
    border-right: 1px solid #172c38;
    border-bottom: 1px solid #172c38;
  }

  .broadcast-timeline > header {
    align-items: flex-start;
    gap: 8px;
  }

  .broadcast-timeline-track {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 10px;
  }

  .broadcast-timeline-track > article {
    min-height: 68px;
    grid-template-columns: 68px minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-items: center;
    justify-items: start;
    text-align: left;
  }

  .broadcast-timeline-connector {
    top: 34px;
    left: 25px;
    width: 2px;
    height: calc(100% + 8px);
    background: linear-gradient(180deg, var(--timeline-tone), var(--timeline-next-tone));
  }

  .broadcast-timeline-track time {
    grid-column: 2;
    align-self: end;
  }

  .broadcast-timeline-track article > span {
    grid-column: 1;
    grid-row: 1 / 3;
    margin: 0;
  }

  .broadcast-timeline-track article > strong {
    grid-column: 2;
    align-self: start;
    margin-top: 2px;
    font-size: 13px;
  }

  .broadcast-timeline-track article > small {
    grid-column: 3;
    grid-row: 1 / 3;
  }

  .broadcast-timeline-more {
    justify-items: start;
    padding: 8px 0 8px 76px;
  }

  .broadcast-detail-modal {
    padding: 9px;
  }

  .broadcast-detail-dialog {
    width: calc(100vw - 18px);
    max-height: calc(100vh - 18px);
    border-radius: 13px;
  }

  .broadcast-detail-close {
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
  }

  .broadcast-detail-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .broadcast-detail-cover {
    min-height: 230px;
  }

  .broadcast-detail-cover::after {
    background: linear-gradient(0deg, #040b10, transparent 54%);
  }

  .broadcast-detail-hero-copy {
    margin-top: -48px;
    padding: 26px 18px 23px;
  }

  .broadcast-detail-hero h2 {
    font-size: 30px;
  }

  .broadcast-detail-body {
    gap: 17px;
    padding: 15px;
  }

  .broadcast-detail-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 390px) {
  .broadcasts-countdown > div {
    gap: 5px;
  }

  .broadcasts-countdown strong {
    min-height: 50px;
    font-size: 22px;
  }

  .broadcast-timeline > header a {
    padding-inline: 8px;
  }

  .broadcast-detail-facts {
    grid-template-columns: 1fr;
  }

  .broadcast-detail-fact {
    min-height: 66px;
  }

  .broadcast-detail-eyebrow {
    padding-right: 34px;
  }
}

/* A Wiking család */
.family-page {
  display: grid;
  gap: 14px;
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.family-hero {
  position: relative;
  min-height: 355px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 42px 46px;
  isolation: isolate;
  background:
    radial-gradient(circle at 80% 36%, rgba(255, 174, 57, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(7, 20, 25, 0.99), rgba(4, 11, 17, 0.99));
}

.family-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0 0 0 38%;
  opacity: 0;
  background-image: var(--family-cover);
  background-position: center;
  background-size: cover;
  filter: saturate(0.92) brightness(0.78);
}

.family-hero.has-cover::before { opacity: 1; }

.family-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, #061016 0%, rgba(6, 16, 22, 0.98) 34%, rgba(6, 16, 22, 0.74) 55%, rgba(6, 16, 22, 0.15) 82%),
    linear-gradient(0deg, rgba(3, 10, 14, 0.5), transparent 45%);
}

.family-hero-copy {
  position: relative;
  z-index: 2;
  width: min(680px, 57%);
}

.family-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 30px;
  color: #7f929e;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.family-breadcrumb i { font-size: 8px; }
.family-breadcrumb a:hover,
.family-breadcrumb a:focus-visible,
.family-breadcrumb strong { color: #50ebd5; }

.family-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #ffb13b;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.family-hero h1 {
  margin: 8px 0 0;
  color: #f4f8fa;
  font-family: var(--display);
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.family-hero h2 {
  margin: 13px 0 0;
  color: #ffb13b;
  font-family: var(--display);
  font-size: clamp(19px, 1.7vw, 27px);
  line-height: 1.25;
}

.family-hero-copy > p:not(.family-breadcrumb) {
  margin: 13px 0 0;
  color: #b1bec6;
  font-size: 14px;
  line-height: 1.62;
}

.family-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 23px;
}

.family-hero-facts > span {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 14px;
  color: #51e8d3;
  border: 1px solid rgba(55, 220, 198, 0.26);
  border-radius: 8px;
  background: rgba(3, 17, 20, 0.62);
}

.family-hero-facts strong { font-family: var(--display); font-size: 21px; }
.family-hero-facts i { font-size: 17px; }
.family-hero-facts small { color: #a4b3bc; font-size: 12px; }

.family-gallery {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border-color: rgba(44, 211, 188, 0.42);
  background:
    radial-gradient(circle at 0 0, rgba(28, 146, 129, 0.11), transparent 320px),
    rgba(4, 13, 18, 0.96);
}

.family-gallery::before,
.family-gallery::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  pointer-events: none;
  border-color: #3be5cf;
}

.family-gallery::before { top: 0; left: 0; border-top: 2px solid; border-left: 2px solid; border-radius: 8px 0 0; }
.family-gallery::after { right: 0; bottom: 0; border-right: 2px solid; border-bottom: 2px solid; border-radius: 0 0 8px; }

.family-gallery-heading {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 2px 15px;
}

.family-gallery-heading > div { display: flex; align-items: center; gap: 12px; }
.family-gallery-heading > div > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #43e5ce;
  border: 1px solid rgba(67, 229, 206, 0.32);
  border-radius: 8px;
  background: rgba(20, 113, 100, 0.13);
}
.family-gallery-heading small { display: block; color: #7f929d; font-size: 12px; }
.family-gallery-heading h2 { margin: 2px 0 0; color: #53e9d4; font-family: var(--display); font-size: 23px; }
.family-gallery-heading > strong {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: max-content;
  padding: 8px 12px;
  color: #53e9d4;
  border: 1px solid rgba(67, 229, 206, 0.24);
  border-radius: 7px;
  background: rgba(18, 95, 86, 0.13);
  font-size: 12px;
}

.family-gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: 92px;
  gap: 10px;
}

.family-gallery-item {
  grid-row: span 2;
  min-width: 0;
  margin: 0;
}

.family-gallery-item:nth-child(11n + 1),
.family-gallery-item:nth-child(11n + 7) { grid-column: span 2; grid-row: span 3; }
.family-gallery-item:nth-child(8n + 3) { grid-row: span 3; }
.family-gallery-item:nth-child(13n + 6) { grid-column: span 2; }

.family-gallery-item > a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border: 1px solid #29434c;
  border-radius: 8px;
  background: #081319;
}

.family-gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 260ms ease, filter 260ms ease;
}

.family-gallery-item > a > span {
  position: absolute;
  right: 9px;
  bottom: 9px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: #effffc;
  border: 1px solid rgba(104, 237, 219, 0.45);
  border-radius: 7px;
  background: rgba(3, 13, 18, 0.78);
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.family-gallery-item > a:hover,
.family-gallery-item > a:focus-visible { border-color: #46dbc7; }
.family-gallery-item > a:hover img,
.family-gallery-item > a:focus-visible img { transform: scale(1.025); filter: brightness(1.06); }
.family-gallery-item > a:hover > span,
.family-gallery-item > a:focus-visible > span { opacity: 1; transform: none; }

.family-gallery-item figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.family-gallery-empty {
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #6e8793;
  border: 1px dashed #28434f;
  border-radius: 9px;
  text-align: left;
}
.family-gallery-empty > i { color: #3fdac5; font-size: 42px; }
.family-gallery-empty strong { display: block; color: #dce9ed; font-size: 17px; }
.family-gallery-empty p { margin: 5px 0 0; font-size: 13px; }

.family-quote {
  min-height: 82px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  align-items: center;
  gap: 15px;
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 14px 22px;
  color: #ffb13b;
  border-color: rgba(202, 132, 31, 0.37);
  background: linear-gradient(90deg, rgba(55, 36, 11, 0.36), rgba(23, 18, 11, 0.72), rgba(55, 36, 11, 0.36));
}
.family-quote > i { text-align: center; font-size: 24px; }
.family-quote > i:last-child { color: #ff9f20; }
.family-quote strong { display: block; font-family: var(--display); font-size: 16px; }
.family-quote p { margin: 5px 0 0; color: #9da9af; font-size: 13px; }

@media (max-width: 1180px) {
  .family-hero-copy { width: 68%; }
  .family-hero::before { left: 30%; }
  .family-gallery-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .family-hero { min-height: 540px; align-items: end; padding: 24px; }
  .family-hero::before { inset: 0 0 38% 0; background-position: center 28%; }
  .family-hero::after { background: linear-gradient(0deg, #061016 0%, rgba(6, 16, 22, 0.98) 54%, rgba(6, 16, 22, 0.2) 86%); }
  .family-hero-copy { width: 100%; }
  .family-breadcrumb { margin-bottom: 18px; }
  .family-hero h1 { font-size: 40px; }
  .family-gallery { padding: 12px; }
  .family-gallery-heading { align-items: flex-start; }
  .family-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 86px; gap: 8px; }
  .family-gallery-item:nth-child(n) { grid-column: span 1; grid-row: span 2; }
  .family-gallery-item:nth-child(7n + 1) { grid-column: span 2; grid-row: span 3; }
  .family-quote { grid-template-columns: 38px minmax(0, 1fr); }
  .family-quote > i:last-child { display: none; }
}

@media (max-width: 430px) {
  .family-hero { min-height: 600px; padding: 18px; }
  .family-kicker { font-size: 12px; }
  .family-hero h1 { font-size: 34px; }
  .family-hero h2 { font-size: 18px; }
  .family-hero-copy > p:not(.family-breadcrumb) { font-size: 13px; }
  .family-gallery-heading > strong { display: none; }
  .family-gallery-heading h2 { font-size: 19px; }
  .family-gallery-grid { grid-auto-rows: 72px; }
}
 
/* Wiking simogato */
.simogato-page {
  --simogato-gold: #f4b63f;
  --simogato-gold-soft: #ffd275;
  display: grid;
  gap: 14px;
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.simogato-hero {
  position: relative;
  min-height: 350px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 42px 46px;
  isolation: isolate;
  border-color: rgba(224, 160, 53, 0.34);
  background: linear-gradient(135deg, #121510, #090e10);
}

.simogato-hero::before {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0 0 0 38%;
  opacity: 0;
  background-image: var(--simogato-cover);
  background-position: center;
  background-size: cover;
  filter: saturate(0.88) brightness(0.76) sepia(0.08);
  transform: scale(1.015);
}

.simogato-hero.has-cover::before { opacity: 1; }

.simogato-hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, #11140f 0%, rgba(17, 20, 15, 0.98) 35%, rgba(14, 17, 13, 0.68) 58%, rgba(7, 11, 12, 0.12) 84%),
    linear-gradient(0deg, rgba(6, 9, 8, 0.55), transparent 52%);
  pointer-events: none;
}

.simogato-hero-glow {
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 90px;
  background: linear-gradient(0deg, rgba(225, 153, 40, 0.1), transparent);
  pointer-events: none;
}

.simogato-hero-copy {
  position: relative;
  z-index: 2;
  width: min(680px, 58%);
}

.simogato-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 25px;
  color: #8e9387;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.simogato-breadcrumb i { font-size: 8px; }
.simogato-breadcrumb a:hover,
.simogato-breadcrumb a:focus-visible,
.simogato-breadcrumb strong { color: var(--simogato-gold); }

.simogato-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--simogato-gold);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.simogato-hero h1 {
  margin: 8px 0 0;
  color: #f8f6ee;
  font-family: var(--display);
  font-size: clamp(40px, 4.1vw, 62px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.simogato-hero h2 {
  margin: 7px 0 17px;
  color: var(--simogato-gold);
  font-family: var(--display);
  font-size: clamp(28px, 2.8vw, 43px);
  line-height: 1;
}

.simogato-hero-copy > p:not(.simogato-breadcrumb) {
  max-width: 630px;
  margin: 8px 0 0;
  color: #c3c4bd;
  font-size: 14px;
  line-height: 1.62;
}

.simogato-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.simogato-facts article {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border: 1px solid rgba(221, 157, 52, 0.38);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(56, 42, 21, 0.5), rgba(11, 16, 17, 0.94));
}

.simogato-facts article > span,
.simogato-story header > span {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--simogato-gold);
  border: 1px solid rgba(239, 178, 73, 0.35);
  border-radius: 50%;
  background: rgba(131, 86, 20, 0.16);
  font-size: 21px;
}

.simogato-facts small,
.simogato-story small {
  display: block;
  margin-bottom: 4px;
  color: var(--simogato-gold);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.simogato-facts strong {
  display: block;
  color: #e7e6df;
  font-size: 14px;
  line-height: 1.4;
}

.simogato-story {
  padding: 20px 24px 22px;
  border-color: rgba(220, 157, 51, 0.3);
  background:
    radial-gradient(circle at 90% 0, rgba(191, 125, 23, 0.1), transparent 34%),
    rgba(8, 14, 16, 0.96);
}

.simogato-story > header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.simogato-story header > span { width: 40px; height: 40px; font-size: 17px; }
.simogato-story h2 {
  margin: 1px 0 0;
  color: var(--simogato-gold-soft);
  font-family: var(--display);
  font-size: 22px;
}

.simogato-story-track {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr) 70px minmax(0, 1fr) 70px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.simogato-story-track article {
  min-width: 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.simogato-story-track article > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--simogato-gold);
  border: 1px solid rgba(240, 180, 76, 0.45);
  border-radius: 50%;
  background: rgba(116, 75, 18, 0.17);
  font-size: 17px;
}

.simogato-story-track strong {
  display: block;
  color: #bec2be;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.simogato-story-track > i {
  position: relative;
  height: 1px;
  background: linear-gradient(90deg, rgba(210, 144, 37, 0.28), var(--simogato-gold), rgba(210, 144, 37, 0.28));
}

.simogato-story-track > i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffd77e;
  box-shadow: 0 0 10px #e7a739;
  transform: translate(-50%, -50%);
}

.simogato-gallery {
  overflow: hidden;
  padding: 18px;
  border-color: rgba(221, 157, 52, 0.34);
  background:
    radial-gradient(circle at 0 0, rgba(178, 114, 21, 0.1), transparent 340px),
    rgba(5, 13, 16, 0.97);
}

.simogato-gallery-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 54px;
  padding: 0 2px 15px;
}

.simogato-gallery-heading > div { display: flex; align-items: center; gap: 12px; }
.simogato-gallery-heading > div > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--simogato-gold);
  border: 1px solid rgba(235, 173, 69, 0.32);
  border-radius: 8px;
  background: rgba(128, 82, 17, 0.14);
}
.simogato-gallery-heading small { display: block; color: #898f8d; font-size: 12px; }
.simogato-gallery-heading h2 { margin: 2px 0 0; color: var(--simogato-gold-soft); font-family: var(--display); font-size: 23px; }
.simogato-gallery-heading > strong {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: max-content;
  padding: 8px 12px;
  color: var(--simogato-gold);
  border: 1px solid rgba(235, 173, 69, 0.26);
  border-radius: 7px;
  background: rgba(128, 82, 17, 0.12);
  font-size: 12px;
}

.simogato-gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: 98px;
  gap: 9px;
}

.simogato-gallery-item { grid-row: span 2; min-width: 0; margin: 0; }
.simogato-gallery-item:nth-child(12n + 1),
.simogato-gallery-item:nth-child(12n + 8) { grid-column: span 2; grid-row: span 3; }
.simogato-gallery-item:nth-child(9n + 4) { grid-row: span 3; }
.simogato-gallery-item:nth-child(10n + 6) { grid-column: span 2; }

.simogato-gallery-item > a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border: 1px solid #3d3829;
  border-radius: 8px;
  background: #12130f;
}

.simogato-gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 260ms ease, filter 260ms ease;
}

.simogato-gallery-item > a > span {
  position: absolute;
  right: 9px;
  bottom: 9px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: #fff8e7;
  border: 1px solid rgba(255, 205, 113, 0.52);
  border-radius: 7px;
  background: rgba(17, 13, 7, 0.78);
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.simogato-gallery-item > a:hover,
.simogato-gallery-item > a:focus-visible { border-color: var(--simogato-gold); }
.simogato-gallery-item > a:hover img,
.simogato-gallery-item > a:focus-visible img { transform: scale(1.025); filter: brightness(1.07); }
.simogato-gallery-item > a:hover > span,
.simogato-gallery-item > a:focus-visible > span { opacity: 1; transform: none; }

.simogato-gallery-item figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.simogato-gallery-empty {
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #888f8c;
  border: 1px dashed #4d422d;
  border-radius: 9px;
}
.simogato-gallery-empty > i { color: var(--simogato-gold); font-size: 42px; }
.simogato-gallery-empty strong { display: block; color: #ece9df; font-size: 17px; }
.simogato-gallery-empty p { margin: 5px 0 0; font-size: 13px; }

.simogato-quote {
  min-height: 88px;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 56px;
  align-items: center;
  gap: 16px;
  padding: 15px 28px;
  color: var(--simogato-gold-soft);
  border-color: rgba(221, 157, 52, 0.34);
  background: linear-gradient(90deg, rgba(66, 44, 13, 0.38), rgba(27, 23, 15, 0.78), rgba(66, 44, 13, 0.38));
  text-align: center;
}
.simogato-quote i { color: var(--simogato-gold); font-size: 25px; }
.simogato-quote p { margin: 0; font-family: var(--display); font-size: 16px; font-style: italic; line-height: 1.5; }

@media (max-width: 1180px) {
  .simogato-hero-copy { width: 68%; }
  .simogato-hero::before { left: 28%; }
  .simogato-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .simogato-story-track { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .simogato-story-track > i { display: none; }
  .simogato-gallery-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .simogato-hero { min-height: 560px; align-items: end; padding: 24px; }
  .simogato-hero::before { inset: 0 0 42% 0; background-position: center; }
  .simogato-hero::after { background: linear-gradient(0deg, #11140f 0%, rgba(17, 20, 15, 0.98) 57%, rgba(11, 13, 10, 0.22) 88%); }
  .simogato-hero-copy { width: 100%; }
  .simogato-breadcrumb { margin-bottom: 16px; }
  .simogato-hero h1 { font-size: 39px; }
  .simogato-hero h2 { font-size: 28px; }
  .simogato-facts { grid-template-columns: 1fr; }
  .simogato-facts article { min-height: 76px; }
  .simogato-story { padding: 17px; }
  .simogato-story-track { grid-template-columns: 1fr; }
  .simogato-gallery { padding: 12px; }
  .simogato-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 84px; gap: 8px; }
  .simogato-gallery-item:nth-child(n) { grid-column: span 1; grid-row: span 2; }
  .simogato-gallery-item:nth-child(7n + 1) { grid-column: span 2; grid-row: span 3; }
  .simogato-quote { grid-template-columns: 38px minmax(0, 1fr); padding: 15px; text-align: left; }
  .simogato-quote i:last-child { display: none; }
}

@media (max-width: 430px) {
  .simogato-hero { min-height: 620px; padding: 18px; }
  .simogato-kicker { font-size: 11px; }
  .simogato-hero h1 { font-size: 34px; }
  .simogato-hero h2 { font-size: 25px; }
  .simogato-hero-copy > p:not(.simogato-breadcrumb) { font-size: 13px; }
  .simogato-gallery-heading > strong { display: none; }
  .simogato-gallery-heading h2 { font-size: 19px; }
  .simogato-gallery-grid { grid-auto-rows: 74px; }
}
 
/* Kapcsolatfelvetel */
.contact-page {
  --contact-blue: #16c8ff;
  --contact-cyan: #20e0dc;
  --contact-purple: #b66cff;
  --contact-gold: #ffb52d;
  display: grid;
  gap: 14px;
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.contact-hero {
  position: relative;
  min-height: 310px;
  display: grid;
  grid-template-columns: minmax(0, 58%) minmax(360px, 42%);
  align-items: center;
  overflow: hidden;
  padding: 36px 44px;
  border-color: rgba(32, 188, 242, 0.34);
  background:
    radial-gradient(circle at 79% 50%, rgba(101, 54, 222, 0.18), transparent 29%),
    radial-gradient(circle at 96% 42%, rgba(15, 197, 239, 0.15), transparent 25%),
    linear-gradient(135deg, #06131b, #050b13 68%, #0b0718);
}

.contact-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(39, 184, 239, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(109, 68, 244, 0.08) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(90deg, transparent 45%, #000 70%);
}

.contact-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.contact-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: #7f929d;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.contact-breadcrumb i { font-size: 8px; }
.contact-breadcrumb strong,
.contact-breadcrumb a:hover,
.contact-breadcrumb a:focus-visible { color: var(--contact-blue); }

.contact-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--contact-cyan);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.contact-hero h1 {
  margin: 8px 0 0;
  color: #f4f8fa;
  font-family: var(--display);
  font-size: clamp(42px, 4.4vw, 64px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.contact-hero h2 {
  margin: 13px 0 0;
  color: #e6f1f5;
  font-family: var(--display);
  font-size: clamp(18px, 1.7vw, 25px);
  line-height: 1.3;
}

.contact-hero-copy > p:not(.contact-breadcrumb) {
  max-width: 680px;
  margin: 13px 0 0;
  color: #a6b5bd;
  font-size: 14px;
  line-height: 1.6;
}

.contact-hero-copy > strong {
  display: block;
  margin-top: 16px;
  color: #f4f8fa;
  font-size: 14px;
}

.contact-hero-visual {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 240px;
  justify-self: end;
}

.contact-screen {
  position: absolute;
  top: 25px;
  right: 105px;
  width: 250px;
  height: 145px;
  display: grid;
  place-items: center;
  color: #31d6ff;
  border: 3px solid #1783ef;
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(6, 27, 50, 0.98), rgba(12, 10, 45, 0.96));
  box-shadow: 0 0 26px rgba(20, 131, 255, 0.32), inset 0 0 28px rgba(26, 193, 255, 0.08);
  transform: perspective(500px) rotateY(-6deg);
}

.contact-screen-logo {
  width: 92px;
  height: 92px;
  filter: drop-shadow(0 0 12px rgba(26, 205, 255, 0.42));
}

.contact-screen > b {
  position: absolute;
  right: 18px;
  width: 52px;
  height: 8px;
  border: 1px solid rgba(60, 188, 255, 0.5);
  border-radius: 4px;
}
.contact-screen > b:nth-of-type(1) { top: 20px; }
.contact-screen > b:nth-of-type(2) { top: 35px; width: 36px; }
.contact-screen > b:nth-of-type(3) { bottom: 20px; }

.contact-mic,
.contact-envelope,
.contact-discord {
  position: absolute;
  filter: drop-shadow(0 0 10px currentColor);
}

.contact-mic {
  left: 6%;
  bottom: 16px;
  color: #7b7cff;
  font-size: 82px;
  transform: rotate(-7deg);
}

.contact-envelope {
  right: 20px;
  top: 34px;
  color: #ff6de0;
  font-size: 70px;
  transform: rotate(5deg);
}

.contact-discord {
  right: 13px;
  bottom: 22px;
  color: #936bff;
  font-size: 47px;
}

.contact-pixels {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.75;
  background-image:
    radial-gradient(circle, #246cff 0 3px, transparent 4px),
    radial-gradient(circle, #a62cff 0 2px, transparent 3px);
  background-position: 0 0, 16px 14px;
  background-size: 44px 38px;
  mask-image: radial-gradient(ellipse at center, #000, transparent 72%);
}

.contact-type-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.contact-type-card {
  --type-color: var(--contact-blue);
  min-height: 94px;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 13px;
  padding: 16px 18px;
  color: #dbe7eb;
  border: 1px solid color-mix(in srgb, var(--type-color) 48%, #19323e);
  border-radius: 10px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--type-color) 9%, #071118), rgba(5, 13, 18, 0.96));
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.contact-type-card.tone-purple { --type-color: var(--contact-purple); }
.contact-type-card.tone-cyan { --type-color: var(--contact-cyan); }
.contact-type-card.tone-gold { --type-color: var(--contact-gold); }

.contact-type-card:hover,
.contact-type-card:focus-visible {
  color: #fff;
  border-color: var(--type-color);
  box-shadow: 0 0 20px color-mix(in srgb, var(--type-color) 17%, transparent);
  transform: translateY(-2px);
}

.contact-type-card > span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: var(--type-color);
  border: 1px solid color-mix(in srgb, var(--type-color) 42%, transparent);
  border-radius: 9px;
  background: color-mix(in srgb, var(--type-color) 10%, transparent);
  font-size: 22px;
}

.contact-type-card strong {
  display: block;
  color: var(--type-color);
  font-family: var(--display);
  font-size: 15px;
}

.contact-type-card small {
  display: block;
  margin-top: 5px;
  color: #9cadb5;
  font-size: 12px;
  line-height: 1.45;
}

.contact-type-card > i { color: var(--type-color); font-size: 13px; }

.contact-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(430px, 0.84fr);
  gap: 14px;
  align-items: stretch;
}

.contact-form-panel,
.contact-info-panel {
  padding: 21px 23px;
  border-color: rgba(32, 188, 242, 0.34);
  background:
    radial-gradient(circle at 100% 0, rgba(58, 74, 203, 0.08), transparent 36%),
    rgba(5, 14, 19, 0.97);
}

.contact-form-panel > header,
.contact-info-panel > header {
  min-height: 54px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 17px;
  padding-bottom: 13px;
  border-bottom: 1px solid #1c3541;
}

.contact-form-panel > header small,
.contact-info-panel > header small,
.contact-channels > header small {
  color: #7e96a2;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.contact-form-panel > header h2,
.contact-info-panel > header h2,
.contact-channels > header h2 {
  margin: 3px 0 0;
  color: #e6f0f3;
  font-family: var(--display);
  font-size: 21px;
}

.contact-form-panel > header > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--contact-blue);
  border: 1px solid rgba(35, 199, 255, 0.35);
  border-radius: 9px;
  background: rgba(23, 151, 204, 0.1);
  font-size: 18px;
}

.contact-form-shell .mw4-contact-form {
  gap: 14px;
  max-width: none;
}

.contact-form-shell .mw4-contact-form-field {
  gap: 7px;
  margin: 0 !important;
}

.contact-form-shell .mw4-contact-form-field > .form-label,
.contact-form-shell .mw4-contact-form-check label {
  color: #cbd7dc;
  font-size: 13px;
  font-weight: 700;
}

.contact-form-shell .mw4-contact-form input[type="text"],
.contact-form-shell .mw4-contact-form input[type="email"],
.contact-form-shell .mw4-contact-form input[type="tel"],
.contact-form-shell .mw4-contact-form textarea,
.contact-form-shell .mw4-contact-form select {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  color: #e9f1f4;
  border: 1px solid #274654;
  border-radius: 7px;
  outline: 0;
  background: rgba(3, 12, 17, 0.92);
  font: inherit;
  font-size: 14px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.contact-form-shell .mw4-contact-form textarea {
  min-height: 164px;
  resize: vertical;
  line-height: 1.5;
}

.contact-form-shell .mw4-contact-form input:focus,
.contact-form-shell .mw4-contact-form textarea:focus,
.contact-form-shell .mw4-contact-form select:focus {
  border-color: var(--contact-blue);
  box-shadow: 0 0 0 3px rgba(22, 200, 255, 0.1);
}

.contact-form-shell .mw4-contact-form-check {
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
}

.contact-form-shell .mw4-contact-form-check input {
  width: 17px;
  height: 17px;
  margin-top: 1px;
  accent-color: #16c8ff;
}

.contact-form-shell .mw4-contact-form-submit {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  min-width: 220px;
  padding: 12px 22px;
  color: #fff;
  border: 1px solid #2b8eff;
  border-radius: 8px;
  background: linear-gradient(135deg, #069ed5, #2938d7);
  box-shadow: 0 0 20px rgba(20, 134, 255, 0.24);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.contact-form-shell .mw4-contact-form-submit::before {
  content: "\f1d8";
  margin-right: 9px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.contact-form-shell .mw4-contact-form-submit:hover,
.contact-form-shell .mw4-contact-form-submit:focus-visible {
  border-color: #56dcff;
  filter: brightness(1.1);
}

.contact-form-shell .mw4-contact-form-message,
.contact-form-shell .mw4-contact-form-errors,
.contact-form-shell .mw4-contact-form-success {
  padding: 11px 13px;
  border: 1px solid #294b59;
  border-radius: 7px;
  font-size: 13px;
}

.contact-form-shell .mw4-contact-form-message.is-success,
.contact-form-shell .mw4-contact-form-success {
  color: #65ef9a;
  border-color: rgba(47, 213, 110, 0.4);
  background: rgba(22, 104, 54, 0.18);
}

.contact-form-shell .mw4-contact-form-message.is-error,
.contact-form-shell .mw4-contact-form-errors,
.contact-form-shell .mw4-contact-form-field-error,
.contact-form-shell .mw4-contact-form-field-errors {
  color: #ff8291;
}

.contact-form-panel > footer {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 17px;
  padding-top: 14px;
  color: #7f929c;
  border-top: 1px solid #1c3541;
  font-size: 12px;
}
.contact-form-panel > footer i { color: var(--contact-blue); }

.contact-form-unavailable {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #91a3ac;
  border: 1px dashed #294753;
  border-radius: 8px;
}
.contact-form-unavailable > i { color: var(--contact-gold); font-size: 28px; }
.contact-form-unavailable strong { display: block; color: #e4edef; font-size: 15px; }
.contact-form-unavailable p { margin: 5px 0 0; font-size: 13px; }
.contact-form-unavailable a { color: var(--contact-blue); }

.contact-info-panel {
  display: flex;
  flex-direction: column;
}

.contact-info-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.contact-info-cards article {
  min-height: 126px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 11px;
  padding: 15px;
  border: 1px solid #243f4c;
  border-radius: 8px;
  background: rgba(5, 18, 25, 0.82);
}

.contact-info-cards article > i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--contact-blue);
  border: 1px solid rgba(28, 184, 242, 0.32);
  border-radius: 50%;
  font-size: 18px;
}

.contact-info-cards small {
  display: block;
  color: #8fa1a9;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-info-cards strong {
  display: block;
  margin-top: 3px;
  color: #43d6ff;
  font-family: var(--display);
  font-size: 17px;
}
.contact-info-cards strong a { color: inherit; }
.contact-info-cards p { margin: 6px 0 0; color: #91a2aa; font-size: 12px; line-height: 1.45; }

.contact-faq,
.contact-tips {
  margin-top: 15px;
  padding: 15px;
  border: 1px solid #243f4c;
  border-radius: 8px;
  background: rgba(5, 17, 23, 0.78);
}

.contact-faq h3,
.contact-tips h3 {
  margin: 0 0 9px;
  color: #dce7eb;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.contact-faq details {
  border-top: 1px solid #19333e;
}
.contact-faq details:first-of-type { border-top: 0; }

.contact-faq summary {
  position: relative;
  padding: 10px 23px 10px 0;
  color: #b7c4ca;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}
.contact-faq summary::-webkit-details-marker { display: none; }
.contact-faq summary::after {
  content: "\f078";
  position: absolute;
  top: 11px;
  right: 2px;
  color: var(--contact-blue);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  transition: transform 160ms ease;
}
.contact-faq details[open] summary::after { transform: rotate(180deg); }
.contact-faq details p {
  margin: 0;
  padding: 0 20px 11px 0;
  color: #8699a3;
  font-size: 12px;
  line-height: 1.5;
}
.contact-faq details a { color: var(--contact-blue); }

.contact-tips h3 i { margin-right: 6px; color: #44df8b; }
.contact-tips p {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 7px;
  margin: 8px 0 0;
  color: #9eacb2;
  font-size: 12px;
  line-height: 1.45;
}
.contact-tips p i { color: #3ee788; }

.contact-urgent {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0 0;
  padding: 10px 12px;
  color: #ffc151;
  border: 1px solid rgba(255, 181, 45, 0.38);
  border-radius: 7px;
  background: rgba(98, 59, 5, 0.16);
  font-size: 12px;
}

.contact-channels {
  padding: 18px;
  border-color: rgba(32, 188, 242, 0.3);
  background: rgba(5, 14, 19, 0.97);
}

.contact-channels > header { margin-bottom: 13px; }
.contact-channels > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 11px;
}

.contact-channel {
  --channel-color: var(--contact-blue);
  min-height: 130px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 13px;
  padding: 16px;
  border: 1px solid color-mix(in srgb, var(--channel-color) 32%, #1c3540);
  border-radius: 9px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--channel-color) 8%, #071118), #050e13);
}

.contact-channel.tone-discord { --channel-color: #6e8dff; }
.contact-channel.tone-twitch { --channel-color: #bd6dff; }
.contact-channel.tone-youtube { --channel-color: #ff2c39; }
.contact-channel.tone-mail { --channel-color: #ffb52d; }

.contact-channel > i {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--channel-color);
  border: 1px solid color-mix(in srgb, var(--channel-color) 37%, transparent);
  border-radius: 10px;
  background: color-mix(in srgb, var(--channel-color) 10%, transparent);
  font-size: 25px;
}

.contact-channel span { min-width: 0; }
.contact-channel strong { display: block; color: #e4edf0; font-size: 14px; }
.contact-channel small {
  display: block;
  min-height: 38px;
  margin-top: 5px;
  color: #8fa0a8;
  font-size: 12px;
  line-height: 1.4;
}
.contact-channel b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 9px;
  padding-top: 9px;
  color: var(--channel-color);
  border-top: 1px solid #18313b;
  font-size: 12px;
}

.contact-channel:hover,
.contact-channel:focus-visible {
  border-color: var(--channel-color);
  box-shadow: 0 0 18px color-mix(in srgb, var(--channel-color) 16%, transparent);
}

.contact-closing {
  min-height: 86px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  align-items: center;
  gap: 15px;
  padding: 14px 24px;
  color: #26cfff;
  border-color: rgba(30, 186, 242, 0.38);
  background: linear-gradient(90deg, rgba(7, 54, 79, 0.42), rgba(6, 17, 25, 0.85), rgba(26, 21, 81, 0.42));
}

.contact-closing > i {
  text-align: center;
  color: #36d4ff;
  font-size: 27px;
}
.contact-closing-logo { width: 50px; height: 50px; }
.contact-closing strong { display: block; font-family: var(--display); font-size: 16px; }
.contact-closing p { margin: 5px 0 0; color: #95a6ae; font-size: 13px; }

@media (min-width: 720px) {
  .contact-form-shell .mw4-contact-form-field-text { grid-column: 1; }
  .contact-form-shell .mw4-contact-form-field-email { grid-column: 2; }
  .contact-form-shell .mw4-contact-form-field-textarea,
  .contact-form-shell .mw4-contact-form-field-consent { grid-column: 1 / -1; }
}

@media (max-width: 1180px) {
  .contact-hero { grid-template-columns: minmax(0, 62%) minmax(300px, 38%); }
  .contact-screen { right: 62px; width: 210px; }
  .contact-envelope { right: 0; }
  .contact-type-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-main-grid { grid-template-columns: 1fr; }
  .contact-channels > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .contact-hero { min-height: 560px; grid-template-columns: 1fr; align-items: end; padding: 24px; }
  .contact-hero-copy { z-index: 3; }
  .contact-hero-visual { position: absolute; inset: 0 0 auto; height: 260px; opacity: 0.72; }
  .contact-hero::before {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 180px 0 0;
    background: linear-gradient(0deg, #06131b 52%, transparent);
    pointer-events: none;
  }
  .contact-screen { top: 27px; right: 18%; width: 220px; height: 130px; }
  .contact-mic { left: 8%; font-size: 62px; }
  .contact-envelope { right: 6%; font-size: 51px; }
  .contact-discord { right: 9%; }
  .contact-breadcrumb { margin-bottom: 17px; }
  .contact-hero h1 { font-size: 40px; }
  .contact-type-grid { grid-template-columns: 1fr; }
  .contact-type-card { min-height: 82px; }
  .contact-form-panel,
  .contact-info-panel { padding: 17px; }
  .contact-info-cards { grid-template-columns: 1fr; }
  .contact-info-cards article { min-height: 104px; }
  .contact-channels > div { grid-template-columns: 1fr; }
  .contact-closing { grid-template-columns: 40px minmax(0, 1fr); padding: 14px 17px; }
  .contact-closing-logo { display: none; }
}

@media (max-width: 430px) {
  .contact-hero { min-height: 600px; padding: 18px; }
  .contact-hero h1 { font-size: 34px; }
  .contact-hero h2 { font-size: 18px; }
  .contact-hero-copy > p:not(.contact-breadcrumb) { font-size: 13px; }
  .contact-type-card { grid-template-columns: 44px minmax(0, 1fr) 14px; padding: 14px; }
  .contact-type-card > span { width: 44px; height: 44px; }
  .contact-form-shell .mw4-contact-form-submit { width: 100%; min-width: 0; justify-self: stretch; }
  .contact-channel { grid-template-columns: 46px minmax(0, 1fr); }
  .contact-channel > i { width: 46px; height: 46px; }
}
