/*
Theme Name: Gat Party
Theme URI: https://gatparty.com/
Author: Gat Party
Description: Electric-neon WordPress theme for Gat Party events, tickets and community messaging.
Version: 1.3.9
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: gat-party
*/

:root {
  --ink: #050714;
  --ink-soft: #0b1026;
  --panel: #11162d;
  --white: #f8fafc;
  --muted: #adb6d5;
  --pink: #ff2fb3;
  --pink-hot: #ff197d;
  --violet: #8b5cf6;
  --cyan: #22d3ee;
  --line: rgba(255, 255, 255, 0.14);
  --gat-link-color: #ff2fb3;
  --gat-fat-body-color: #adb6d5;
  --gat-fat-title-color: #ff2fb3;
  --gat-fat-date-color: #22d3ee;
  --gat-fat-price-color: #ff2fb3;
  --gat-fat-button-color: #ff197d;
  --gat-fat-button-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
}

body.admin-bar .site-header {
  top: 32px;
}

.wp-content-section {
  min-height: 70svh;
  padding-top: 180px;
}

.wp-content-section h1 {
  margin: 0 0 30px;
  font-size: clamp(3rem, 6vw, 6rem);
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.event-editor-content {
  color: var(--muted);
  line-height: 1.75;
}

.event-editor-content > *:first-child {
  margin-top: 0;
}

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

button {
  font: inherit;
}

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

.event-editor-content a:not(.button),
.wp-content-section a:not(.button),
.welcome-actions .text-link,
.hero-ticket a,
.site-footer a,
.scroll-cue:hover,
.scroll-cue:focus-visible {
  color: var(--gat-link-color);
}

.menu-links a:hover,
.menu-links a:focus-visible,
.menu-links .current-menu-item > a,
.menu-links .current_page_item > a {
  color: var(--gat-link-color);
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 25%, rgba(34, 211, 238, 0.08), transparent 32%),
    radial-gradient(circle at 12% 48%, rgba(255, 47, 179, 0.08), transparent 30%),
    var(--ink);
}

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 80px, 1400px);
  min-height: 108px;
  margin-inline: auto;
}

.wordmark {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: clamp(1.55rem, 2.2vw, 2.2rem);
  font-weight: 850;
  letter-spacing: -0.06em;
}

.wordmark i {
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--pink-hot), var(--pink), var(--violet), var(--cyan));
  transform: rotate(-2deg);
  box-shadow: 0 0 16px rgba(255, 47, 179, 0.65);
}

.site-branding {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.custom-logo {
  display: block;
  width: auto;
  max-width: min(260px, 28vw);
  max-height: 82px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-weight: 650;
}

.menu-links {
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-links a {
  position: relative;
  display: block;
  padding-block: 16px;
}

.menu-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 9px;
  height: 2px;
  background: var(--cyan);
  transition: right 180ms ease;
}

.menu-links a:hover::after,
.menu-links a:focus-visible::after {
  right: 0;
}

.nav-chat,
.nav-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 10px;
  font-weight: 750;
  color: var(--white);
}

.nav-chat {
  gap: 9px;
  border: 1px solid var(--violet);
  background: rgba(5, 7, 20, 0.66);
  box-shadow: 0 0 18px rgba(139, 92, 246, 0.25), inset 0 0 14px rgba(34, 211, 238, 0.06);
  cursor: pointer;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #28eab8;
  box-shadow: 0 0 10px #28eab8;
}

.nav-book {
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: linear-gradient(135deg, var(--pink-hot), #e21eff);
  box-shadow: 0 0 26px rgba(255, 25, 125, 0.34);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: min(940px, 100svh);
  align-items: center;
  padding: 150px max(40px, calc((100vw - 1400px) / 2)) 96px;
  isolation: isolate;
}

.hero-photo,
.hero-overlay {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-photo {
  object-fit: cover;
  object-position: center;
  filter: saturate(1.07) contrast(1.05);
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 7, 20, 0.99) 0%, rgba(5, 7, 20, 0.96) 27%, rgba(5, 7, 20, 0.57) 54%, rgba(5, 7, 20, 0.12) 80%),
    linear-gradient(180deg, rgba(5, 7, 20, 0.72) 0%, transparent 25%, transparent 72%, var(--ink) 100%);
}

.hero-content {
  width: min(720px, 55vw);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.65rem, 5.2vw, 6rem);
  font-weight: 830;
  letter-spacing: -0.065em;
  line-height: 0.98;
  text-wrap: balance;
  text-shadow: 0 6px 34px rgba(0, 0, 0, 0.46);
}

.event-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 28px 0 24px;
  font-size: clamp(1.25rem, 2vw, 1.85rem);
  font-weight: 750;
}

.event-kicker strong {
  color: var(--pink);
}

.event-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 30px;
  font-size: 1.06rem;
  font-weight: 650;
}

.event-facts span {
  padding: 0 22px;
  border-right: 1px solid var(--line);
}

.event-facts span:first-child {
  padding-left: 0;
}

.event-facts span:last-child {
  border-right: 0;
}

.hero-actions,
.welcome-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.button {
  display: inline-flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  border-radius: 14px;
  font-weight: 800;
  line-height: 1;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

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

.button-primary {
  color: white;
  background: linear-gradient(135deg, var(--pink-hot), #e31bdb);
  box-shadow: 0 0 30px rgba(255, 25, 125, 0.32);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 0 42px rgba(255, 25, 125, 0.48);
}

.button-secondary {
  color: white;
  background: rgba(5, 7, 20, 0.7);
  border-color: var(--violet);
  box-shadow: 0 0 28px rgba(34, 211, 238, 0.16), inset 0 0 16px rgba(34, 211, 238, 0.05);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--cyan);
}

.button.compact {
  min-height: 52px;
  padding-inline: 25px;
}

.benefit-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.benefit-chips span,
.music-tags span {
  padding: 11px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(5, 7, 20, 0.58);
  color: #e7eaf7;
  font-size: 0.86rem;
  backdrop-filter: blur(10px);
}

.hero-ticket {
  position: absolute;
  right: max(40px, calc((100vw - 1400px) / 2));
  bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 340px;
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(8, 10, 28, 0.78), rgba(17, 22, 45, 0.9));
  box-shadow: 0 22px 65px rgba(0, 0, 0, 0.32), inset 0 0 34px rgba(139, 92, 246, 0.08);
  backdrop-filter: blur(18px);
}

.ticket-label,
.mini-label {
  color: var(--cyan);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.hero-ticket strong {
  font-size: 1.5rem;
}

.hero-ticket > span:not(.ticket-label) {
  padding-top: 15px;
  border-top: 1px solid var(--line);
  color: #e1e6f7;
}

.hero-ticket a {
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--pink);
  font-weight: 800;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 28px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.section {
  width: min(100% - 80px, 1320px);
  margin-inline: auto;
  padding: 112px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 46px;
}

.section h2 {
  margin: 0;
  font-size: clamp(2.5rem, 4vw, 4.6rem);
  line-height: 1;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.section p {
  color: var(--muted);
  line-height: 1.75;
}

.news-section {
  padding-bottom: 0;
}

.news-section h2 {
  margin-bottom: 32px;
}

.news-card {
  display: grid;
  gap: 32px;
  align-items: center;
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 47, 179, 0.08), transparent 65%), var(--panel);
}

.news-card-with-image {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.news-copy {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 1.125rem;
}

.news-copy > :first-child,
.news-placeholder {
  margin-top: 0;
}

.news-copy > :last-child,
.news-placeholder {
  margin-bottom: 0;
}

.news-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 680px;
  object-fit: contain;
  border-radius: 12px;
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.event-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  min-height: 190px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(17, 22, 45, 0.8), rgba(7, 10, 25, 0.92));
  transition: transform 180ms ease, border-color 180ms ease;
  cursor: pointer;
}

.event-card:hover {
  transform: translateY(-3px);
  border-color: rgba(34, 211, 238, 0.45);
}

.event-card.featured {
  border-color: rgba(255, 47, 179, 0.6);
  box-shadow: inset 0 0 30px rgba(255, 47, 179, 0.06);
}

.date-tile {
  display: flex;
  width: 76px;
  height: 86px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(139, 92, 246, 0.12);
  border: 1px solid rgba(139, 92, 246, 0.44);
}

.date-tile strong {
  font-size: 2rem;
  line-height: 1;
}

.date-tile span {
  margin-top: 6px;
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.event-card h3 {
  margin: 6px 0 9px;
  font-size: 1.22rem;
}

.event-card p {
  margin: 2px 0;
  font-size: 0.88rem;
  line-height: 1.5;
}

.event-card-action {
  color: var(--pink);
  font-weight: 800;
  white-space: nowrap;
}

.fat-event-embed {
  min-height: 160px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(17, 22, 45, 0.84), rgba(7, 10, 25, 0.94));
  box-shadow: inset 0 0 34px rgba(139, 92, 246, 0.06);
}

/* FAT Event colour controls: list, grid, table, carousel and single-event views. */
.fat-event-embed,
.fat-event-embed p,
.fat-event-embed li,
.fat-event-embed td,
.fat-event-embed th,
.fat-event-single-content,
.fat-event-single-content p,
.fat-event-single-content li,
.fat-event-single-content td,
.fat-event-single-content th,
.fat-event-single-content [class*="description"],
body[class*="single-fat"] .event-editor-content,
body[class*="single-fat"] [class*="fat-event"] {
  color: var(--gat-fat-body-color) !important;
}

.fat-event-embed h1,
.fat-event-embed h2,
.fat-event-embed h3,
.fat-event-embed h4,
.fat-event-embed h5,
.fat-event-embed [class*="event-title"],
.fat-event-embed [class*="fat-event-title"],
.fat-event-embed [class*="event-title"] *,
.fat-event-embed [class*="fat-event-title"] *,
.fat-event-embed table td:first-child,
.fat-event-embed table td:first-child a,
.fat-event-single-hero h1,
.fat-event-single-content h1,
.fat-event-single-content h2,
.fat-event-single-content h3,
.fat-event-single-content h4,
.fat-event-single-content h5,
.fat-event-single-content [class*="event-title"],
.fat-event-single-content [class*="event-title"] *,
body[class*="single-fat"] .event-editor-content h1,
body[class*="single-fat"] .event-editor-content h2,
body[class*="single-fat"] .event-editor-content h3,
body[class*="single-fat"] [class*="event-title"],
body[class*="single-fat"] [class*="event-title"] * {
  color: var(--gat-fat-title-color) !important;
}

.fat-event-embed .fat-event-date,
.fat-event-embed .fat-event-time,
.fat-event-embed .fat-event-start-date,
.fat-event-embed .fat-event-end-date,
.fat-event-embed .fat-event-start-time,
.fat-event-embed .fat-event-end-time,
.fat-event-embed .fat-event-date-time,
.fat-event-embed .fat-event-date *,
.fat-event-embed .fat-event-time *,
.fat-event-embed [class*="event-date"],
.fat-event-embed [class*="event-time"],
.fat-event-embed [class*="event-date"] *,
.fat-event-embed [class*="event-time"] *,
.fat-event-embed table td:nth-child(3),
.fat-event-embed table td:nth-child(4),
.fat-event-single-content .fat-event-date,
.fat-event-single-content .fat-event-time,
.fat-event-single-content [class*="event-date"],
.fat-event-single-content [class*="event-time"],
.fat-event-single-content [class*="event-date"] *,
.fat-event-single-content [class*="event-time"] *,
body[class*="single-fat"] [class*="event-date"],
body[class*="single-fat"] [class*="event-time"],
body[class*="single-fat"] [class*="event-date"] *,
body[class*="single-fat"] [class*="event-time"] * {
  color: var(--gat-fat-date-color) !important;
}

.fat-event-embed .fat-event-price,
.fat-event-embed .fat-event-fee,
.fat-event-embed .fat-event-cost,
.fat-event-embed [class*="ticket-price"],
.fat-event-embed [class*="event-price"],
.fat-event-embed [class*="ticket-price"] *,
.fat-event-embed [class*="event-price"] *,
.fat-event-embed table td:nth-last-child(2),
.fat-event-single-content .fat-event-price,
.fat-event-single-content .fat-event-fee,
.fat-event-single-content .fat-event-cost,
.fat-event-single-content [class*="ticket-price"],
.fat-event-single-content [class*="event-price"],
.fat-event-single-content [class*="ticket-price"] *,
.fat-event-single-content [class*="event-price"] *,
body[class*="single-fat"] [class*="ticket-price"],
body[class*="single-fat"] [class*="event-price"],
body[class*="single-fat"] [class*="ticket-price"] *,
body[class*="single-fat"] [class*="event-price"] * {
  color: var(--gat-fat-price-color) !important;
}

.fat-event-embed .fat-event-view-detail,
.fat-event-embed .fat-event-view-detail a,
.fat-event-embed a[class*="view-detail"],
.fat-event-embed a[class*="event-detail"],
.fat-event-embed a[class*="event-button"],
.fat-event-embed a[class*="event-btn"],
.fat-event-embed button[class*="view-detail"],
.fat-event-embed button[class*="event-detail"],
.fat-event-embed table td:last-child a,
.fat-event-single-content .fat-event-view-detail,
.fat-event-single-content a[class*="view-detail"],
.fat-event-single-content a[class*="event-button"],
.fat-event-single-content button[class*="event-button"],
body[class*="single-fat"] a[class*="event-button"],
body[class*="single-fat"] button[class*="event-button"] {
  border-color: var(--gat-fat-button-color) !important;
  background: var(--gat-fat-button-color) !important;
  color: var(--gat-fat-button-text-color) !important;
}

.fat-event-embed .fat-event-view-detail *,
.fat-event-embed a[class*="view-detail"] *,
.fat-event-embed a[class*="event-detail"] *,
.fat-event-embed a[class*="event-button"] *,
.fat-event-embed a[class*="event-btn"] *,
.fat-event-embed table td:last-child a *,
.fat-event-single-content a[class*="event-button"] *,
body[class*="single-fat"] a[class*="event-button"] *,
body[class*="single-fat"] button[class*="event-button"] * {
  color: var(--gat-fat-button-text-color) !important;
}

.fat-event-embed .fat-event-view-detail:hover,
.fat-event-embed .fat-event-view-detail a:hover,
.fat-event-embed a[class*="view-detail"]:hover,
.fat-event-embed a[class*="event-detail"]:hover,
.fat-event-embed table td:last-child a:hover,
.fat-event-single-content a[class*="event-button"]:hover,
body[class*="single-fat"] a[class*="event-button"]:hover {
  filter: brightness(1.12);
}

.fat-event-setup-card {
  display: grid;
  max-width: 720px;
  min-height: 260px;
  align-content: center;
  justify-items: start;
  margin-inline: auto;
  padding: 36px;
}

.fat-event-setup-card strong {
  font-size: 1.8rem;
  letter-spacing: -0.035em;
}

.fat-event-setup-card p {
  margin: 12px 0 24px;
}

.single-content-shell {
  min-height: 520px;
}

.fat-event-single-hero {
  min-height: 680px;
}

.fat-event-single-content {
  max-width: 1120px;
  margin-inline: auto;
  padding: 44px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #10152b;
}

.event-detail-hero {
  min-height: 790px;
  margin-top: 0;
}

.event-detail-hero .hero-photo,
.event-detail-hero .hero-overlay {
  inset: 0;
  height: 100%;
}

body.single .site-main {
  padding-top: 130px !important;
}

body.admin-bar.single .site-main {
  padding-top: 162px !important;
}

.event-detail-hero .hero-content {
  width: min(860px, 70vw);
}

.event-detail-hero h1 {
  max-width: 920px;
}

.event-breadcrumb {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 40px;
  color: #dfe5fa;
  font-size: 0.82rem;
  font-weight: 750;
}

.yoast-breadcrumbs {
  margin-bottom: 40px;
  color: #dfe5fa;
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.6;
}

.yoast-breadcrumbs a {
  color: var(--gat-link-color);
}

.yoast-breadcrumbs a:hover,
.yoast-breadcrumbs a:focus-visible {
  color: var(--cyan);
}

.wp-content-section > .yoast-breadcrumbs {
  margin-bottom: 30px;
}

.event-breadcrumb:hover,
.event-breadcrumb:focus-visible {
  color: var(--cyan);
}

.event-lead {
  max-width: 720px;
  margin: 25px 0 26px;
  color: #d8def2;
  font-size: 1.08rem;
  line-height: 1.7;
}

.event-detail-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 72px;
  align-items: start;
}

.event-story h2 {
  max-width: 800px;
}

.event-story-intro {
  max-width: 820px;
  margin: 30px 0 42px;
  font-size: 1.12rem;
}

.event-expect-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.expect-card {
  min-height: 230px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(17, 22, 45, 0.82), rgba(7, 10, 25, 0.92));
}

.expect-card > span {
  color: var(--cyan);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.expect-card h3 {
  margin: 54px 0 8px;
  font-size: 1.25rem;
}

.expect-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
}

.event-theme {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: center;
  margin-top: 18px;
  padding: 38px;
  border: 1px solid rgba(255, 47, 179, 0.42);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 211, 238, 0.12), transparent 38%),
    linear-gradient(135deg, rgba(255, 47, 179, 0.11), rgba(139, 92, 246, 0.09));
}

.event-theme h3 {
  margin: 0;
  font-size: 1.55rem;
  letter-spacing: -0.035em;
}

.event-theme p:last-child {
  margin: 0;
}

.event-practical-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 58px;
}

.event-list {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.event-list li {
  position: relative;
  padding: 0 0 15px 25px;
  border-bottom: 1px solid var(--line);
  color: #dfe4f5;
  line-height: 1.45;
}

.event-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--pink);
  font-size: 0.72rem;
}

.event-booking-panel {
  position: sticky;
  top: 28px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 211, 238, 0.12), transparent 38%),
    #10152b;
  box-shadow: 0 28px 75px rgba(0, 0, 0, 0.28), inset 0 0 30px rgba(139, 92, 246, 0.06);
}

.event-booking-panel h2 {
  margin: 13px 0 26px;
  font-size: 2.1rem;
  line-height: 1.03;
}

.event-booking-panel dl {
  margin: 0 0 26px;
}

.event-booking-panel dl div {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 15px;
  padding: 15px 0;
  border-top: 1px solid var(--line);
}

.event-booking-panel dt {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 750;
  text-transform: uppercase;
}

.event-booking-panel dd {
  margin: 0;
  color: #f2f4fc;
  font-weight: 650;
  line-height: 1.4;
}

.event-booking-panel .button {
  width: 100%;
}

.event-booking-panel > p {
  margin: 15px 0 20px;
  font-size: 0.75rem;
  line-height: 1.5;
}

.event-location {
  padding-top: 80px;
}

.sponsors-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.sponsors-section h2 {
  margin-bottom: 36px;
  text-align: center;
}

.sponsor-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.sponsor-card {
  display: grid;
  min-width: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
}

.sponsor-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

a.sponsor-card:hover {
  border-color: var(--gat-link-color);
}

a.sponsor-card:focus-visible {
  outline: 3px solid var(--gat-link-color);
  outline-offset: 4px;
}

.sponsor-placeholder {
  padding: 20px;
  border-style: dashed;
  color: var(--muted);
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.5;
}

.sponsor-carousel-section {
  border-bottom: 1px solid var(--line);
}

.sponsor-carousel-section h2 {
  margin-bottom: 30px;
  text-align: center;
}

.sponsor-carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.sponsor-carousel-controls[hidden] {
  display: none;
}

.sponsor-carousel-button {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
  color: var(--white);
  cursor: pointer;
}

.sponsor-carousel-pause {
  min-width: 152px;
  font-size: 0.85rem;
}

.sponsor-carousel-button:hover,
a.sponsor-carousel-card:hover {
  border-color: var(--gat-link-color);
}

.sponsor-carousel-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--gat-link-color) var(--panel);
  padding: 5px 0 16px;
}

.sponsor-carousel-slide {
  flex: 0 0 calc((100% - 80px) / 5);
  min-width: 0;
  scroll-snap-align: start;
}

.sponsor-carousel-card {
  display: flex;
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  aspect-ratio: 2 / 1;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
}

.sponsor-carousel-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sponsor-carousel-button:focus-visible,
.sponsor-carousel-track:focus-visible {
  outline: 3px solid var(--gat-link-color);
  outline-offset: 3px;
}

a.sponsor-carousel-card:focus-visible {
  outline: 3px solid var(--gat-link-color);
  outline-offset: -4px;
}

.sponsor-carousel-placeholder {
  flex-direction: column;
  gap: 6px;
  padding: 16px;
  border-style: dashed;
  color: var(--muted);
  text-align: center;
}

.sponsor-carousel-placeholder strong {
  color: var(--white);
}

.sponsor-carousel-placeholder small {
  max-width: 28ch;
  font-size: 0.75rem;
}

@media (max-width: 1100px) {
  .sponsor-carousel-slide {
    flex-basis: calc((100% - 20px) / 2);
  }
}

@media (max-width: 760px) {
  .sponsor-carousel-slide {
    flex-basis: 100%;
  }
}

.welcome-section {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 90px;
  align-items: center;
}

.home-editor-content {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-editor-content .event-editor-content {
  max-width: 920px;
  margin-inline: auto;
  font-size: 1.04rem;
}

.home-editor-content h2,
.home-editor-content h3,
.home-editor-content h4 {
  color: var(--white);
}

.welcome-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin: 28px 0;
  font-size: 1.12rem;
}

.text-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--pink);
  font-weight: 800;
  cursor: pointer;
}

.text-link.muted {
  color: var(--muted);
}

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

.stat-grid article {
  display: flex;
  min-height: 170px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(17, 22, 45, 0.72);
}

.stat-grid article:nth-child(2) {
  transform: translateY(28px);
}

.stat-grid strong {
  color: var(--cyan);
  font-size: 2.7rem;
  letter-spacing: -0.06em;
}

.stat-grid span {
  margin-top: 6px;
  color: var(--muted);
}

.split-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.music-panel,
.birthday-panel {
  min-height: 570px;
  padding: 56px;
  border: 1px solid var(--line);
  border-radius: 28px;
}

.music-panel {
  background:
    radial-gradient(circle at 90% 10%, rgba(34, 211, 238, 0.18), transparent 36%),
    #10162d;
}

.birthday-panel {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 5%, rgba(255, 255, 255, 0.15), transparent 20%),
    linear-gradient(145deg, #bd136f, #5922b9 78%);
}

.birthday-panel::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 290px;
  height: 290px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
}

.birthday-panel p,
.birthday-panel .eyebrow {
  color: white;
}

.gift-icon {
  display: inline-grid;
  width: 56px;
  height: 56px;
  margin-bottom: 36px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 1.5rem;
}

.music-panel > p:not(.eyebrow),
.birthday-panel > p:not(.eyebrow) {
  margin: 25px 0;
  font-size: 1.02rem;
}

.music-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 30px 0 36px;
}

.review-section {
  text-align: center;
}

.review-section blockquote {
  max-width: 1030px;
  margin: 30px auto;
  font-size: clamp(2.25rem, 4vw, 4.4rem);
  font-weight: 730;
  letter-spacing: -0.055em;
  line-height: 1.07;
}

.review-meta span {
  color: #ffca3a;
  letter-spacing: 0.2em;
}

.review-meta p {
  margin-top: 8px;
}

.chat-promo {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.85fr auto;
  gap: 62px;
  align-items: center;
  overflow: hidden;
  padding-inline: 60px;
  border: 1px solid rgba(34, 211, 238, 0.35);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 100%, rgba(255, 47, 179, 0.18), transparent 32%),
    radial-gradient(circle at 82% 0%, rgba(34, 211, 238, 0.15), transparent 34%),
    #0d1229;
}

.chat-promo > div p:not(.eyebrow) {
  max-width: 630px;
}

.chat-promo ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.chat-promo li {
  color: #dce1f1;
}

.chat-promo li span {
  margin-right: 12px;
  color: var(--cyan);
  font-size: 0.75rem;
  font-weight: 850;
}

.chat-orbit {
  display: inline-grid;
  width: 56px;
  height: 56px;
  margin-bottom: 28px;
  place-items: center;
  border: 1px solid var(--cyan);
  border-radius: 50%;
  color: var(--pink);
  box-shadow: 0 0 25px rgba(34, 211, 238, 0.25);
}

.location-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.location-section p {
  margin: 10px 0 0;
}

.site-footer {
  display: grid;
  width: min(100% - 80px, 1320px);
  grid-template-columns: auto 1fr auto;
  gap: 42px;
  align-items: center;
  margin-inline: auto;
  padding: 54px 0;
  color: var(--muted);
}

.footer-mark {
  color: white;
  font-size: 1.45rem;
}

.footer-branding .custom-logo {
  max-width: 180px;
  max-height: 60px;
}

.footer-identity > p {
  margin: 0;
}

.site-footer > div {
  display: flex;
  gap: 18px;
}

.footer-identity {
  align-items: center;
  flex-wrap: wrap;
}

.footer-partner-logos {
  display: flex;
  min-height: 42px;
  align-items: center;
  gap: 14px;
}

.footer-partner-logo {
  display: inline-flex;
  align-items: center;
}

.footer-partner-logo img,
.footer-partner-logos > img {
  display: block;
  width: auto;
  max-width: 110px;
  height: auto;
  max-height: 42px;
  object-fit: contain;
}

.footer-links {
  align-items: center;
  flex-wrap: wrap;
}

.site-footer button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.site-footer small {
  grid-column: 2 / 4;
}

.chat-backdrop {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: flex;
  justify-content: flex-end;
  padding: 14px;
  background: rgba(1, 3, 12, 0.72);
  backdrop-filter: blur(9px);
  animation: fadeIn 180ms ease both;
}

.chat-drawer {
  position: relative;
  width: min(100%, 490px);
  height: 100%;
  overflow: auto;
  padding: 58px 42px;
  border: 1px solid rgba(139, 92, 246, 0.45);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 211, 238, 0.12), transparent 34%),
    #0d1229;
  box-shadow: -24px 0 70px rgba(0, 0, 0, 0.4);
  animation: slideIn 280ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.chat-close {
  position: absolute;
  top: 22px;
  right: 24px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}

.chat-intro-icon {
  display: grid;
  width: 66px;
  height: 66px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--pink-hot), var(--violet), var(--cyan));
  font-weight: 900;
  box-shadow: 0 0 34px rgba(255, 47, 179, 0.25);
}

.chat-drawer h2 {
  margin: 0;
  font-size: 2.6rem;
  letter-spacing: -0.055em;
  line-height: 1;
}

.chat-drawer > p:not(.eyebrow) {
  margin: 22px 0 28px;
  color: var(--muted);
  line-height: 1.7;
}

.chat-preview-message {
  margin-bottom: 26px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px 18px 18px 4px;
  background: rgba(255, 255, 255, 0.05);
}

.chat-preview-message span {
  color: var(--cyan);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.chat-preview-message p {
  margin: 8px 0 0;
  color: white;
  line-height: 1.55;
}

.live-chat {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.chat-loading,
.organiser-loading {
  display: grid;
  min-height: 100%;
  place-content: center;
  justify-items: center;
  color: var(--muted);
}

.chat-loading span,
.organiser-loading span {
  width: 42px;
  height: 42px;
  border: 3px solid rgba(255, 255, 255, 0.15);
  border-top-color: var(--cyan);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

.chat-auth {
  overflow: auto;
  padding: 58px 42px 38px;
}

.chat-auth > p:not(.eyebrow) {
  margin: 18px 0 25px;
  color: var(--muted);
  line-height: 1.65;
}

.chat-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-bottom: 24px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.chat-tabs button {
  min-height: 42px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 780;
  cursor: pointer;
}

.chat-tabs button.active {
  color: white;
  background: rgba(139, 92, 246, 0.2);
  box-shadow: inset 0 0 0 1px rgba(139, 92, 246, 0.36);
}

.chat-form {
  display: grid;
  gap: 16px;
}

.chat-form label {
  display: grid;
  gap: 8px;
  color: #e7ebfa;
  font-size: 0.78rem;
  font-weight: 750;
}

.chat-form label small {
  color: var(--muted);
  font-weight: 500;
}

.chat-form input,
.member-search input,
.message-composer textarea,
.organiser-composer textarea {
  width: 100%;
  border: 1px solid var(--line);
  outline: 0;
  background: rgba(255, 255, 255, 0.055);
  color: white;
}

.chat-form input,
.member-search input {
  min-height: 50px;
  padding: 0 15px;
  border-radius: 12px;
}

.chat-form input:focus,
.member-search input:focus,
.message-composer textarea:focus,
.organiser-composer textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.12);
}

.chat-form input::placeholder,
.member-search input::placeholder,
.message-composer textarea::placeholder,
.organiser-composer textarea::placeholder {
  color: #747e9e;
}

.consent-row {
  grid-template-columns: auto 1fr !important;
  align-items: start;
  color: var(--muted) !important;
  font-weight: 500 !important;
  line-height: 1.5;
}

.consent-row input {
  width: 18px;
  min-height: 18px;
  margin-top: 1px;
  accent-color: var(--pink);
}

.form-error {
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 94, 135, 0.42);
  border-radius: 11px;
  background: rgba(255, 31, 100, 0.1);
  color: #ffacc8;
  font-size: 0.82rem;
  line-height: 1.5;
}

.form-note {
  margin: -5px 0 2px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.chat-inbox {
  display: grid;
  min-height: 100%;
  grid-template-rows: auto auto 1fr auto auto;
  overflow: hidden;
}

.chat-inbox-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 25px 28px 19px;
  border-bottom: 1px solid var(--line);
}

.chat-avatar {
  display: grid;
  width: 47px;
  height: 47px;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--pink-hot), var(--violet), var(--cyan));
  font-size: 0.8rem;
  font-weight: 900;
}

.chat-inbox-header .eyebrow {
  margin-bottom: 3px;
  font-size: 0.58rem;
}

.chat-inbox-header h2 {
  margin: 0;
  font-size: 1.28rem;
  letter-spacing: -0.035em;
}

.chat-inbox-header > div:nth-child(2) > span {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.7rem;
}

.chat-inbox-header > div:nth-child(2) > span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #28eab8;
}

.chat-inbox-header > button,
.access-code-card button,
.subtle-button {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  cursor: pointer;
}

.access-code-card {
  margin: 18px 22px 0;
  padding: 19px;
  border: 1px solid rgba(34, 211, 238, 0.35);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.1), rgba(139, 92, 246, 0.12));
  text-align: center;
}

.access-code-card > span {
  display: block;
  color: var(--cyan);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.access-code-card strong {
  display: block;
  margin: 9px 0 5px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 1.42rem;
  letter-spacing: 0.04em;
}

.access-code-card p {
  margin: 0 0 13px;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.5;
}

.access-code-card button:not(.subtle-button) {
  padding: 8px 12px;
  border: 1px solid var(--cyan);
  border-radius: 8px;
  color: white;
}

.access-code-card .subtle-button {
  margin-left: 8px;
}

.alert-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  margin: 13px 22px 0;
  border: 1px solid rgba(139, 92, 246, 0.28);
  border-radius: 11px;
  background: rgba(139, 92, 246, 0.08);
  color: #d7ccff;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
}

.alert-banner span {
  color: #28eab8;
}

.message-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  padding: 24px 22px;
}

.message-bubble {
  width: fit-content;
  max-width: 84%;
  padding: 13px 15px 10px;
  border: 1px solid var(--line);
  border-radius: 16px 16px 16px 4px;
  background: rgba(255, 255, 255, 0.06);
}

.message-bubble.mine {
  align-self: flex-end;
  border-color: rgba(255, 47, 179, 0.3);
  border-radius: 16px 16px 4px 16px;
  background: linear-gradient(135deg, rgba(255, 25, 125, 0.18), rgba(139, 92, 246, 0.18));
}

.message-bubble.broadcast {
  width: 100%;
  max-width: 100%;
  border-color: rgba(34, 211, 238, 0.32);
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.08), rgba(139, 92, 246, 0.11));
}

.message-bubble > span,
.admin-message > span {
  color: var(--cyan);
  font-size: 0.56rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.message-bubble.mine > span {
  color: var(--pink);
}

.message-bubble p {
  margin: 6px 0 7px;
  color: #f4f6ff;
  font-size: 0.88rem;
  line-height: 1.48;
  white-space: pre-wrap;
}

.message-bubble time,
.admin-message time {
  display: block;
  color: #737d9c;
  font-size: 0.58rem;
}

.message-composer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 14px 20px 20px;
  border-top: 1px solid var(--line);
}

.message-composer textarea {
  min-height: 54px;
  max-height: 120px;
  resize: vertical;
  padding: 15px;
  border-radius: 14px;
}

.message-composer button {
  align-self: end;
  min-height: 54px;
  padding: 0 18px;
  border: 0;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--pink-hot), #e31bdb);
  color: white;
  font-weight: 800;
  cursor: pointer;
}

.message-composer button:disabled,
.button:disabled {
  opacity: 0.48;
  cursor: not-allowed;
  transform: none;
}

.organiser-auth-page,
.organiser-loading {
  min-height: 100svh;
  padding: 32px;
  background:
    radial-gradient(circle at 80% 15%, rgba(34, 211, 238, 0.13), transparent 30%),
    radial-gradient(circle at 20% 80%, rgba(255, 47, 179, 0.13), transparent 30%),
    var(--ink);
}

.organiser-auth-page {
  display: grid;
  place-items: center;
}

.organiser-auth-card {
  width: min(100%, 520px);
  padding: 45px;
  border: 1px solid rgba(139, 92, 246, 0.35);
  border-radius: 28px;
  background: rgba(13, 18, 41, 0.9);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.36);
}

.organiser-auth-card .wordmark {
  margin-bottom: 48px;
}

.organiser-auth-card h1 {
  margin: 0;
  font-size: clamp(2.6rem, 7vw, 4.3rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.organiser-auth-card > p:not(.eyebrow, .form-error) {
  margin: 22px 0 28px;
  color: var(--muted);
  line-height: 1.7;
}

.organiser-home-link {
  display: inline-block;
  margin-top: 25px;
  color: var(--muted);
  font-size: 0.82rem;
}

.organiser-app {
  min-height: 100svh;
  background: #070a18;
}

.organiser-topbar {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  border-bottom: 1px solid var(--line);
  background: #090d1f;
}

.organiser-topbar .wordmark {
  font-size: 1.42rem;
}

.organiser-topbar > div {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 0.82rem;
}

.organiser-topbar button {
  margin-left: 18px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: transparent;
  color: white;
  cursor: pointer;
}

.organiser-layout {
  display: grid;
  min-height: calc(100svh - 82px);
  grid-template-columns: 360px 1fr;
}

.conversation-list {
  border-right: 1px solid var(--line);
  background: #0a0f22;
}

.conversation-heading {
  padding: 30px 25px 18px;
}

.conversation-heading h1 {
  margin: 0;
  font-size: 2rem;
  letter-spacing: -0.045em;
}

.conversation-heading > p:not(.eyebrow) {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.75rem;
}

.member-search {
  display: block;
  padding: 0 20px 17px;
}

.member-search input {
  min-height: 44px;
}

.member-scroll {
  max-height: calc(100svh - 350px);
  overflow-y: auto;
}

.conversation-item {
  display: grid;
  width: 100%;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px 20px;
  border: 0;
  border-left: 3px solid transparent;
  background: transparent;
  color: white;
  text-align: left;
  cursor: pointer;
}

.conversation-item:hover,
.conversation-item.active {
  border-left-color: var(--cyan);
  background: rgba(34, 211, 238, 0.06);
}

.conversation-item.broadcast {
  margin-bottom: 5px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.conversation-avatar {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 14px;
  background: rgba(139, 92, 246, 0.18);
  color: #d6c7ff;
  font-size: 0.68rem;
  font-weight: 850;
}

.conversation-item.broadcast .conversation-avatar {
  background: linear-gradient(135deg, var(--pink-hot), var(--violet));
  color: white;
}

.conversation-item > span:last-child {
  min-width: 0;
}

.conversation-item strong,
.conversation-item small {
  display: block;
}

.conversation-item strong {
  font-size: 0.86rem;
}

.conversation-item small {
  overflow: hidden;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.68rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.organiser-conversation {
  display: grid;
  min-width: 0;
  grid-template-rows: auto 1fr auto auto;
  background:
    radial-gradient(circle at 95% 5%, rgba(34, 211, 238, 0.05), transparent 34%),
    #080c1c;
}

.organiser-conversation > header {
  display: flex;
  min-height: 112px;
  align-items: center;
  justify-content: space-between;
  padding: 24px 34px;
  border-bottom: 1px solid var(--line);
}

.organiser-conversation > header .eyebrow {
  margin-bottom: 5px;
  font-size: 0.58rem;
}

.organiser-conversation > header h2 {
  margin: 0;
  font-size: 1.72rem;
  letter-spacing: -0.04em;
}

.organiser-conversation > header div > span,
.birthday-badge {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.72rem;
}

.birthday-badge {
  padding: 9px 12px;
  border: 1px solid rgba(255, 47, 179, 0.28);
  border-radius: 999px;
  color: #f6b4dc;
}

.organiser-messages {
  display: flex;
  max-height: calc(100svh - 312px);
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  padding: 32px;
}

.admin-message {
  width: fit-content;
  max-width: min(660px, 78%);
  padding: 14px 16px 11px;
  border: 1px solid var(--line);
  border-radius: 17px 17px 17px 4px;
  background: rgba(255, 255, 255, 0.05);
}

.admin-message.sent {
  align-self: flex-end;
  border-color: rgba(255, 47, 179, 0.26);
  border-radius: 17px 17px 4px 17px;
  background: linear-gradient(135deg, rgba(255, 47, 179, 0.14), rgba(139, 92, 246, 0.12));
}

.admin-message.broadcast {
  width: 100%;
  max-width: 760px;
  align-self: center;
  border-color: rgba(34, 211, 238, 0.28);
  border-radius: 17px;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.08), rgba(139, 92, 246, 0.1));
}

.admin-message p {
  margin: 6px 0 8px;
  line-height: 1.55;
  white-space: pre-wrap;
}

.empty-conversation {
  margin: auto;
  color: var(--muted);
  text-align: center;
}

.empty-conversation strong {
  color: white;
  font-size: 1.2rem;
}

.organiser-error {
  margin: 0 28px;
}

.organiser-composer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  padding: 18px 28px 24px;
  border-top: 1px solid var(--line);
}

.organiser-composer textarea {
  min-height: 66px;
  max-height: 140px;
  resize: vertical;
  padding: 15px;
  border-radius: 14px;
}

.organiser-composer .button {
  align-self: end;
}

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

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideIn {
  from { transform: translateX(36px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

@media (max-width: 1100px) {
  .site-header {
    width: min(100% - 48px, 1400px);
  }

  .main-nav {
    gap: 18px;
  }

  .menu-links {
    display: none;
  }

  .hero-content {
    width: min(720px, 70vw);
  }

  .hero-ticket {
    display: none;
  }

  .chat-promo {
    grid-template-columns: 1fr 1fr;
  }

  .chat-promo > .button {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .event-detail-main {
    grid-template-columns: 1fr;
  }

  .event-booking-panel {
    position: static;
  }
}

@media (max-width: 760px) {
  .sponsor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  body.admin-bar .site-header {
    top: 46px;
  }
  .site-header {
    position: absolute;
    width: calc(100% - 36px);
    min-height: 82px;
  }

  .menu-toggle {
    z-index: 2;
    display: grid;
    width: 46px;
    height: 46px;
    place-content: center;
    gap: 5px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(5, 7, 20, 0.72);
    cursor: pointer;
  }

  .menu-toggle b {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 99px;
    background: white;
  }

  .main-nav {
    position: fixed;
    inset: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 5px;
    padding: 62px 24px 28px;
    border: 1px solid rgba(139, 92, 246, 0.38);
    border-radius: 24px;
    background: rgba(6, 8, 23, 0.97);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(18px);
  }

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

  .menu-links {
    display: grid;
    gap: 2px;
  }

  .menu-links a {
    padding: 15px 8px;
    font-size: 1.12rem;
  }

  .custom-logo {
    max-width: 190px;
    max-height: 58px;
  }

  .nav-chat,
  .nav-book {
    width: 100%;
    margin-top: 8px;
  }

  .hero {
    min-height: 860px;
    align-items: end;
    padding: 120px 22px 92px;
  }

  .hero-photo {
    object-position: 63% center;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(5, 7, 20, 0.65) 0%, rgba(5, 7, 20, 0.25) 25%, rgba(5, 7, 20, 0.9) 58%, var(--ink) 100%);
  }

  .hero-content {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(3rem, 13vw, 4.1rem);
  }

  .event-kicker {
    margin: 20px 0;
    font-size: 1.18rem;
  }

  .event-facts {
    gap: 8px;
    margin-bottom: 22px;
    font-size: 0.89rem;
  }

  .event-facts span {
    padding: 0 11px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .button {
    min-height: 56px;
    padding: 0 20px;
  }

  .benefit-chips {
    gap: 7px;
    margin-top: 18px;
  }

  .benefit-chips span {
    padding: 8px 11px;
    font-size: 0.72rem;
  }

  .scroll-cue {
    bottom: 20px;
  }

  .section {
    width: calc(100% - 36px);
    padding: 78px 0;
  }

  .news-section {
    padding-bottom: 0;
  }

  .news-card-with-image {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .welcome-section,
  .split-section,
  .chat-promo {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 18px;
    margin-bottom: 30px;
  }

  .section h2 {
    font-size: clamp(2.5rem, 12vw, 3.6rem);
  }

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

  .fat-event-embed {
    padding: 10px;
    border-radius: 20px;
  }

  .fat-event-setup-card,
  .fat-event-single-content {
    padding: 26px 20px;
  }

  .event-card {
    grid-template-columns: auto 1fr;
    gap: 16px;
    min-height: 0;
    padding: 19px;
  }

  .event-card-action {
    grid-column: 2;
  }

  .event-detail-hero {
    min-height: 890px;
  }

  body.admin-bar.single .site-main {
    padding-top: 176px !important;
  }

  .event-detail-hero .hero-content {
    width: 100%;
  }

  .event-detail-hero h1 {
    font-size: clamp(3rem, 13vw, 4.1rem);
  }

  .event-breadcrumb,
  .yoast-breadcrumbs {
    margin-bottom: 26px;
  }

  .event-lead {
    margin: 18px 0;
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .event-detail-main {
    gap: 48px;
  }

  .event-expect-grid,
  .event-theme,
  .event-practical-grid {
    grid-template-columns: 1fr;
  }

  .expect-card {
    min-height: 0;
  }

  .expect-card h3 {
    margin-top: 30px;
  }

  .event-theme {
    gap: 16px;
    padding: 28px 24px;
  }

  .event-practical-grid {
    gap: 38px;
    margin-top: 48px;
  }

  .event-booking-panel {
    padding: 28px 22px;
  }

  .welcome-section {
    gap: 44px;
  }

  .stat-grid article:nth-child(2) {
    transform: none;
  }

  .music-panel,
  .birthday-panel {
    min-height: 0;
    padding: 34px 26px;
  }

  .review-section blockquote {
    font-size: 2.35rem;
  }

  .chat-promo {
    gap: 30px;
    padding: 46px 26px;
  }

  .chat-promo > .button {
    grid-column: auto;
    justify-self: stretch;
  }

  .location-section {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

  .site-footer {
    display: flex;
    width: calc(100% - 36px);
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
  }

  .site-footer small {
    grid-column: auto;
  }

  .chat-backdrop {
    padding: 0;
  }

  .chat-drawer {
    width: 100%;
    padding: 56px 25px 32px;
    border-radius: 0;
  }

  .chat-drawer.live-chat {
    padding: 0;
  }

  .chat-auth {
    padding: 54px 22px 28px;
  }

  .chat-inbox-header {
    padding: 18px 20px;
  }

  .chat-inbox-header > button {
    align-self: start;
  }

  .message-list {
    padding-inline: 16px;
  }

  .message-composer {
    padding: 12px 14px 16px;
  }

  .organiser-auth-page {
    padding: 18px;
  }

  .organiser-auth-card {
    padding: 32px 23px;
  }

  .organiser-topbar {
    padding: 0 18px;
  }

  .organiser-topbar > div {
    font-size: 0;
  }

  .organiser-topbar button {
    margin-left: 8px;
    font-size: 0.75rem;
  }

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

  .conversation-list {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .member-scroll {
    max-height: 250px;
  }

  .organiser-conversation > header {
    min-height: 96px;
    padding: 20px;
  }

  .birthday-badge {
    display: none;
  }

  .organiser-messages {
    min-height: 390px;
    max-height: 520px;
    padding: 20px;
  }

  .admin-message {
    max-width: 88%;
  }

  .organiser-composer {
    grid-template-columns: 1fr;
    padding: 16px;
  }
}

@media (max-width: 420px) {
  .sponsor-grid {
    grid-template-columns: 1fr;
  }
}

@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;
  }
}
