.gw-live-page {
  --gw-live-black: #06070c;
  --gw-live-ink: #0f172a;
  --gw-live-slate: #141927;
  --gw-live-card: rgba(19, 23, 36, 0.88);
  --gw-live-border: rgba(148, 163, 184, 0.18);
  --gw-live-accent: #1db954;
  --gw-live-soft: rgba(248, 250, 252, 0.78);
  --gw-live-muted: rgba(226, 232, 240, 0.64);
  color: #f8fafc;
  padding: 0 0 48px;
  position: relative;
}

body:not(.dark_theme) .gw-live-page {
  --gw-live-black: #f8fafc;
  --gw-live-ink: #ffffff;
  --gw-live-slate: #e2e8f0;
  --gw-live-card: rgba(255, 255, 255, 0.98);
  --gw-live-border: rgba(15, 23, 42, 0.12);
  --gw-live-soft: rgba(15, 23, 42, 0.78);
  --gw-live-muted: rgba(71, 85, 105, 0.78);
  color: #0f172a;
}

.gw-live-page::before {
  background:
    radial-gradient(circle at 10% 15%, rgba(249, 115, 22, 0.28), transparent 50%),
    radial-gradient(circle at 85% 20%, rgba(14, 116, 144, 0.22), transparent 50%),
    linear-gradient(120deg, rgba(6, 7, 12, 0.95), rgba(15, 23, 42, 0.6));
  content: "";
  inset: -40px -10px -10px;
  opacity: 0.92;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

body:not(.dark_theme) .gw-live-page::before {
  background:
    radial-gradient(circle at 10% 15%, rgba(249, 115, 22, 0.2), transparent 52%),
    radial-gradient(circle at 85% 20%, rgba(14, 116, 144, 0.18), transparent 52%),
    linear-gradient(120deg, rgba(241, 245, 249, 0.95), rgba(248, 250, 252, 0.7));
}

body:not(.dark_theme) .gw-live-hero-overlay {
  background: linear-gradient(110deg, rgba(248, 250, 252, 0.92), rgba(248, 250, 252, 0.4));
}

body:not(.dark_theme) .gw-live-btn-ghost {
  background: rgba(248, 250, 252, 0.78);
  border-color: rgba(15, 23, 42, 0.14);
  color: #0f172a;
}

body:not(.dark_theme) .gw-live-search {
  background: rgba(248, 250, 252, 0.9);
  border-color: rgba(15, 23, 42, 0.12);
}

body:not(.dark_theme) .gw-live-tour-card {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(15, 23, 42, 0.12);
}

.gw-live-page::after {
  background-image: repeating-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.05) 1px,
    transparent 1px,
    transparent 6px
  );
  content: "";
  inset: 0;
  opacity: 0.32;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.gw-live-hero,
.gw-live-highlights,
.gw-live-rows,
.gw-live-empty {
  position: relative;
  z-index: 1;
}

.gw-live-hero {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  margin-bottom: 30px;
  min-height: min(72vh, 720px);
  overflow: hidden;
  padding: 96px 54px 64px;
  position: relative;
}

.gw-live-hero-backdrop {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.85), rgba(7, 10, 16, 0.55));
  background-position: center;
  background-size: cover;
  filter: saturate(1.1) contrast(1.08);
  inset: 0;
  opacity: 0.82;
  pointer-events: none;
  position: absolute;
  z-index: 0;
  animation: gwLivePulse 20s ease-in-out infinite;
}

.gw-live-hero-overlay {
  background: linear-gradient(100deg, rgba(6, 7, 12, 0.92), rgba(6, 7, 12, 0.4));
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.gw-live-hero-content,
.gw-live-hero-search,
.gw-live-hero-tours {
  position: relative;
  z-index: 2;
}

.gw-live-eyebrow {
  color: var(--gw-live-soft);
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}

.gw-live-hero h2 {
  font-family: "Bebas Neue", "Oswald", "Impact", sans-serif;
  font-size: clamp(36px, 5vw, 54px);
  letter-spacing: 0.08em;
  margin: 12px 0 14px;
}

.gw-live-hero-desc {
  color: var(--gw-live-soft);
  font-size: 16px;
  line-height: 1.7;
  max-width: 520px;
}

.gw-live-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 18px 0 26px;
}

.gw-live-hero-pill {
  border: 1px solid rgba(248, 250, 252, 0.16);
  border-radius: 999px;
  color: var(--gw-live-soft);
  font-size: 11px;
  letter-spacing: 0.16em;
  padding: 6px 14px;
  text-transform: uppercase;
}

.gw-live-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gw-live-hero-select {
  align-items: center;
  display: flex;
}

.gw-live-hero-select select {
  appearance: none;
  background: rgba(15, 23, 42, 0.45);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23f8fafc' d='M1.41 0L6 4.59 10.59 0 12 1.41 6 7.41 0 1.41z'/%3E%3C/svg%3E");
  background-position: right 14px center;
  background-repeat: no-repeat;
  border: 1px solid rgba(248, 250, 252, 0.18);
  border-radius: 999px;
  color: #f8fafc;
  font-size: 14px;
  line-height: 1.2;
  min-width: 220px;
  padding: 10px 40px 10px 16px;
}

.gw-live-hero-select select:focus {
  outline: 2px solid rgba(248, 250, 252, 0.4);
  outline-offset: 2px;
}

body:not(.dark_theme) .gw-live-hero-select select {
  background: rgba(248, 250, 252, 0.9);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%230f172a' d='M1.41 0L6 4.59 10.59 0 12 1.41 6 7.41 0 1.41z'/%3E%3C/svg%3E");
  border-color: rgba(15, 23, 42, 0.16);
  color: #0f172a;
}

.gw-live-btn {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  padding: 10px 24px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gw-live-btn-primary {
  background: var(--gw-live-accent);
  box-shadow: 0 20px 34px rgba(29, 185, 84, 0.4);
  color: #ffffff;
}

.gw-live-btn-primary:hover {
  box-shadow: 0 26px 44px rgba(29, 185, 84, 0.5);
  transform: translateY(-2px);
}

.gw-live-btn-ghost {
  background: rgba(15, 23, 42, 0.45);
  border: 1px solid rgba(248, 250, 252, 0.18);
  color: #f8fafc;
}

.gw-live-btn-ghost:hover {
  transform: translateY(-2px);
}

.gw-live-hero-search {
  align-self: end;
}

.gw-live-search {
  align-items: center;
  background: rgba(8, 11, 18, 0.55);
  border: 1px solid rgba(248, 250, 252, 0.1);
  border-radius: 999px;
  display: flex;
  gap: 10px;
  padding: 8px 16px;
  width: min(100%, 360px);
}

.gw-live-search input {
  background: transparent;
  border: none;
  color: inherit;
  flex: 1;
  font-size: 14px;
  outline: none;
}

.gw-live-search .menu-item-icon {
  color: var(--gw-live-soft);
}

.gw-live-hero-tours {
  align-self: end;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.gw-live-tour-card {
  background: rgba(12, 16, 26, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  color: inherit;
  display: grid;
  gap: 6px;
  padding: 16px;
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gw-live-tour-card::after {
  background: linear-gradient(120deg, rgba(249, 115, 22, 0.22), transparent 70%);
  border-radius: 18px;
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s ease;
}

.gw-live-tour-card:hover {
  box-shadow: 0 18px 32px rgba(6, 7, 12, 0.35);
  transform: translateY(-2px);
}

.gw-live-tour-card:hover::after {
  opacity: 1;
}

.gw-live-tour-card.is-active {
  border-color: rgba(249, 115, 22, 0.6);
  box-shadow: 0 20px 38px rgba(249, 115, 22, 0.25);
}

.gw-live-tour-card-title {
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.gw-live-tour-card-sub {
  color: var(--gw-live-muted);
  font-size: 13px;
  position: relative;
  z-index: 1;
}

.gw-live-tour-card-count {
  color: var(--gw-live-soft);
  font-size: 12px;
  letter-spacing: 0.14em;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.gw-live-highlights {
  margin: 0 54px 36px;
}

.gw-live-highlights-title {
  color: var(--gw-live-soft);
  font-size: 12px;
  letter-spacing: 0.3em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.gw-live-highlights-track {
  display: grid;
  gap: 16px;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
  touch-action: pan-x;
}

.gw-live-highlight-card {
  background: var(--gw-live-card);
  border: 1px solid var(--gw-live-border);
  border-radius: 20px;
  color: inherit;
  display: grid;
  gap: 10px;
  min-width: 0;
  overflow: hidden;
  padding: 14px;
  scroll-snap-align: start;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gw-live-highlight-card:hover {
  box-shadow: 0 16px 30px rgba(6, 7, 12, 0.3);
  transform: translateY(-2px);
}

.gw-live-highlight-cover {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.2), rgba(14, 116, 144, 0.2));
  background-position: center;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.gw-live-highlight-meta {
  display: grid;
  gap: 4px;
}

.gw-live-highlight-title {
  font-weight: 600;
}

.gw-live-highlight-sub {
  color: var(--gw-live-muted);
  font-size: 13px;
}

.gw-live-rows {
  display: grid;
  gap: 26px;
  padding: 0 54px 40px;
}

.gw-live-row {
  display: grid;
  gap: 12px;
}

.gw-live-row-title {
  align-items: center;
  display: flex;
  gap: 12px;
}

.gw-live-row-title h3 {
  font-size: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gw-live-row-pill {
  border: 1px solid var(--gw-live-border);
  border-radius: 999px;
  color: var(--gw-live-muted);
  font-size: 11px;
  letter-spacing: 0.12em;
  padding: 4px 12px;
  text-transform: uppercase;
}

.gw-live-row-track {
  display: grid;
  gap: 16px;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 1fr);
  overflow-x: auto;
  padding-bottom: 10px;
}

.gw-live-card {
  background: var(--gw-live-card);
  border: 1px solid var(--gw-live-border);
  border-radius: 20px;
  color: inherit;
  display: grid;
  gap: 12px;
  min-width: 0;
  overflow: hidden;
  padding: 14px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gw-live-card:hover {
  box-shadow: 0 18px 32px rgba(6, 7, 12, 0.32);
  transform: translateY(-2px);
}

.gw-live-card-cover {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.22), rgba(14, 116, 144, 0.2));
  background-position: center;
  background-size: cover;
  border-radius: 16px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.gw-live-card-tour {
  background: rgba(8, 11, 18, 0.7);
  border-radius: 999px;
  bottom: 10px;
  color: #f8fafc;
  font-size: 11px;
  left: 10px;
  letter-spacing: 0.12em;
  padding: 4px 10px;
  position: absolute;
  text-transform: uppercase;
}

.gw-live-card-meta {
  display: grid;
  gap: 6px;
}

.gw-live-card-title {
  font-weight: 600;
}

.gw-live-card-sub {
  color: var(--gw-live-muted);
  font-size: 13px;
}

.gw-live-card-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.gw-live-card-pill {
  border: 1px solid var(--gw-live-border);
  border-radius: 999px;
  color: var(--gw-live-muted);
  font-size: 11px;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  text-transform: uppercase;
}

.gw-live-empty {
  align-items: center;
  color: var(--gw-live-muted);
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 72px 24px 0;
  text-align: center;
}

.gw-live-empty a {
  color: inherit;
  font-weight: 600;
}

.gw-live-empty[hidden] {
  display: none;
}

@keyframes gwLivePulse {
  0% {
    transform: scale(1) translateX(0);
  }
  50% {
    transform: scale(1.05) translateX(10px);
  }
  100% {
    transform: scale(1) translateX(0);
  }
}

@media (max-width: 1100px) {
  .gw-live-hero {
    grid-template-columns: 1fr;
    padding: 88px 36px 54px;
  }

  .gw-live-hero-search,
  .gw-live-hero-tours {
    align-self: start;
  }
}

@media (max-width: 1100px), (max-height: 760px) {
  .gw-live-hero {
    overflow: visible;
  }
}

@media (max-width: 900px) {
  .gw-live-highlights,
  .gw-live-rows {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media (max-width: 720px) {
  .gw-live-hero {
    padding: 72px 24px 48px;
  }

  .gw-live-highlights {
    margin: 0 24px 28px;
  }

  .gw-live-hero h2 {
    font-size: clamp(32px, 8vw, 44px);
  }

  .gw-live-hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}
