:root {
  --bg: #050807;
  --surface: #0a0e0c;
  --surface-2: #0e1411;
  --line: rgba(255, 255, 255, 0.09);
  --text: #f5f7f5;
  --muted: #98a29b;
  --accent: #39ff6a;
  --accent-2: #0fae4f;
  --container: 1180px;
  --radius: 22px;
  --shadow-green: 0 0 44px rgba(57, 255, 106, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 28%, color-mix(in srgb, var(--accent) 7%, transparent), transparent 32%),
    var(--bg);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  content: "";
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

img,
iframe {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.skip-link:focus {
  z-index: 10000;
  top: 16px;
  left: 16px;
  width: auto;
  height: auto;
  padding: 12px 18px;
  clip: auto;
  color: #020403;
  background: var(--accent);
  border-radius: 10px;
  font-weight: 800;
}

.partner-banner {
  position: relative;
  z-index: 2;
  padding: 18px 0 0;
  background: linear-gradient(180deg, rgba(5, 8, 7, .96), rgba(5, 8, 7, .74));
}

.partner-banner-link {
  position: relative;
  display: block;
  aspect-ratio: 2048 / 688;
  overflow: hidden;
  isolation: isolate;
  background: #071009;
  border: 1px solid color-mix(in srgb, var(--accent) 38%, rgba(255, 255, 255, .13));
  border-radius: 16px;
  box-shadow: 0 14px 38px rgba(0, 0, 0, .3), 0 0 28px color-mix(in srgb, var(--accent) 11%, transparent);
}

.partner-banner-link::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: inherit;
  box-shadow: inset 0 0 55px rgba(0, 0, 0, .15);
}

.partner-banner-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .36s cubic-bezier(.2, .75, .2, 1), filter .36s ease;
}

.partner-banner-link:hover img,
.partner-banner-link:focus-visible img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.016);
}

.partner-banner-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.site-header.scrolled {
  background: rgba(4, 7, 6, 0.86);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}

.site-header.hidden {
  transform: translateY(-100%);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 82px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Arial Black", Impact, sans-serif;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 0.04em;
}

.brand-symbol {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  overflow: hidden;
  background: #030704;
  border: 1px solid color-mix(in srgb, var(--accent) 55%, transparent);
  border-radius: 50%;
  box-shadow: 0 0 24px color-mix(in srgb, var(--accent) 26%, transparent);
  font-family: "Arial Black", Impact, sans-serif;
  font-size: 14px;
}

.brand-symbol img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-symbol.brand-wordmark {
  width: 96px;
  height: 70px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.brand-symbol.brand-wordmark img {
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #c8ceca;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.main-nav a {
  position: relative;
  transition: color 0.2s ease;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--accent);
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.main-nav .nav-admin {
  padding: 10px 14px;
  color: var(--accent);
  border: 1px solid color-mix(in srgb, var(--accent) 35%, transparent);
  border-radius: 10px;
}

.nav-admin::after {
  display: none;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px;
  background: #0c110e;
  border: 1px solid var(--line);
  border-radius: 11px;
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 4px 0;
  background: var(--text);
}

.hero {
  position: relative;
  display: grid;
  min-height: 800px;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(4, 7, 5, 0.98) 0%, rgba(4, 7, 5, 0.88) 34%, rgba(4, 7, 5, 0.18) 69%, rgba(4, 7, 5, 0.45) 100%),
    linear-gradient(0deg, var(--bg), transparent 24%),
    var(--hero-image) center top/cover no-repeat;
}

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

.hero::before {
  top: -20%;
  right: -10%;
  width: 680px;
  height: 680px;
  background: radial-gradient(circle, color-mix(in srgb, var(--accent) 16%, transparent), transparent 68%);
  filter: blur(22px);
}

.hero::after {
  right: 0;
  bottom: 0;
  left: 0;
  height: 180px;
  background: linear-gradient(transparent, var(--bg));
}

.hero-grid-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.15;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, black, transparent 65%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 800px;
  padding-top: 76px;
}

.hero-copy {
  width: min(660px, 58%);
}

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 8px 12px;
  color: #c7d0c9;
  background: rgba(8, 13, 10, 0.68);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  backdrop-filter: blur(10px);
}

.live-pill.online {
  color: var(--accent);
  border-color: color-mix(in srgb, var(--accent) 38%, transparent);
}

.pulse-dot,
.status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #687069;
  border-radius: 50%;
}

.online .pulse-dot,
.status-dot.online {
  background: var(--accent);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--accent) 12%, transparent), 0 0 18px var(--accent);
}

.online .pulse-dot {
  animation: pulse 1.6s ease-out infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent) 36%, transparent); }
  70% { box-shadow: 0 0 0 9px transparent; }
  100% { box-shadow: 0 0 0 0 transparent; }
}

.kicker,
.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.community-copy h2 {
  margin: 0;
  font-family: "Arial Black", Impact, sans-serif;
  font-style: italic;
  letter-spacing: -0.055em;
  line-height: 0.9;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 650px;
  font-size: clamp(64px, 7vw, 112px);
  text-wrap: balance;
  text-shadow: 0 8px 40px rgba(0, 0, 0, 0.45);
}

.hero h1::first-line {
  color: var(--text);
}

.hero-text {
  max-width: 590px;
  margin: 25px 0 0;
  color: #bcc4be;
  font-size: 17px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button.primary {
  color: #031006;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 10px 30px color-mix(in srgb, var(--accent) 18%, transparent);
}

.button.primary:hover {
  box-shadow: 0 12px 38px color-mix(in srgb, var(--accent) 30%, transparent);
}

.button.ghost {
  color: var(--text);
  background: rgba(10, 15, 12, 0.6);
  border-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
}

.play-icon {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--accent);
  background: #061109;
  border-radius: 50%;
  font-size: 9px;
}

.play-icon .ui-icon {
  width: 14px;
  height: 14px;
}

.hero-platforms {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 30px;
}

.hero-platforms-label {
  color: rgba(221, 234, 225, 0.52);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-platform-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mini-platform {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  color: #aebbb2;
  background: linear-gradient(135deg, rgba(15, 23, 17, 0.84), rgba(5, 9, 7, 0.62));
  border: 1px solid rgba(219, 239, 226, 0.13);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 8px 22px rgba(0, 0, 0, 0.14);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.075em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.mini-platform img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.mini-platform.is-online {
  color: #e7fff0;
  border-color: color-mix(in srgb, var(--accent) 45%, transparent);
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 16%, rgba(8, 14, 10, 0.9)), rgba(5, 11, 7, 0.76));
}

.mini-platform i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 16%, transparent), 0 0 12px var(--accent);
}

.mini-platform b {
  margin-left: 1px;
  color: rgba(226, 240, 230, 0.5);
  font-size: 13px;
  line-height: 1;
  transition: color 0.2s ease, transform 0.2s ease;
}

.mini-platform:hover,
.mini-platform:focus-visible {
  color: #effff4;
  border-color: color-mix(in srgb, var(--accent) 56%, rgba(255, 255, 255, 0.18));
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 18%, rgba(15, 23, 17, 0.94)), rgba(5, 11, 7, 0.82));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 12px 27px rgba(0, 0, 0, 0.25), 0 0 20px color-mix(in srgb, var(--accent) 13%, transparent);
  outline: none;
  transform: translateY(-2px);
}

.mini-platform:hover b,
.mini-platform:focus-visible b {
  color: var(--accent);
  transform: translate(2px, -2px);
}

.hero-scroll {
  position: absolute;
  z-index: 3;
  bottom: 34px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #68716b;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.hero-scroll span {
  width: 22px;
  height: 34px;
  border: 1px solid #58605b;
  border-radius: 999px;
}

.hero-scroll span::after {
  display: block;
  width: 3px;
  height: 7px;
  margin: 7px auto;
  content: "";
  background: var(--accent);
  border-radius: 99px;
  animation: scrollDot 1.7s infinite;
}

@keyframes scrollDot {
  0% { opacity: 0; transform: translateY(0); }
  40% { opacity: 1; }
  100% { opacity: 0; transform: translateY(10px); }
}

.announcement {
  position: relative;
  z-index: 4;
  background: color-mix(in srgb, var(--accent) 5%, #070a08);
  border-block: 1px solid color-mix(in srgb, var(--accent) 18%, transparent);
}

.announcement-inner {
  display: flex;
  min-height: 68px;
  align-items: center;
  gap: 18px;
}

.announcement-label {
  padding: 6px 9px;
  color: #041007;
  background: var(--accent);
  border-radius: 6px;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.announcement p {
  flex: 1;
  margin: 0;
  color: #bec6c0;
  font-size: 13px;
  font-weight: 700;
}

.announcement a {
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.section {
  position: relative;
  padding: 110px 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 42px;
}

.section-heading h2,
.community-copy h2 {
  max-width: 780px;
  font-size: clamp(42px, 6vw, 76px);
}

.section-heading h2 span,
.community-copy h2 span {
  color: var(--accent);
}

.section-heading > p {
  width: 330px;
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 14px;
}

.live-section::before {
  position: absolute;
  top: 8%;
  left: -12%;
  width: 520px;
  height: 520px;
  content: "";
  background: radial-gradient(circle, color-mix(in srgb, var(--accent) 8%, transparent), transparent 68%);
  pointer-events: none;
}

.live-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 18px;
}

.player-shell {
  min-width: 0;
  overflow: hidden;
  background: #070a08;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.36);
}

.player-topbar,
.player-meta {
  display: flex;
  height: 52px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  color: #778078;
  background: #0a0e0b;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.window-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 5px;
  border-radius: 50%;
  opacity: 0.75;
}

.window-dot.red { background: #ff5364; }
.window-dot.yellow { background: #ffcf4e; }
.window-dot.green { background: var(--accent); }

.secure-label {
  color: var(--accent);
}

.player-stage {
  position: relative;
  display: grid;
  aspect-ratio: 16 / 9;
  min-height: 320px;
  place-items: center;
  background:
    radial-gradient(circle at 50% 40%, rgba(43, 87, 55, 0.2), transparent 42%),
    #040605;
}

.player-stage::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  border: 1px solid color-mix(in srgb, var(--accent) 9%, transparent);
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.5);
}

.player-stage iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.player-preview {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 460px;
  flex-direction: column;
  align-items: center;
  padding: 34px;
  text-align: center;
}

.player-preview > img {
  width: 76px;
  height: 76px;
  margin-bottom: 15px;
  object-fit: cover;
  border: 1px solid color-mix(in srgb, var(--accent) 45%, transparent);
  border-radius: 50%;
  box-shadow: 0 0 34px color-mix(in srgb, var(--accent) 20%, transparent);
}

.player-preview h3 {
  margin: 5px 0 8px;
  font-family: "Arial Black", Impact, sans-serif;
  font-size: 30px;
  font-style: italic;
  text-transform: uppercase;
}

.player-preview > p:not(.eyebrow) {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 13px;
}

.player-preview .button {
  gap: 9px;
}

.player-preview .ui-icon {
  width: 18px;
  height: 18px;
}

.offline-screen {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 440px;
  flex-direction: column;
  align-items: center;
  padding: 35px;
  text-align: center;
}

.offline-screen h3 {
  margin: 4px 0 8px;
  font-family: "Arial Black", Impact, sans-serif;
  font-size: 28px;
  font-style: italic;
  text-transform: uppercase;
}

.offline-screen > p:not(.eyebrow) {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 14px;
}

.signal-icon {
  display: flex;
  height: 62px;
  align-items: end;
  gap: 7px;
  margin-bottom: 18px;
}

.signal-icon span {
  width: 7px;
  background: var(--accent);
  border-radius: 99px;
  box-shadow: 0 0 18px color-mix(in srgb, var(--accent) 50%, transparent);
  animation: signal 1.15s ease-in-out infinite alternate;
}

.signal-icon span:nth-child(1) { height: 20px; }
.signal-icon span:nth-child(2) { height: 38px; animation-delay: 0.2s; }
.signal-icon span:nth-child(3) { height: 56px; animation-delay: 0.4s; }

@keyframes signal {
  to { height: 14px; opacity: 0.42; }
}

.player-meta {
  height: 58px;
  border-top: 1px solid var(--line);
  border-bottom: 0;
  text-transform: none;
}

.player-meta div {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #c3cbc5;
}

.player-meta a {
  color: var(--accent);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.channel-list {
  display: flex;
  flex-direction: column;
  align-self: center;
  gap: 10px;
}

.channel-card {
  display: grid;
  min-height: 91px;
  grid-template-columns: 26px 48px 1fr 22px;
  align-items: center;
  gap: 12px;
  padding: 14px;
  color: var(--text);
  text-align: left;
  background: #0a0e0c;
  border: 1px solid var(--line);
  border-radius: 16px;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.channel-card:hover,
.channel-card:focus-visible,
.channel-card.active {
  background: color-mix(in srgb, var(--accent) 5%, #0a0e0c);
  border-color: color-mix(in srgb, var(--accent) 38%, transparent);
  transform: translateX(-4px);
  outline: none;
}

.channel-card.active {
  box-shadow: inset 3px 0 0 var(--accent), var(--shadow-green);
}

.channel-index {
  color: #4d554f;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
}

.platform-logo {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #fff;
  background: #151b17;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 13px;
  font-family: "Arial Black", Impact, sans-serif;
  font-size: 18px;
}

.platform-logo img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.platform-twitch { color: #a970ff; }
.platform-youtube { color: #ff4545; }
.platform-kick { color: #53fc18; }
.platform-tiktok { color: #69c9d0; }

.channel-info {
  min-width: 0;
}

.channel-info strong,
.channel-info small {
  display: block;
}

.channel-info strong {
  font-size: 14px;
}

.channel-info small {
  margin-top: 3px;
  color: #646d67;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.channel-card[data-online="1"] .channel-info small {
  color: var(--accent);
}

.channel-arrow {
  color: #6c756f;
}

.schedule-section {
  background: #080b09;
  border-block: 1px solid rgba(255, 255, 255, 0.04);
}

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

.schedule-card {
  position: relative;
  display: grid;
  min-height: 176px;
  grid-template-columns: 74px 1fr;
  align-items: center;
  gap: 22px;
  padding: 28px;
  overflow: hidden;
  background: linear-gradient(140deg, #0d120f, #090c0a);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.schedule-card::after {
  position: absolute;
  top: -35px;
  right: -35px;
  width: 100px;
  height: 100px;
  content: "";
  background: var(--accent);
  border-radius: 50%;
  filter: blur(55px);
  opacity: 0.12;
}

.schedule-day {
  display: grid;
  width: 70px;
  height: 90px;
  place-items: center;
  color: #051008;
  background: linear-gradient(180deg, var(--accent), var(--accent-2));
  border-radius: 14px;
  box-shadow: 0 12px 30px color-mix(in srgb, var(--accent) 15%, transparent);
  font-family: "Arial Black", Impact, sans-serif;
  font-size: 18px;
  font-style: italic;
}

.schedule-card time {
  color: var(--accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  font-weight: 900;
}

.schedule-card h3 {
  margin: 8px 0 0;
  font-size: 17px;
  line-height: 1.25;
}

.schedule-line {
  position: absolute;
  right: 28px;
  bottom: 20px;
  left: 124px;
  height: 1px;
  background: linear-gradient(90deg, var(--accent), transparent);
  opacity: 0.3;
}

.community-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 70px;
}

.community-copy > p:not(.eyebrow) {
  max-width: 580px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.feature-list {
  display: grid;
  gap: 10px;
  margin-top: 34px;
}

.feature-list > div {
  display: grid;
  grid-template-columns: 36px 1fr;
  column-gap: 13px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.feature-list span {
  grid-row: span 2;
  color: var(--accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
}

.feature-list strong {
  font-size: 14px;
}

.feature-list small {
  margin-top: 3px;
  color: #747e77;
  font-size: 12px;
}

.roulette-teaser {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent 60%),
    #080c09;
  border: 1px solid color-mix(in srgb, var(--accent) 19%, transparent);
  border-radius: 28px;
  box-shadow: var(--shadow-green);
}

.roulette-teaser::before {
  position: absolute;
  inset: 16px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
}

.teaser-glow {
  position: absolute;
  width: 330px;
  height: 330px;
  background: var(--accent);
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.09;
}

.mini-wheel {
  position: absolute;
  top: 70px;
  left: 38px;
  display: grid;
  width: 290px;
  height: 290px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--accent) 30%, transparent);
  border-radius: 50%;
  box-shadow: inset 0 0 60px rgba(57, 255, 106, 0.08), 0 0 50px rgba(57, 255, 106, 0.08);
  animation: hoverWheel 4s ease-in-out infinite;
}

.mini-wheel::before,
.mini-wheel::after {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.mini-wheel::before {
  inset: 22px;
  background: conic-gradient(
    var(--accent) 0 20%,
    #101a13 20% 40%,
    var(--accent-2) 40% 60%,
    #152319 60% 80%,
    #1cd94e 80% 100%
  );
  border: 8px solid #071008;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.mini-wheel::after {
  inset: 54px;
  background: #080d0a;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}

@keyframes hoverWheel {
  50% { transform: translateY(-10px) rotate(2deg); }
}

.wheel-ring {
  position: absolute;
  inset: 0;
  z-index: 2;
  animation: slowRotate 20s linear infinite;
}

@keyframes slowRotate {
  to { transform: rotate(360deg); }
}

.wheel-name {
  position: absolute;
  color: #041006;
  font-size: 7px;
  font-weight: 950;
  letter-spacing: 0.06em;
}

.wheel-name.n1 { top: 43px; left: 128px; }
.wheel-name.n2 { top: 112px; right: 28px; transform: rotate(72deg); }
.wheel-name.n3 { right: 66px; bottom: 35px; transform: rotate(144deg); }
.wheel-name.n4 { bottom: 35px; left: 62px; transform: rotate(216deg); }
.wheel-name.n5 { top: 112px; left: 26px; transform: rotate(288deg); }

.wheel-core {
  position: relative;
  z-index: 4;
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  color: var(--accent);
  background: #080d0a;
  border: 1px solid color-mix(in srgb, var(--accent) 35%, transparent);
  border-radius: 50%;
  font-family: "Arial Black", Impact, sans-serif;
  font-style: italic;
  box-shadow: 0 0 30px rgba(57, 255, 106, 0.16);
}

.teaser-copy {
  position: absolute;
  right: 35px;
  bottom: 44px;
  z-index: 5;
  width: 245px;
  padding: 22px;
  background: rgba(5, 9, 6, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  backdrop-filter: blur(14px);
}

.teaser-copy h3 {
  margin: 8px 0 10px;
  font-family: "Arial Black", Impact, sans-serif;
  font-size: 34px;
  font-style: italic;
  line-height: 0.95;
  text-transform: uppercase;
}

.teaser-copy h3 strong {
  color: var(--accent);
}

.teaser-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.socials-section {
  background: #080b09;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 12px;
}

.social-card {
  display: grid;
  min-height: 122px;
  grid-template-columns: 46px 1fr 20px;
  align-items: center;
  gap: 15px;
  padding: 22px;
  background: #0d120f;
  border: 1px solid var(--line);
  border-radius: 16px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.social-card:hover {
  border-color: color-mix(in srgb, var(--accent) 35%, transparent);
  box-shadow: var(--shadow-green);
  transform: translateY(-5px);
}

.social-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 7%, #0b100d);
  border: 1px solid color-mix(in srgb, var(--accent) 18%, transparent);
  border-radius: 13px;
  font-family: "Arial Black", Impact, sans-serif;
  font-size: 11px;
}

.social-icon img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.social-icon.social-instagram {
  background: color-mix(in srgb, #e4405f 10%, #0b100d);
  border-color: color-mix(in srgb, #e4405f 28%, transparent);
}

.social-icon.social-discord {
  background: color-mix(in srgb, #5865f2 10%, #0b100d);
  border-color: color-mix(in srgb, #5865f2 28%, transparent);
}

.social-icon.social-youtube {
  background: color-mix(in srgb, #ff0033 10%, #0b100d);
  border-color: color-mix(in srgb, #ff0033 28%, transparent);
}

.social-card small,
.social-card strong {
  display: block;
}

.social-card small {
  margin-bottom: 4px;
  color: #657068;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.social-card strong {
  font-size: 14px;
}

.social-arrow {
  color: #657068;
}

.empty-card {
  padding: 28px;
  color: var(--muted);
  background: #0b0f0c;
  border: 1px dashed rgba(255, 255, 255, 0.13);
  border-radius: 16px;
}

.site-footer {
  padding: 36px 0;
  background: #040605;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand strong,
.footer-brand small {
  display: block;
}

.footer-brand strong {
  font-family: "Arial Black", Impact, sans-serif;
  font-style: italic;
}

.footer-brand small,
.footer-grid p,
.footer-grid > a {
  color: #636c66;
  font-size: 10px;
}

.footer-grid p {
  margin: 0;
  text-align: center;
}

.footer-grid > a {
  justify-self: end;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

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

@media (max-width: 980px) {
  .main-nav {
    position: absolute;
    top: 70px;
    right: 20px;
    left: 20px;
    display: none;
    align-items: stretch;
    padding: 18px;
    background: rgba(7, 11, 8, 0.97);
    border: 1px solid var(--line);
    border-radius: 16px;
    backdrop-filter: blur(18px);
    flex-direction: column;
    gap: 4px;
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    padding: 12px;
  }

  .main-nav a::after {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .hero {
    min-height: 760px;
    background:
      linear-gradient(90deg, rgba(4, 7, 5, 0.98) 0%, rgba(4, 7, 5, 0.78) 52%, rgba(4, 7, 5, 0.22) 100%),
      linear-gradient(0deg, var(--bg), transparent 30%),
      var(--hero-image) 62% top/cover no-repeat;
  }

  .hero-content {
    min-height: 760px;
  }

  .hero-copy {
    width: 70%;
  }

  .live-layout {
    grid-template-columns: 1fr;
  }

  .channel-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .channel-card:hover,
  .channel-card.active {
    transform: translateY(-3px);
  }

  .schedule-grid {
    grid-template-columns: 1fr;
  }

  .community-grid {
    grid-template-columns: 1fr;
  }

  .community-copy {
    max-width: 700px;
  }

  .roulette-teaser {
    min-height: 560px;
  }

  .mini-wheel {
    left: 50%;
    transform: translateX(-50%);
  }

  .teaser-copy {
    right: 50%;
    bottom: 30px;
    width: min(85%, 390px);
    transform: translateX(50%);
    text-align: center;
  }

  .social-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .partner-banner {
    padding-top: 12px;
  }

  .partner-banner-link {
    border-radius: 11px;
  }

  .nav-wrap {
    height: 70px;
  }

  .brand {
    font-size: 17px;
  }

  .brand-symbol {
    width: 38px;
    height: 38px;
  }

  .hero {
    display: flex;
    min-height: 760px;
    align-items: end;
    background:
      linear-gradient(0deg, rgba(4, 7, 5, 1) 0%, rgba(4, 7, 5, 0.92) 35%, rgba(4, 7, 5, 0.12) 78%),
      var(--hero-image) 69% 10%/auto 64% no-repeat,
      #050807;
  }

  .hero-content {
    min-height: 760px;
    align-items: end;
    padding-top: 280px;
    padding-bottom: 74px;
  }

  .hero-copy {
    width: 100%;
  }

  .live-pill {
    margin-bottom: 14px;
  }

  .hero h1 {
    font-size: clamp(51px, 15vw, 76px);
  }

  .hero-text {
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.6;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .hero-actions .button {
    flex: 1 1 100%;
  }

  .hero-platforms {
    margin-top: 22px;
  }

  .hero-scroll {
    display: none;
  }

  .announcement-inner {
    min-height: 78px;
    gap: 10px;
  }

  .announcement a {
    display: none;
  }

  .announcement p {
    font-size: 11px;
  }

  .section {
    padding: 78px 0;
  }

  .section-heading {
    display: block;
    margin-bottom: 28px;
  }

  .section-heading h2,
  .community-copy h2 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .section-heading > p {
    width: auto;
    margin-top: 18px;
    font-size: 13px;
  }

  .player-topbar {
    padding: 0 13px;
  }

  .secure-label {
    display: none;
  }

  .player-stage {
    aspect-ratio: 9 / 8;
    min-height: 310px;
  }

  .player-meta {
    height: auto;
    min-height: 62px;
    align-items: flex-start;
    padding: 14px;
    flex-direction: column;
    gap: 8px;
  }

  .channel-list {
    grid-template-columns: 1fr;
  }

  .channel-card {
    min-height: 80px;
  }

  .schedule-card {
    min-height: 148px;
    grid-template-columns: 62px 1fr;
    padding: 20px;
  }

  .schedule-day {
    width: 60px;
    height: 76px;
    font-size: 16px;
  }

  .schedule-line {
    left: 101px;
  }

  .community-grid {
    gap: 44px;
  }

  .roulette-teaser {
    min-height: 520px;
  }

  .mini-wheel {
    top: 45px;
    width: 250px;
    height: 250px;
  }

  .wheel-name.n1 { top: 35px; left: 109px; }
  .wheel-name.n2 { top: 96px; right: 22px; }
  .wheel-name.n3 { right: 55px; bottom: 29px; }
  .wheel-name.n4 { bottom: 29px; left: 52px; }
  .wheel-name.n5 { top: 96px; left: 21px; }

  .social-grid {
    grid-template-columns: 1fr;
  }

  .social-card {
    min-height: 98px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-grid > a {
    justify-self: center;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
html{scrollbar-width:thin;scrollbar-color:rgba(57,255,106,.62) #07100a}*{scrollbar-width:thin;scrollbar-color:rgba(57,255,106,.62) #07100a}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:#07100a;border:3px solid #050807;border-radius:999px}*::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#38ef68,#139340);border:2px solid #07100a;border-radius:999px}*::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#68ff8e,#1bc354)}*::-webkit-scrollbar-corner{background:#050807}
