:root {
  --bg: #050505;
  --panel: #0d0d0f;
  --panel-2: #121214;
  --text: #f3f3f4;
  --muted: #a1a1aa;
  --line: rgba(255,255,255,.08);
  --red: #d81313;
  --red-2: #ff2e2e;
  --shadow: 0 25px 60px rgba(0,0,0,.45);
  --radius: 24px;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  background: radial-gradient(circle at top, rgba(216,19,19,.10), transparent 28%), var(--bg);
  color: var(--text);
  min-height: 100vh;
}
.bg-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(circle at center, black, transparent 80%);
}
.site-header, .page-shell { position: relative; z-index: 1; }
.site-header {
  max-width: 1400px;
  margin: 0 auto;
  padding: 22px 24px 10px;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
.brand-wrap { display: flex; align-items: center; gap: 14px; }
.brand-mark {
  width: 16px; height: 16px; border-radius: 50%; background: linear-gradient(135deg, var(--red-2), var(--red));
  box-shadow: 0 0 24px rgba(255,46,46,.55);
}
.brand-name { font-weight: 900; letter-spacing: .08em; }
.brand-sub { color: var(--muted); font-size: 14px; }
.top-nav { display: flex; gap: 18px; flex-wrap: wrap; }
.top-nav a {
  color: #d4d4d8; text-decoration: none; font-size: 14px;
}
.page-shell {
  max-width: 1400px;
  margin: 0 auto;
  padding: 8px 24px 48px;
}
.hero {
  display: grid;
  grid-template-columns: 1.4fr .8fr;
  gap: 22px;
  margin-top: 12px;
}
.hero-copy, .hero-panel, .card, .event-card {
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-copy { padding: 42px; }
.eyebrow, .section-kicker, .panel-label {
  color: #ff7a7a;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 700;
}
.hero-copy h1 {
  margin: 14px 0 16px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .96;
  letter-spacing: -.05em;
}
.hero-copy p, .muted, .status-note { color: var(--muted); font-size: 16px; line-height: 1.6; }
.hero-actions { margin-top: 28px; display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 50px; padding: 0 20px; border-radius: 999px;
  text-decoration: none; font-weight: 700; border: 1px solid transparent; cursor: pointer;
}
.btn-primary { background: linear-gradient(135deg, var(--red-2), var(--red)); color: white; }
.btn-secondary { border-color: var(--line); color: white; background: rgba(255,255,255,.02); }
.btn-full { width: 100%; }
.hero-panel, .card { padding: 26px; }
.status-row { display: flex; align-items: center; gap: 10px; margin: 16px 0 10px; }
.status-dot { width: 12px; height: 12px; border-radius: 50%; background: #666; box-shadow: 0 0 0 4px rgba(255,255,255,.03); }
.status-dot.online { background: #17c964; box-shadow: 0 0 0 4px rgba(23,201,100,.15); }
.status-dot.offline { background: #ff4d4f; box-shadow: 0 0 0 4px rgba(255,77,79,.15); }
.ticket-note {
  margin-top: 22px; padding: 14px 16px; border-radius: 18px; background: rgba(216,19,19,.08); border: 1px solid rgba(216,19,19,.18);
  color: #ffd9d9; line-height: 1.5;
}
.ticket-pill {
  display: inline-block; margin-right: 8px; padding: 4px 10px; border-radius: 999px; background: rgba(255,46,46,.15); color: white; font-size: 12px; font-weight: 700;
}
.filters { margin: 22px 0; padding: 24px; }
.filters-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.filters h2, .section-head h2, .card h3 { margin: 8px 0 0; font-size: 30px; letter-spacing: -.03em; }
.filter-grid { display: flex; gap: 10px; flex-wrap: wrap; }
.chip {
  border: 1px solid var(--line); background: rgba(255,255,255,.02); color: #e4e4e7; border-radius: 999px;
  padding: 11px 16px; font-weight: 700; cursor: pointer;
}
.chip.is-active { background: rgba(216,19,19,.18); border-color: rgba(216,19,19,.5); color: #fff; }
.content-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 22px; }
.section-head { margin-bottom: 16px; }
.events-list { display: grid; gap: 16px; }
.event-card { padding: 24px; }
.event-top { display: flex; gap: 16px; justify-content: space-between; align-items: flex-start; }
.event-city { color: #ff7a7a; font-size: 13px; text-transform: uppercase; letter-spacing: .15em; font-weight: 700; margin-bottom: 10px; }
.event-title { margin: 0; font-size: 28px; line-height: 1.08; letter-spacing: -.03em; }
.price-badge {
  min-width: 110px; text-align: center; padding: 10px 14px; border-radius: 999px; background: rgba(216,19,19,.15); color: white; font-weight: 800; border: 1px solid rgba(216,19,19,.3);
}
.event-meta { margin-top: 14px; display: flex; gap: 10px; flex-wrap: wrap; color: #d4d4d8; }
.event-meta span {
  display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border-radius: 999px; background: rgba(255,255,255,.03); border: 1px solid var(--line);
}
.event-footer { margin-top: 18px; display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.source-tag { color: var(--muted); font-size: 14px; }
.source-link { color: white; text-decoration: none; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.35); }
.side-column { display: grid; gap: 16px; align-self: start; }
.feature-list { margin: 16px 0 0; padding-left: 18px; color: #d4d4d8; line-height: 1.65; }
.submit-form textarea {
  width: 100%; min-height: 170px; resize: vertical; border-radius: 20px; padding: 18px; margin: 14px 0 14px;
  background: #090909; border: 1px solid var(--line); color: white; font: inherit;
}
.submit-message { min-height: 24px; color: #ffd9d9; }
.skeleton-card .skeleton-line {
  height: 18px; border-radius: 999px; background: linear-gradient(90deg, rgba(255,255,255,.05), rgba(255,255,255,.1), rgba(255,255,255,.05));
  background-size: 300% 100%; animation: shimmer 1.6s infinite linear;
}
.skeleton-card .large { width: 68%; height: 28px; margin-bottom: 14px; }
.skeleton-card .medium { width: 52%; margin-bottom: 12px; }
.skeleton-card .small { width: 28%; }
@keyframes shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
.empty-state {
  padding: 28px; text-align: center; border-radius: var(--radius); border: 1px dashed rgba(255,255,255,.12); color: var(--muted);
}
@media (max-width: 1080px) {
  .hero, .content-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .site-header { padding: 18px 16px 8px; }
  .page-shell { padding: 8px 16px 42px; }
  .top-nav { display: none; }
  .hero-copy, .hero-panel, .card, .event-card { border-radius: 20px; }
  .hero-copy { padding: 28px 22px; }
  .hero-copy h1 { font-size: 42px; }
  .filters, .hero-panel, .card, .event-card { padding: 20px; }
  .event-title { font-size: 23px; }
  .price-badge { min-width: unset; }
}

.category-switch {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 0 18px 0;
}

.events-group {
  margin-bottom: 36px;
}

.events-stack {
  display: grid;
  gap: 20px;
}
