﻿.tickets-page {
  --ticket-red: #d30535;
  --ticket-red-bright: #ff4d66;
  --ticket-red-deep: #8f0d28;
  --ticket-ink: #05070d;
  --ticket-panel: rgba(9, 13, 22, 0.92);
  --ticket-panel-strong: rgba(12, 18, 30, 0.97);
  --ticket-line: rgba(255, 255, 255, 0.1);
  --ticket-copy: rgba(255, 255, 255, 0.74);
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 15%, rgba(211, 5, 53, 0.26), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(255, 90, 120, 0.14), transparent 22%),
    linear-gradient(180deg, #04060b 0%, #08111d 42%, #04060b 100%);
  color: #f7f7fb;
}

.tickets-page__hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.tickets-page__hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(211, 5, 53, 0.34), transparent 34%),
    linear-gradient(300deg, rgba(255, 77, 102, 0.16), transparent 28%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.025) 0 2px, transparent 2px 14px);
  filter: blur(14px);
  transform: scale(1.08);
}

.tickets-page__hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: 28px;
  align-items: stretch;
  padding: 78px 0 52px;
}

.tickets-page__eyebrow,
.tickets-stage__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 112, 136, 0.34);
  background: rgba(211, 5, 53, 0.12);
  color: #ff9fb1;
  font: 700 0.76rem "Space Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.tickets-page__title {
  margin: 18px 0 16px;
  font: 400 clamp(3.1rem, 6vw, 5.6rem) "Bakbak One", cursive;
  line-height: 0.92;
  letter-spacing: 0.01em;
  max-width: 10ch;
}

.tickets-page__lead {
  max-width: 62ch;
  margin: 0;
  color: var(--ticket-copy);
  font: 400 1.02rem/1.72 "Space Mono", monospace;
}

.tickets-page__hero-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.tickets-page__hero-strip div,
.tickets-page__spotlight-panel,
.ticket-showcase,
.tickets-empty {
  border: 1px solid var(--ticket-line);
  background: linear-gradient(180deg, rgba(14, 21, 34, 0.9), rgba(7, 10, 18, 0.96));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

.tickets-page__hero-strip div {
  padding: 16px 18px;
  border-radius: 18px;
}

.tickets-page__hero-strip span,
.tickets-page__spotlight-meta span,
.ticket-fact span,
.ticket-showcase__timeline span,
.ticket-countdown span,
.ticket-checkout-panel__head span,
.ticket-checkout-panel__status span,
.ticket-card__field span,
.ticket-showcase__venue span {
  display: block;
  color: rgba(255, 255, 255, 0.52);
  font: 700 0.7rem "Space Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.tickets-page__hero-strip strong,
.ticket-fact strong,
.ticket-showcase__timeline strong,
.ticket-countdown strong,
.ticket-checkout-panel__head strong,
.ticket-checkout-panel__status strong,
.ticket-showcase__venue strong {
  display: block;
  margin-top: 8px;
  font: 400 1.08rem/1.15 "Bakbak One", cursive;
}

.tickets-page__spotlight {
  display: grid;
  grid-template-rows: minmax(320px, 1fr) auto;
  gap: 14px;
}

.tickets-page__spotlight-media,
.ticket-showcase__poster {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background-size: cover;
  background-position: center;
  min-height: 320px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.tickets-page__spotlight-overlay,
.ticket-showcase__poster-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(6, 10, 17, 0.56) 42%, rgba(6, 10, 17, 0.96) 100%),
    linear-gradient(120deg, rgba(211, 5, 53, 0.26), transparent 42%);
}

.tickets-page__status,
.ticket-showcase__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  font: 700 0.7rem "Space Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.tickets-page__status--on_sale,
.ticket-showcase--on_sale .ticket-showcase__badge {
  background: rgba(211, 5, 53, 0.18);
  color: #ffabbb;
  border: 1px solid rgba(255, 77, 102, 0.42);
}

.tickets-page__status--members_only,
.ticket-showcase--members_only .ticket-showcase__badge {
  background: rgba(255, 255, 255, 0.12);
  color: #f0f4ff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.tickets-page__status--coming_soon,
.ticket-showcase--coming_soon .ticket-showcase__badge {
  background: rgba(255, 199, 120, 0.12);
  color: #ffd9ad;
  border: 1px solid rgba(255, 199, 120, 0.28);
}

.tickets-page__status--sold_out,
.ticket-showcase--sold_out .ticket-showcase__badge {
  background: rgba(141, 151, 172, 0.18);
  color: #dce3ef;
  border: 1px solid rgba(141, 151, 172, 0.3);
}

.tickets-page__spotlight-copy,
.ticket-showcase__poster-body {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 2;
}

.tickets-page__spotlight-kicker,
.ticket-showcase__kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.7);
  font: 700 0.72rem "Space Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.tickets-page__spotlight-copy h2,
.ticket-showcase__title {
  margin: 0 0 10px;
  font: 400 clamp(2rem, 4vw, 3rem) / 0.95 "Bakbak One", cursive;
}

.tickets-page__spotlight-copy p,
.ticket-showcase__desc,
.tickets-stage__header p,
.ticket-checkout-panel__notice span,
.ticket-showcase__venue a {
  margin: 0;
  color: var(--ticket-copy);
  line-height: 1.7;
}

.tickets-page__spotlight-panel {
  padding: 18px;
  border-radius: 24px;
}

.tickets-page__spotlight-prices,
.ticket-showcase__facts,
.ticket-showcase__countdowns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.tickets-page__spotlight-prices {
  margin-bottom: 14px;
}

.tickets-page__spotlight-prices > div,
.ticket-fact,
.ticket-showcase__timeline,
.ticket-countdown,
.ticket-checkout-panel__status,
.ticket-checkout-panel__notice,
.ticket-showcase__venue {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.tickets-page__spotlight-prices strong {
  display: block;
  margin-top: 8px;
  font: 400 1.28rem/1 "Bakbak One", cursive;
}

.tickets-page__spotlight-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.tickets-page__hero-actions,
.ticket-showcase__links,
.tickets-filterbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tickets-page__primary,
.tickets-page__secondary,
.ticket-showcase__ghost,
.ticket-checkout-panel__primary,
.tickets-filterbar__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 14px;
  text-decoration: none;
  font: 700 0.82rem "Space Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.tickets-page__primary,
.ticket-checkout-panel__primary {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--ticket-red), var(--ticket-red-bright));
  box-shadow: 0 16px 34px rgba(211, 5, 53, 0.28);
}

.tickets-page__secondary,
.ticket-showcase__ghost,
.tickets-filterbar__chip {
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

.tickets-filterbar__chip {
  min-height: 42px;
  padding: 0 16px;
  cursor: pointer;
}

.tickets-filterbar__chip.is-active {
  border-color: rgba(255, 77, 102, 0.42);
  background: rgba(211, 5, 53, 0.18);
  color: #ffb2bf;
}

.tickets-page__primary:hover,
.ticket-checkout-panel__primary:hover,
.tickets-page__secondary:hover,
.ticket-showcase__ghost:hover,
.tickets-filterbar__chip:hover {
  transform: translateY(-1px);
}

.tickets-page__body {
  padding: 40px 0 76px;
}

.tickets-flash-stack {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

.tickets-flash {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(12, 18, 30, 0.92);
  color: #fff;
  font: 700 0.82rem/1.5 "Space Mono", monospace;
}

.tickets-flash--error {
  border-color: rgba(255, 77, 102, 0.34);
  background: rgba(122, 12, 34, 0.34);
  color: #ffced7;
}

.tickets-flash--success {
  border-color: rgba(115, 255, 160, 0.26);
  background: rgba(24, 84, 43, 0.34);
  color: #d7ffe3;
}

.tickets-flash--warning {
  border-color: rgba(255, 210, 120, 0.28);
  background: rgba(92, 61, 14, 0.34);
  color: #ffe5b6;
}

.tickets-flash--info {
  border-color: rgba(175, 223, 249, 0.26);
  background: rgba(22, 53, 82, 0.34);
  color: #d8f1ff;
}

.tickets-stage {
  display: grid;
  gap: 22px;
}

.tickets-stage__header {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: 20px;
  align-items: end;
}

.tickets-stage__header h2 {
  margin: 14px 0 0;
  font: 400 clamp(2rem, 3vw, 3rem) / 0.98 "Bakbak One", cursive;
}

.tickets-catalog {
  display: grid;
  gap: 22px;
}

.ticket-showcase {
  overflow: hidden;
  border-radius: 28px;
}

.ticket-showcase[hidden] {
  display: none;
}

.ticket-showcase__content {
  padding: 20px;
}

.ticket-showcase__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 18px;
}

.ticket-showcase__details {
  display: grid;
  gap: 16px;
}

.ticket-showcase__venue {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.ticket-showcase__venue-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(211, 5, 53, 0.28), rgba(255, 77, 102, 0.14));
  color: #ffb2bf;
  font-size: 1.2rem;
}

.ticket-showcase__venue a {
  display: inline-flex;
  margin-top: 8px;
  text-decoration: none;
}

.ticket-showcase__timeline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ticket-fact--price strong {
  font-size: 1.36rem;
}

.ticket-countdown strong {
  color: #fff;
}

.ticket-checkout-panel {
  position: sticky;
  top: 92px;
  display: grid;
  align-content: start;
  gap: 14px;
  height: fit-content;
  padding: 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(18, 26, 41, 0.96), rgba(9, 13, 22, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ticket-checkout-panel__head {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ticket-checkout-panel__head strong {
  font-size: 1.56rem;
}

.ticket-checkout-panel__notice strong {
  display: block;
  margin-bottom: 8px;
  font: 400 1.06rem/1.2 "Bakbak One", cursive;
}

.ticket-checkout-panel__form {
  display: grid;
  gap: 12px;
}

.ticket-card__field input {
  width: 100%;
  min-height: 48px;
  margin-top: 8px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.ticket-card__field input::placeholder {
  color: rgba(255, 255, 255, 0.34);
}

.tickets-empty {
  padding: 64px 28px;
  border-radius: 28px;
  text-align: center;
}

.tickets-empty i {
  display: inline-flex;
  margin-bottom: 16px;
  font-size: 2.2rem;
  color: #ff9fb1;
}

.tickets-empty h2 {
  margin-bottom: 10px;
  font: 400 2rem/1 "Bakbak One", cursive;
}

.tickets-empty p {
  max-width: 58ch;
  margin: 0 auto 20px;
  color: var(--ticket-copy);
}

@media (max-width: 1199.98px) {
  .tickets-page__hero-inner,
  .tickets-stage__header,
  .ticket-showcase__grid {
    grid-template-columns: 1fr;
  }

  .tickets-page__title {
    max-width: 14ch;
  }

  .ticket-checkout-panel {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .tickets-page__hero-inner,
  .tickets-page__body {
    padding-left: 12px;
    padding-right: 12px;
  }

  .tickets-page__hero-inner {
    padding-top: 56px;
    padding-bottom: 34px;
  }

  .tickets-page__hero-strip,
  .tickets-page__spotlight-prices,
  .tickets-page__spotlight-meta,
  .ticket-showcase__facts,
  .ticket-showcase__timeline,
  .ticket-showcase__countdowns {
    grid-template-columns: 1fr;
  }

  .tickets-page__title {
    font-size: 2.8rem;
  }

  .tickets-page__spotlight-copy,
  .ticket-showcase__poster-body {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .ticket-showcase__content,
  .ticket-checkout-panel,
  .tickets-page__spotlight-panel {
    padding: 16px;
  }

  .ticket-showcase__venue {
    grid-template-columns: 1fr;
  }
}
