@font-face {
  font-family: "Argentum Sans";
  src: url("/stats/fonts/ArgentumSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Argentum Sans";
  src: url("/stats/fonts/ArgentumSans-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Argentum Sans";
  src: url("/stats/fonts/ArgentumSans-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --bg: #030611;
  --bg-soft: #070b1d;
  --surface: rgba(14, 20, 43, 0.84);
  --surface-strong: rgba(20, 27, 58, 0.96);
  --surface-soft: rgba(255, 255, 255, 0.055);
  --line: rgba(152, 163, 218, 0.17);
  --line-strong: rgba(157, 170, 231, 0.29);
  --text: #f9faff;
  --muted: #a8aec8;
  --quiet: #777e9e;
  --blue: #255fff;
  --blue-light: #7d9bff;
  --violet: #7339ff;
  --green: #41d8a8;
  --gradient: linear-gradient(135deg, var(--blue), var(--violet));
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  font-family: "Argentum Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { min-width: 320px; overflow-x: clip; scroll-behavior: smooth; background: var(--bg); }
body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: clip;
  color: var(--text);
  background:
    radial-gradient(circle at 86% 3%, rgba(111, 48, 255, 0.27), transparent 31rem),
    radial-gradient(circle at 5% 27%, rgba(31, 92, 255, 0.16), transparent 31rem),
    linear-gradient(180deg, #040817 0%, var(--bg) 38%, #050818 100%);
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  content: "";
  opacity: 0.26;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: 100% 72px, 72px 100%;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -0.045em; }
button, input { font: inherit; }
.page-width, .site-header { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 12px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 68px;
  margin-top: 12px;
  padding: 8px 10px 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(7, 11, 28, 0.75);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(24px) saturate(130%);
}

.brand { display: flex; align-items: center; gap: 11px; }
.brand-mark { width: 42px; height: 42px; flex: 0 0 auto; border-radius: 13px; box-shadow: 0 8px 22px rgba(31, 92, 255, 0.25); }
.brand > span { display: grid; }
.brand strong { font-size: 15px; font-weight: 800; }
.brand small { margin-top: 2px; color: var(--quiet); font-size: 10px; font-weight: 600; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: 3px; }
.main-nav a { padding: 12px 13px; border-radius: 13px; color: var(--muted); font-size: 13px; font-weight: 600; transition: 160ms ease; }
.main-nav a:hover { color: white; background: rgba(255, 255, 255, 0.07); }
.header-action { padding: 14px 17px; border-radius: 14px; background: var(--gradient); font-size: 12px; font-weight: 800; box-shadow: 0 10px 25px rgba(69, 65, 235, 0.28); }

.hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(440px, 0.95fr); gap: clamp(48px, 7vw, 92px); align-items: center; min-height: 700px; padding-block: 82px 74px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin-bottom: 12px; color: #8ba8ff; font-size: 11px; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.eyebrow-dot, .live-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(65, 216, 168, 0.11); }
.hero h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(52px, 6.8vw, 86px); font-weight: 800; line-height: 0.92; }
.hero h1 span { color: transparent; background: linear-gradient(100deg, #85a6ff, #aa87ff); background-clip: text; -webkit-background-clip: text; }
.hero-final { font-weight: inherit; }
.hero-lead { max-width: 630px; margin-bottom: 30px; color: var(--muted); font-size: clamp(17px, 2vw, 20px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid transparent; border-radius: 17px; font-size: 14px; font-weight: 800; transition: transform 160ms ease, border-color 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gradient); box-shadow: 0 16px 38px rgba(67, 58, 233, 0.31); }
.button-secondary { border-color: var(--line-strong); background: rgba(255, 255, 255, 0.055); }
.button-light { color: #11162e; background: white; }
.hero-note { margin: 19px 0 0; color: var(--quiet); font-size: 12px; line-height: 1.5; }

.hero-stage { position: relative; min-height: 600px; display: grid; place-items: center; }
.hero-stage::before { position: absolute; width: 460px; height: 460px; content: ""; border-radius: 50%; background: radial-gradient(circle, rgba(91, 59, 255, 0.28), transparent 68%); filter: blur(18px); }
.table-orbit { position: relative; width: min(440px, 94vw); aspect-ratio: 1; border: 1px solid rgba(130, 151, 255, 0.23); border-radius: 50%; background: radial-gradient(circle, rgba(26, 35, 77, 0.72) 0 39%, rgba(10, 15, 37, 0.25) 40% 61%, transparent 62%); box-shadow: inset 0 0 80px rgba(45, 60, 144, 0.16); }
.table-orbit::before, .table-orbit::after { position: absolute; inset: 11%; content: ""; border: 1px solid rgba(132, 152, 255, 0.13); border-radius: 50%; }
.table-orbit::after { inset: 28%; border-color: rgba(151, 121, 255, 0.2); }
.table-orbit.is-switching { animation: table-switch 720ms ease-out; }
@keyframes table-switch { 0% { opacity: 0.62; transform: scale(0.97); } 100% { opacity: 1; transform: scale(1); } }
.table-core { position: absolute; inset: 35%; display: grid; place-items: center; align-content: center; gap: 7px; border: 1px solid rgba(255, 255, 255, 0.11); border-radius: 50%; background: linear-gradient(145deg, rgba(30, 41, 91, 0.96), rgba(12, 17, 40, 0.96)); box-shadow: 0 20px 55px rgba(0, 0, 0, 0.42); }
.table-core img { width: 38px; height: 38px; }
.table-core span { color: #aebcff; font-size: 10px; font-weight: 800; letter-spacing: 0.08em; line-height: 1.2; text-align: center; }
.seat { position: absolute; display: grid; place-items: center; width: 46px; height: 46px; margin: -23px; border: 1px solid rgba(156, 169, 230, 0.25); border-radius: 15px; color: #aab6ef; background: linear-gradient(145deg, #161e44, #0b1028); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3); font-size: 12px; font-weight: 800; transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease; }
.seat.occupied { border-color: rgba(112, 144, 255, 0.8); background: linear-gradient(145deg, #253878, #151e4a); box-shadow: 0 12px 34px rgba(45, 70, 209, 0.36), 0 0 0 4px rgba(82, 112, 255, 0.08); }
.seat.occupied:hover { z-index: 4; transform: scale(1.08); }
.seat img, .seat-initials { width: 100%; height: 100%; border-radius: inherit; object-fit: cover; }
.seat-initials { display: grid; place-items: center; color: #f7f8ff; background: linear-gradient(145deg, #3562dc, #6330bb); font-size: 11px; font-weight: 800; }
.seat-number { position: absolute; right: -5px; top: -6px; display: grid; place-items: center; min-width: 19px; height: 19px; padding-inline: 4px; border: 1px solid rgba(155, 171, 241, 0.3); border-radius: 7px; color: #bfcbff; background: #0c122d; font-size: 8px; font-weight: 800; }
.seat-name { position: absolute; top: calc(100% + 7px); left: 50%; max-width: 86px; padding: 4px 7px; border: 1px solid rgba(153, 167, 230, 0.16); border-radius: 8px; color: #eef0ff; background: rgba(7, 11, 29, 0.9); font-size: 8px; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transform: translateX(-50%); backdrop-filter: blur(12px); }
.seat.is-new { animation: seat-joined 900ms cubic-bezier(.18,.88,.32,1.28); }
@keyframes seat-joined { 0% { opacity: 0; transform: scale(0.55); } 55% { transform: scale(1.16); } 100% { opacity: 1; transform: scale(1); } }
.seat.is-spotlight { z-index: 4; border-color: rgba(79, 230, 179, 0.95); box-shadow: 0 16px 38px rgba(38, 196, 150, 0.3), 0 0 0 6px rgba(65, 216, 168, 0.13); }
.seat.is-spotlight-animated { animation: seat-spotlight 760ms cubic-bezier(.18,.88,.32,1.28); }
@keyframes seat-spotlight { 0% { transform: scale(0.9); filter: brightness(0.8); } 55% { transform: scale(1.16); filter: brightness(1.2); } 100% { transform: scale(1); filter: brightness(1); } }
.seat-1 { top: 4%; left: 35%; }.seat-2 { top: 4%; left: 65%; }.seat-3 { top: 21%; left: 91%; }.seat-4 { top: 52%; left: 100%; }.seat-5 { top: 82%; left: 87%; }.seat-6 { top: 97%; left: 62%; }.seat-7 { top: 97%; left: 35%; }.seat-8 { top: 81%; left: 10%; }.seat-9 { top: 51%; left: 0; }.seat-10 { top: 21%; left: 9%; }
.registration-feed, .featured-card { position: absolute; border: 1px solid rgba(173, 183, 239, 0.22); background: rgba(12, 18, 43, 0.9); box-shadow: var(--shadow); backdrop-filter: blur(22px); }
.registration-feed { z-index: 3; top: 44px; left: -12px; width: min(282px, 70%); min-height: 158px; padding: 18px; border-radius: 20px; }
.registration-feed-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 16px; color: #91a9ff; font-size: 9px; font-weight: 800; line-height: 1.2; letter-spacing: 0.08em; text-transform: uppercase; }
.registration-feed-heading > span { display: inline-flex; align-items: center; gap: 7px; }
.registration-feed-heading > span:first-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.registration-feed-heading i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(65, 216, 168, 0.1); }
.registration-feed-heading small { color: #dce3ff; font-size: 9px; }
.registration-feed-heading em { padding: 5px 7px; border-radius: 7px; color: #e9e1ff; background: rgba(122, 75, 255, 0.24); font-size: 8px; font-style: normal; letter-spacing: 0.08em; }
.registration-feed > strong { display: block; margin-bottom: 5px; font-size: 13px; }
.registration-feed > p { margin: 0; color: var(--quiet); font-size: 10px; line-height: 1.45; }
.registration-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.registration-list li { display: grid; grid-template-columns: 31px minmax(0, 1fr); align-items: center; gap: 11px; min-width: 0; min-height: 31px; }
.registration-list li.is-new { animation: feed-joined 700ms ease-out; }
.registration-list li.is-spotlight { grid-template-columns: 31px minmax(0, 1fr) auto; margin: 0; padding: 9px; border: 1px solid rgba(65, 216, 168, 0.18); border-radius: 12px; background: rgba(65, 216, 168, 0.08); }
.registration-list li.is-animated { animation: feed-spotlight 620ms ease-out; }
@keyframes feed-joined { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes feed-spotlight { 0% { opacity: 0; transform: translateY(-10px) scale(0.96); } 70% { opacity: 1; transform: translateY(1px) scale(1.01); } 100% { transform: translateY(0) scale(1); } }
.registration-avatar { width: 31px; height: 31px; border-radius: 10px; overflow: hidden; }
.registration-avatar img, .registration-avatar .seat-initials { display: grid; width: 100%; height: 100%; border-radius: inherit; object-fit: cover; }
.registration-copy { min-width: 0; display: grid; align-content: center; gap: 4px; }
.registration-list strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10px; line-height: 1.2; }
.registration-list small { color: var(--quiet); font-size: 8px; line-height: 1.25; }
.registration-check { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 8px; color: #061c17; background: var(--green); font-size: 11px; font-weight: 900; box-shadow: 0 7px 18px rgba(65, 216, 168, 0.22); }
.featured-card { z-index: 4; right: -4px; bottom: 24px; width: min(330px, 78%); min-height: 212px; padding: 20px; border-radius: 24px; }
.event-kicker { display: flex; justify-content: space-between; gap: 12px; color: #8da8ff; font-size: 10px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.featured-card h2 { margin: 14px 0 8px; font-size: 29px; line-height: 1.04; }
.event-place { margin-bottom: 15px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.event-facts { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 16px; }
.event-facts span { padding: 7px 9px; border-radius: 9px; color: #d7dcf2; background: rgba(255, 255, 255, 0.06); font-size: 10px; font-weight: 600; }
.inline-action { display: flex; align-items: center; justify-content: space-between; color: white; font-size: 12px; font-weight: 800; }

.mass-activity-wall {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 720px;
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(145, 162, 239, 0.24);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(15, 22, 50, 0.96), rgba(7, 11, 29, 0.97));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(24px);
}
.mass-activity-wall[hidden] { display: none; }
.mass-activity-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 14px; }
.mass-activity-heading p { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; color: #91a9ff; font-size: 9px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.mass-activity-heading h2 { margin: 0; font-size: 23px; line-height: 1.08; }
.mass-live-badge { padding: 8px 11px; border: 1px solid rgba(65, 216, 168, 0.2); border-radius: 999px; color: #73efc6; background: rgba(65, 216, 168, 0.1); font-size: 9px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.mass-activity-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 13px; border: 1px solid rgba(145, 160, 221, 0.14); border-radius: 16px; background: rgba(255, 255, 255, 0.025); overflow: hidden; }
.mass-activity-stats div { min-width: 0; display: grid; align-content: center; gap: 2px; min-height: 62px; padding: 9px 13px; border-right: 1px solid rgba(145, 160, 221, 0.12); }
.mass-activity-stats div:last-child { border-right: 0; }
.mass-activity-stats strong { font-size: 22px; line-height: 1; }
.mass-activity-stats span { color: #8e96b4; font-size: 8px; line-height: 1.25; }
.mass-activity-layout { min-width: 0; display: grid; grid-template-areas: "tables side"; grid-template-columns: minmax(0, 1fr) 252px; gap: 12px; }
.activity-table-grid { grid-area: tables; min-width: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.activity-mini-table { min-width: 0; min-height: 174px; padding: 14px; border: 1px solid rgba(153, 169, 235, 0.14); border-radius: 18px; background: linear-gradient(145deg, rgba(25, 34, 73, 0.78), rgba(12, 17, 41, 0.9)); transition: opacity 220ms ease, transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease; }
.activity-mini-table.is-active { border-color: rgba(65, 216, 168, 0.48); box-shadow: 0 0 0 3px rgba(65, 216, 168, 0.07), 0 12px 28px rgba(12, 19, 48, 0.45); animation: activity-card-pulse 820ms ease-out; }
.activity-mini-table.is-complete { border-color: rgba(65, 216, 168, 0.34); background: linear-gradient(145deg, rgba(24, 64, 67, 0.66), rgba(11, 27, 42, 0.92)); }
.activity-mini-table.is-complete > footer small { color: #71dfbb; }
.activity-mini-table.is-leaving { opacity: 0; transform: translateY(5px) scale(0.98); }
.activity-mini-table > header { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.activity-mini-table > header span { min-width: 0; display: flex; align-items: center; gap: 7px; overflow: hidden; color: #edf0ff; font-size: 11px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.activity-club-mark { width: 19px; height: 19px; flex: 0 0 auto; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(125, 151, 255, 0.24); border-radius: 7px; color: #b6c2f4; background: rgba(83, 112, 221, 0.16); font-size: 6px; font-style: normal; font-weight: 900; }
.activity-club-mark img { width: 100%; height: 100%; object-fit: cover; }
.activity-mini-table > header strong { flex: 0 0 auto; color: #8feaca; font-size: 11px; }
.activity-mini-table > p { margin: 5px 0 11px; color: #8189a8; font-size: 9px; }
.activity-mini-table-visual { position: relative; min-height: 64px; display: grid; place-items: center; }
.activity-mini-seat-row { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(5, 20px); grid-template-rows: repeat(2, 20px); align-content: space-between; justify-content: space-between; gap: 4px; padding: 0 2px; }
.activity-mini-table-core { display: grid; place-items: center; width: 62%; height: 28px; border: 1px solid rgba(133, 151, 229, 0.18); border-radius: 999px; color: #7d8dc9; background: rgba(7, 12, 31, 0.84); font-size: 8px; font-weight: 800; letter-spacing: 0.08em; }
.activity-mini-seat { width: 20px; height: 20px; display: grid; place-items: center; border: 1px solid rgba(145, 159, 215, 0.25); border-radius: 50%; background: #11182f; }
.activity-mini-seat.is-occupied { border-color: rgba(85, 125, 255, 0.72); background: #263d86; box-shadow: 0 0 9px rgba(85, 125, 255, 0.28); }
.activity-mini-seat.is-new { border-color: #69efc4; box-shadow: 0 0 0 3px rgba(105, 239, 196, 0.13), 0 0 12px rgba(105, 239, 196, 0.42); animation: activity-seat-joined 900ms cubic-bezier(.18,.88,.32,1.28); }
.activity-seat-person { width: 100%; height: 100%; display: grid; place-items: center; overflow: hidden; border-radius: inherit; color: #eef2ff; background: linear-gradient(145deg, #365dc9, #5d2db2); font-size: 6px; font-weight: 900; }
.activity-seat-person img { width: 100%; height: 100%; object-fit: cover; }
.activity-mini-table > footer { min-width: 0; display: grid; gap: 3px; margin-top: 11px; }
.activity-mini-table > footer span { min-width: 0; overflow: hidden; color: #f3f5ff; font-size: 10px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.activity-mini-table > footer small { color: #737b98; font-size: 8px; }
.activity-side-panel { grid-area: side; min-width: 0; display: grid; align-content: start; gap: 10px; }
.activity-now-card { position: relative; min-width: 0; min-height: 153px; display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 15px; border: 1px solid rgba(65, 216, 168, 0.27); border-radius: 19px; background: linear-gradient(145deg, rgba(30, 82, 80, 0.34), rgba(13, 31, 49, 0.78)); overflow: hidden; }
.activity-now-card.is-new { animation: activity-now-in 600ms ease-out; }
.activity-now-avatar { display: grid; place-items: center; width: 48px; height: 48px; overflow: hidden; border-radius: 15px; color: white; background: linear-gradient(145deg, #3562dc, #6330bb); font-size: 12px; font-weight: 800; box-shadow: 0 10px 26px rgba(48, 71, 191, 0.28); }
.activity-now-avatar img, .activity-stream-avatar img { width: 100%; height: 100%; object-fit: cover; }
.activity-now-copy { min-width: 0; display: grid; gap: 4px; }
.activity-now-copy > small { color: #6fe1bc; font-size: 8px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.activity-now-copy strong { overflow: hidden; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.activity-now-copy p { margin: 0; color: #c4cbe0; font-size: 9px; line-height: 1.35; }
.activity-now-copy b { color: white; }
.activity-now-copy em { overflow: hidden; color: #7f89a8; font-size: 8px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.activity-now-check { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 9px; color: #072018; background: var(--green); font-size: 13px; font-weight: 900; }
.activity-stream-panel { min-width: 0; padding: 12px; border: 1px solid rgba(145, 160, 221, 0.12); border-radius: 18px; background: rgba(8, 14, 34, 0.72); overflow: hidden; }
.activity-stream-panel > header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 9px; color: #9da9d3; font-size: 8px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.activity-stream-panel > header i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(65, 216, 168, 0.09); animation: activity-live-pulse 1.8s ease-in-out infinite; }
.activity-stream-panel ol { display: grid; gap: 6px; margin: 0; padding: 0; list-style: none; }
.activity-stream-panel li { min-width: 0; min-height: 52px; display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; align-items: center; gap: 9px; padding: 8px; border-radius: 12px; background: rgba(255, 255, 255, 0.035); }
.activity-stream-avatar { display: grid; place-items: center; width: 34px; height: 34px; overflow: hidden; border-radius: 10px; color: white; background: linear-gradient(145deg, #2d4fa9, #522a9c); font-size: 9px; font-weight: 800; }
.activity-stream-copy { min-width: 0; display: grid; gap: 3px; }
.activity-stream-copy strong, .activity-stream-copy small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.activity-stream-copy strong { font-size: 10px; }
.activity-stream-copy small { color: #7f88a5; font-size: 8px; }
.activity-stream-panel time { color: #69728f; font-size: 7px; }
@keyframes activity-card-pulse { 0% { transform: scale(0.985); } 48% { transform: scale(1.012); } 100% { transform: scale(1); } }
@keyframes activity-seat-joined { 0% { opacity: 0; transform: scale(0.3); } 58% { transform: scale(1.7); } 100% { opacity: 1; transform: scale(1); } }
@keyframes activity-now-in { 0% { opacity: 0; transform: translateY(-8px) scale(0.985); } 100% { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes activity-live-pulse { 50% { box-shadow: 0 0 0 8px rgba(65, 216, 168, 0.02); } }

body.is-network-activity .hero { grid-template-columns: minmax(390px, 0.76fr) minmax(0, 720px); gap: clamp(30px, 3.5vw, 48px); }
body.is-network-activity .hero-copy,
body.is-network-activity .hero-stage { min-width: 0; }
body.is-network-activity .hero h1 { max-width: 440px; font-size: clamp(48px, 4.6vw, 62px); }
body.is-network-activity .hero-final { display: inline-block; font-size: 0.84em; }
body.is-network-activity .hero-stage { min-height: 610px; }
body.is-network-activity #registration-table,
body.is-network-activity #registration-feed,
body.is-network-activity #featured-event { display: none; }

.signal-strip { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 24px; background: rgba(11, 16, 36, 0.72); overflow: hidden; }
.signal-strip > * { min-height: 91px; display: grid; align-content: center; gap: 4px; padding: 18px 24px; border-right: 1px solid var(--line); }
.signal-strip > *:last-child { border-right: 0; }
.signal-strip span { font-size: 23px; font-weight: 800; }
.signal-strip small { color: var(--quiet); font-size: 11px; }
.signal-strip a { background: linear-gradient(135deg, rgba(40, 91, 255, 0.14), rgba(115, 57, 255, 0.12)); }

.section { padding-top: 112px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.section-heading h2, .journey-heading h2, .live-copy h2 { margin-bottom: 0; font-size: clamp(35px, 5vw, 54px); line-height: 1; }
.section-heading.compact { align-items: center; margin-bottom: 22px; }
.section-heading.compact h2 { font-size: 31px; }
.text-link { color: #a7b8ff; font-size: 13px; font-weight: 800; }
.text-link:hover { color: white; }
.round-link { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line-strong); border-radius: 14px; color: #b6c3ff; background: var(--surface-soft); }

.event-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.event-card { min-height: 265px; display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-radius: 25px; background: linear-gradient(145deg, rgba(18, 25, 55, 0.92), rgba(9, 14, 33, 0.92)); transition: transform 180ms ease, border-color 180ms ease; }
.event-card:hover { transform: translateY(-4px); border-color: rgba(124, 148, 255, 0.38); }
.event-card h3 { margin: 26px 0 8px; font-size: 25px; line-height: 1.05; }
.event-card .event-place { min-height: 38px; }
.event-card .inline-action { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.event-date { color: #94adff; font-size: 11px; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; }
.empty-card { grid-column: 1 / -1; min-height: 230px; align-items: center; justify-content: center; text-align: center; }
.empty-card h3 { margin: 0 0 8px; }

.live-section { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(460px, 1.15fr); gap: clamp(40px, 7vw, 90px); align-items: center; }
.live-copy > p:not(.eyebrow) { max-width: 520px; margin: 20px 0 26px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.protocol-card { position: relative; min-height: 410px; padding: clamp(24px, 4vw, 38px); border: 1px solid rgba(132, 151, 239, 0.22); border-radius: 32px; background: linear-gradient(145deg, rgba(23, 31, 69, 0.94), rgba(10, 15, 37, 0.96)); box-shadow: var(--shadow); overflow: hidden; }
.protocol-card::before { position: absolute; top: -120px; right: -90px; width: 320px; height: 320px; content: ""; border-radius: 50%; background: rgba(100, 58, 255, 0.2); filter: blur(20px); }
.protocol-topline { position: relative; display: flex; align-items: center; justify-content: space-between; }
.protocol-topline small { color: var(--quiet); font-weight: 600; }
.status-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px; border-radius: 999px; color: #b8c4ff; background: rgba(74, 98, 194, 0.24); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.status-badge.live { color: #7cf0ca; background: rgba(40, 142, 106, 0.24); }
.status-badge.live::before { width: 7px; height: 7px; content: ""; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(65, 216, 168, 0.1); }
.protocol-card h3 { position: relative; margin: 36px 0 8px; font-size: clamp(29px, 4vw, 42px); line-height: 1.03; }
.protocol-meta { position: relative; color: var(--muted); font-size: 13px; }
.protocol-preview { position: relative; display: grid; gap: 8px; margin: 28px 0 0; padding: 0; list-style: none; }
.protocol-preview li { display: grid; grid-template-columns: 52px 1fr; gap: 12px; align-items: center; min-height: 49px; padding: 10px 13px; border: 1px solid rgba(255, 255, 255, 0.065); border-radius: 14px; background: rgba(255, 255, 255, 0.045); color: #dce0f2; font-size: 12px; }
.protocol-preview time { color: #839dff; font-size: 10px; font-weight: 800; }

.discovery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.discovery-panel { min-width: 0; padding: 27px; border: 1px solid var(--line); border-radius: 28px; background: rgba(11, 16, 37, 0.78); }
.club-list, .leader-list { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.club-row, .leader-row { min-height: 76px; display: grid; align-items: center; gap: 13px; padding: 11px 13px; border-radius: 17px; background: rgba(255, 255, 255, 0.045); transition: background 160ms ease; }
.club-row:hover, .leader-row:hover { background: rgba(255, 255, 255, 0.075); }
.club-row { grid-template-columns: auto minmax(0, 1fr) auto; }
.leader-row { grid-template-columns: 28px auto minmax(0, 1fr) auto; }
.row-logo, .row-avatar, .row-fallback { display: grid; place-items: center; width: 48px; height: 48px; overflow: hidden; border-radius: 15px; background: linear-gradient(145deg, #26356f, #161d44); color: white; font-size: 12px; font-weight: 800; }
.row-logo img, .row-avatar img { width: 100%; height: 100%; object-fit: cover; }
.row-copy { min-width: 0; display: grid; gap: 4px; }
.row-copy strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
.row-copy small { color: var(--quiet); font-size: 10px; }
.row-arrow { color: #879fff; font-weight: 800; }
.leader-position { color: #829cff; font-size: 15px; font-weight: 800; text-align: center; }
.leader-rating { color: white; font-size: 13px; font-weight: 800; }
.list-loading { min-height: 150px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--quiet); font-size: 12px; }
.spinner { width: 18px; height: 18px; border: 2px solid rgba(255, 255, 255, 0.12); border-top-color: #7190ff; border-radius: 50%; animation: spin 0.8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.journey-section { display: grid; grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr); gap: clamp(40px, 7vw, 90px); align-items: start; }
.journey { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.journey li { min-height: 190px; padding: 23px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.journey li > span { color: #6889ff; font-size: 10px; font-weight: 800; }
.journey strong { display: block; margin: 40px 0 7px; font-size: 17px; }
.journey p { margin: 0; color: var(--quiet); font-size: 12px; line-height: 1.5; }

.final-cta { padding-bottom: 90px; }
.app-cta { position: relative; min-height: 330px; display: flex; align-items: end; justify-content: space-between; gap: 32px; padding: clamp(30px, 5vw, 56px); border-radius: 34px; background: linear-gradient(135deg, #285eff 0%, #6637e9 60%, #7e40f1 100%); box-shadow: 0 34px 90px rgba(62, 51, 207, 0.27); overflow: hidden; }
.app-cta::after { position: absolute; right: 8%; top: -48%; width: 390px; height: 390px; content: ""; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255, 255, 255, 0.035), 0 0 0 110px rgba(255, 255, 255, 0.025); }
.app-cta > * { position: relative; z-index: 1; }
.app-cta img { width: 56px; height: 56px; margin-bottom: 38px; border-radius: 17px; }
.app-cta .eyebrow { color: rgba(255, 255, 255, 0.68); }
.app-cta h2 { max-width: 650px; margin-bottom: 13px; font-size: clamp(36px, 5vw, 60px); line-height: 0.98; }
.app-cta p:last-child { max-width: 610px; margin: 0; color: rgba(255, 255, 255, 0.76); font-size: 14px; line-height: 1.55; }
.app-cta .button { flex: 0 0 auto; }
.club-owner-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 13px; padding: 24px 28px; border: 1px solid var(--line); border-radius: 24px; background: rgba(12, 17, 38, 0.76); }
.club-owner-cta .eyebrow { margin-bottom: 6px; }
.club-owner-cta h3 { margin-bottom: 5px; font-size: 22px; }
.club-owner-cta p { margin: 0; color: var(--quiet); font-size: 11px; }

.site-footer { min-height: 150px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; border-top: 1px solid var(--line); }
.site-footer nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; color: var(--muted); font-size: 11px; font-weight: 600; }
.site-footer nav a:hover { color: white; }
.site-footer > p { margin: 0; color: var(--quiet); font-size: 10px; }

.app-access-notice {
  position: fixed;
  z-index: 100;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  width: min(360px, calc(100% - 36px));
  padding: 20px;
  border: 1px solid rgba(135, 158, 255, 0.34);
  border-radius: 22px;
  background: rgba(10, 15, 36, 0.96);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(24px);
}
.app-access-notice[hidden] { display: none; }
.app-access-notice strong { display: block; padding-right: 28px; font-size: 16px; }
.app-access-notice p { margin: 7px 0 15px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.app-access-notice > div { display: flex; gap: 8px; }
.app-access-notice a { padding: 10px 12px; border-radius: 11px; background: rgba(255, 255, 255, 0.07); color: #cbd4ff; font-size: 11px; font-weight: 800; }
.app-access-notice a:last-child { background: var(--gradient); color: white; }
.app-access-close { position: absolute; top: 10px; right: 10px; width: 32px; height: 32px; border: 0; border-radius: 10px; color: var(--muted); background: transparent; cursor: pointer; }
.app-access-close:hover { color: white; background: rgba(255, 255, 255, 0.07); }

.skeleton { height: 11px; margin-bottom: 12px; border-radius: 999px; background: linear-gradient(100deg, rgba(255, 255, 255, 0.055) 20%, rgba(255, 255, 255, 0.1) 45%, rgba(255, 255, 255, 0.055) 70%); background-size: 220% 100%; animation: shimmer 1.4s infinite; }
.skeleton-short { width: 38%; }.skeleton-title { width: 78%; height: 28px; margin-top: 24px; }.skeleton-button { width: 48%; height: 40px; margin-top: 25px; }
@keyframes shimmer { to { background-position: -220% 0; } }

@media (max-width: 960px) {
  .main-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 88px; }
  .hero-copy { max-width: 760px; }
  .hero-stage { min-height: 610px; }
  .hero-stage::before { width: 400px; height: 400px; }
  .featured-card { right: max(0px, calc(50% - 300px)); }
  .registration-feed { left: max(0px, calc(50% - 310px)); }
  .event-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .event-card:last-child { grid-column: 1 / -1; }
  .live-section, .journey-section { grid-template-columns: 1fr; }
  .live-copy { max-width: 720px; }
  body.is-network-activity .hero { grid-template-columns: 1fr; }
  body.is-network-activity .hero-stage { min-height: auto; }
  .mass-activity-wall { width: 100%; }
}

@media (max-width: 700px) {
  .page-width, .site-header { width: min(100% - 24px, 1180px); }
  .site-header { top: 7px; min-height: 60px; margin-top: 7px; border-radius: 18px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand small { display: none; }
  .header-action { padding: 12px; font-size: 10px; }
  .hero { gap: 30px; padding-block: 66px 45px; }
  .hero h1 { font-size: clamp(43px, 12vw, 57px); }
  .hero-lead { font-size: 16px; }
  .hero-stage { min-height: 650px; margin-inline: -6px; overflow: hidden; }
  .table-orbit { width: 348px; transform: translateY(18px); }
  .seat { width: 38px; height: 38px; margin: -19px; border-radius: 12px; }
  .seat-name { max-width: 68px; font-size: 7px; }
  .registration-feed { top: 0; left: 8px; width: min(282px, 80%); padding: 16px; }
  .featured-card { right: 8px; bottom: 0; width: min(315px, 86%); }
  .signal-strip { grid-template-columns: repeat(2, 1fr); }
  .signal-strip > *:nth-child(2) { border-right: 0; }
  .signal-strip > *:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding-top: 82px; }
  .section-heading { align-items: start; flex-direction: column; }
  .section-heading.compact { flex-direction: row; align-items: center; }
  .event-grid, .discovery-grid { grid-template-columns: 1fr; }
  .event-card:last-child { grid-column: auto; }
  .live-section { gap: 34px; }
  .protocol-card { min-height: 380px; }
  .journey { grid-template-columns: 1fr; }
  .journey li { min-height: 150px; }
  .journey strong { margin-top: 28px; }
  .app-cta { align-items: start; flex-direction: column; }
  .app-cta::after { right: -50%; }
  .app-cta .button { width: 100%; }
  .club-owner-cta { align-items: start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; gap: 22px; padding-block: 35px; text-align: center; }
  .footer-brand { justify-content: center; }
  .app-access-notice { right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); width: calc(100% - 24px); }
  body.is-network-activity .hero { gap: 20px; padding-top: 52px; }
  body.is-network-activity .hero h1 { max-width: 100%; font-size: clamp(37px, 10vw, 41px); line-height: 0.95; }
  body.is-network-activity .hero-lead { margin-bottom: 22px; font-size: 14px; }
  body.is-network-activity .hero-note { display: none; }
  body.is-network-activity .button { min-height: 50px; padding-inline: 17px; }
  body.is-network-activity .hero-stage { min-height: auto; margin-inline: 0; overflow: visible; }
  .mass-activity-wall { width: 100%; max-width: 100%; min-width: 0; padding: 13px; border-radius: 22px; }
  .mass-activity-heading { align-items: start; }
  .mass-activity-heading > div { min-width: 0; }
  .mass-activity-heading h2 { font-size: 18px; }
  .mass-live-badge { padding: 7px 9px; }
  .mass-activity-stats { margin-bottom: 10px; }
  .mass-activity-stats div { min-height: 55px; padding: 7px 8px; }
  .mass-activity-stats strong { font-size: 18px; }
  .mass-activity-stats span { font-size: 7px; }
  .mass-activity-layout { grid-template-areas: "side" "tables"; grid-template-columns: minmax(0, 1fr); min-height: 0; }
  .activity-side-panel { min-width: 0; }
  .activity-now-card { min-height: 132px; grid-template-columns: 42px minmax(0, 1fr) 25px; gap: 10px; padding: 12px; }
  .activity-now-avatar { width: 42px; height: 42px; border-radius: 13px; }
  .activity-now-copy strong { font-size: 14px; }
  .activity-now-check { width: 25px; height: 25px; }
  .activity-stream-panel { display: none; }
  .activity-table-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .activity-mini-table { min-height: 156px; padding: 11px; }
  .activity-mini-table:nth-child(n + 3) { display: none; }
  .activity-mini-table > header span { font-size: 10px; }
  .activity-mini-table-visual { min-height: 56px; }
  .activity-mini-seat-row { grid-template-columns: repeat(5, 17px); grid-template-rows: repeat(2, 17px); padding-inline: 1px; }
  .activity-mini-seat { width: 17px; height: 17px; }
}

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