/* Critical preload shell: keeps the intro overlay stable without inline CSS. */
html,
body{
  color-scheme: light;
  color-scheme: only light;
  background:#000;
}

/* v22.0.17-m77-full-mobile-backend-pass - checkout QR prompt, compact mobile tickets, sharper mobile FX */
.pay-center-card{
  position:relative;
}
.qr.is-awaiting-qr{
  display:none !important;
}
.pay-preview-prompt{
  display:grid;
  place-items:center;
  width:min(260px, 100%);
  min-height:180px;
  margin:8px auto 10px;
  padding:18px;
  border:1px solid rgba(var(--accent-rgb,107,245,255),0.28);
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb,107,245,255),0.12), rgba(255,255,255,0.045)),
    rgba(2,7,15,0.68);
  color:rgba(238,244,255,0.88);
  text-align:center;
  font-size:13px;
  line-height:1.45;
  font-weight:900;
}
.ticket-info-btn{
  min-height:42px;
  width:100%;
  border-radius:0;
  font-size:12px;
  font-weight:1000;
  letter-spacing:.10em;
  text-transform:uppercase;
}

@media (max-width: 900px){
  body.mania-mobile-display .mania4k{
    top:var(--maniaMobileTop, clamp(138px, 35vw, 178px)) !important;
    right:var(--maniaMobileRight, max(26px, calc(env(safe-area-inset-right, 0px) + 24px))) !important;
    width:var(--maniaMobileW, clamp(70px, 20vw, 86px)) !important;
    height:var(--maniaMobileH, clamp(164px, 35vh, 230px)) !important;
    opacity:var(--maniaMobileDim, 0.58) !important;
    z-index:3 !important;
    transform:none !important;
    contain:layout paint size;
    pointer-events:none !important;
  }
  body.mania-mobile-display .mania4k.is-active,
  body.mania-mobile-display .mania4k.is-playing{
    opacity:var(--maniaMobileActive, 0.64) !important;
  }
  body.mania-mobile-display .mania4k::before{
    opacity:.08 !important;
  }
}

@media (max-width: 720px){
  .bg-noise,
  .bg-scanlines,
  .audio-viz,
  .osu-overlay{
    display:none !important;
  }
  .bg-image,
  .bg-video,
  .bg-sparkles,
  .bg-floaters{
    will-change:transform;
  }
  .bg-sparkles{
    inset:-8% !important;
    opacity:.42 !important;
    filter:none !important;
    background:
      radial-gradient(circle, rgba(255,255,255,0.92) 0 0.9px, transparent 1.4px) 16px 18px/96px 96px,
      radial-gradient(circle, rgba(255,255,255,0.72) 0 0.8px, transparent 1.2px) 58px 44px/132px 132px !important;
    animation:sparkleDrift 34s linear infinite !important;
    mix-blend-mode:screen;
  }
  #bgFloaters.is-mobile-side-fx{
    opacity:.54 !important;
    mix-blend-mode:screen;
  }
  #bgFloaters.is-mobile-side-fx .bg-floater{
    will-change:transform, opacity;
    box-shadow:
      0 0 0 1px rgba(255,255,255,0.08) inset,
      0 0 10px rgba(var(--accent2-rgb),0.18);
  }
  .ticket-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:10px !important;
  }
  .ticket-card,
  .ticket-card.is-featured{
    grid-column:auto !important;
    width:100% !important;
    min-height:0 !important;
    padding:7px !important;
    display:grid !important;
    grid-template-rows:auto 1fr;
    gap:8px;
    overflow:hidden;
  }
  .ticket-card::before{
    opacity:.55 !important;
  }
  .ticket-thumb{
    position:relative !important;
    inset:auto !important;
    width:100% !important;
    height:auto !important;
    aspect-ratio:4 / 3;
    border:1px solid rgba(255,255,255,0.10);
    border-radius:0 !important;
  }
  .ticket-thumb::after{
    background:
      linear-gradient(180deg, rgba(7,9,14,0.10) 0%, rgba(7,9,14,0.18) 44%, rgba(7,9,14,0.76) 100%),
      radial-gradient(circle at 20% 10%, rgba(255,255,255,0.10), transparent 54%) !important;
  }
  .ticket-thumb img{
    transform:none !important;
    filter:saturate(1.04) contrast(1.06) brightness(0.92) !important;
  }
  .ticket-thumb .ticket-name,
  .ticket-card.is-tier-premium .ticket-thumb .ticket-name,
  .ticket-card.is-tier-legendary .ticket-thumb .ticket-name,
  .ticket-card.is-tier-wysi .ticket-thumb .ticket-name{
    left:9px !important;
    right:9px !important;
    top:auto !important;
    bottom:8px !important;
    font-size:clamp(15px, 5.2vw, 21px) !important;
    line-height:1.02 !important;
    letter-spacing:.02em !important;
    color:rgba(255,255,255,0.98) !important;
    -webkit-text-fill-color:rgba(255,255,255,0.98) !important;
    text-transform:none !important;
  }
  .ticket-card.is-tier-wysi .ticket-thumb .ticket-name::after{
    display:none !important;
  }
  .ticket-content{
    padding-top:0 !important;
    gap:8px !important;
    min-width:0;
  }
  .ticket-desc,
  .ticket-perks{
    display:none !important;
  }
  .ticket-cta{
    display:grid !important;
    grid-template-columns:1fr;
    gap:7px;
    padding-top:0 !important;
    margin-top:0 !important;
  }
  .ticket-card .price-btn{
    min-height:52px !important;
    padding:8px 6px !important;
  }
  .ticket-card .price-main{
    font-size:clamp(16px, 5.4vw, 22px) !important;
    line-height:1 !important;
    white-space:nowrap;
  }
  .ticket-card .price-sub{
    font-size:10px !important;
    letter-spacing:.14em !important;
  }
  .ticket-info-btn{
    min-height:38px;
    padding:8px 6px;
    font-size:10px;
  }
  .pay-preview-prompt{
    min-height:142px;
    width:100%;
  }
}

@media (max-width: 360px){
  .ticket-grid{
    gap:8px !important;
  }
  .ticket-card{
    padding:6px !important;
  }
  .ticket-card .price-main{
    font-size:15px !important;
  }
  .ticket-info-btn,
  .ticket-card .price-sub{
    font-size:9px !important;
  }
}

/* v22.0.15-m22-ticket-tiers1 - ticket tier content and limited tags */
.ticket-section-note{
  white-space: pre-line;
  max-width: 78ch;
  line-height: 1.55;
}
.ticket-perks div{
  position: relative;
  padding-left: 16px;
}
.ticket-mobile-perks{
  display:none;
}
@media (max-width: 720px), (pointer: coarse){
  .ticket-mobile-perks{
    display:grid;
    gap:4px;
  }
  .ticket-mobile-perks > div{
    position:relative;
    display:block;
    min-height:30px;
    padding:7px 8px 7px 20px;
    border:1px solid rgba(var(--tier-rgb, 255,255,255),0.18);
    background:rgba(var(--tier-rgb, 255,255,255),0.08);
    color:rgba(255,255,255,0.82);
    font-size:10px;
    font-weight:900;
    line-height:1.25;
    letter-spacing:0.02em;
  }
  .ticket-mobile-perks > div::before{
    content:"";
    position:absolute;
    left:8px;
    top:50%;
    width:6px;
    height:6px;
    transform:translateY(-50%);
    background:rgba(var(--tier-rgb, 255,255,255),0.92);
    box-shadow:0 0 0 1px rgba(0,0,0,0.34);
  }
}
.ticket-perks div::before{
  content: "" !important;
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 6px;
  height: 6px;
  margin: 0 !important;
  background: rgba(var(--tier-rgb, 255,255,255),0.92);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.34);
}
.ticket-badge-stack{
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}
.ticket-badge-stack .ticket-state-badge,
.ticket-limit-badge{
  position: relative;
  top: auto;
  right: auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 30px;
  padding: 0 16px 0 24px;
  border-radius: 0;
  border: 1px solid rgba(255,255,255,0.10);
  background: #0a0d13;
  color: rgba(244,247,252,0.96);
  font-family: Arial, "Segoe UI", "Noto Sans", "Helvetica Neue", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  box-shadow: 0 14px 28px rgba(0,0,0,0.24);
  overflow: hidden;
}
.ticket-limit-badge{
  background: #ff3355;
  border-color: rgba(255,255,255,0.18);
  color: #05070b;
}
.ticket-limit-badge::before,
.ticket-badge-stack .ticket-state-badge::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 11px;
  background: rgba(255,255,255,0.36);
}
.ticket-badge-stack .ticket-state-badge::before{
  background: #ff3355;
}
.ticket-limit-badge::after,
.ticket-badge-stack .ticket-state-badge::after{
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 6px;
  height: 6px;
  background: rgba(255,255,255,0.82);
  transform: translateY(-50%);
  opacity: 0.74;
}
@media (max-width: 640px){
  .ticket-section-note{ font-size: 12px; }
  .ticket-badge-stack{
    top: 10px;
    right: 10px;
  }
  .ticket-badge-stack .ticket-state-badge,
  .ticket-limit-badge{
    min-height: 28px;
    padding: 0 15px 0 20px;
    font-size: 9px;
    letter-spacing: 0.06em;
  }
}
body.vnmc-preload{
  overflow:hidden;
}
body.vnmc-preload > :not(#introOverlay){
  visibility:hidden;
}
#introOverlay{
  position:fixed;
  inset:0;
  z-index:1000;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#000;
  color:#fff;
}

/* VNMC SHOWDOWN (soft anime/cute + esports) */
/* Fullscreen typography hero revision */

:root{
  --bg: #f7f8ff;
  --text: #0b1020;
  --muted: rgba(11,16,32,0.62);

  --panel: rgba(255,255,255,0.70);
  --panel-strong: rgba(255,255,255,0.88);

  --border: rgba(15,23,42,0.14);

  --accent: #4f8cff;     /* blue */
  --accent2: #22d3ee;    /* cyan */
  --accent3: #a78bfa;    /* lavender */
  --accent4: #fbbf24;    /* warm highlight */

  /* Price highlight (tickets/products CTA) */
  --price-accent: #ff4d8d;     /* pink-red */
  --price-accent-rgb: 255, 77, 141;

  --glitch-red: #ff3355;
  --glitch-cyan: #22d3ee;
  --glitch-blue: #4f8cff;

  --shadow: 0 18px 52px rgba(15,23,42,0.16);
  --shadow2: 0 18px 60px rgba(79,140,255,0.20);
  --radius: 18px;
  --radius2: 30px;

  --bg-image: none;
  --bg-image-opacity: 0.55;
  --bg-video-opacity: 0.35;
  --bg-fit: cover;
  --bg-position: center;
}

*{
  box-sizing:border-box;
  /* Remove the blue tap-highlight on mobile (Samsung Internet / Chrome). */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html,body{ height:100%; }
body{
  margin:0;
  font-family: system-ui, -apple-system, "Segoe UI", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
}

html{ overflow-x: hidden; }

html.vnmc-scene-live,
body.vnmc-scene-live{
  background: transparent !important;
}


a{ color: #1d4ed8; }
a:hover{ filter: brightness(1.1); }

code{
  background: rgba(79,140,255,0.10);
  padding: 2px 6px;
  border-radius: 10px;
  border: 1px solid rgba(79,140,255,0.18);
}

/* Background */
.bg{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: var(--bg-fixed-h, 100vh);
  pointer-events:none;
  z-index: -1;
  overflow:hidden;
}

/* Mobile browsers can dynamically change the viewport height while scrolling (address bar show/hide),
   which can make fixed full-screen backgrounds "rescale" every scroll.
   Prefer stable viewport units when supported. */
@supports (height: 100svh){
  .bg{ height: var(--bg-fixed-h, 100svh); }
}
@supports (height: 100lvh){
  .bg{ height: var(--bg-fixed-h, 100lvh); }
}

.bg-video{
  position:absolute;
  inset:-12%;
  width: 124%;
  height: 124%;
  object-fit: var(--bg-fit, cover);
  object-position: var(--bg-position, 50% 50%);
  opacity: 0;
  transform:
    translate3d(var(--bg-sway-x, 0px), calc(var(--parallax-bg, 0px) + var(--bg-sway-y, 0px)), 0)
    scale(var(--bg-scale, 1.02));
  filter:
    saturate(var(--bg-saturate, 1))
    contrast(var(--bg-contrast, 1))
    brightness(var(--bg-brightness, 1))
    blur(var(--bg-blur, 0px));
  display:none;
  transition: opacity 900ms ease, filter 900ms ease;
}
.bg-video.on{ display:block; }
body.bg-video-on .bg-video{ opacity: var(--bg-video-opacity, 0.35); }
.bg-image{
  position:absolute;
  inset:-12%;
  background-image: var(--bg-image);
  background-size: var(--bg-fit, cover);
  background-position: var(--bg-position, 50% 50%);
  background-repeat: no-repeat;
  opacity: 0;
  transform:
    translate3d(var(--bg-sway-x, 0px), calc(var(--parallax-bg, 0px) + var(--bg-sway-y, 0px)), 0)
    scale(var(--bg-scale, 1.02));
  filter:
    saturate(var(--bg-saturate, 1))
    contrast(var(--bg-contrast, 1))
    brightness(var(--bg-brightness, 1))
    blur(var(--bg-blur, 0px));
  transition: opacity 900ms ease, filter 900ms ease;
}
body.bg-img-on .bg-image{ opacity: var(--bg-image-opacity, 0.45); }
.bg-overlay{
  position:absolute;
  inset:0;
  /* monochrome wash (no blue gradient) */
  background:
    radial-gradient(980px 680px at 10% 0%, rgba(255,255,255,0.14), transparent 62%),
    radial-gradient(1100px 780px at 90% 10%, rgba(255,255,255,0.10), transparent 64%),
    radial-gradient(980px 720px at 50% 110%, rgba(255,255,255,0.12), transparent 62%),
    linear-gradient(180deg, rgba(245,246,248,0.54), rgba(245,246,248,0.76));
}

.bg-sparkles{
  position:absolute;
  inset:-20%;
  background:
    radial-gradient(circle, rgba(255,255,255,0.12) 0 1px, transparent 2px) 0 0/140px 140px,
    radial-gradient(circle, rgba(255,255,255,0.08) 0 1px, transparent 2px) 70px 20px/170px 170px;
  opacity: 0.55;
  animation: spark 22s linear infinite;
  transform: translate3d(0, var(--parallax-bg, 0px), 0);
}

@keyframes sparkleDrift{
  0%{ transform: translate3d(var(--parallax-bg-x, 0px), var(--parallax-bg-y, 0px), 0) scale(var(--bg-fx-scale-live, 1)); }
  100%{ transform: translate3d(calc(var(--parallax-bg-x, 0px) - 16px), calc(var(--parallax-bg-y, 0px) + 12px), 0) scale(var(--bg-fx-scale-live, 1)); }
}

/* Topbar */
.topbar{
  position: sticky;
  top:0;
  z-index: 30;
  background: rgba(247,248,255,0.58);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(15,23,42,0.10);
  display:flex;
  align-items:center;
  gap: 14px;
  padding: 12px 14px;
}
.brand{
  display:flex;
  align-items:center;
  gap: 10px;
  min-width: 240px;
}
.logo{
  width: 44px;
  height: 44px;
  border-radius: 16px;
  border: 1px solid rgba(15,23,42,0.12);
  background: rgba(255,255,255,0.65);
}
.event-name{
  font-weight: 1000;
  letter-spacing: -0.02em;
  font-size: 14px;
}
.tagline{
  font-size: 12px;
  color: var(--muted);
  margin-top: 2px;
}

.tabs{
  flex:1;
  display:flex;
  justify-content:center;
  gap: 8px;
}
.tab{
  border: 1px solid rgba(15,23,42,0.12);
  background: rgba(255,255,255,0.55);
  color: var(--text);
  padding: 10px 12px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 900;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.tab:hover{
  border-color: rgba(79,140,255,0.32);
  box-shadow: 0 0 0 3px rgba(79,140,255,0.10);
}
.tab:active{ transform: scale(0.98); }
.tab.active{
  border-color: rgba(79,140,255,0.38);
  box-shadow: 0 0 0 3px rgba(79,140,255,0.12);
  background: rgba(255,255,255,0.78);
}

.tab:disabled{
  opacity: 0.42;
  cursor: not-allowed;
  box-shadow: none;
  border-color: rgba(15,23,42,0.10);
}

.top-actions{ display:flex; gap: 8px; align-items:center; }

/* Mobile menu drawer (opened by tapping the top-left logo) */
#mobileNavBackdrop{ z-index: 110; }
.mobile-nav{
  position: fixed;
  top: 0;
  left: 0;
  width: min(340px, 86vw);
  height: 100vh;
  z-index: 120;
  transform: translate3d(-102%, 0, 0);
  transition: transform 220ms ease;
  padding: 14px 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: auto;
  background: rgba(0,0,0,0.74);
  border-right: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 30px 90px rgba(0,0,0,0.70);
}
.mobile-nav.open{ transform: translate3d(0,0,0); }

.mobile-nav-header{
  display:flex;
  align-items:center;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
.mobile-nav-title{
  font-weight: 1100;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-size: 13px;
}
.mobile-nav-body{
  display:flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 8px;
}
.mobile-nav-item{
  width: 100%;
  text-align: left;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.92);
  font-weight: 900;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}
.mobile-nav-item:hover{
  border-color: rgba(var(--accent3-rgb),0.34);
  box-shadow: 0 0 0 3px rgba(var(--accent3-rgb),0.12);
}
.mobile-nav-item:active{ transform: translateY(1px); }

/* Mobile top bar: avoid horizontal cropping */
@media (max-width: 720px){
  .topbar{ padding: 10px 12px; gap: 10px; justify-content: space-between; }
  /* On mobile, the brand text easily causes horizontal overflow.
     The logo already opens the mobile drawer, so keep it clean. */
  .brand{ min-width: 0 !important; flex: 1 1 auto; cursor: pointer; }
  /* Keep a compact brand row + language switch on mobile (truncate instead of hiding). */
  .brand-text{ display: block !important; min-width: 0 !important; max-width: 50vw; }
  .brand-row{ gap: 8px; }
  .event-name{ display:block !important; font-size: 12px; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .tagline{ display:none !important; }
  /* Tabs are hidden on mobile, so we must push actions to the top-right. */
  .top-actions{ margin-left: auto; gap: 8px; justify-content: flex-end; flex-wrap: nowrap; }
  /* Keep "BOOK NOW" on one line */
  .booking-btn{
    padding: 10px 10px !important;
    border-radius: 16px !important;
    min-width: 146px;
    white-space: nowrap;
    letter-spacing: 0.08em;
    font-size: 12px;
  }
  .booking-btn .booking-text{ white-space: nowrap; }
  .booking-btn .pill{ margin-left: 8px; }
}

/* Brand row (event name + language switch) */
.brand-row{
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.brand-row .event-name{
  min-width: 0;
  flex: 0 1 auto;
}

/* Minimal EN/VI switch (top-left, next to event name) */
.lang-switch{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 2px;
  height: 26px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 12px 30px rgba(0,0,0,0.38);
  overflow: hidden;
  isolation: isolate;
}
.lang-switch::after{
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  width: calc(50% - 2px);
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  box-shadow:
    0 10px 24px rgba(0,0,0,0.40),
    0 0 0 1px rgba(255,255,255,0.10) inset;
  transform: translateX(0%);
  transition: transform 180ms cubic-bezier(.2,.9,.2,1);
  z-index: 0;
}
.lang-switch.is-vi::after{ transform: translateX(100%); }

.lang-switch-btn{
  position: relative;
  z-index: 1;
  width: 34px;
  height: 22px;
  border: none;
  background: transparent;
  color: rgba(255,255,255,0.78);
  font-weight: 1100;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0;
  border-radius: 999px;
  outline: none;
}
.lang-switch-btn.active{ color: rgba(255,255,255,0.96); }
.lang-switch:hover{
  border-color: rgba(255,255,255,0.24);
  box-shadow: 0 0 0 3px rgba(255,255,255,0.06), 0 12px 30px rgba(0,0,0,0.42);
}
.lang-switch-btn:focus-visible{
  box-shadow: 0 0 0 2px rgba(255,255,255,0.28);
}

/* Language switch: treat as a single toggle (click anywhere to switch) */
.lang-switch{ cursor: pointer; user-select: none; -webkit-tap-highlight-color: transparent; }
.lang-switch .lang-switch-btn{ pointer-events: none; }


@media (max-width: 720px){
  .lang-switch{ height: 24px; }
  .lang-switch-btn{ width: 30px; height: 20px; font-size: 10px; }
}

/* Icon toggles */
.icon-toggle{
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,0.12);
  background: rgba(255,255,255,0.70);
  cursor: pointer;
  display:grid;
  place-items:center;
  box-shadow: 0 8px 22px rgba(15,23,42,0.10);
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease, filter .12s ease, opacity .12s ease;
}
.icon-toggle:hover{
  border-color: rgba(79,140,255,0.32);
  box-shadow: 0 10px 26px rgba(79,140,255,0.14);
}
.icon-toggle:active{ transform: scale(0.98); }
.icon-toggle .icon{ font-size: 18px; }
.icon-toggle:not(.on){
  /* Don't grayscale: we use a red icon state instead. */
  filter: none;
  opacity: 1;
}

/* Booking button */
.booking-btn{
  border: 1px solid rgba(79,140,255,0.32);
  background: linear-gradient(180deg, rgba(79,140,255,0.20), rgba(34,211,238,0.10));
  color: var(--text);
  padding: 10px 12px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 1000;
  box-shadow: var(--shadow2);
  transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
  display:flex;
  align-items:center;
  gap: 10px;
  position: relative;
  overflow:hidden;
}
.booking-btn::before{
  content:"";
  position:absolute;
  top:-40%;
  left:-60%;
  width: 60%;
  height: 180%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.60), transparent);
  transform: rotate(18deg);
  animation: shimmer 2.8s ease-in-out infinite;
  opacity: 0.75;
}
@keyframes shimmer{
  0%{ transform: translateX(0) rotate(18deg); opacity: 0.0; }
  30%{ opacity: 0.65; }
  60%{ opacity: 0.35; }
  100%{ transform: translateX(220%) rotate(18deg); opacity: 0.0; }
}
.booking-btn:hover{ filter: brightness(1.03); box-shadow: 0 18px 44px rgba(79,140,255,0.26); }
.booking-btn:active{ transform: scale(0.98); }
.booking-text{ position: relative; z-index: 1; }
.pill{
  position: relative;
  z-index: 1;
  display:inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.70);
  border: 1px solid rgba(15,23,42,0.10);
  font-size: 12px;
  min-width: 22px;
  text-align:center;
}

/* SVG icon masks (white by default, tintable via `color`) */
.icon-svg, .btn-icon{
  width: 18px;
  height: 18px;
  display: inline-block;
  flex: 0 0 auto;
  opacity: 0.96;
}

/* Use CSS masks for crisp monochrome icons.
   If a browser doesn't support masking, the icon simply won't render (instead of a solid square). */
@supports (-webkit-mask: url("")) or (mask: url("")) {
  .icon-svg, .btn-icon{
    background-color: currentColor;
    -webkit-mask: var(--icon) no-repeat center / contain;
    mask: var(--icon) no-repeat center / contain;
  }
}
.icon-cart{ --icon: url("../assets/icons/cart.svg"); }
.icon-user{ --icon: url("../assets/icons/user.svg"); }
.icon-music{ --icon: url("../assets/icons/music.svg"); }
.icon-sfx{ --icon: url("../assets/icons/sfx.svg"); }

/* Cart icon: always white (buttons are colored/dark). */
.booking-btn .btn-icon,
#ctaBooking .btn-icon{ color: rgba(255,255,255,0.92); position: relative; z-index: 1; }

/* Audio icons: white when enabled, red when disabled */
.icon-toggle .icon-svg{ color: rgba(255,255,255,0.92); }
.icon-toggle:not(.on) .icon-svg{
  color: var(--glitch-red);
  filter: drop-shadow(0 0 10px rgba(255,51,85,0.20));
}

/* Layout */
.container{
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
  padding: 0 14px 86px;
}
.tab-panel{ display:none; }
.tab-panel.active{ display:block; }

/* Fullscreen hero splash */
.hero-splash{
  min-height: calc(100vh - 74px);
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 18px 0 10px;
}

.hero-frame{
  width: min(1040px, 100%);
  padding: clamp(22px, 4.0vw, 44px) clamp(18px, 3.2vw, 34px) 20px;
  border-radius: var(--radius2);
  background: rgba(255,255,255,0.58);
  border: 1px solid rgba(15,23,42,0.12);
  box-shadow: var(--shadow);
  position: relative;
  overflow:hidden;
}

.hero-frame::before{
  content:"";
  position:absolute;
  inset:-2px;
  pointer-events:none;
  /* monochrome depth */
  background:
    radial-gradient(740px 260px at 12% 0%, rgba(255,255,255,0.12), transparent 62%),
    radial-gradient(700px 240px at 92% 100%, rgba(255,255,255,0.08), transparent 64%),
    linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0.02));
  opacity: 0.92;
}

.hero-frame > *{ position: relative; }

.hero-top{
  display:none;
  justify-content:space-between;
  align-items:center;
  gap: 12px;
  flex-wrap: wrap;
}

/* Hide the small floating badge + tagline text above the title (requested). */
#heroBadge,
#heroMini,
#taglineMini{ display:none !important; }
.hero-badge{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(79,140,255,0.25);
  background: rgba(79,140,255,0.10);
  font-weight: 1000;
  letter-spacing: 0.14em;
  font-size: 11px;
  text-transform: uppercase;
}
.hero-mini{
  display:flex;
  gap: 10px;
  align-items:center;
  color: rgba(11,16,32,0.62);
  font-weight: 900;
  letter-spacing: 0.02em;
  font-size: 12px;
}
.mini-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(79,140,255,0.85), rgba(34,211,238,0.65));
  box-shadow: 0 0 0 3px rgba(79,140,255,0.10);
}

.hero-title-wrap{
  margin-top: clamp(14px, 3.2vw, 26px);
}

.hero-bg-geometry,
.hero-title-decor{
  display:none;
}

.hero-title{
  margin: 0;
  line-height: 0.92;
  letter-spacing: -0.05em;
}
.hero-title-main{
  display:block;
  font-weight: 1400;
  text-transform: uppercase;
  font-size: clamp(56px, 7.2vw, 104px);
  letter-spacing: -0.06em;
  line-height: 0.92;

  background: linear-gradient(90deg, #0b1020, var(--accent), var(--accent2), #0b1020);
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: titleGradient 7.2s ease-in-out infinite;

  text-shadow: 0 12px 36px rgba(79,140,255,0.18);
  position: relative;
}
.hero-title-main::before{
  content: attr(data-text);
  position:absolute;
  inset:0;
  color: transparent;
  -webkit-text-stroke: 10px rgba(79,140,255,0.16);
  filter: drop-shadow(0 18px 44px rgba(79,140,255,0.14));
  z-index: -1;
  transform: translateY(2px);
}

.hero-title-sub{
  display:block;
  margin-top: 10px;
  font-weight: 1300;
  text-transform: uppercase;
  font-size: clamp(36px, 5.2vw, 78px);
  letter-spacing: 0.02em;
  color: rgba(11,16,32,0.94);
  position: relative;
  text-shadow: 0 12px 34px rgba(167,139,250,0.14);
}
.hero-title-sub::after{
  content:"";
  display:block;
  width: min(320px, 60%);
  height: 6px;
  border-radius: 999px;
  margin: 14px 0 0;
  background: linear-gradient(90deg, rgba(79,140,255,0.75), rgba(34,211,238,0.55), rgba(167,139,250,0.60));
  box-shadow: 0 12px 40px rgba(79,140,255,0.16);
}

@keyframes titleGradient{
  0%{ background-position: 0% 50%; }
  50%{ background-position: 100% 50%; }
  100%{ background-position: 0% 50%; }
}

.hero-meta{
  display:flex;
  justify-content:flex-start;
  gap: 10px;
  flex-wrap: wrap;
  margin: 18px 0 0;
}
.meta-pill{
  display:inline-flex;
  gap: 8px;
  align-items:center;
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(15,23,42,0.12);
  box-shadow: 0 8px 24px rgba(15,23,42,0.08);
  font-weight: 1100;
  letter-spacing: 0.02em;
}

.hero-cta{
  margin-top: 18px;
  display:flex;
  flex-direction: column;
  align-items:flex-start;
  gap: 12px;
}

.primary, .secondary{
  border-radius: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(15,23,42,0.12);
  cursor: pointer;
  font-weight: 1200;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease, background .12s ease, filter .12s ease;
}
.primary{
  background: linear-gradient(180deg, rgba(79,140,255,0.24), rgba(34,211,238,0.12));
  border-color: rgba(79,140,255,0.30);
}
.primary:hover{ box-shadow: 0 0 0 3px rgba(79,140,255,0.10); filter: brightness(1.02); }
.secondary{
  background: rgba(255,255,255,0.78);
}
.secondary:hover{ border-color: rgba(79,140,255,0.22); box-shadow: 0 0 0 3px rgba(79,140,255,0.08); }
.primary:active, .secondary:active{ transform: scale(0.98); }

.primary:disabled,
.secondary:disabled,
.booking-btn:disabled,
.mobile-nav-item:disabled{
  opacity: 0.42;
  cursor: not-allowed;
  box-shadow: none !important;
  filter: grayscale(0.12);
  transform: none !important;
}

.giant{
  width: min(460px, 100%);
  padding: 16px 18px;
  border-radius: 20px;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
}
.cta-glow{
  position:absolute;
  inset:-2px;
  background: radial-gradient(260px 120px at 20% 50%, rgba(79,140,255,0.22), transparent 60%),
              radial-gradient(260px 120px at 80% 50%, rgba(34,211,238,0.18), transparent 60%);
  opacity: 0.85;
  pointer-events:none;
}
.cta-text, .cta-icon{ position: relative; z-index: 1; }
.cta-icon{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  opacity: 0.86;
}

.scroll-more{
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(15,23,42,0.12);
  border-radius: 999px;
  padding: 10px 14px;
  cursor: pointer;
  display:flex;
  align-items:center;
  gap: 10px;
  color: rgba(11,16,32,0.68);
  font-weight: 1100;
  box-shadow: 0 12px 30px rgba(15,23,42,0.08);
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.scroll-more:hover{
  border-color: rgba(79,140,255,0.22);
  box-shadow: 0 16px 40px rgba(79,140,255,0.14);
}
.scroll-more:active{ transform: scale(0.98); }
.scroll-arrow{
  display:inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  line-height: 1;
  animation: bob 1.6s ease-in-out infinite;
}
@keyframes bob{
  0%{ transform: translateY(0); }
  50%{ transform: translateY(6px); }
  100%{ transform: translateY(0); }
}

.hero-fineprint{
  margin-top: 14px;
}

/* Anchor spacing */
.anchor{
  height: 8px;
}

/* Sections */
.section{
  background: var(--panel);
  border: 1px solid rgba(15,23,42,0.12);
  border-radius: var(--radius2);
  padding: 18px;
  box-shadow: var(--shadow);
  margin-top: 18px;
  position: relative;
  overflow: hidden;
}
.section::before{
  content:"";
  position:absolute;
  inset:-2px;
  pointer-events:none;
  /* monochrome depth (no blue gradient plates) */
  background:
    radial-gradient(700px 240px at 18% 0%, rgba(255,255,255,0.10), transparent 58%),
    radial-gradient(700px 240px at 82% 100%, rgba(255,255,255,0.06), transparent 58%),
    linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.02));
  opacity: 0.92;
}

.section > * { position: relative; }

.section-title{
  margin:0 0 10px;
  font-size: 20px;
  font-weight: 1100;
  letter-spacing: -0.02em;
}
.section-head{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  gap: 12px;
  flex-wrap: wrap;
}

.small{ font-size: 12px; }
.muted{ color: var(--muted); }

/* Strict-CSP utility classes: keep spacing/layout out of inline style attributes. */
.u-m0{ margin: 0 !important; }
.u-mt-4{ margin-top: 4px !important; }
.u-mt-8{ margin-top: 8px !important; }
.u-mt-10{ margin-top: 10px !important; }
.u-mt-12{ margin-top: 12px !important; }
.u-mt-14{ margin-top: 14px !important; }
.u-mt-18{ margin-top: 18px !important; }
.u-mb-6{ margin-bottom: 6px !important; }
.u-mb-8{ margin-bottom: 8px !important; }
.u-mb-10{ margin-bottom: 10px !important; }
.u-text-right{ text-align: right !important; }
.u-nowrap{ white-space: nowrap !important; }
.u-danger-text{ color: rgba(255,120,140,.95) !important; }
.u-flex-1-min{ flex: 1 1 auto; min-width: 160px; }

.modal-action-row{
  display:flex;
  gap:10px;
  margin-top:14px;
}
.modal-action-row.is-wrapping{ flex-wrap: wrap; }
.modal-action-row.is-stretch{ align-items: stretch; }
.pay-confirm-actions{
  width:100%;
  align-items:stretch;
}
.pay-confirm-actions .full{
  flex:1 1 0;
  width:auto !important;
  min-width:0;
}

.pay-confirm-id{ margin-top:10px; }
.item-info-error{ margin-top:10px; color: rgba(255,120,140,.95); }
.drawer-note{ margin-top:10px; }
.drawer-divider{ margin:18px 0; }
.section-head.is-flush{ margin-top:0; }
.section-title.is-tight{ margin:0; }
.pay-preview-desc{ margin-top:8px; }

.product-actions{ align-items: stretch; }
.product-option-slot{ flex: 1 1 auto; min-width: 160px; }
.product-helper{ margin-top:10px; }
.cart-price{ margin:0; }

.od-label{
  font-weight:1100;
  letter-spacing:0.10em;
  text-transform:uppercase;
  font-size:12px;
  opacity:0.85;
}
.od-value{ margin-top:4px; font-weight:1000; }
.od-total{ margin-top:4px; font-weight:1100; }
.od-item-top{
  display:flex;
  justify-content:space-between;
  gap:10px;
}
.od-item-name{ font-weight:1000; }
.od-item-price{ font-weight:1100; white-space:nowrap; }
.od-item-meta{ margin-top:3px; }

.result-title{ font-weight:1200; margin-bottom:6px; }
.result-order-id{ font-weight:1300; font-size:18px; margin:4px 0 10px; }
.result-copy{ margin-top:4px; }
.result-note{ margin-top:10px; }
.result-actions{
  margin-top:12px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.result-error-title{ font-weight:1100; margin-bottom:6px; }
.result-error-note{ margin-bottom:8px; }

.about-text{
  margin: 0;
  color: rgba(11,16,32,0.72);
  line-height: 1.7;
}

/* Border design variants (apply to hero-frame via class) */
.frame-gradient::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius: var(--radius2);
  padding: 1px;
  background: linear-gradient(135deg, rgba(79,140,255,0.65), rgba(34,211,238,0.45), rgba(167,139,250,0.55));
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events:none;
  opacity: 0.85;
}
.frame-brackets::after{
  content:"";
  position:absolute;
  inset: 10px;
  border-radius: calc(var(--radius2) - 10px);
  background:
    linear-gradient(var(--accent) 0 0) left top/28px 2px no-repeat,
    linear-gradient(var(--accent) 0 0) left top/2px 28px no-repeat,
    linear-gradient(var(--accent2) 0 0) right top/28px 2px no-repeat,
    linear-gradient(var(--accent2) 0 0) right top/2px 28px no-repeat,
    linear-gradient(var(--accent3) 0 0) left bottom/28px 2px no-repeat,
    linear-gradient(var(--accent3) 0 0) left bottom/2px 28px no-repeat,
    linear-gradient(var(--accent) 0 0) right bottom/28px 2px no-repeat,
    linear-gradient(var(--accent) 0 0) right bottom/2px 28px no-repeat;
  pointer-events:none;
  opacity: 0.9;
}
.frame-dots{
  border: 2px dashed rgba(79,140,255,0.35) !important;
}

/* Responsive tweaks */
@media (max-width: 860px){
  .tabs{ justify-content:flex-start; overflow-x:auto; }
  .hero-meta{ justify-content:flex-start; }
  .hero-top{ justify-content:flex-start; }
}
@media (max-width: 560px){
  .hero-mini{ display:none; }
  .hero-title-sub::after{ width: 70%; }
}

/* Event info cards */
.info-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
}
@media (max-width: 860px){
  .info-grid{ grid-template-columns: 1fr; }
}
.info-card{
  border-radius: 18px;
  padding: 14px;
  border: 1px solid rgba(15,23,42,0.12);
  background: var(--panel-strong);
}
.info-label{
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.info-value{
  margin-top: 4px;
  font-weight: 1100;
  font-size: 16px;
}

/* Registrations */
.reg-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 12px;
}
@media (max-width: 860px){
  .reg-grid{ grid-template-columns: 1fr; }
}

.reg-card{
  border-radius: 20px;
  padding: 14px;
  border: 1px solid rgba(15,23,42,0.12);
  background: var(--panel-strong);
}
.reg-public-board{
  display: grid;
  gap: 12px;
  padding: 18px;
  overflow: hidden;
}
.reg-public-board-body{
  max-width: 72ch;
  white-space: pre-line;
  overflow-wrap: anywhere;
  line-height: 1.72;
  color: rgba(11,16,32,0.76);
}
.reg-confirm-card{
  display: grid;
  gap: 12px;
  align-content: start;
}
.reg-confirm-actions{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.reg-confirm-actions .money-btn{
  min-width: min(100%, 320px);
}

.reg-oauth-connect-state{
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
}
.reg-oauth-grid .reg-card-hint{
  min-height: 3.25em;
}
.reg-oauth-actions{
  align-items: flex-start;
}
.reg-oauth-actions .reg-connect-btn{
  width: 100%;
  min-width: 0;
}
.reg-oauth-profile,
.reg-oauth-profile-copy,
.reg-confirm-card,
.reg-public-board{
  min-width: 0;
}
.reg-oauth-profile-name,
.reg-oauth-profile-meta{
  overflow-wrap: anywhere;
}
@media (max-width: 860px){
  .reg-oauth-grid .reg-card-hint{
    min-height: 0;
  }
}
@media (max-width: 700px){
  .reg-confirm-actions .money-btn{
    width: 100%;
    min-width: 0;
  }
}

.reg-title{
  font-weight: 1200;
  letter-spacing: 0.02em;
}

.reg-msg{
  margin-top: 6px;
  color: rgba(255,120,140,.95);
  min-height: 18px;
}
.reg-msg.success{
  color: rgba(34,211,238,0.95);
}

.reg-schedule{
  margin-top: 12px;
  display:grid;
  gap: 12px;
}
.reg-s-item{
  border-radius: 18px;
  padding: 14px;
  border: 1px solid rgba(15,23,42,0.12);
  background: rgba(255,255,255,0.72);
}
.reg-s-time{
  font-weight: 1200;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(11,16,32,0.62);
}
.reg-s-title{
  margin-top: 6px;
  font-weight: 1200;
}
.reg-s-desc{
  margin-top: 6px;
  color: rgba(11,16,32,0.68);
  font-size: 13px;
  line-height: 1.45;
}

.reg-mappool-row{
  display:flex;
  gap: 10px;
  align-items:center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.reg-players-toolbar{
  display:flex;
  gap: 10px;
  align-items:center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.reg-search{
  width: min(420px, 100%);
}

.reg-players{
  margin-top: 12px;
  display:grid;
  gap: 10px;
}
.reg-player{
  border-radius: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(15,23,42,0.12);
  background: rgba(255,255,255,0.72);
  display:flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.reg-player-card{
  align-items:center;
  gap: 16px;
}
.reg-player-main{
  min-width: 0;
  display:flex;
  align-items:center;
  gap: 12px;
  flex: 1 1 auto;
}
.reg-player-avatar-shell{
  width: 52px;
  height: 52px;
  border-radius: 16px;
  overflow:hidden;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,0.16);
  background: radial-gradient(circle at 30% 30%, rgba(var(--accent3-rgb),0.30), rgba(var(--accent-rgb),0.18));
  box-shadow: 0 14px 34px rgba(0,0,0,0.24);
}
.reg-player-avatar,
.reg-player-avatar-fallback{
  width: 100%;
  height: 100%;
}
.reg-player-avatar{
  display:block;
  object-fit:cover;
}
.reg-player-avatar-fallback{
  display:grid;
  place-items:center;
  color: rgba(255,255,255,0.96);
  font-weight: 1200;
  letter-spacing: 0.05em;
  text-shadow: 0 4px 14px rgba(0,0,0,0.36);
}
.reg-player-copy{
  min-width: 0;
  display:grid;
  gap: 5px;
}
.reg-player-osu{
  font-weight: 1200;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.reg-player-meta{
  color: rgba(11,16,32,0.60);
  font-size: 12px;
  line-height: 1.45;
}
.reg-player-side{
  display:grid;
  gap: 4px;
  justify-items:end;
  text-align:right;
  flex: 0 0 auto;
}
.reg-player-discord{
  color: rgba(11,16,32,0.62);
  font-size: 13px;
  font-weight: 900;
}
.reg-team-card,
.reg-team-roster-card,
.reg-team-unteamed{
  border-radius: 8px;
}
.reg-team-card{
  display:grid;
  gap: 14px;
  margin-top: 12px;
}
.reg-team-head,
.reg-team-roster-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 12px;
}
.reg-team-status{
  flex: 0 0 auto;
  padding: 7px 9px;
  border: 1px solid rgba(15,23,42,0.16);
  background: rgba(15,23,42,0.88);
  color: rgba(255,255,255,0.94);
  font-size: 11px;
  font-weight: 1200;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 4px;
}
.reg-team-status.is-ready,
.reg-team-roster-card.is-ready .reg-team-status{
  background: rgba(38,151,108,0.94);
}
.reg-team-current{
  display:grid;
  gap: 5px;
  padding: 12px;
  border: 1px solid rgba(15,23,42,0.12);
  background: rgba(255,255,255,0.62);
  border-radius: 6px;
}
.reg-team-current-name,
.reg-team-roster-name,
.reg-team-unteamed-title{
  font-weight: 1200;
  letter-spacing: .02em;
}
.reg-team-current-meta{
  color: rgba(11,16,32,0.62);
  font-size: 12px;
  font-weight: 800;
}
.reg-team-actions{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.reg-team-action{
  display:grid;
  gap: 7px;
}
.reg-team-label{
  font-size: 11px;
  font-weight: 1200;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(11,16,32,0.62);
}
.reg-team-inline{
  display:flex;
  gap: 8px;
  align-items:stretch;
}
.reg-team-input{
  min-width: 0;
  flex: 1 1 auto;
}
.reg-team-code-input{
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.reg-team-footer{
  display:flex;
  gap: 10px;
  align-items:center;
  justify-content:space-between;
  flex-wrap: wrap;
}
.reg-team-roster-card{
  display:grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(15,23,42,0.12);
  background: rgba(255,255,255,0.72);
}
.reg-team-members,
.reg-team-unteamed-list{
  display:grid;
  gap: 8px;
}
.reg-team-members{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.reg-team-member{
  display:flex;
  align-items:center;
  gap: 10px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(15,23,42,0.10);
  background: rgba(255,255,255,0.55);
  border-radius: 6px;
}
.reg-team-member-avatar{
  width: 42px;
  height: 42px;
  border-radius: 8px;
}
.reg-team-member-copy{
  min-width: 0;
  display:grid;
  gap: 4px;
}
.reg-team-open-slot{
  width: 100%;
  color: rgba(11,16,32,0.58);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.reg-team-unteamed{
  display:grid;
  gap: 10px;
  padding: 12px;
  border: 1px dashed rgba(15,23,42,0.18);
  background: rgba(255,255,255,0.48);
}
@media (max-width: 700px){
  .reg-player-card{
    flex-direction: column;
    align-items: flex-start;
  }
  .reg-player-side{
    justify-items:start;
    text-align:left;
  }
  .reg-team-head,
  .reg-team-roster-head,
  .reg-team-footer{
    align-items:flex-start;
    flex-direction: column;
  }
  .reg-team-actions,
  .reg-team-members{
    grid-template-columns: 1fr;
  }
  .reg-team-inline{
    flex-direction: column;
  }
}

.reg-oauth-grid{
  align-items: stretch;
}
.reg-oauth-card{
  display:grid;
  align-content:start;
  gap: 10px;
}
.reg-oauth-card-kicker{
  font-size: 11px;
  font-weight: 1100;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(var(--accent3-rgb),0.92);
}
.reg-oauth-profile-actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 2px;
}
.reg-oauth-inline-link{
  display:inline-flex;
  align-items:center;
  gap: 6px;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.86);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  background: rgba(255,255,255,0.04);
}
.reg-oauth-inline-link:hover{
  border-color: rgba(var(--accent3-rgb),0.28);
  color: rgba(255,255,255,0.96);
  background: rgba(255,255,255,0.06);
}
.reg-oauth-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:stretch;
  margin-top: 10px;
}
.reg-oauth-grid{
  align-items: stretch;
}
.reg-oauth-card{
  position: relative;
  overflow: hidden;
}
.reg-oauth-card-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height: 24px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.86);
  font-size: 11px;
  font-weight: 1100;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}
.reg-oauth-card-player .reg-oauth-card-kicker{
  border-color: rgba(255,145,208,0.24);
  background: rgba(255,102,170,0.16);
  color: rgba(255,224,239,0.98);
}
.reg-oauth-card-user .reg-oauth-card-kicker{
  border-color: rgba(148,160,255,0.24);
  background: rgba(88,101,242,0.16);
  color: rgba(225,229,255,0.98);
}
.reg-oauth-profile-actions{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
}
.reg-oauth-inline-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color: rgba(var(--accent3-rgb),0.98);
  text-decoration:none;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.reg-oauth-inline-link:hover{
  text-decoration: underline;
}
.reg-card-hint{
  margin-top: 6px;
}
.reg-oauth-list{
  margin: 10px 0 0;
  padding-left: 18px;
  display:grid;
  gap: 8px;
}
.reg-oauth-list li{
  color: rgba(11,16,32,0.68);
  font-size: 13px;
  line-height: 1.45;
}
.reg-connect-btn[disabled]{
  opacity: 0.65;
  cursor: not-allowed;
}
.oauth-connect-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 12px;
  min-height: 54px;
}
.oauth-connect-btn.oauth-connect-btn-osu{
  --moneyA: 255,102,170;
  --moneyB: 255,132,198;
}
.oauth-connect-btn.oauth-connect-btn-discord{
  --moneyA: 88,101,242;
  --moneyB: 111,124,255;
}
.oauth-connect-btn__icon{
  width: 20px;
  height: 20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius: 999px;
  color: rgba(255,255,255,0.96);
  filter: drop-shadow(0 4px 14px rgba(0,0,0,0.28));
  flex: 0 0 auto;
}
.oauth-connect-btn__icon svg{
  width: 20px;
  height: 20px;
  display:block;
}
.oauth-connect-btn__label{
  min-width: 0;
  line-height: 1.05;
}
.reg-oauth-profile{
  margin-top: 12px;
  display:flex;
  align-items:center;
  gap: 12px;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
}
.reg-card.is-linked{
  border-color: rgba(var(--accent3-rgb),0.26) !important;
  box-shadow:
    0 0 0 1px rgba(var(--accent3-rgb),0.10) inset,
    0 0 32px rgba(var(--accent3-rgb),0.10) !important;
}
.reg-card.is-linked .reg-title{
  color: rgba(255,255,255,0.96);
}
.reg-card.is-linked .reg-card-hint,
.reg-card.is-linked .reg-auth-stat,
.reg-card.is-linked .reg-connect-btn{
  display:none !important;
}
.reg-card.is-linked .reg-oauth-actions{
  margin-top: 0;
}
.reg-card.is-linked .reg-oauth-profile{
  margin-top: 14px;
  padding: 16px;
  border-color: rgba(255,255,255,0.14);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04)),
    radial-gradient(circle at 0% 0%, rgba(var(--accent3-rgb),0.14), transparent 45%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}
.reg-card.is-linked .reg-oauth-badge::before{
  content:"✓";
  margin-right: 6px;
  font-weight: 1200;
}
.reg-card.is-registered .reg-oauth-profile{
  border-color: rgba(var(--accent-rgb),0.18);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.05)),
    radial-gradient(circle at 0% 0%, rgba(var(--accent-rgb),0.16), transparent 48%);
}
.reg-card.is-linked .reg-auth-stat{
  margin-top: 10px;
  color: rgba(255,255,255,0.74) !important;
  font-weight: 900;
}
.reg-oauth-avatar-shell{
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display:grid;
  place-items:center;
  overflow:hidden;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 14px 32px rgba(0,0,0,0.28);
}
.reg-oauth-avatar-shell-osu{
  background: radial-gradient(circle at 30% 30%, rgba(255,182,219,0.35), rgba(255,102,170,0.18));
}
.reg-oauth-avatar-shell-discord{
  background: radial-gradient(circle at 30% 30%, rgba(170,178,255,0.34), rgba(88,101,242,0.20));
}
.reg-oauth-avatar,
.reg-oauth-avatar-fallback{
  width: 100%;
  height: 100%;
}
.reg-oauth-avatar{
  display:block;
  object-fit:cover;
}
.reg-oauth-avatar-fallback{
  display:grid;
  place-items:center;
  font-weight: 1200;
  letter-spacing: 0.03em;
  color: rgba(255,255,255,0.96);
  text-shadow: 0 4px 14px rgba(0,0,0,0.36);
}
.reg-oauth-profile-copy{
  min-width: 0;
  display:grid;
  gap: 6px;
}
.reg-oauth-profile-head{
  display:flex;
  gap: 8px;
  align-items:center;
  flex-wrap:wrap;
}
.reg-oauth-profile-name{
  font-weight: 1100;
  color: rgba(255,255,255,0.96);
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.reg-oauth-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 6px;
  min-height: 24px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 1100;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.95);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}
.reg-oauth-badge::before{
  content: "✓";
  font-size: 12px;
  font-weight: 1200;
  line-height: 1;
}
.reg-oauth-profile.is-registered .reg-oauth-badge,
.reg-card.is-registered .reg-oauth-badge{
  background: rgba(var(--accent-rgb),0.16);
  border-color: rgba(var(--accent-rgb),0.22);
}
.reg-oauth-profile-meta{
  line-height: 1.45;
  color: rgba(255,255,255,0.72);
}
.reg-card.is-ready{
  border-color: rgba(var(--accent-rgb),0.28);
  box-shadow: 0 0 0 1px rgba(var(--accent-rgb),0.10) inset;
}
.reg-card.is-warn{
  border-color: rgba(255,190,90,0.28);
}

/* Hero media (About section) */
.hero-media{ display:flex; justify-content:center; }
.hero-img{
  width: min(900px, 100%);
  border-radius: 20px;
  border: 1px solid rgba(15,23,42,0.12);
  background: rgba(255,255,255,0.60);
  box-shadow: 0 16px 50px rgba(15,23,42,0.16);
  transition: transform .18s ease, box-shadow .18s ease;
}
.hero-img:hover{
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 18px 58px rgba(79,140,255,0.20), 0 0 0 3px rgba(79,140,255,0.10);
}

/* Timeline */
.timeline{
  margin-top: 14px;
  display: grid;
  gap: 14px;
  position: relative;
}
.timeline::before{
  content:"";
  position:absolute;
  left: 20px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: linear-gradient(180deg, rgba(79,140,255,0.0), rgba(79,140,255,0.40), rgba(79,140,255,0.0));
  opacity: 0.85;
}

.timeline-item{
  position: relative;
  padding-left: 54px;
}

.timeline-dot{
  position:absolute;
  left: 12px;
  top: 18px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid rgba(79,140,255,0.85);
  background: rgba(255,255,255,0.90);
  box-shadow:
    0 0 0 3px rgba(79,140,255,0.10),
    0 10px 24px rgba(0,0,0,0.22);
}

.timeline-card{
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 14px 14px 14px;
  border-radius: 18px;
  background: rgba(0,0,0,0.14);
  border: 1px solid rgba(255,255,255,0.06);
  backdrop-filter: blur(10px) saturate(1.05);
  -webkit-backdrop-filter: blur(10px) saturate(1.05);
}
.timeline-card,
.timeline-modal{
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.timeline-card-btn{
  display: block;
  appearance: none;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.timeline-card-btn:focus-visible{
  outline: 1px solid rgba(var(--accent-rgb),0.52);
  outline-offset: 3px;
}

.timeline-card::after{
  content:"";
  position:absolute;
  left: 14px;
  right: 14px;
  bottom: 9px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(79,140,255,0.85), rgba(34,211,238,0.55), transparent);
  opacity: 0.22;
  filter: blur(1px);
  transform: scaleX(0.66);
  transform-origin: center;
  transition: opacity 240ms ease, transform 240ms ease;
  pointer-events:none;
}
.timeline-item:hover .timeline-card::after{
  opacity: 0.80;
  transform: scaleX(1);
}

.timeline-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 100%;
}

.timeline-rail-stack{
  position:absolute;
  left: 4px;
  top: 17px;
  display:grid;
  gap: 4px;
}
.timeline-rail-stack span{
  width: 4px;
  height: 10px;
  background: rgba(255,255,255,0.22);
}

.timeline-card-meta{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  flex-wrap: wrap;
}

.timeline-card-action{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  margin-left: auto;
  color: rgba(255,255,255,0.56);
}

.timeline-index{
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.timeline-arrow{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.timeline-time{
  font-weight: 1000;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(255,255,255,0.88);
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  text-shadow: 0 2px 0 rgba(0,0,0,0.55);
  position: relative;
}

.timeline-card:hover .timeline-time,
.timeline-card:focus-visible .timeline-time{
  background: rgba(255,255,255,0.09);
}

.timeline-title{
  margin-top: 10px;
  font-weight: 1100;
  letter-spacing: -0.01em;
  overflow-wrap: break-word;
  word-break: normal;
  line-break: auto;
}

.timeline-desc{
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.55;
  overflow-wrap: break-word;
  word-break: normal;
  line-break: auto;
}

.timeline-open{
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
  color: rgba(255,255,255,0.72);
  text-decoration: underline;
  text-decoration-color: rgba(79,140,255,0.65);
  text-underline-offset: 4px;
  opacity: 0.78;
}
.timeline-item:hover .timeline-open{ opacity: 1; }

.timeline-card-bar{
  margin-top: 12px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0.24), rgba(255,255,255,0.04));
  opacity: 0.44;
}


/* Prize pool — highlighted landing-page board with lightweight parallax */
.prize-pool-section{
  --prize-parallax-y: 0px;
  --prize-parallax-p: 0;
  isolation: isolate;
  padding: clamp(20px, 3.1vw, 34px);
  border-radius: 8px;
  border-color: rgba(var(--accent-rgb,0,229,255),0.30);
  background:
    linear-gradient(135deg, rgba(1,6,18,0.88), rgba(7,17,34,0.76) 42%, rgba(7,11,26,0.90)),
    radial-gradient(800px 320px at 8% 12%, rgba(var(--accent-rgb,0,229,255),0.22), transparent 62%),
    radial-gradient(640px 260px at 96% 88%, rgba(var(--accent3-rgb,184,255,90),0.15), transparent 64%);
  box-shadow:
    0 30px 86px rgba(0,0,0,0.26),
    inset 0 1px 0 rgba(255,255,255,0.08);
  transform: translateZ(0);
}
.prize-pool-section::before{
  content:"";
  position:absolute;
  inset:-24% -10%;
  pointer-events:none;
  z-index:0;
  opacity:0.40;
  background:
    linear-gradient(rgba(255,255,255,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.052) 1px, transparent 1px);
  background-size: 36px 36px;
  transform: translate3d(0, calc(var(--prize-parallax-y) * -0.36), 0) rotate(-1.5deg) scale(1.05);
  will-change: transform;
  mask-image: linear-gradient(90deg, transparent, #000 15%, #000 82%, transparent);
}
.prize-pool-section::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(90deg, transparent, rgba(var(--accent-rgb,0,229,255),0.20), transparent),
    linear-gradient(180deg, rgba(255,255,255,0.10), transparent 18%, transparent 84%, rgba(255,255,255,0.08));
  opacity:0.58;
  transform: translate3d(calc((var(--prize-parallax-p) - .5) * 26px), 0, 0);
}
.prize-pool-orbit{
  position:absolute;
  inset:0;
  overflow:hidden;
  z-index:1;
  pointer-events:none;
}
.prize-grid-plane{
  position:absolute;
  width: min(52vw, 620px);
  height: min(52vw, 620px);
  border: 1px solid rgba(var(--accent-rgb,0,229,255),0.18);
  background:
    linear-gradient(90deg, rgba(var(--accent-rgb,0,229,255),0.10) 1px, transparent 1px),
    linear-gradient(rgba(var(--accent-rgb,0,229,255),0.08) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity:0.34;
  transform: translate3d(0, var(--prize-parallax-y), 0) rotate(14deg);
}
.prize-grid-plane-a{ right:-18%; top:-28%; }
.prize-grid-plane-b{
  left:-24%; bottom:-36%;
  opacity:0.20;
  transform: translate3d(0, calc(var(--prize-parallax-y) * -0.75), 0) rotate(-18deg);
}
.prize-scanline{
  position:absolute;
  left:-35%;
  top:18%;
  width: 56%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(var(--accent3-rgb,184,255,90),0.92), rgba(var(--accent-rgb,0,229,255),0.72), transparent);
  box-shadow: 0 0 18px rgba(var(--accent-rgb,0,229,255),0.30);
  opacity:0.72;
  animation: prizeScan 7.6s cubic-bezier(.2,.72,.18,1) infinite;
}
.prize-pool-section > *:not(.prize-pool-orbit){
  position:relative;
  z-index:2;
}
.prize-pool-head{
  align-items:flex-end;
}
.prize-pool-heading{
  display:grid;
  gap:8px;
}
.prize-eyebrow{
  width:max-content;
  max-width:100%;
  padding: 7px 10px;
  border:1px solid rgba(var(--accent-rgb,0,229,255),0.28);
  background: rgba(0,0,0,0.25);
  color: rgba(255,255,255,0.76);
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.prize-total-box{
  min-width: min(260px, 100%);
  padding: 14px 16px;
  border:1px solid rgba(var(--accent3-rgb,184,255,90),0.36);
  background:
    linear-gradient(135deg, rgba(var(--accent3-rgb,184,255,90),0.12), rgba(var(--accent-rgb,0,229,255),0.06)),
    rgba(0,0,0,0.26);
  text-align:right;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}
.prize-total-label{
  font-size: 10px;
  font-weight: 1000;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.56);
}
.prize-total{
  margin-top: 5px;
  font-size: clamp(28px, 4.8vw, 58px);
  line-height: .92;
  font-weight: 1200;
  letter-spacing: -0.055em;
  color: rgba(255,255,255,0.98);
  text-shadow: 0 0 24px rgba(var(--accent-rgb,0,229,255),0.22);
}
.prize-pool-layout{
  display:grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .84fr);
  gap: clamp(16px, 2.2vw, 28px);
  align-items:stretch;
  margin-top: 20px;
}
.prize-pool-hero{
  position:relative;
  min-height: 260px;
  padding: clamp(18px, 3vw, 34px);
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  border-left: 2px solid rgba(var(--accent-rgb,0,229,255),0.50);
  background:
    linear-gradient(180deg, transparent, rgba(0,0,0,0.34)),
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.018));
  overflow:hidden;
}
.prize-pool-hero::before{
  content:"";
  position:absolute;
  inset:18px;
  border:1px solid rgba(255,255,255,0.08);
  transform: translate3d(0, calc(var(--prize-parallax-y) * -0.18), 0);
  pointer-events:none;
}
.prize-pool-hero::after{
  content:"";
  position:absolute;
  right:18px;
  top:18px;
  width: clamp(70px, 12vw, 140px);
  aspect-ratio:1;
  border-top: 2px solid rgba(var(--accent3-rgb,184,255,90),0.58);
  border-right: 2px solid rgba(var(--accent-rgb,0,229,255),0.50);
  opacity:.76;
  transform: translate3d(0, calc(var(--prize-parallax-y) * 0.24), 0) rotate(0.001deg);
  pointer-events:none;
}
.prize-headline{
  max-width: 760px;
  font-size: clamp(28px, 5.4vw, 70px);
  line-height: .88;
  font-weight: 1200;
  letter-spacing: -0.065em;
  text-wrap: balance;
  color: rgba(255,255,255,0.98);
}
.prize-summary{
  max-width: 720px;
  margin: 14px 0 0;
  color: rgba(255,255,255,0.68);
  line-height: 1.62;
}
.prize-meta-strip{
  margin-top: 20px;
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.prize-meta-item{
  padding: 11px 12px;
  border:1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.18);
}
.prize-meta-label{
  font-size: 10px;
  font-weight: 1000;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.44);
}
.prize-meta-value{
  margin-top:5px;
  font-weight: 1100;
  color: rgba(255,255,255,0.86);
}
.prize-card-grid{
  display:grid;
  gap: 12px;
  align-content: stretch;
}
.prize-card{
  position:relative;
  display:grid;
  grid-template-columns: 54px minmax(0,1fr);
  gap: 14px;
  min-height: 116px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.10);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.070), rgba(255,255,255,0.018)),
    rgba(0,0,0,0.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
  overflow:hidden;
  opacity:0;
  transform: translate3d(0, 14px, 0);
}
.prize-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:3px;
  height:100%;
  background: linear-gradient(180deg, rgba(var(--accent-rgb,0,229,255),0.72), rgba(var(--accent3-rgb,184,255,90),0.62));
  transform: scaleY(.42);
  transform-origin: top;
  transition: transform .32s ease;
}
.prize-card::after{
  content:"";
  position:absolute;
  inset:auto 14px 10px 84px;
  height:1px;
  background: linear-gradient(90deg, rgba(var(--accent-rgb,0,229,255),0.56), transparent);
  opacity:.28;
}
.prize-pool-section.in-view .prize-card{
  animation: prizeCardIn .58s cubic-bezier(.2,.78,.18,1) forwards;
}
.prize-pool-section.in-view .prize-card:nth-child(2){ animation-delay: .08s; }
.prize-pool-section.in-view .prize-card:nth-child(3){ animation-delay: .16s; }
.prize-pool-section.in-view .prize-card:nth-child(4){ animation-delay: .24s; }
.prize-card:hover::before{
  transform: scaleY(1);
}
.prize-rank{
  width: 54px;
  height: 54px;
  display:grid;
  place-items:center;
  border: 1px solid rgba(var(--accent-rgb,0,229,255),0.30);
  background: rgba(0,0,0,0.26);
  color: rgba(255,255,255,0.92);
  font-size: 13px;
  font-weight: 1200;
  letter-spacing: .14em;
}
.prize-card-body{
  min-width:0;
}
.prize-card-topline{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}
.prize-card-title{
  margin:0;
  font-size: 18px;
  line-height:1.1;
  font-weight: 1100;
  letter-spacing:-.02em;
  color: rgba(255,255,255,0.94);
}
.prize-card-amount{
  flex: 0 0 auto;
  padding: 5px 8px;
  border:1px solid rgba(var(--accent3-rgb,184,255,90),0.26);
  color: rgba(var(--accent3-rgb,184,255,90),0.92);
  background: rgba(0,0,0,0.20);
  font-size:12px;
  font-weight:1100;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.prize-card-desc{
  margin:10px 0 0;
  color: rgba(255,255,255,0.62);
  line-height:1.5;
}
.prize-note{
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.56);
  font-size: 12px;
  line-height:1.5;
}
@keyframes prizeScan{
  0%{ transform: translate3d(0,0,0); opacity:0; }
  12%{ opacity:.72; }
  62%{ opacity:.72; }
  100%{ transform: translate3d(260%, 36px, 0); opacity:0; }
}
@keyframes prizeCardIn{
  from{ opacity:0; transform: translate3d(0, 14px, 0); }
  to{ opacity:1; transform: translate3d(0, 0, 0); }
}
@media (max-width: 920px){
  .prize-pool-layout{
    grid-template-columns: 1fr;
  }
  .prize-total-box{
    text-align:left;
  }
  .prize-meta-strip{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px){
  .prize-pool-section{
    padding: 18px;
  }
  .prize-pool-head{
    align-items:stretch;
  }
  .prize-total-box{
    width:100%;
  }
  .prize-pool-hero{
    min-height: 220px;
    padding: 18px;
  }
  .prize-card{
    grid-template-columns: 44px minmax(0,1fr);
    gap: 12px;
    padding: 14px;
  }
  .prize-rank{
    width: 44px;
    height: 44px;
  }
  .prize-card-topline{
    display:grid;
  }
  .prize-card-amount{
    width:max-content;
  }
}
@media (prefers-reduced-motion: reduce){
  .prize-pool-section::before,
  .prize-pool-section::after,
  .prize-grid-plane,
  .prize-pool-hero::before,
  .prize-pool-hero::after,
  .prize-scanline{
    transform:none !important;
    animation:none !important;
  }
  .prize-pool-section.in-view .prize-card{
    animation:none !important;
    opacity:1;
    transform:none;
  }
}

/* Ticket grid */
.ticket-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}
@media (max-width: 980px){ .ticket-grid{ grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 650px){ .ticket-grid{ grid-template-columns: 1fr; } }

.ticket-card{
  border: 1px solid var(--ticket-card-border, rgba(15,23,42,0.12));
  background: var(--ticket-card-bg, var(--panel-strong));
  border-radius: 20px;
  padding: 16px;
  position: relative;
  overflow:hidden;
  box-shadow: 0 10px 30px rgba(15,23,42,0.10);
  transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease, background .14s ease;

  /* Align CTA buttons across cards even when content heights differ */
  display:flex;
  flex-direction:column;
  height: 100%;
  min-height: var(--ticket-card-min-h, 412px);
  justify-content: flex-end;
}

/* Featured ticket tier: centered on its own row ("3 on top, 1 special centered") */
.ticket-card.is-featured{
  grid-column: 1 / -1;
  justify-self: center;
  width: min(var(--ticket-card-w, 440px), 100%);
}
@media (max-width: 650px){
  .ticket-card.is-featured{ width: 100%; }
}
.ticket-card::before{
  content:"";
  position:absolute;
  inset:-2px;
  pointer-events:none;
  /* monochrome depth (no blue) */
  background:
    radial-gradient(420px 160px at 18% 0%, rgba(var(--ticket-card-glow-rgb,255,255,255),0.10), transparent 66%),
    radial-gradient(420px 160px at 90% 100%, rgba(var(--ticket-card-glow-rgb,255,255,255),0.06), transparent 66%);
  opacity: 0.78;
}

.ticket-card > *{ position: relative; }
.ticket-card:hover{
  transform: translateY(-2px);
  background: var(--ticket-card-bg-hover, var(--ticket-card-bg, var(--panel-strong)));
  border-color: var(--ticket-card-border-hover, rgba(79,140,255,0.22));
  box-shadow: 0 18px 45px rgba(79,140,255,0.16);
}

.ticket-cta{
  margin-top: auto;
  padding-top: 14px;
}
.ticket-content{
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
  width: 100%;
  padding-top: var(--ticket-content-pad-top, 156px);
}
.ticket-content .ticket-desc,
.ticket-content .ticket-perks,
.ticket-content .ticket-cta{
  margin-top: 0;
}
.ticket-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap: 10px;
}
.ticket-name{
  font-weight: 1200;
  font-size: 18px;
}
.ticket-card.is-tier-premium .ticket-name{
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 900;
  text-shadow:
    0 0 18px rgba(var(--tier-rgb, 79,140,255), 0.38),
    0 2px 0 rgba(0,0,0,0.22);
}

.ticket-card.is-tier-legendary .ticket-name{
  text-transform: uppercase;
  letter-spacing: 0.20em;
  font-weight: 950;
  font-size: 20px;
  -webkit-text-stroke: 1px rgba(0,0,0,0.22);
  text-shadow:
    0 0 26px rgba(var(--tier-rgb, 79,140,255), 0.55),
    0 2px 0 rgba(0,0,0,0.30);
}

.ticket-card.is-tier-premium .ticket-name::after,
.ticket-card.is-tier-legendary .ticket-name::after{
  content:"";
  display:block;
  height: 2px;
  width: 64px;
  margin-top: 8px;
  background: linear-gradient(90deg,
    rgba(var(--tier-rgb, 79,140,255), 0.00),
    rgba(var(--tier-rgb, 79,140,255), 0.90),
    rgba(var(--tier-rgb, 79,140,255), 0.00)
  );
  box-shadow: 0 0 16px rgba(var(--tier-rgb, 79,140,255), 0.40);
  border-radius: 999px;
  opacity: 0.9;
}
.ticket-price{
  font-weight: 1200;
  color: rgba(79,140,255,0.95);
  background: rgba(79,140,255,0.08);
  border: 1px solid rgba(79,140,255,0.14);
  padding: 6px 10px;
  border-radius: 999px;
  white-space: nowrap;
}
.ticket-desc{
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.55;
}
.ticket-perks{
  margin-top: 10px;
  display:grid;
  gap: 6px;
  color: rgba(11,16,32,0.70);
  font-size: 13px;
}
.ticket-perks div::before{
  content:"✦";
  margin-right: 8px;
  color: rgba(79,140,255,0.75);
}

/* Products */
.card-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
  align-items: stretch;
}
@media (max-width: 980px){ .card-grid{ grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 650px){ .card-grid{ grid-template-columns: 1fr; } }

.card{
  border: 1px solid rgba(15,23,42,0.12);
  background: var(--panel-strong);
  border-radius: 18px;
  padding: 14px;
  transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease;
}

/* Product cards: align action buttons across cards */
.product-card{
  display:flex;
  flex-direction:column;
  height: 100%;
}

.product-card .product-bottom{
  margin-top: auto;
  padding-top: 12px;
}

/* Product CTA sizing (we removed the per-card checkout button, so the price button should feel balanced). */
.product-cta-wrap{
  display:flex;
  align-items: stretch;
  gap: 8px;
  flex: 0 0 208px;
}
.product-cta-wrap .money-btn{ width: 100%; }
@media (max-width: 650px){
  .product-cta-wrap{ flex: 1 1 100%; }
}
.card:hover{
  transform: translateY(-2px);
  border-color: rgba(79,140,255,0.22);
  box-shadow: 0 18px 45px rgba(79,140,255,0.14);
}
.card-title{ font-weight: 1100; font-size: 16px; }
.card-desc{ margin-top: 6px; color: var(--muted); line-height: 1.5; }
.price{ margin-top: 10px; font-weight: 1200; font-size: 16px; }

.card-actions{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top: 12px;
  gap: 10px;
  flex-wrap: wrap;
}

.select{
  width:100%;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(15,23,42,0.12);
  color: var(--text);
  border-radius: 14px;
  padding: 10px 10px;
}

/* Stepper */
.stepper{
  display:flex;
  gap: 8px;
  align-items:center;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(15,23,42,0.12);
  border-radius: 999px;
  padding: 6px 10px;
}
.stepper button{
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,0.12);
  background: rgba(255,255,255,0.92);
  color: var(--text);
  font-weight: 1200;
  cursor: pointer;
}
.stepper button:hover{ border-color: rgba(79,140,255,0.22); box-shadow: 0 0 0 3px rgba(79,140,255,0.08); }
.stepper button:active{ transform: scale(0.97); }
.stepper .qty{ min-width: 22px; text-align:center; font-weight: 1200; }

/* Payment */
.pay-grid{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
@media (max-width: 980px){ .pay-grid{ grid-template-columns: 1fr; } }

/* Checkout payment (single centered QR) */
.pay-center-wrap{
  display:flex;
  justify-content:center;
}
.pay-center-card{
  width: min(520px, 100%);
}
.qr.qr-large{
  height: 320px;
}
.pay-note{
  margin-top: 10px;
}
.pay-note-actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.pay-receiver-line{
  margin-top: 10px;
  opacity: 0.82;
}
.pay-note-actions .secondary[disabled],
.pay-note-actions .secondary[aria-disabled="true"]{
  opacity: 0.46;
  cursor: not-allowed;
  pointer-events: none;
}
.pay-receiver-line{
  overflow-wrap: anywhere;
  word-break: break-word;
}

.pay-card{
  border: 1px solid rgba(15,23,42,0.12);
  background: var(--panel-strong);
  border-radius: 18px;
  padding: 14px;
}
.pay-title{ font-weight: 1100; }
.qr{
  width: 100%;
  height: 260px;
  object-fit: contain;
  margin-top: 10px;
  border-radius: 14px;
  border: 1px solid rgba(15,23,42,0.12);
  background: rgba(255,255,255,0.92);
}
.kv{ display:flex; justify-content:space-between; gap: 10px; margin-top: 8px; color: rgba(11,16,32,0.65); }
.kv span:last-child{ color: var(--text); font-weight: 900; }

/* Contact */
.contact-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
}
@media (max-width: 860px){ .contact-grid{ grid-template-columns: 1fr; } }
.contact-card{
  border: 1px solid rgba(15,23,42,0.12);
  background: var(--panel-strong);
  border-radius: 18px;
  padding: 14px;
}
.contact-label{
  color: rgba(11,16,32,0.62);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

/* Seat modal */
.modal-backdrop{
  position: fixed;
  inset: 0;
  background: rgba(15,23,42,0.45);
  z-index: 60;
}
.modal{
  position: fixed;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  width: min(980px, 94vw);
  max-height: 86vh;
  overflow: auto;
  background: rgba(255,255,255,0.90);
  border: 1px solid rgba(15,23,42,0.14);
  border-radius: 22px;
  z-index: 70;
  box-shadow: 0 28px 70px rgba(15,23,42,0.30);
}
.modal.hidden{ display:none; }
.modal-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(15,23,42,0.10);
}
.modal-title{ font-weight: 1200; font-size: 18px; }
.modal-body{ padding: 14px 16px 18px; }

.screen{
  text-align:center;
  font-weight: 1100;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(11,16,32,0.70);
  padding: 10px 10px;
  border-radius: 999px;
  border: 1px solid rgba(79,140,255,0.20);
  background: rgba(79,140,255,0.08);
}

.legend{
  margin-top: 12px;
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content:center;
  color: rgba(11,16,32,0.70);
  font-size: 13px;
}
.legend-item{ display:flex; align-items:center; gap: 8px; }
.seat-swatch{
  width: 14px; height: 14px; border-radius: 4px;
  border: 1px solid rgba(15,23,42,0.12);
}
.seat-swatch.available{ background: rgba(255,255,255,0.92); }
.seat-swatch.selected{ background: rgba(79,140,255,0.72); border-color: rgba(79,140,255,0.35); }
.seat-swatch.held{ background: rgba(255,200,120,0.55); border-color: rgba(255,200,120,0.45); }
.seat-swatch.paid{ background: rgba(99,255,155,0.45); border-color: rgba(99,255,155,0.45); }
.seat-swatch.taken{ background: rgba(15,23,42,0.18); }

.seat-wrap{
  margin-top: 14px;
  display:flex;
  justify-content:center;
  overflow:auto;
  padding-bottom: 8px;
}
.seat-grid{
  display:grid;
  --seatSize: 26px;
  --seatGap: 6px;
  grid-template-columns: repeat(21, var(--seatSize));
  gap: var(--seatGap);
  padding: 10px;
  background: rgba(255,255,255,0.80);
  border: 1px solid rgba(15,23,42,0.10);
  border-radius: 18px;
}
@media (max-width: 720px){
  .seat-grid{ --seatSize: 22px; --seatGap: 5px; grid-template-columns: repeat(21, var(--seatSize)); gap: var(--seatGap); }
}
.seat-label{
  display:grid;
  place-items:center;
  width: var(--seatSize);
  height: var(--seatSize);
  font-size: 11px;
  color: rgba(11,16,32,0.60);
  user-select:none;
}
.seat{
  width: var(--seatSize);
  height: var(--seatSize);
  border-radius: 8px;
  border: 1px solid rgba(15,23,42,0.12);
  background: rgba(255,255,255,0.92);
  cursor: pointer;
  transition: transform .08s ease, box-shadow .12s ease, border-color .12s ease;
}
.seat:hover{
  border-color: rgba(79,140,255,0.25);
  box-shadow: 0 0 0 3px rgba(79,140,255,0.10);
}
.seat:active{ transform: scale(0.96); }
.seat.taken{
  background: rgba(15,23,42,0.16);
  cursor: not-allowed;
  opacity: 0.75;
}
.seat.held{
  background: rgba(255,200,120,0.28);
  border-color: rgba(255,200,120,0.45);
  opacity: 0.86;
}
.seat.paid{
  background: rgba(99,255,155,0.22);
  border-color: rgba(99,255,155,0.40);
  opacity: 0.86;
}
.seat.blocked{
  background: rgba(255,77,141,0.18);
  border-color: rgba(255,77,141,0.35);
  opacity: 0.80;
}
.seat.cart{
  background: rgba(79,140,255,0.14);
  border-color: rgba(79,140,255,0.28);
  opacity: 0.80;
}
.seat.selected{
  background: rgba(79,140,255,0.72);
  border-color: rgba(79,140,255,0.35);
  box-shadow: 0 0 0 3px rgba(79,140,255,0.12);
}
.seat.selected:hover{ box-shadow: 0 0 0 3px rgba(79,140,255,0.14); }

.seat-footer{
  margin-top: 12px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap: 12px;
  flex-wrap: wrap;
}
.seat-pill{
  display:inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(79,140,255,0.18);
  background: rgba(79,140,255,0.08);
  font-weight: 1100;
}

.icon-btn{
  width: 40px;
  height: 40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius: 14px;
  border: 1px solid rgba(15,23,42,0.12);
  background: rgba(255,255,255,0.80);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.icon-btn:hover{ border-color: rgba(79,140,255,0.25); box-shadow: 0 0 0 3px rgba(79,140,255,0.08); }
.icon-btn:active{ transform: scale(0.98); }

/* Drawer */
.backdrop{
  position: fixed;
  inset: 0;
  background: rgba(15,23,42,0.45);
  z-index: 40;
}
.hidden{ display:none !important; }

.drawer{
  position: fixed;
  top: 0;
  right: -460px;
  width: 460px;
  max-width: 94vw;
  height: 100%;
  background: rgba(255,255,255,0.90);
  border-left: 1px solid rgba(15,23,42,0.14);
  z-index: 50;
  display:flex;
  flex-direction:column;
  transition: right .18s ease;
  box-shadow: -18px 0 60px rgba(15,23,42,0.18);
}
#drawerBackdrop{ z-index: 130; }
#bookingDrawer{ z-index: 140; }
.drawer.open{ right: 0; }

.drawer-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap: 12px;
  padding: 14px 14px;
  border-bottom: 1px solid rgba(15,23,42,0.10);
}
.drawer-title{ font-weight: 1200; font-size: 18px; }

.drawer-body{ padding: 14px; overflow:auto; flex:1; }
.drawer-footer{ padding: 12px 14px; border-top: 1px solid rgba(15,23,42,0.10); }


.drawer-tabs{
  display:flex;
  gap: 8px;
  padding: 10px 0 14px;
  position: sticky;
  top: 0;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(15,23,42,0.08);
  z-index: 2;
}
.drawer-tab{
  flex: 1;
  border: 1px solid rgba(15,23,42,0.14);
  border-radius: 14px;
  padding: 10px 10px;
  background: rgba(255,255,255,0.70);
  color: rgba(11,16,32,0.82);
  font-weight: 900;
  cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}
.drawer-tab:hover{ transform: translateY(-1px); }
.drawer-tab.active{
  background: linear-gradient(135deg, rgba(79,140,255,0.18), rgba(34,211,238,0.12));
  box-shadow: 0 10px 28px rgba(79,140,255,0.18);
}
.drawer-tab:disabled{
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.drawer-step{
  padding-top: 12px;
  animation: stepIn .16s ease;
}
@keyframes stepIn{
  from{ opacity:0; transform: translateY(6px); }
  to{ opacity:1; transform: translateY(0); }
}

.checkout-summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  margin-bottom: 12px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(15,23,42,0.10);
}
.checkout-total{ font-weight: 1100; }
.checkout-total-amount{
  color: var(--price-accent);
  text-shadow: 0 1px 0 rgba(0,0,0,0.18);
}
.secondary.small{
  padding: 8px 10px;
  border-radius: 12px;
  font-size: 13px;
}

.pay-methods{
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
  margin: 10px 0 12px;
}
.pay-method{
  border: 1px solid rgba(15,23,42,0.14);
  background: rgba(255,255,255,0.74);
  border-radius: 14px;
  padding: 10px 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  cursor:pointer;
  min-width: 140px;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.pay-method .pm-name{ font-weight: 1000; }
.pay-method .pm-hint{
  font-size: 11px;
  opacity: 0.65;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,0.12);
  background: rgba(255,255,255,0.65);
}
.pay-method:hover{ transform: translateY(-1px); box-shadow: 0 12px 24px rgba(15,23,42,0.10); }
.pay-method.active{
  border-color: rgba(79,140,255,0.45);
  box-shadow: 0 18px 42px rgba(79,140,255,0.18);
  background: linear-gradient(135deg, rgba(79,140,255,0.16), rgba(34,211,238,0.10));
}
.empty{
  border: 1px dashed rgba(15,23,42,0.18);
  border-radius: 18px;
  padding: 18px;
  color: rgba(11,16,32,0.62);
  text-align:center;
  background: rgba(255,255,255,0.82);
}

.cart-items{ display:grid; gap: 10px; }
.cart-item{
  border: 1px solid rgba(15,23,42,0.12);
  border-radius: 18px;
  padding: 12px;
  background: rgba(255,255,255,0.88);
}
.cart-row{ display:flex; justify-content:space-between; gap: 10px; }
.cart-name{ font-weight: 1200; }
.cart-meta{ margin-top: 4px; color: rgba(11,16,32,0.62); font-size: 12px; }
.cart-controls{
  margin-top: 10px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap: 10px;
}
.remove-btn{
  border: 1px solid rgba(15,23,42,0.12);
  background: rgba(255,255,255,0.78);
  color: var(--text);
  border-radius: 14px;
  padding: 8px 10px;
  cursor: pointer;
  font-weight: 1100;
}
.remove-btn:hover{ border-color: rgba(79,140,255,0.22); box-shadow: 0 0 0 3px rgba(79,140,255,0.08); }
.remove-btn:active{ transform: scale(0.98); }

.total-row{
  margin-top: 12px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.total-label{ color: rgba(11,16,32,0.62); font-weight: 900; }
.total-value{ font-weight: 1300; font-size: 18px; }

.divider{ height: 1px; background: rgba(15,23,42,0.10); margin: 12px 0; }

.form{ display:grid; gap: 10px; }
label{ display:grid; gap: 6px; color: rgba(11,16,32,0.62); font-size: 12px; }
input, textarea, select{
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(15,23,42,0.12);
  color: var(--text);
  border-radius: 14px;
  padding: 10px 10px;
  font-size: 14px;
}
textarea{ resize: vertical; }

/* --- Input icons (white solid SVGs) --- */
:root{
  --icon-user: url("../assets/icons/user.svg");
  --icon-phone: url("../assets/icons/phone.svg");
  --icon-map: url("../assets/icons/map.svg");
  --icon-mail: url("../assets/icons/mail.svg");
}

/* Use a small dark "plate" behind the icon so white icons remain readable on light inputs. */
input[data-icon], textarea[data-icon]{
  --_icon: none;
  --_plate: rgba(0,0,0,0.22);
  background-image:
    var(--_icon),
    /* Plate behind icon (keep fully visible, no clipping). */
    radial-gradient(circle at center, var(--_plate) 0 16px, transparent 17px);
  background-repeat: no-repeat, no-repeat;
  /* Plate is larger than the glyph, and both are aligned so the glyph is centered on the plate. */
  background-position: 21px 50%, 12px 50%;
  background-size: 16px 16px, 34px 34px;
  padding-left: 56px;
}
textarea[data-icon]{
  /* For multiline fields we anchor the icon to the top.
     Keep the plate centered behind the icon (x=8px,y=8px inside the plate layer). */
  background-image:
    var(--_icon),
    radial-gradient(circle at center, var(--_plate) 0 16px, transparent 17px);
  background-position: 21px 16px, 12px 16px;
}
input[data-icon="user"], textarea[data-icon="user"]{ --_icon: var(--icon-user); }
input[data-icon="phone"], textarea[data-icon="phone"]{ --_icon: var(--icon-phone); }
input[data-icon="map"], textarea[data-icon="map"]{ --_icon: var(--icon-map); }
input[data-icon="mail"], textarea[data-icon="mail"]{ --_icon: var(--icon-mail); }

.result{
  margin-top: 10px;
  padding: 10px 10px;
  border: 1px solid rgba(15,23,42,0.12);
  border-radius: 16px;
  background: rgba(79,140,255,0.08);
  line-height: 1.45;
}

/* Scroll reveal */
.reveal{
  opacity: 1;
  transform: translateY(14px);
  transition: opacity .55s ease, transform .55s ease;
}
.reveal.in-view{
  opacity: 1;
  transform: translateY(0px);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .bg-sparkles, .booking-btn::before, .hero-title-main, .scroll-arrow{ animation: none !important; }
  .reveal{ opacity: 1; transform: none; transition: none; }
  .tab, .icon-toggle, .booking-btn, .card, .ticket-card, .hero-img, .primary, .secondary, .icon-btn, .seat, .scroll-more{ transition: none; }
}

.audio-viz{
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display:flex;
  align-items:flex-end;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 16px;
  border: 1px solid rgba(15,23,42,0.12);
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 44px rgba(15,23,42,0.16);
  z-index: 30;
  pointer-events: none;
}
.audio-viz .viz-bar{
  width: 16px;
  height: 12px;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(79,140,255,0.85), rgba(34,211,238,0.70));
  box-shadow: 0 8px 18px rgba(79,140,255,0.22);
  transform: translateZ(0);
  will-change: height;
  transition: height .08s linear;
}

.center{ text-align:center; }



/* =============================
   Intro Loader (retro boot)
   ============================= */

.pixel-border{
  /* crisp monochrome frame */
  border: 2px solid rgba(255,255,255,0.88);
  box-shadow:
    0 0 0 2px rgba(0,0,0,0.85) inset,
    0 0 0 1px rgba(255,255,255,0.25),
    0 26px 80px rgba(0,0,0,0.65);
}

.intro-overlay{
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;

  /* full black & white */
  background: #000;
  color: #fff;

  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Courier New", monospace;
  user-select: none;

  opacity: 1;
  transition: opacity var(--intro-fade-ms, 520ms) ease;
}
.intro-overlay.fade-out{ opacity: 0; }

/* After clicking Continue: hide the boot menu so only the title remains on a pure black screen. */
.intro-overlay.stage-mode{
  background: #000;
}
.intro-overlay.stage-mode::before,
.intro-overlay.stage-mode::after{
  opacity: 0 !important;
  animation: none !important;
}
.intro-overlay.stage-mode .intro-card{
  opacity: 0 !important;
  transform: translate3d(0,-10px,0) scale(0.985) !important;
  pointer-events: none !important;
}

.intro-overlay::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  /* scanlines */
  background: repeating-linear-gradient(
    to bottom,
    rgba(255,255,255,0.06) 0px,
    rgba(255,255,255,0.06) 1px,
    rgba(0,0,0,0) 3px,
    rgba(0,0,0,0) 7px
  );
  opacity: 0.18;
  mix-blend-mode: overlay;
  animation: introScan 10s linear infinite;
}
.intro-overlay::after{
  content:"";
  position:absolute;
  inset:-20%;
  pointer-events:none;
  background: radial-gradient(circle at 50% 40%, rgba(255,255,255,0.10), transparent 55%);
  opacity: 0.35;
  filter: blur(18px);
}
@keyframes introScan{
  from{ transform: translateY(0); }
  to{ transform: translateY(60px); }
}

.intro-card{
  width: min(860px, 100%);
  border-radius: 18px;
  background: rgba(0,0,0,0.88);
  padding: 22px 22px 16px;
  position: relative;
  overflow: hidden;

  opacity: 1;
  transform: translate3d(0,0,0) scale(1);
  transition: transform var(--intro-fade-ms, 520ms) cubic-bezier(.2,.9,.2,1), opacity var(--intro-fade-ms, 520ms) ease;
}
.intro-overlay.fade-out .intro-card{
  opacity: 0;
  transform: translate3d(0,-10px,0) scale(0.985);
}
.intro-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;

  /* monochrome glow + subtle “terminal” vertical bars */
  background:
    radial-gradient(120% 90% at 50% 20%, rgba(255,255,255,0.10), transparent 60%),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.045) 0 6px, rgba(0,0,0,0) 6px 12px);
  opacity: 0.95;
  mix-blend-mode: overlay;
}
.intro-top{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  position: relative;
}
.intro-title{
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 14px;
  color: rgba(255,255,255,0.95);
}
.intro-chip{
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  color: rgba(235,244,255,0.88);
}

.intro-lines{
  height: 168px;
  overflow: hidden;
  padding: 14px 14px 10px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.22);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.05) inset;
  position: relative;
}
.intro-line{
  font-size: 13px;
  line-height: 1.55;
  color: rgba(235,244,255,0.86);
  opacity: 0.95;
  white-space: nowrap;
}
.intro-line .dim{ opacity: 0.62; }
.intro-line .ok{ color: rgba(255,255,255,0.96); font-weight: 800; }
.intro-line .warn{ color: rgba(255,255,255,0.96); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 2px; }

.intro-progress{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
}
.intro-bar{
  flex: 1;
  height: 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  overflow:hidden;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.35) inset;
}
.intro-bar-fill{
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(0,0,0,0.35);
}
.intro-percent{
  min-width: 48px;
  text-align: right;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: rgba(235,244,255,0.90);
}

.intro-continue{
  width: 100%;
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 14px;

  /* strict monochrome CTA */
  border: 2px solid rgba(255,255,255,0.88);
  background: #fff;
  color: #000;

  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(0,0,0,0.55);
}
@keyframes introBlink{
  0%, 100%{ opacity: 0.92; }
  50%{ opacity: 0.55; }
}
.intro-continue:hover{
  transform: translateY(-1px);
  background: #000;
  color: #fff;
  box-shadow: 0 22px 70px rgba(0,0,0,0.70);
}
.intro-continue:active{
  transform: translateY(0px);
}

.intro-foot{
  margin-top: 10px;
  font-size: 12px;
  color: rgba(235,244,255,0.72);
}
.intro-foot code{
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  padding: 2px 8px;
  border-radius: 999px;
}

/* Lock scroll while intro is up */
body.intro-lock{
  overflow:hidden;
}

/* =============================
   Background FX (glitch/pixel)
   ============================= */
.bg-floaters{
  position:absolute;
  inset:0;
  pointer-events:none;
  overflow:hidden;
  transform: translate3d(0, var(--parallax-fx, 0px), 0);
}
.bg-floater{
  position:absolute;
  left: var(--x);
  top: 110%;
  width: var(--w, var(--size));
  height: var(--h, var(--size));

  /* clearer, sharper squares */
  border-radius: 2px;
  border: 2px solid rgba(255,255,255,0.30);
  outline: 1px solid rgba(0,0,0,0.08);

  background: linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0.08));
  box-shadow:
    0 18px 55px rgba(0,0,0,0.22),
    0 0 0 1px rgba(255,255,255,0.10) inset;

  transform: translateZ(0);
  opacity: 0.95;

  animation: floaterUp var(--dur) linear infinite;
  animation-delay: var(--delay);
}
.bg-floater::after{
  content:"";
  position:absolute;
  inset: 3px;
  border-radius: 1px;
  border: 1px solid rgba(255,255,255,0.16);
  opacity: 0.95;
  pointer-events:none;
}
@keyframes floaterUp{
  from{
    transform: translate3d(0, 0, 0) rotate(0deg);
    opacity: 0;
  }
  12%, 72%{ opacity: var(--particle-opacity, 0.54); }
  to{
    transform: translate3d(var(--drift, 0px), -126vh, 0) rotate(var(--rot));
    opacity: 0;
  }
}

.vnmc-staff-tribute-layer{
  position:fixed;
  inset:0;
  z-index:1;
  overflow:hidden;
  pointer-events:none;
  contain:layout style paint;
}

.vnmc-staff-tribute{
  position:absolute;
  display:grid;
  justify-items:center;
  gap:2px;
  min-width:96px;
  padding:8px 10px;
  color:rgba(255,255,255,0.72);
  text-align:center;
  opacity:0;
  transform:translate3d(-50%, 0, 0) rotate(var(--staff-rot, 0deg)) scale(calc(var(--staff-scale, 1) * .96));
  animation:staffTributeFloat var(--staff-duration, 16500ms) linear forwards;
  will-change:transform, opacity;
  text-transform:none;
  user-select:none;
  filter:drop-shadow(0 14px 30px rgba(0,0,0,0.32));
}

.vnmc-staff-tribute::before{
  content:none;
}

.vnmc-staff-tribute strong{
  font:900 clamp(15px, 1.2vw, 20px)/1.04 var(--font-display, inherit);
  letter-spacing:.02em;
  text-transform:none;
  text-shadow:0 2px 16px rgba(0,0,0,.62);
}

.vnmc-staff-tribute span{
  color:rgba(222,235,246,.50);
  font:800 9px/1.05 var(--font-ui, inherit);
  letter-spacing:.05em;
  text-transform:none;
}
.vnmc-staff-tribute.is-ticket-flex strong{
  color:rgba(255,255,255,0.82);
  text-shadow:0 2px 16px rgba(0,0,0,.66), 0 0 18px rgba(255,77,121,.16);
}
.vnmc-staff-tribute.is-ticket-flex span{
  color:rgba(255,128,166,.64);
}

@keyframes staffTributeFloat{
  0%{
    opacity:0;
    transform:translate3d(-50%, 0, 0) rotate(var(--staff-rot, 0deg)) scale(calc(var(--staff-scale, 1) * .96));
  }
  12%, 76%{
    opacity:.42;
  }
  100%{
    opacity:0;
    transform:translate3d(calc(-50% + var(--staff-drift-x, 36px)), var(--staff-drift-y, -132vh), 0) rotate(calc(var(--staff-rot, 0deg) * -0.72)) scale(calc(var(--staff-scale, 1) * 1.02));
  }
}

@media (max-width:720px){
  .vnmc-staff-tribute{
    min-width:72px;
    padding:6px 8px;
  }
  .vnmc-staff-tribute strong{
    font-size:13px;
  }
  .vnmc-staff-tribute span{
    font-size:7px;
  }
}

@media (prefers-reduced-motion: reduce){
  .vnmc-staff-tribute-layer{
    display:none !important;
  }
}

.bg-noise{
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity: 0.10;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  background-size: 220px 220px;
  animation: noiseShift 6.5s steps(2,end) infinite;
  transform: translate3d(0, var(--parallax-bg, 0px), 0);
}
@keyframes noiseShift{
  0%{ transform: translate3d(0,0,0); }
  25%{ transform: translate3d(-2%,1%,0); }
  50%{ transform: translate3d(2%,-1%,0); }
  75%{ transform: translate3d(-1%,-2%,0); }
  100%{ transform: translate3d(0,0,0); }
}

.bg-scanlines{
  position:absolute;
  inset:0;
  pointer-events:none;
  background: repeating-linear-gradient(
    to bottom,
    rgba(0,0,0,0.04) 0px,
    rgba(0,0,0,0.04) 1px,
    rgba(0,0,0,0.00) 4px,
    rgba(0,0,0,0.00) 8px
  );
  opacity: 0.14;
  mix-blend-mode: multiply;
  animation: scanMove 10s linear infinite;
  transform: translate3d(0, var(--parallax-bg, 0px), 0);
}
@keyframes scanMove{
  from{ transform: translateY(0px); }
  to{ transform: translateY(60px); }
}

.bg-glitchflash{
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity: 0;
  mix-blend-mode: overlay;
  background:
    linear-gradient(90deg, rgba(var(--accent3-rgb),0.16), rgba(0,0,0,0) 32%, rgba(var(--accent2-rgb),0.18)),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.06) 0 1px, rgba(0,0,0,0) 1px 12px);
  animation: glitchFlash 8.4s infinite steps(2,end);
}
@keyframes glitchFlash{
  0%, 92%, 100%{ opacity: 0; transform: translateX(0); }
  93%{ opacity: 0.38; transform: translateX(-10px); }
  94%{ opacity: 0.14; transform: translateX(14px); }
  95%{ opacity: 0; transform: translateX(0); }
}

/* =============================
   Title emphasis + glitch slices
   ============================= */

.hero-title-main{
  font-size: clamp(64px, 8.3vw, 128px);
}
.hero-title-main.glitch::after{
  content: attr(data-text);
  position:absolute;
  inset:0;
  color: transparent;
  /* Glitch squares: checker/grid pattern clipped to the text */
  background-image:
    linear-gradient(90deg, rgba(255,255,255,0.92) 50%, transparent 0),
    linear-gradient(rgba(255,255,255,0.92) 50%, transparent 0),
    linear-gradient(90deg, rgba(34,211,238,0.28) 50%, transparent 0),
    linear-gradient(rgba(255,51,85,0.24) 50%, transparent 0);
  /* Larger squares + stronger contrast (requested). */
  background-size: 22px 22px, 22px 22px, 18px 18px, 20px 20px;
  background-position: 0 0, 11px 11px, 0 0, 6px 6px;
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0;
  pointer-events:none;
  mix-blend-mode: screen;
  /* NOTE: Avoid clip-path during animation (expensive on some GPUs). */
  filter: contrast(1.08) saturate(1.03);
  animation: titleGlitchSquares 3.2s infinite steps(2,end);
}
.hero-frame:hover .hero-title-main.glitch::after{
  opacity: 0.96;
}
@keyframes titleGlitchSquares{
  0%, 100%{
    transform: translate(0,0);
    opacity: 0;
    filter: none;
    background-position: 0 0, 11px 11px, 0 0, 6px 6px;
  }

  /* Burst 1 */
  10%{
    transform: translate(-10px,-2px);
    opacity: 0.98;
    filter: contrast(1.65) saturate(1.2);
    background-position: 26px -14px, -12px 18px, 22px -16px, -18px 22px;
  }
  13%{
    transform: translate(12px,2px);
    opacity: 0.74;
    background-position: -28px 18px, 14px -16px, -22px 18px, 18px -14px;
  }
  16%{
    transform: translate(-8px,1px);
    opacity: 0.88;
    background-position: 14px 28px, -16px -10px, 18px 26px, -12px 18px;
  }
  20%{ opacity: 0; transform: translate(0,0); filter:none; }

  /* Burst 2 */
  54%{
    transform: translate(9px,-1px);
    opacity: 0.92;
    filter: contrast(1.55);
    background-position: -24px 12px, 18px -18px, -18px 22px, 24px -10px;
  }
  57%{
    transform: translate(-10px,2px);
    opacity: 0.68;
    background-position: 18px 22px, -20px -12px, 22px 14px, -14px 18px;
  }
  60%{ opacity: 0; transform: translate(0,0); filter:none; }

  /* Burst 3 (late pop) */
  86%{
    transform: translate(-6px,0px);
    opacity: 0.96;
    filter: contrast(1.7);
    background-position: 30px -20px, -16px 22px, 26px -18px, -22px 26px;
  }
  89%{
    transform: translate(10px,1px);
    opacity: 0.72;
    background-position: -30px 20px, 18px -18px, -24px 18px, 18px -16px;
  }
  92%{ opacity: 0; transform: translate(0,0); filter:none; }
}

.hero-title-sub.glitch::before{
  content: attr(data-text);
  position:absolute;
  inset:0;
  color: transparent;
  /* Smaller glitch squares for the subtitle */
  background-image:
    linear-gradient(90deg, rgba(255,255,255,0.86) 50%, transparent 0),
    linear-gradient(rgba(255,255,255,0.86) 50%, transparent 0),
    linear-gradient(90deg, rgba(34,211,238,0.22) 50%, transparent 0);
  /* Bigger blocks to match the main glitch. */
  background-size: 16px 16px, 16px 16px, 12px 12px;
  background-position: 0 0, 8px 8px, 3px 3px;
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0;
  pointer-events:none;
  mix-blend-mode: screen;
  filter: contrast(1.05);
  animation: subGlitchSquares 4.1s infinite steps(2,end);
}
.hero-frame:hover .hero-title-sub.glitch::before{
  opacity: 0.86;
}
@keyframes subGlitchSquares{
  0%, 100%{
    transform: translate(0,0);
    opacity: 0;
    background-position: 0 0, 8px 8px, 3px 3px;
    filter: none;
  }

  12%{
    transform: translate(-4px,0px);
    opacity: .82;
    background-position: 18px -12px, -10px 14px, 12px -16px;
    filter: contrast(1.55);
  }
  16%{
    transform: translate(6px,1px);
    opacity: .60;
    background-position: -18px 12px, 10px -14px, -12px 16px;
  }
  20%{
    transform: translate(-2px,0px);
    opacity: .74;
    background-position: 10px 18px, -14px -8px, 14px 10px;
  }
  24%{ opacity: 0; transform: translate(0,0); filter:none; }

  86%{
    transform: translate(-3px,0px);
    opacity: .80;
    background-position: 20px -10px, -12px 16px, 14px -14px;
    filter: contrast(1.5);
  }
  90%{
    transform: translate(4px,1px);
    opacity: .58;
    background-position: -18px 12px, 12px -14px, -10px 14px;
  }
  94%{ opacity: 0; transform: translate(0,0); filter:none; }
}

/* =============================
   Hover responsiveness upgrades
   ============================= */
.tab, .btn, .booking-btn, .ticket-card, .product-card, .info-card, .seat{
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, border-color .18s ease;
}

.tab:hover{
  transform: translateY(-1px);
  filter: saturate(1.05);
}

.booking-btn{
  position: relative;
  overflow: hidden;
}
.booking-btn::before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius: 18px;
  background: radial-gradient(120% 200% at 50% 0%, rgba(255,255,255,0.25), rgba(255,255,255,0.02));
  opacity: 0;
  transition: opacity .22s ease;
}
.booking-btn:hover{
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 22px 72px rgba(79,140,255,0.24);
}
.booking-btn:hover::before{
  opacity: 1;
}
.booking-btn:active{
  transform: translateY(0px) scale(0.99);
}

.ticket-card:hover, .product-card:hover, .info-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 70px rgba(15,23,42,0.16);
}

/* =============================
   Seat "cells" sharper borders
   ============================= */
.seat{
  border-radius: 8px !important;
  border: 1px solid rgba(11,16,32,0.18) !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.65) inset,
    0 12px 26px rgba(79,140,255,0.10);
}
.seat:hover{
  transform: translateY(-1px) scale(1.03);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.70) inset,
    0 14px 30px rgba(79,140,255,0.12);
}
.seat.selected{
  border-color: rgba(255,51,85,0.60) !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.70) inset,
    0 16px 34px rgba(255,51,85,0.18),
    0 0 0 3px rgba(255,51,85,0.10);
}

/* =============================
   Custom cursor dot (desktop only)
   ============================= */
.cursor-dot{
  position: fixed;
  top: 0;
  left: 0;
  --cursor-current-size: var(--cursor-size, 14px);
  width: var(--cursor-current-size);
  height: var(--cursor-current-size);
  border-radius: 50%;
  border: var(--cursor-border, 2px) solid rgba(11,16,32,0.92);
  background: rgba(255,255,255,0.65);
  transform: translate3d(-999px, -999px, 0) translate(-50%, -50%);
  transform-origin: 50% 50%;
  pointer-events: none;
  /* Must sit above all popups (item info modal uses z-index 9999). */
  z-index: 20000;
  opacity: 0;
  will-change: transform, opacity, width, height;
  contain: strict;
  backface-visibility: hidden;
  transition:
    width .08s ease,
    height .08s ease,
    background-color .08s ease,
    border-color .08s ease,
    opacity .08s linear;
}
/* Ensure the native cursor never comes back on long pages */
html.custom-cursor,
html.custom-cursor *,
body.custom-cursor,
body.custom-cursor *{
  cursor: none !important;
}
html.vnmc-no-custom-cursor,
html.vnmc-no-custom-cursor *,
body.vnmc-no-custom-cursor,
body.vnmc-no-custom-cursor *{
  cursor: auto !important;
}
body.custom-cursor .cursor-dot{
  opacity: 1;
}
html.vnmc-no-custom-cursor .cursor-dot,
body.vnmc-no-custom-cursor .cursor-dot{
  display: none !important;
  opacity: 0 !important;
}
.cursor-dot.is-hover{
  --cursor-current-size: var(--cursor-hover-size, 24px);
  background: rgba(34,211,238,0.14);
}
.cursor-dot.is-click{
  --cursor-current-size: var(--cursor-click-size, 25px);
  background: rgba(255,51,85,0.88);
  border-color: rgba(255,51,85,0.92);
}

/* Safety: never use custom cursor on touch-first pointers, but keep it alive on hybrid laptops. */
@media (hover: none) and (pointer: coarse), (any-hover: none) and (any-pointer: coarse){
  html.custom-cursor, html.custom-cursor *,
  body.custom-cursor, body.custom-cursor *{ cursor: auto !important; }
  .cursor-dot{ display: none !important; }
}

/* Mobile performance: disable the audio visualizer only on touch-first devices.
   Hybrid laptops/desktops may report a coarse pointer too, but should still show desktop FX. */
@media (hover: none) and (pointer: coarse), (any-hover: none) and (any-pointer: coarse){
  .audio-viz{ display: none !important; }
}

/* During seat picking on touch-first mobile, hide fixed audio UI to prevent flicker/stutter. */
@media (hover: none) and (pointer: coarse), (any-hover: none) and (any-pointer: coarse){
  body.seat-booking-open .audio-dock,
  body.seat-booking-open .audio-viz{
    display: none !important;
  }
}

/* Seat picking on portrait mobile: reduce density so it fits better */
@media (max-width: 520px) and (orientation: portrait){
  .modal{ width: 96vw; }
  .seat-grid{ --seatSize: 18px; --seatGap: 4px; padding: 8px; border-radius: 16px; }
  .seat-label{ font-size: 9px; }
  .seat{ border-radius: 6px; }
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce){
  .intro-overlay::before,
  .intro-continue,
  .bg-noise,
  .bg-scanlines,
  .bg-glitchflash,
  .bg-floater,
  .hero-title-main.glitch::after,
  .hero-title-sub.glitch::before{
    animation: none !important;
  }
  .tab, .btn, .booking-btn, .ticket-card, .product-card, .info-card, .seat{
    transition: none !important;
  }
}



/* =============================
   osu! Beat Circles (desktop only)
   Notes appear near the screen edge and sync to BGM BPM (best-effort).
   ============================= */

.osu-overlay{
  position: fixed;
  inset: 0;
  z-index: 8; /* behind UI, above background */
  pointer-events: none;
  transform: translate3d(0, var(--parallax-osu, 0px), 0);
}

.osu-note{
  position: absolute;
  width: var(--size, 86px);
  height: var(--size, 86px);
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: drop-shadow(0 18px 48px rgba(0,0,0,0.28));
}

.osu-note.go{
  opacity: var(--osuDim, 0.24);
  transition: opacity 120ms ease-out;
}
.osu-overlay.is-active .osu-note.go{
  opacity: var(--osuActive, 0.62);
}

.osu-hit{
  position: absolute;
  inset: 0;
  border-radius: 999px;
  border: var(--hitBorder, 2px) solid rgba(255,255,255,0.90);
  background: rgba(0,0,0,0.18);
  box-shadow:
    0 0 0 1px rgba(0,0,0,0.70) inset,
    0 12px 44px rgba(0,0,0,0.45),
    0 0 16px rgba(255,255,255,0.06);
}

.osu-ring{
  position: absolute;
  inset: 0; /* match hit circle at impact */
  border-radius: 999px;
  border: var(--ringBorder, 6px) solid rgba(255,255,255,0.74);
  opacity: var(--osuRingBase, 0.22);
  transform: scale(var(--ringScaleStart, 2.25));
  transition: transform var(--preempt, 600ms) linear, opacity 160ms ease;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.40) inset;
}

.osu-note.go .osu-ring{
  transform: scale(1.0);
  opacity: var(--osuRingDim, 0.14);
}
.osu-overlay.is-active .osu-note.go .osu-ring{
  opacity: var(--osuRingActive, 0.22);
}

.osu-judge{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -52%);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.10em;
  color: #fff;
  opacity: 0;
  text-shadow: 0 2px 14px rgba(0,0,0,0.55);
  user-select: none;
}

.osu-note.hit .osu-judge{
  opacity: 1;
}

.osu-note.hit .osu-hit{
  border-color: rgba(var(--accent2-rgb),0.92) !important;
  background: rgba(var(--accent2-rgb),0.12) !important;
  box-shadow:
    0 0 0 1px rgba(0,0,0,0.70) inset,
    0 0 26px rgba(var(--accent2-rgb),0.22) !important;
}

.osu-note.miss{
  opacity: 0.18;
  filter: grayscale(1) drop-shadow(0 10px 30px rgba(0,0,0,0.18));
}

.osu-note.pop{
  animation: osuPop 260ms ease-out forwards;
}

@keyframes osuPop{
  from { transform: translate(-50%, -50%) scale(1); opacity: 1; }
  to   { transform: translate(-50%, -50%) scale(1.18); opacity: 0; }
}

/* Disable the hit-circle overlay on touch devices */
@media (any-hover: none) and (any-pointer: coarse){
  .osu-overlay{ display: none; }
}



/* =============================
   osu!mania 4K Bars (desktop only)
   A small interactive lane overlay (A S K L) meant to keep users engaged.
   Skin: full white bars.
   ============================= */

.mania4k{
  position: absolute;
  /* Tall + narrow lane column (matches the red scribble concept) */
  left: var(--maniaLeft, clamp(340px, 36vw, 540px));
  top: var(--maniaTop, clamp(96px, 16vh, 180px));
  width: var(--maniaW, clamp(170px, 14vw, 240px));
  height: var(--maniaH, clamp(360px, 56vh, 620px));
  z-index: 2;
  pointer-events: none;
  opacity: var(--maniaDim, 0.16);
  transition: opacity 180ms ease;
  filter: drop-shadow(0 18px 54px rgba(0,0,0,0.30));
  transform: translate3d(0, var(--parallax-mania, 0px), 0);
}
.mania4k.is-active,
.mania4k.is-playing{ opacity: var(--maniaActive, 0.52); }

.mania-combo{
  position: absolute;
  left: calc(50% + var(--maniaComboX, 0px));
  top: calc(10px + var(--maniaComboY, 0px));
  transform: translate3d(-50%, -6px, 0);
  font: 900 28px/1 ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto;
  letter-spacing: 0.02em;
  color: rgba(255,255,255,0.94);
  /* Add a subtle neon glow (controlled by --maniaGlowPx) while keeping legibility. */
  text-shadow:
    0 0 var(--maniaGlowPx, 0px) var(--maniaGlowColor, rgba(255,255,255,0.55)),
    0 0 calc(var(--maniaGlowPx, 0px) * 0.55) var(--maniaGlowColorSoft, rgba(255,255,255,0.35)),
    0 2px 0 rgba(0,0,0,0.65),
    0 12px 32px rgba(0,0,0,0.35);
  opacity: 0;
  transition: opacity 180ms ease, transform 180ms ease;
  user-select: none;
  white-space: nowrap;
}
.mania4k.is-playing .mania-combo{
  opacity: 0.98;
  transform: translate3d(-50%, 0, 0);
}

.mania-canvas{
  display:block;
  width:100%;
  height:100%;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* Keep it off on touch-first devices by default (mobile scroll perf),
   but do not hide it on hybrid laptops that also support hover/keyboard. */
@media (hover: none) and (pointer: coarse), (any-hover: none) and (any-pointer: coarse){
  .mania4k{ display: none !important; }
}





/* =========================================================
   VNMC WEBSITE v7 — Black & White + Accent theme overhaul
   Goals:
   - Cleaner typography-first layout (less “boxed” UI)
   - Clickable items: underline + hover glow gradient
   - Audio toggles: bottom-right dock
   - Support custom editor-defined layers
   ========================================================= */

/* Theme variables (can be overridden by cfg.theme in app.js) */
:root{
  --bg: #000;
  --text: #fff;
  --muted: rgba(255,255,255,0.68);

  --panel: rgba(0,0,0,0);
  --panel-strong: rgba(0,0,0,0);

  --border: rgba(255,255,255,0.14);

  --accent: #00e5ff;
  --accent2: #ff3355;
  --accent3: #b8ff5a;

  --accent-rgb: 0, 229, 255;
  --accent2-rgb: 255, 51, 85;
  --accent3-rgb: 184, 255, 90;

  --shadow: 0 18px 64px rgba(0,0,0,0.60);
  --shadow2: 0 18px 60px rgba(0,229,255,0.18);

  --bg-image-opacity: 0.30;
  --bg-video-opacity: 0.20;
}

body{
  background: var(--bg);
  color: var(--text);
}

a{ color: var(--accent); }
a:hover{ filter: brightness(1.12); }

/* Background: darker + subtle accent glows */
.bg-image{
  opacity: var(--bg-image-opacity);
  filter: contrast(1.05) saturate(0.90) brightness(0.70);
}
.bg-video{
  opacity: var(--bg-video-opacity);
  filter: contrast(1.05) saturate(0.90) brightness(0.65);
}
.bg-overlay{
  background:
    radial-gradient(1100px 760px at 12% 0%, rgba(var(--accent-rgb),0.18), transparent 62%),
    radial-gradient(1200px 820px at 92% 10%, rgba(var(--accent2-rgb),0.12), transparent 66%),
    radial-gradient(980px 720px at 50% 120%, rgba(var(--accent-rgb),0.10), transparent 68%),
    linear-gradient(180deg, rgba(0,0,0,0.55), rgba(0,0,0,0.88));
}

/* Accent spotlight follows cursor (desktop only). */
.accent-spotlight{
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 1;
  mix-blend-mode: screen;
}

/* Optimized spotlight blobs: move via transform (no full-screen gradient repaint). */
.accent-spotlight .spot{
  position: fixed;
  left: 0;
  top: 0;
  width: 680px;
  height: 520px;
  border-radius: 999px;
  opacity: var(--spot-opacity, 0.55);
  filter: blur(var(--spot-blur, 0px));
  transform:
    translate3d(var(--spot-x, 50vw), var(--spot-y, 40vh), 0)
    translate(-50%, -50%)
    scale(var(--spot-scale, 1));
  background: radial-gradient(circle at center,
    rgba(var(--spotA-rgb, var(--accent-rgb)), 0.28) 0%,
    rgba(var(--spotA-rgb, var(--accent-rgb)), 0.14) 32%,
    rgba(0,0,0,0) 66%);
}
.accent-spotlight .spot-b{
  width: 540px;
  height: 420px;
  transform:
    translate3d(var(--spot-x, 50vw), var(--spot-y, 40vh), 0)
    translate3d(140px, -60px, 0)
    translate(-50%, -50%)
    scale(var(--spot-scale, 1));
  background: radial-gradient(circle at center,
    rgba(var(--spotB-rgb, var(--accent2-rgb)), 0.22) 0%,
    rgba(var(--spotB-rgb, var(--accent2-rgb)), 0.12) 34%,
    rgba(0,0,0,0) 70%);
}
.accent-spotlight .spot-c{
  width: 600px;
  height: 500px;
  transform:
    translate3d(var(--spot-x, 50vw), var(--spot-y, 40vh), 0)
    translate3d(-160px, 110px, 0)
    translate(-50%, -50%)
    scale(var(--spot-scale, 1));
  background: radial-gradient(circle at center,
    rgba(var(--spotC-rgb, var(--accent3-rgb)), 0.18) 0%,
    rgba(var(--spotC-rgb, var(--accent3-rgb)), 0.10) 36%,
    rgba(0,0,0,0) 74%);
}
.accent-spotlight .spot-trail{
  width: 860px;
  height: 680px;
  opacity: 0.22;
  filter: blur(calc(var(--spot-blur, 0px) + var(--spot-trail-blur-boost, 8px)));
  transform:
    translate3d(var(--trail-x, 50vw), var(--trail-y, 40vh), 0)
    translate(-50%, -50%)
    scale(var(--spot-scale, 1));
  background: radial-gradient(circle at center,
    rgba(var(--spotA-rgb, var(--accent-rgb)), 0.18) 0%,
    rgba(0,0,0,0) 78%);
}


@media (any-hover: none) and (any-pointer: coarse){
  .accent-spotlight{ display: none; }
}
.bg-sparkles{
  opacity: 0.18;
  filter: grayscale(1) contrast(1.1);
}

/* Floaters: sharp square pixels matching the hero title accents */
.bg-floaters{
  opacity: 0.78;
  mix-blend-mode: screen;
}
.bg-floater{
  border: 0;
  border-radius: 0;
  outline: 1px solid rgba(7,10,16,0.42);
  background: rgba(255,255,255,0.72);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.08) inset,
    0 0 14px rgba(var(--accent2-rgb),0.14);
  opacity: var(--particle-opacity, 0.54);
  image-rendering: pixelated;
  aspect-ratio: 1 / 1;
}
.bg-floater::after{
  inset: 2px;
  border: 0;
  border-top: 1px solid rgba(255,255,255,0.34);
  opacity: 0.68;
}
.bg-floater--outline,
.bg-floater--ghost{
  background: transparent;
  outline-color: rgba(255,255,255,0.24);
  box-shadow: 0 0 12px rgba(255,255,255,0.06);
}
.bg-floater--ghost{
  background: rgba(255,255,255,0.12);
  outline-color: rgba(255,255,255,0.12);
  opacity: 0.38;
}
.bg-floater--accent{
  background: rgba(var(--accent2-rgb),0.88);
  outline-color: rgba(7,10,16,0.50);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.10) inset,
    0 0 18px rgba(var(--accent2-rgb),0.24);
}
.bg-floater--warm{
  background: rgba(255,132,152,0.86);
  outline-color: rgba(7,10,16,0.46);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.08) inset,
    0 0 16px rgba(255,82,112,0.18);
}

/* Custom layers (Editor) */
.custom-layers{
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.custom-layers.content{
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1; /* behind most foreground UI; adjust per layer via z-index */
}
#customLayersBack{ --layer-base-parallax: var(--parallax-bg, 0px); }
#customLayersContent{ --layer-base-parallax: var(--parallax-fx, 0px); }

.custom-layer{
  position: absolute;
  left: calc(var(--x, 50) * 1%);
  top: calc(var(--y, 50) * 1%);
  width: var(--w, 220px);
  height: var(--h, auto);
  transform:
    translate(-50%, -50%)
    translate3d(var(--layer-sway-x, 0px), calc(var(--layer-base-parallax, 0px) + var(--layer-parallax, 0px) + var(--layer-sway-y, 0px)), 0);
  opacity: var(--opacity, 1);
  z-index: var(--z, 0);
  mix-blend-mode: var(--blend, normal);
  pointer-events: none;
}

.custom-layer .layer-inner{
  position: absolute;
  inset: 0;
  transform:
    rotate(calc(var(--rot, 0) * 1deg))
    scale(var(--layer-effective-scale, var(--scale, 1)));
}

.custom-layer.float .layer-inner{
  animation: layerSway var(--float-dur, 10s) ease-in-out infinite;
  animation-delay: var(--float-delay, 0s);
}

@keyframes layerSway{
  0%   { transform: rotate(calc(var(--rot, 0) * 1deg)) scale(var(--layer-effective-scale, var(--scale, 1))) translate3d(var(--float-x, 0px), var(--float-y, 0px), 0) rotate(var(--float-rot, 0deg)); }
  50%  { transform: rotate(calc(var(--rot, 0) * 1deg)) scale(var(--layer-effective-scale, var(--scale, 1))) translate3d(calc(0px - var(--float-x, 0px)), calc(0px - var(--float-y, 0px)), 0) rotate(calc(0deg - var(--float-rot, 0deg))); }
  100% { transform: rotate(calc(var(--rot, 0) * 1deg)) scale(var(--layer-effective-scale, var(--scale, 1))) translate3d(var(--float-x, 0px), var(--float-y, 0px), 0) rotate(var(--float-rot, 0deg)); }
}
.custom-layer img,
.custom-layer video{
  width: 100%;
  height: 100%;
  object-fit: var(--fit, contain);
  display: block;
}

/* Topbar: minimal */
.topbar{
  background: rgba(0,0,0,0.44);
  border-bottom: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(14px);
}
.logo{
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.12);
}
.tagline{ color: rgba(255,255,255,0.62); }

/* Sections: remove big boxes */
.section{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  overflow: visible !important; /* prevent headings / dots from getting clipped */
}
.section-title{
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.section-head{
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(var(--accent3-rgb),0.22);
  margin-bottom: 14px;
}

/* Info cards become “floating text blocks” */
.info-grid{
  gap: 16px !important;
}
.info-card{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.info-label{
  color: rgba(255,255,255,0.55) !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.info-value{
  font-weight: 900;
}

/* Timeline: thin line + minimal nodes */
.timeline{
  border-left: 1px solid rgba(255,255,255,0.12) !important;
}
.timeline::before{ display:none !important; }
.timeline-item{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.timeline-dot{
  background: rgba(255,255,255,0.9) !important;
  box-shadow: 0 0 18px rgba(var(--accent3-rgb),0.22) !important;
}

/* Contact cards become floating text blocks */
.contact-card{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.contact-label{
  color: rgba(255,255,255,0.55) !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.contact-value{
  font-weight: 900;
}

/* About hero image: no "white card" look (keep it floating) */
.hero-img{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.hero-img:hover{
  transform: translateY(-2px) scale(1.01);
  filter: drop-shadow(0 18px 50px rgba(0,0,0,0.45));
  box-shadow: none !important;
}

/* Card grids (tickets/products): outline-only + hover glow */
.card, .ticket-card{
  background: rgba(255,255,255,0.02) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  box-shadow: none !important;
}
.card:hover, .ticket-card:hover{
  border-color: rgba(var(--accent-rgb),0.28) !important;
  box-shadow:
    0 0 0 1px rgba(var(--accent-rgb),0.16) inset,
    0 0 34px rgba(var(--accent-rgb),0.14) !important;
}

/* Inputs for dark mode */
input, textarea, select, .select{
  background-color: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  color: var(--text) !important;
}
input::placeholder, textarea::placeholder{
  color: rgba(255,255,255,0.45);
}

/* Registrations tab: improve contrast in dark theme + gate UI */
#tab-register .reg-card,
#tab-register .reg-s-item,
#tab-register .reg-player{
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  box-shadow: none !important;
}
#tab-register .reg-card:hover,
#tab-register .reg-s-item:hover,
#tab-register .reg-player:hover{
  border-color: rgba(var(--accent3-rgb),0.22) !important;
  box-shadow:
    0 0 0 1px rgba(var(--accent3-rgb),0.10) inset,
    0 0 28px rgba(var(--accent3-rgb),0.10) !important;
}
#tab-register .reg-s-title{ color: rgba(255,255,255,0.92) !important; }
#tab-register .reg-s-time,
#tab-register .reg-s-desc,
#tab-register .reg-public-board-body,
#tab-register #regPublicBoardNote,
#tab-register .reg-player-discord,
#tab-register .reg-player-meta,
#tab-register .reg-auth-stat,
#tab-register .reg-oauth-list li,
#tab-register .reg-card-hint{
  color: rgba(255,255,255,0.68) !important;
}
#tab-register .reg-oauth-card-kicker{
  color: rgba(var(--accent3-rgb),0.96) !important;
}
#tab-register .reg-oauth-inline-link{
  color: rgba(255,255,255,0.88);
  border-color: rgba(255,255,255,0.12);
}
#tab-register .reg-player-osu,
#tab-register .reg-oauth-profile-name{
  color: rgba(255,255,255,0.96) !important;
}
#tab-register .reg-player-avatar-shell{
  border-color: rgba(255,255,255,0.18);
}
#tab-register .reg-oauth-card-kicker,
#tab-register .reg-oauth-inline-link{
  color: rgba(255,255,255,0.92);
}

#tab-register .reg-who{
  margin: 6px 0 12px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.02);
  color: rgba(255,255,255,0.88);
  font-weight: 900;
  letter-spacing: 0.02em;
}

#tab-register .reg-gate-actions{
  margin-top: 12px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
#tab-register .reg-confirm-card{
  margin-top: 14px;
}

#tab-register .reg-auth span{
  display:block;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.62);
  margin-bottom: 6px;
}

#tab-register .reg-auth input{
  width: 100%;
}

/* Product dropdown: higher contrast + cleaner */
select.select,
.select{
  appearance: none;
  padding: 10px 36px 10px 12px !important;
  border-radius: 14px !important;
  background:
    /* base */
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03)),
    /* caret */
    linear-gradient(45deg, transparent 50%, rgba(255,255,255,0.70) 50%),
    linear-gradient(135deg, rgba(255,255,255,0.70) 50%, transparent 50%) !important;
  background-position:
    0 0,
    calc(100% - 18px) 55%,
    calc(100% - 12px) 55% !important;
  background-size:
    auto,
    6px 6px,
    6px 6px !important;
  background-repeat: no-repeat !important;
}
select.select:focus,
.select:focus{
  outline: none;
  border-color: rgba(var(--accent-rgb),0.55) !important;
  box-shadow: 0 0 0 3px rgba(var(--accent-rgb),0.18) !important;
}
select.select option,
.select option{
  background: #0b0c0f;
  color: #fff;
}

/* Underline + hover glow for clickable UI elements */
.tab, .primary, .secondary, .booking-btn, .drawer-tab{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 14px;
  position: relative;
  color: var(--text) !important;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.tab::after, .primary::after, .secondary::after, .booking-btn::after, .drawer-tab::after{
  content:"";
  position:absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: rgba(255,255,255,0.22);
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0.75;
  transition: transform .18s ease, background .18s ease, opacity .18s ease;
}
.tab::before, .primary::before, .secondary::before, .booking-btn::before, .drawer-tab::before{
  content:"";
  position:absolute;
  inset: -8px -10px;
  border-radius: 16px;
  background:
    radial-gradient(120px 70px at 25% 35%, rgba(var(--accent-rgb),0.22), transparent 65%),
    radial-gradient(120px 70px at 75% 70%, rgba(var(--accent2-rgb),0.12), transparent 70%);
  filter: blur(10px);
  opacity: 0;
  transform: scale(0.96);
  transition: opacity .18s ease, transform .18s ease;
  z-index: -1;
  pointer-events: none;
}

.tab:hover::before, .primary:hover::before, .secondary:hover::before, .booking-btn:hover::before, .drawer-tab:hover::before{
  opacity: 1;
  transform: scale(1.0);
}
.tab:hover::after, .primary:hover::after, .secondary:hover::after, .booking-btn:hover::after, .drawer-tab:hover::after{
  transform: scaleX(1);
  background: rgba(var(--accent-rgb),0.95);
  box-shadow: 0 0 18px rgba(var(--accent-rgb),0.42);
  opacity: 1;
}
.tab:hover, .primary:hover, .secondary:hover, .booking-btn:hover, .drawer-tab:hover{
  transform: translateY(-1px);
}

/* Inline links ("clickable text") */
a.link{
  position: relative;
  color: var(--text);
  text-decoration: none;
  padding-bottom: 2px;
}
a.link::after{
  content:"";
  position:absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255,255,255,0.30);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
a.link:hover{
  text-shadow:
    0 0 10px rgba(var(--accent-rgb),0.20),
    0 0 18px rgba(var(--accent2-rgb),0.12);
}
a.link:hover::after{
  transform: scaleX(1);
  background: rgba(var(--accent-rgb),0.95);
  box-shadow: 0 0 18px rgba(var(--accent-rgb),0.40);
}

.tab.active::after{
  transform: scaleX(1);
  background: rgba(var(--accent3-rgb),0.92);
  box-shadow: 0 0 18px rgba(var(--accent3-rgb),0.40);
  opacity: 1;
}

/* Booking button: keep count pill readable */
.booking-btn{
  padding: 10px 12px !important;
  letter-spacing: 0.08em;
}
.booking-btn .pill{
  background: rgba(var(--accent2-rgb),0.22) !important;
  border: 1px solid rgba(var(--accent3-rgb),0.34) !important;
  color: rgba(255,255,255,0.92) !important;
}

/* Audio dock (bottom-right) */
.audio-dock{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  display: flex;
  gap: 10px;
  align-items: center;
  pointer-events: auto;
}
.audio-dock .icon-toggle{
  width: 44px;
  height: 44px;
  background: rgba(0,0,0,0.35) !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  box-shadow: 0 18px 54px rgba(0,0,0,0.55);
}
.audio-dock .icon-toggle:hover{
  border-color: rgba(var(--accent-rgb),0.34) !important;
  box-shadow: 0 18px 60px rgba(0,0,0,0.55), 0 0 28px rgba(var(--accent-rgb),0.16) !important;
}

/* Audio visualizer styling (match BW+accent) */
.audio-viz{
  /* "Floating" viz: no obvious box */
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
  z-index: 95; /* above most UI, below cursor */
}
.audio-viz .viz-bar{
  background: rgba(255,255,255,0.92) !important;
  box-shadow:
    0 10px 24px rgba(0,0,0,0.45),
    0 0 22px rgba(var(--accent3-rgb),0.20) !important;
}

/* Modals / drawer: keep readable but dark */
.modal, .drawer{
  background: rgba(0,0,0,0.74) !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  box-shadow: 0 30px 90px rgba(0,0,0,0.70) !important;
}
.modal-backdrop{
  background: rgba(0,0,0,0.62) !important;
}
.drawer-header{
  border-bottom: 1px solid rgba(255,255,255,0.10) !important;
}

/* Drawer (checkout) readability: keep dark + high contrast */
.drawer-tabs{
  background: rgba(0,0,0,0.22) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  border-radius: 999px !important;
}
.drawer-tab{
  color: rgba(255,255,255,0.72) !important;
}
.drawer-tab[disabled]{
  opacity: 0.35 !important;
}
.drawer-tab.active{
  color: rgba(255,255,255,0.96) !important;
}

.cart-item{
  background-color: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
}
.cart-meta{ color: rgba(255,255,255,0.62) !important; }
.total-label{ color: rgba(255,255,255,0.65) !important; }
.divider{ background: rgba(255,255,255,0.10) !important; }

.remove-btn{
  background: rgba(0,0,0,0.22) !important;
  border-color: rgba(255,255,255,0.14) !important;
  color: rgba(255,255,255,0.90) !important;
}
.remove-btn:hover{
  border-color: rgba(var(--accent-rgb),0.32) !important;
  box-shadow: 0 0 0 3px rgba(var(--accent-rgb),0.12) !important;
}

.empty{
  background: rgba(255,255,255,0.04) !important;
  border-color: rgba(255,255,255,0.14) !important;
  color: rgba(255,255,255,0.78) !important;
}

.pay-method{
  background: rgba(255,255,255,0.05) !important;
  border-color: rgba(255,255,255,0.14) !important;
  color: rgba(255,255,255,0.92) !important;
}
.pay-method:hover{
  border-color: rgba(var(--accent-rgb),0.28) !important;
}
.pay-method.active{
  border-color: rgba(var(--accent-rgb),0.55) !important;
  box-shadow: 0 18px 48px rgba(var(--accent-rgb),0.14) !important;
  background: linear-gradient(135deg, rgba(var(--accent-rgb),0.12), rgba(var(--accent2-rgb),0.08)) !important;
}
.icon-btn{
  background-color: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  color: var(--text) !important;
}
.icon-btn:hover{
  border-color: rgba(var(--accent-rgb),0.34) !important;
}

/* Seat grid: crisp */
.seat{
  position: relative;
  overflow: hidden;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
}
.seat:hover{
  border-color: rgba(var(--accent-rgb),0.35) !important;
}
.seat.selected{
  background: rgba(var(--accent-rgb),0.88) !important;
  border-color: rgba(255,255,255,0.45) !important;
  box-shadow:
    0 0 0 1px rgba(0,0,0,0.65) inset,
    0 0 0 2px rgba(var(--accent-rgb),0.55),
    0 0 28px rgba(var(--accent-rgb),0.55);
}

.seat.selected::after{
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 6px;
  border: 2px solid rgba(255,255,255,0.88);
  opacity: 0.55;
  pointer-events: none;
}

.seat-grid{
  background: rgba(0,0,0,0.28) !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  box-shadow: 0 20px 60px rgba(0,0,0,0.55) !important;
}
.seat-label{
  color: rgba(255,255,255,0.55) !important;
}
.seat-swatch{
  border-color: rgba(255,255,255,0.22) !important;
}
.seat-swatch.selected{
  background: rgba(var(--accent-rgb),0.88) !important;
  border-color: rgba(255,255,255,0.35) !important;
}
.seat-swatch.held{
  background: rgba(255,200,120,0.48) !important;
  border-color: rgba(255,200,120,0.38) !important;
}
.seat-swatch.paid{
  background: rgba(99,255,155,0.42) !important;
  border-color: rgba(99,255,155,0.36) !important;
}

/* Cursor dot: fits BW */
.cursor-dot{
  background: rgba(255,255,255,0.78);
  border-color: rgba(0,0,0,0.90);
}
.cursor-dot.is-hover{
  background: rgba(var(--accent-rgb),0.12);
}
.cursor-dot.is-click{
  background: rgba(var(--accent2-rgb),0.90);
  border-color: rgba(var(--accent2-rgb),0.92);
}

/* osu overlay: match theme */
.osu-hit{
  border-color: rgba(255,255,255,0.90) !important;
  background: rgba(0,0,0,0.16) !important;
  box-shadow:
    0 0 0 1px rgba(0,0,0,0.76) inset,
    0 12px 42px rgba(0,0,0,0.58),
    0 0 18px rgba(var(--accent-rgb),0.10) !important;
}
.osu-hit::before{ display:none !important; }
.osu-ring{
  border-color: rgba(255,255,255,0.70) !important;
  box-shadow:
    0 0 0 1px rgba(0,0,0,0.55) inset,
    0 0 26px rgba(var(--accent-rgb),0.18) !important;
}
.osu-note.go .osu-ring{ opacity: var(--osuRingDim, 0.14) !important; }
.osu-overlay.is-active .osu-note.go .osu-ring{ opacity: var(--osuRingActive, 0.22) !important; }
.osu-note.hit .osu-hit{
  border-color: rgba(var(--accent2-rgb),0.92) !important;
  background: rgba(var(--accent2-rgb),0.12) !important;
  box-shadow:
    0 0 0 1px rgba(0,0,0,0.70) inset,
    0 0 26px rgba(var(--accent2-rgb),0.22) !important;
}

/* Miss “X” is drawn via .osu-x (added in app.js) */
.osu-x{
  position:absolute;
  inset: 14px;
  opacity: 0;
}
.osu-x::before,
.osu-x::after{
  content:"";
  position:absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 3px;
  background: rgba(var(--accent2-rgb),0.85);
  transform-origin: center;
  border-radius: 999px;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,0.55));
}
.osu-x::before{ transform: translate(-50%, -50%) rotate(45deg); }
.osu-x::after{ transform: translate(-50%, -50%) rotate(-45deg); }

.osu-note.miss .osu-x{
  opacity: 1;
}

.osu-note.no-x .osu-x{ display:none; }

.osu-note.miss{
  opacity: 0.14 !important;
}

/* Subtle miss fade (no lingering) */
.osu-note.missfade{
  animation: osuMissFade var(--missfade, 260ms) ease-out forwards;
}
@keyframes osuMissFade{
  from { transform: translate(-50%, -50%) scale(1); opacity: 0.30; }
  to   { transform: translate(-50%, -50%) scale(1.06); opacity: 0; }
}



/* Hero: remove big frame box, focus on typography */
.hero-frame{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: clamp(26px, 4.4vw, 54px) clamp(18px, 3.2vw, 34px) 14px !important;
  overflow: visible !important;
  backdrop-filter: none !important;
}
.hero-frame::before{ display:none !important; }
.hero-frame::after{ display:none !important; } /* hide frame-* border pseudo elements */
.hero-badge{
  background-color: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  color: rgba(255,255,255,0.92) !important;
}
.hero-mini{ color: rgba(255,255,255,0.70) !important; }
.hero-title-main,
.hero-title-sub{
  color: rgba(255,255,255,0.98) !important;
  text-shadow:
    0 10px 50px rgba(0,0,0,0.65),
    0 0 28px rgba(var(--accent-rgb),0.16);
}

/* Location line ("HA NOI"): pinkish-red accent, applied to both hero title + intro clone.
   Use a slightly higher-specificity selector so it never gets overridden back to white. */
.hero-title-sub.hero-title-loc,
#heroTitle .hero-title-loc,
.enter-stage-title .hero-title-loc{
  color: rgba(255, 76, 140, 0.98) !important;
  text-shadow:
    0 10px 50px rgba(0,0,0,0.65),
    0 0 26px rgba(255, 76, 140, 0.22),
    0 0 54px rgba(255, 76, 140, 0.12);
}
.hero-meta .meta-pill{
  background-color: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  color: rgba(255,255,255,0.92) !important;
}

.hero-desc{
  margin: 14px 0 0;
  max-width: 56ch;
  color: rgba(255,255,255,0.78);
  line-height: 1.55;
  font-size: 13.5px;
  letter-spacing: 0.01em;
}
@media (max-width: 520px){
  .hero-desc{ font-size: 13px; }
  /* Mobile: shrink hero title so it doesn't dominate the screen */
  .hero-title-main{
    font-size: clamp(40px, 10.5vw, 68px);
    letter-spacing: -0.04em;
  }
  .hero-title-sub{
    font-size: clamp(22px, 7.4vw, 44px);
    margin-top: 8px;
  }
  .hero-title-sub::after{
    height: 4px;
    margin-top: 10px;
  }
}


/* Keyboard focus should get the same hover affordance */
.tab:focus-visible::before,
.primary:focus-visible::before,
.secondary:focus-visible::before,
.booking-btn:focus-visible::before,
.drawer-tab:focus-visible::before{
  opacity: 1;
  transform: scale(1.0);
}
.tab:focus-visible::after,
.primary:focus-visible::after,
.secondary:focus-visible::after,
.booking-btn:focus-visible::after,
.drawer-tab:focus-visible::after{
  transform: scaleX(1);
  background: rgba(var(--accent-rgb),0.92);
  opacity: 1;
}



/* --- v12: Tickets & Products contrast tweaks --- */
.ticket-perks{
  color: rgba(255,255,255,0.84) !important;
}
.ticket-perks div::before{
  color: rgba(255,255,255,0.78) !important;
  opacity: 1 !important;
}
.ticket-title{
  color: rgba(255,255,255,0.92) !important;
}
.ticket-desc{
  color: rgba(255,255,255,0.78) !important;
}
.ticket-price{
  color: rgba(255,255,255,0.92) !important;
  background: rgba(0,0,0,0.35) !important;
  border: 1px solid rgba(255,255,255,0.20) !important;
}

/* Product cards: white text + clean media block */
.product-media{
  width: 100%;
  margin-bottom: 12px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.20);
}
.product-media img{
  width: 100%;
  height: 190px;
  object-fit: cover;
  display:block;
  opacity: 0.92;
}
.product-card .card-title,
.product-card .price,
.product-card label{
  color: rgba(255,255,255,0.92) !important;
}
.product-card .card-desc{
  color: rgba(255,255,255,0.74) !important;
}
.product-card .select{
  color: rgba(255,255,255,0.92) !important;
  background: rgba(0,0,0,0.40) !important;
  border: 1px solid rgba(255,255,255,0.20) !important;
}
.product-card .select option{
  background:#080d13;
  color:rgba(238,244,255,0.96);
}
.product-card .select option:checked{
  background:#166b87;
  color:#ffffff;
}
.product-card .select option:disabled{
  color:rgba(238,244,255,0.38);
}


/* =========================================================
   v12.1.1 tweaks
   - More responsive cursor spotlight
   - News section (Info tab)
   - Enticing "money" buttons (checkout / purchase)
   ========================================================= */

/* Utility: full-width buttons in drawer */
.full{ width: 100% !important; }

/* Ensure modals always sit above the booking drawer */
.modal-backdrop{ z-index: 200; }
.modal{ z-index: 220; }


/* Money buttons (purchase / checkout CTAs)
   Inspired by osu! site: bold, vibrant, "cell" blocks with shine */
.money-btn{
  --moneyA: var(--accent-rgb);
  --moneyB: var(--accent2-rgb);

  background: linear-gradient(135deg, rgba(var(--moneyA),0.94), rgba(var(--moneyB),0.88)) !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  border-radius: 18px !important;
  box-shadow:
    0 22px 56px rgba(0,0,0,0.65),
    0 0 0 1px rgba(255,255,255,0.08) inset,
    0 0 34px rgba(var(--moneyA),0.18) !important;

  color: rgba(255,255,255,0.96) !important;
  text-shadow:
    0 2px 14px rgba(0,0,0,0.55),
    0 0 16px rgba(0,0,0,0.35);

  padding: 12px 16px !important;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-weight: 1200;

  position: relative;
  overflow: hidden;
  isolation: isolate;

  transition: transform .14s ease, filter .14s ease, box-shadow .14s ease;
}

/* Override the default underline/glow-plate system for money CTAs */
.money-btn::before,
.money-btn::after{
  content: "" !important;
  position: absolute !important;
  pointer-events: none !important;
}

/* Subtle pattern */
.money-btn::before{
  inset: -2px !important;
  border-radius: inherit !important;
  background:
    repeating-linear-gradient(135deg,
      rgba(255,255,255,0.24) 0 12px,
      rgba(255,255,255,0.06) 12px 24px);
  opacity: 0.14;
  mix-blend-mode: overlay;
  transform: translateX(-22%);
  transition: opacity .16s ease;
  z-index: -1;
}

/* Shine sweep on hover */
.money-btn::after{
  inset: -40% -60% !important;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.55), transparent);
  opacity: 0;
  transform: translateX(-40%) rotate(14deg);
  z-index: 2;
}

.money-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.05) saturate(1.05);
  box-shadow:
    0 26px 64px rgba(0,0,0,0.72),
    0 0 0 1px rgba(255,255,255,0.10) inset,
    0 0 46px rgba(var(--moneyA),0.22) !important;
}
.money-btn:hover::before{ opacity: 0.18; }
.money-btn:hover::after{
  opacity: 0.70;
  animation: moneyShine 880ms ease-out 1;
}

.money-btn:active{
  transform: translateY(0) scale(0.985);
  filter: brightness(0.98) saturate(1.0);
}

.money-btn:disabled{
  cursor: not-allowed;
  opacity: 0.55;
  filter: grayscale(0.15) brightness(0.92);
  transform: none;
  box-shadow:
    0 18px 46px rgba(0,0,0,0.55),
    0 0 0 1px rgba(255,255,255,0.08) inset !important;
}
.money-btn:disabled::after{ opacity: 0 !important; animation: none !important; }

.money-btn:focus-visible{
  outline: none;
  box-shadow:
    0 26px 64px rgba(0,0,0,0.70),
    0 0 0 3px rgba(255,255,255,0.18) inset,
    0 0 0 3px rgba(var(--moneyA),0.22),
    0 0 52px rgba(var(--moneyA),0.26) !important;
}

@keyframes moneyShine{
  from{ transform: translateX(-55%) rotate(14deg); }
  to{ transform: translateX(55%) rotate(14deg); }
}

/* Variants */
.money-btn.money-book{ --moneyA: var(--accent-rgb); --moneyB: var(--accent2-rgb); }
.money-btn.money-pay{ --moneyA: var(--accent2-rgb); --moneyB: var(--accent-rgb); }
.money-btn.money-submit{ --moneyA: var(--accent3-rgb); --moneyB: var(--accent-rgb); }
.money-btn.money-ticket{ --moneyA: var(--accent-rgb); --moneyB: var(--accent3-rgb); }
.money-btn.money-add{ --moneyA: var(--accent-rgb); --moneyB: var(--accent3-rgb); }
.money-btn.money-open{ --moneyA: var(--accent2-rgb); --moneyB: var(--accent3-rgb); }

/* Tighten for the small topbar booking button */
.booking-btn.money-btn{
  padding: 10px 12px !important;
  border-radius: 16px !important;
  letter-spacing: 0.08em;
}

/* Keep the hero CTA button large */
.money-btn.giant{
  padding: 16px 18px !important;
  border-radius: 20px !important;
  font-size: 18px;
}

/* Price-as-button label (tickets/products)
   - main number is the star
   - small subtext keeps the action obvious (pick seat / add)
*/
.price-btn{
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;

  /* keep numbers readable (don't force uppercase/huge tracking) */
  text-transform: none !important;
  letter-spacing: 0 !important;
  line-height: 1.05;
}
.price-btn .price-main{
  /* Clean, bold "shopping" price typography (system fonts only) */
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 1000;
  font-size: 20px;
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;

  /* Price should read clearly on any button color */
  color: rgba(255,255,255,0.98);
  -webkit-text-stroke: 1.5px rgba(0,0,0,0.72);
  paint-order: stroke fill;

  text-shadow:
    0 10px 30px rgba(0,0,0,0.42),
    0 0 18px rgba(var(--moneyA),0.10);
}
.price-btn .price-sub{
  font-size: 11px;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  opacity: 0.80;
}


/* News section (Info tab) */
.news-list{
  display: grid;
  gap: 14px;
  margin-top: 12px;
}

/* News dock (hero top-right) */
.news-dock{ display:flex; flex-direction: column; gap: 10px; }
.news-dock-head{ display:flex; align-items:center; justify-content: space-between; padding: 0 2px; }
.news-dock-title{
  font-weight: 1200;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.86);
}
.news-dock-dots{ display:flex; gap: 6px; align-items:center; justify-content:flex-end; }
.news-dock-dot{
  width: 7px;
  height: 7px;
  border-radius: 999px;
  border: none;
  padding: 0;
  background: rgba(255,255,255,0.22);
  cursor: pointer;
}
.news-dock-dot.active{
  background: rgba(var(--accent3-rgb),0.86);
  box-shadow: 0 0 0 3px rgba(var(--accent3-rgb),0.12);
}
.news-card-mini{ width: 100%; }
.news-card-mini .news-excerpt{ margin-top: 6px; }

.news-card{
  width: 100%;
  text-align: left;
  padding: 0;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.94);
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: transform .14s ease, border-color .14s ease, box-shadow .14s ease, background .14s ease;
}

.news-card:hover{
  transform: translateY(-2px);
  border-color: rgba(var(--accent-rgb),0.34);
  background: rgba(255,255,255,0.06);
  box-shadow:
    0 24px 66px rgba(0,0,0,0.70),
    0 0 34px rgba(var(--accent-rgb),0.14);
}

.news-card:focus-visible{
  outline: none;
  box-shadow:
    0 26px 72px rgba(0,0,0,0.72),
    0 0 0 3px rgba(var(--accent-rgb),0.22);
}

.news-thumb{
  width: 100%;
  aspect-ratio: 16 / 7;
  background: rgba(0,0,0,0.28);
  border-bottom: 1px solid rgba(255,255,255,0.10);
  overflow: hidden;
}
.news-thumb img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0.92;
  filter: saturate(1.05) contrast(1.05);
}
.news-thumb-placeholder{
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-weight: 1200;
  letter-spacing: 0.22em;
  color: rgba(255,255,255,0.40);
  background:
    radial-gradient(340px 180px at 20% 20%, rgba(var(--accent-rgb),0.14), transparent 60%),
    radial-gradient(340px 180px at 80% 80%, rgba(var(--accent2-rgb),0.12), transparent 60%),
    rgba(0,0,0,0.30);
}

.news-row{
  display: flex;
  gap: 14px;
  padding: 14px 16px 16px;
  align-items: flex-start;
}

.news-date{
  min-width: 74px;
  text-align: center;
  padding-right: 14px;
  border-right: 1px solid rgba(255,255,255,0.10);
}

.news-day{
  font-size: 22px;
  font-weight: 1300;
  letter-spacing: 0.02em;
  line-height: 1.05;
}

.news-sub{
  margin-top: 4px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.70;
}

.news-text{ flex: 1; min-width: 0; }

.news-title{
  font-size: 16px;
  font-weight: 1200;
  letter-spacing: -0.01em;
}

.news-excerpt{
  margin-top: 8px;
  color: rgba(255,255,255,0.72);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 720px){
  .news-row{ flex-direction: column; }
  .news-date{
    border-right: none;
    padding-right: 0;
    text-align: left;
    min-width: unset;
    display: flex;
    gap: 10px;
    align-items: baseline;
  }
  .news-day{ font-size: 18px; }
  .news-sub{ margin-top: 0; }
}

/* News modal content */
.news-modal-img{
  width: 100%;
  height: auto;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.14);
  margin-bottom: 14px;
  display: block;
}
.news-modal-content p{
  margin: 0 0 12px;
  color: rgba(255,255,255,0.82);
  line-height: 1.7;
}
.news-links-row{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 12px;
}


/* Timeline modal */
.timeline-modal-desc p,
.timeline-modal-details p{
  margin: 0 0 12px;
  color: rgba(255,255,255,0.84);
  line-height: 1.7;
  overflow-wrap: break-word;
  word-break: normal;
  line-break: auto;
}

.timeline-modal-details{
  margin-top: 8px;
}

.timeline-modal-bullets{
  margin: 10px 0 0;
  padding-left: 18px;
  color: rgba(255,255,255,0.82);
  line-height: 1.7;
  overflow-wrap: break-word;
  word-break: normal;
  line-break: auto;
}
.timeline-modal-bullets li{
  margin: 0 0 8px;
  overflow-wrap: break-word;
  word-break: normal;
  line-break: auto;
}

/* Build label (bottom-left) — purely for debugging caching / wrong build issues */
.build-label{
  position: fixed;
  left: 14px;
  bottom: 12px;
  z-index: 260;
  pointer-events: auto;
  user-select: text;
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.44);
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.22);
  backdrop-filter: blur(10px);
}
.build-label:hover{
  color: rgba(255,255,255,0.76);
  border-color: rgba(var(--accent-rgb),0.30);
  box-shadow:
    0 12px 34px rgba(0,0,0,0.34),
    0 0 24px rgba(var(--accent-rgb),0.12);
}
@media (max-width: 520px){
  .build-label{ display:none; }
}



/* =========================================================
   v12.2.1 — Design polish pass 2
   - osu-style solid buttons (no gradients), more squared corners
   - Intro language picker + site intro stage
   - Left-dock layout (desktop) + News dock (top-right)
   ========================================================= */

/* Button shape + texture tokens */
:root{
  --btn-radius: 12px;
  --btn-radius-sm: 10px;
  --btn-border: rgba(255,255,255,0.16);
  --btn-border-hover: rgba(var(--accent-rgb),0.55);
  --btn-bg: rgba(255,255,255,0.06);
  --btn-bg-hover: rgba(255,255,255,0.10);
  --btn-shadow: 0 18px 60px rgba(0,0,0,0.55);
  --btn-shadow-hover: 0 22px 70px rgba(0,0,0,0.68);
}

/* Intro: remove flashing CTA */
.intro-continue{
  animation: none !important;
  opacity: 0.94;
  border-radius: var(--btn-radius) !important;
}

/* Intro language picker */
.intro-lang{
  margin-top: 14px;
  padding: 12px 12px 10px;
  border-radius: var(--btn-radius);
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.26);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.05) inset;
}
.intro-lang-title{
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(255,255,255,0.86);
  margin-bottom: 10px;
}
.intro-lang-buttons{
  display:flex;
  gap: 10px;
}
.lang-btn{
  flex: 1;
  padding: 12px 12px;
  border-radius: var(--btn-radius-sm);
  border: 1px solid var(--btn-border);
  background: var(--btn-bg);
  color: rgba(255,255,255,0.92);
  font-weight: 900;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow:hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,0.38);
}
.lang-btn.active{
  border-color: var(--btn-border-hover);
  background-color: rgba(var(--accent-rgb),0.14);
  box-shadow: 0 14px 46px rgba(0,0,0,0.46), 0 0 28px rgba(var(--accent-rgb),0.18);
}

.lang-btn::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 1px 1px, rgba(255,255,255,0.10) 0 1px, transparent 1px);
  background-size: 6px 6px;
  opacity: 0.35;
  pointer-events:none;
}
.lang-btn:hover{
  border-color: var(--btn-border-hover);
  background: var(--btn-bg-hover);
  box-shadow: 0 14px 46px rgba(0,0,0,0.46), 0 0 24px rgba(var(--accent-rgb),0.14);
  transform: translateY(-1px);
}
.lang-btn:active{ transform: translateY(0px); }
.intro-lang-note{
  margin-top: 10px;
  opacity: 0.78;
}

/* Site intro stage (after Click to Continue)
   - Seamless FLIP-style animation: the stage title is a clone of the real hero title.
   - It starts huge in the center, then eases into the hero title position on the left.
   - News/other UI fade-in is handled separately (see .intro-lock / .site-entering). */
.enter-stage{
  position: fixed;
  inset: 0;
  z-index: 1100;
  pointer-events:none;
  opacity: 0;
  transition: opacity var(--enter-fade-ms, 520ms) ease;
}

/* Performance: during the enter-stage animation, pause heavy background FX and hide cursor glow. */
body.site-entering .bg-noise,
body.site-entering .bg-scanlines,
body.site-entering .bg-glitchflash,
body.site-entering .bg-floater{
  animation-play-state: paused !important;
}
body.site-entering .accent-spotlight{
  display: none !important;
}
body.site-entering .cursor-dot{
  opacity: 0 !important;
}
body.site-entering .enter-stage{ opacity: 1; }

.enter-stage-mover{
  position: fixed;
  left: var(--enter-left, 0px);
  top: var(--enter-top, 0px);
  width: var(--enter-w, auto);
  height: var(--enter-h, auto);
  transform: translate3d(var(--enter-start-x, 0px), var(--enter-start-y, 0px), 0);
  transition: transform 1400ms cubic-bezier(.16,1,.3,1);
  will-change: transform;
}

.enter-stage-title{
  /* IMPORTANT: This element must be width-constrained so the cloned hero title
     wraps exactly like the real hero title.
     If it stays inline-block (shrink-to-fit), the clone can become max-content
     width on mobile and clip off-screen during the intro stage. */
  display:block;
  width: 100%;
  max-width: 100%;
  text-align:left;
  transform: scale(var(--enter-start-scale, 1));
  transform-origin: left top;
  transition: transform 1400ms cubic-bezier(.16,1,.3,1);
  will-change: transform;
}

/* Ensure the cloned hero title never grows beyond the mover box */
.enter-stage-title .hero-title,
.enter-stage-title .hero-title-main,
.enter-stage-title .hero-title-sub{
  max-width: 100%;
}

/* Mobile: the real hero title uses a smaller font-size under #tab-info.
   The intro stage clone lives outside #tab-info, so mirror the same sizing
   to keep the clone and the final hero position perfectly aligned. */
@media (max-width: 720px){
  .enter-stage-title .hero-title-main{ font-size: clamp(24px, 7.6vw, 38px); letter-spacing: -0.06em; }
  .enter-stage-title .hero-title-sub{ font-size: clamp(16px, 5.8vw, 26px); }
  .enter-stage-title .hero-title-sub::after{ margin-top: 10px; height: 5px; }
}

/* Trigger: move/scale toward the real hero title (identity transform) */
body.enter-stage-go .enter-stage-mover{ transform: translate3d(0,0,0); }
body.enter-stage-go .enter-stage-title{ transform: scale(1); }

/* Fade stage out near the end (crossfade to the real hero title) */
body.enter-stage-out .enter-stage{ opacity: 0; }

/* Prevent an unwanted "left -> center" transition when we first set CSS vars.
   JS adds body.enter-stage-prep while laying out the initial center state. */
body.enter-stage-prep .enter-stage-mover,
body.enter-stage-prep .enter-stage-title{
  transition: none !important;
}

/* While in prep, keep the stage title hidden (so it doesn't pop in before the glitch-in starts). */
body.enter-stage-prep .enter-stage-title{ opacity: 0; }

/* Glitch-in: title appears in the center with a brief glitch/flicker. */
body.enter-stage-in .enter-stage-title{
  opacity: 1;
  animation: enterStageIn var(--glitch-in-ms, 650ms) ease-out 1 both;
}

body.enter-stage-in .enter-stage-title .hero-title-main.glitch::after{
  opacity: 0.95;
  animation: enterTitleGlitchIn var(--glitch-in-ms, 650ms) steps(2,end) 1 both;
}
body.enter-stage-in .enter-stage-title .hero-title-sub.glitch::before{
  opacity: 0.80;
  animation: enterSubGlitchIn var(--glitch-in-ms, 650ms) steps(2,end) 1 both;
}

@keyframes enterStageIn{
  /* Keep this light: opacity only (filters on huge text can tank FPS on some GPUs). */
  0%{ opacity: 0; }
  10%{ opacity: 1; }
  22%{ opacity: 0.62; }
  34%{ opacity: 1; }
  52%{ opacity: 0.78; }
  100%{ opacity: 1; }
}

@keyframes enterTitleGlitchIn{
  0%{
    transform: translate(0,0);
    opacity: 0;
    filter: none;
    background-position: 0 0, 7px 7px, 0 0, 4px 4px;
  }
  10%{
    opacity: .98;
    filter: contrast(1.35);
    transform: translate(-8px,-2px);
    background-position: 18px -10px, -10px 14px, 14px -12px, -14px 16px;
  }
  18%{
    opacity: .72;
    transform: translate(10px,2px);
    background-position: -18px 12px, 10px -12px, -14px 14px, 12px -10px;
  }
  26%{
    opacity: .90;
    transform: translate(-6px,1px);
    background-position: 8px 20px, -12px -8px, 10px 18px, -8px 12px;
  }
  36%{
    opacity: .78;
    transform: translate(6px,0px);
    background-position: -10px 16px, 14px -10px, -8px 12px, 10px -6px;
  }
  54%{
    opacity: .34;
    transform: translate(0,0);
    filter: none;
  }
  100%{
    transform: translate(0,0);
    opacity: 0;
    filter: none;
  }
}
@keyframes enterSubGlitchIn{
  0%{
    transform: translate(0,0);
    opacity: 0;
    filter: contrast(1.1) blur(0.5px);
    background-position: 0 0, 5px 5px, 2px 2px;
  }
  14%{
    opacity: .82;
    transform: translate(-5px,0px);
    filter: contrast(1.45);
    background-position: 12px -8px, -8px 10px, 10px -12px;
  }
  24%{
    opacity: .58;
    transform: translate(7px,1px);
    background-position: -12px 10px, 8px -10px, -10px 12px;
  }
  34%{
    opacity: .76;
    transform: translate(-4px,0px);
    background-position: 8px 14px, -10px -6px, 12px 8px;
  }
  52%{
    opacity: .22;
    transform: translate(0,0);
    filter: contrast(1.1);
  }
  100%{
    opacity: 0;
    transform: translate(0,0);
    filter: none;
  }
}

/* Hide/blur UI while intro lock is up, then ease in */
body.intro-lock .topbar,
body.intro-lock .container{
  opacity: 0;
  filter: blur(8px);
}
body.site-entering .topbar,
body.site-entering .container{
  opacity: 1;
  filter: none;
  transition: opacity 520ms ease, filter 520ms ease;
}

/* Give the topbar a tiny slide-in (safe: doesn't affect hero title positioning) */
body.intro-lock .topbar{ transform: translate3d(0, -10px, 0); }
body.site-entering .topbar{ transform: translate3d(0, 0, 0); transition: opacity 520ms ease, filter 520ms ease, transform 720ms cubic-bezier(.2,.9,.2,1); }

/* Button redesign (osu website vibe): solid fills + texture, no gradients */
.tab, .primary, .secondary, .booking-btn, .drawer-tab, .money-btn{
  border-radius: var(--btn-radius) !important;
  background: var(--btn-bg) !important;
  border: 1px solid var(--btn-border) !important;
  box-shadow: var(--btn-shadow) !important;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.10em;
  text-transform: uppercase;

  /* subtle dot texture */
  background-image:
    radial-gradient(circle at 1px 1px, rgba(255,255,255,0.09) 0 1px, transparent 1px) !important;
  background-size: 6px 6px !important;
}

/* Remove previous underline/glow pseudo-elements from older themes */
.tab::before, .tab::after,
.primary::before, .primary::after,
.secondary::before, .secondary::after,
.booking-btn::before, .booking-btn::after,
.drawer-tab::before, .drawer-tab::after,
.money-btn::before, .money-btn::after{
  content: none !important;
  display: none !important;
}


.tab:hover, .primary:hover, .secondary:hover, .booking-btn:hover, .drawer-tab:hover, .money-btn:hover{
  background: var(--btn-bg-hover) !important;
  border-color: var(--btn-border-hover) !important;
  box-shadow: var(--btn-shadow-hover) !important;
  transform: translateY(-1px);
}

.tab:active, .primary:active, .secondary:active, .booking-btn:active, .drawer-tab:active, .money-btn:active{
  transform: translateY(0px) scale(0.99);
}

.tab.active{
  border-color: rgba(var(--accent3-rgb),0.55) !important;
  box-shadow: var(--btn-shadow) !important;
}

/* Icon buttons: more squared */
.icon-btn, .icon-toggle{
  border-radius: var(--btn-radius) !important;
}
/* Accent "money" buttons: single-color solid (no gradients) */
.money-book{
  background-color: rgba(var(--accent-rgb),0.18) !important;
  border-color: rgba(var(--accent-rgb),0.40) !important;
}
.money-ticket{
  background-color: rgba(var(--accent3-rgb),0.14) !important;
  border-color: rgba(var(--accent3-rgb),0.34) !important;
}
.money-pay{
  background-color: rgba(var(--accent2-rgb),0.14) !important;
  border-color: rgba(var(--accent2-rgb),0.34) !important;
}
.money-submit{
  background-color: rgba(255,255,255,0.10) !important;
  border-color: rgba(255,255,255,0.22) !important;
}
.money-add, .money-open{
  background-color: rgba(255,255,255,0.06) !important;
  border-color: rgba(255,255,255,0.14) !important;
}

/* Icon buttons: more squared */
.icon-btn, .icon-toggle{
  border-radius: var(--btn-radius) !important;
}

/* Left-dock layout (desktop) */
@media (min-width: 980px){
  .topbar{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 360px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 22px 20px;
    gap: 16px;
    border-right: 1px solid rgba(255,255,255,0.10);
    border-bottom: none;
  }

  .brand{
    min-width: 0;
    width: 100%;
  }
  .brand-text .event-name{
    font-size: 15px;
  }

  .tabs{
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 8px;
  }
  .tab{
    width: 100%;
    text-align: left;
    padding: 12px 12px;
  }

  .top-actions{
    width: 100%;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .lang-mini{ width: 100%; }

  .booking-btn{
    width: 100%;
    justify-content: space-between;
    padding: 12px 12px !important;
  }

  .container{
    max-width: none;
    margin-left: 360px;
    padding: 0 24px 86px;
  }

  .hero-splash{
    min-height: 72vh;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 34px;
  }

  .hero-frame{
    width: min(980px, 100%);
    margin: 0;
    border-radius: 18px;
  }

  .hero-title-wrap{ text-align: left; }
  .hero-title{ text-align: left; align-items: flex-start; }
}

/* Mini language toggle (topbar) */
.lang-mini{
  display:flex;
  gap: 10px;
}
.lang-mini-btn{
  flex: 1;
  justify-content:center;
  padding: 10px 10px !important;
  font-weight: 1000;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.lang-mini-btn.active{
  border-color: rgba(var(--accent-rgb),0.55) !important;
  background-color: rgba(var(--accent-rgb),0.14) !important;
}



/* =========================================================
   v12.2.1 — Floating clickable text + topbar restore
   - Remove boxy nav/buttons (underline + glow plate)
   - Keep purchase CTAs as solid, textured blocks (osu website vibe)
   - Restore desktop topbar layout (no left dock)
   ========================================================= */

/* Desktop: restore topbar (override the v12.2.0 left-dock experiment) */
@media (min-width: 980px){
  .topbar{
    position: sticky !important;
    left: auto !important;
    top: 0 !important;
    bottom: auto !important;
    width: auto !important;
    /* Use a 3-column grid so the tabs are truly centered on the page */
    display: grid !important;
    grid-template-columns: 1fr auto 1fr;
    align-items: center !important;
    padding: 12px 18px !important;
    gap: 14px !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.10) !important;
  }

  .brand{
    justify-self: start;
    min-width: 0;
  }

  .tabs{
    justify-self: center;
    width: auto !important;
    flex: none !important;
    flex-direction: row !important;
    justify-content: center !important;
    gap: 22px !important;
    margin-top: 0 !important;
  }

  .tab{
    width: auto !important;
    text-align: center !important;
    padding: 10px 10px !important;
  }

  .top-actions{
    justify-self: end;
    width: auto !important;
    margin-top: 0 !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .lang-mini{
    width: auto !important;
  }

  .booking-btn{
    width: auto !important;
    justify-content: center !important;
  }

  .container{
    margin: 0 auto !important;
    margin-left: auto !important;
    max-width: 980px !important;
    padding: 0 18px 86px !important;
  }
}


/* Floating-clickable system (underline + glow plate)
   Applies to navigation + secondary actions.
   Purchase buttons use .money-btn and are styled separately. */
.tab,
.drawer-tab,
.lang-mini-btn,
.scroll-more,
.primary:not(.money-btn),
.secondary:not(.money-btn){
  background: transparent !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  position: relative;
  overflow: visible !important;
  color: rgba(255,255,255,0.92) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  line-height: 1.12;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-radius: 12px !important;
}

/* Tabs should never wrap / squeeze (especially when switching languages) */
.tabs .tab{ white-space: nowrap; }

/* Vietnamese labels tend to be wider; reduce tracking slightly so text doesn't feel cramped */
html[lang="vi"] .tab,
html[lang="vi"] .drawer-tab,
html[lang="vi"] .scroll-more,
html[lang="vi"] .primary:not(.money-btn),
html[lang="vi"] .secondary:not(.money-btn),
html[lang="vi"] .money-btn{
  letter-spacing: 0.07em;
}

/* Ensure hover/active states stay "floating" (override old boxed-button rules) */
.tab:hover,
.drawer-tab:hover,
.lang-mini-btn:hover,
.scroll-more:hover,
.primary:not(.money-btn):hover,
.secondary:not(.money-btn):hover{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.tab.active,
.drawer-tab.active,
.lang-mini-btn.active{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.tab::before,
.drawer-tab::before,
.lang-mini-btn::before,
.scroll-more::before,
.primary:not(.money-btn)::before,
.secondary:not(.money-btn)::before{
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: -10px -14px;
  border-radius: 16px;
  background:
    radial-gradient(140px 80px at 18% 60%, rgba(var(--accent-rgb),0.22), transparent 62%),
    radial-gradient(140px 80px at 82% 60%, rgba(var(--accent2-rgb),0.16), transparent 68%);
  filter: blur(14px);
  opacity: 0;
  transform: scale(0.97);
  transition: opacity .18s ease, transform .18s ease;
  pointer-events: none;
  z-index: -1;
}

.tab::after,
.drawer-tab::after,
.lang-mini-btn::after,
.scroll-more::after,
.primary:not(.money-btn)::after,
.secondary:not(.money-btn)::after{
  content: "" !important;
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg,
    rgba(var(--accent-rgb),0.0),
    rgba(var(--accent-rgb),0.95),
    rgba(var(--accent2-rgb),0.90),
    rgba(var(--accent2-rgb),0.0)
  );
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0.9;
  transition: transform .18s ease, opacity .18s ease;
  pointer-events: none;
}

.tab:hover::before,
.drawer-tab:hover::before,
.lang-mini-btn:hover::before,
.scroll-more:hover::before,
.primary:not(.money-btn):hover::before,
.secondary:not(.money-btn):hover::before{
  opacity: 1;
  transform: scale(1.0);
}

.tab:hover::after,
.drawer-tab:hover::after,
.lang-mini-btn:hover::after,
.scroll-more:hover::after,
.primary:not(.money-btn):hover::after,
.secondary:not(.money-btn):hover::after{
  transform: scaleX(1);
  opacity: 1;
}

.tab:focus-visible,
.drawer-tab:focus-visible,
.lang-mini-btn:focus-visible,
.scroll-more:focus-visible,
.primary:not(.money-btn):focus-visible,
.secondary:not(.money-btn):focus-visible{
  outline: none;
}

.tab:focus-visible::after,
.drawer-tab:focus-visible::after,
.lang-mini-btn:focus-visible::after,
.scroll-more:focus-visible::after,
.primary:not(.money-btn):focus-visible::after,
.secondary:not(.money-btn):focus-visible::after{
  transform: scaleX(1);
  opacity: 1;
}

/* Active state underline */
.tab.active::after,
.drawer-tab.active::after,
.lang-mini-btn.active::after{
  transform: scaleX(1);
  background: linear-gradient(90deg,
    rgba(var(--accent3-rgb),0.0),
    rgba(var(--accent3-rgb),0.95),
    rgba(var(--accent-rgb),0.90),
    rgba(var(--accent-rgb),0.0)
  ) !important;
}

/* Topbar tab spacing: give labels breathing room (especially in Vietnamese) */
.tabs .tab{ padding-left: 10px !important; padding-right: 10px !important; }


/* MONEY CTAs: solid fills + subtle texture (no gradients) */
.money-btn{
  --moneyA: var(--accent-rgb);
  --moneyB: var(--accent2-rgb);

  /* Solid fill (no gradients), but with 3D-ish edge lighting via shadows */
  background: rgba(var(--moneyA),0.90) !important;
  background-image: none !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  border-radius: 12px !important;

  box-shadow:
    0 28px 80px rgba(0,0,0,0.72),
    0 14px 28px rgba(0,0,0,0.52),
    inset 0 1px 0 rgba(255,255,255,0.22),
    inset 0 -4px 0 rgba(0,0,0,0.38),
    inset 1px 0 0 rgba(255,255,255,0.08),
    inset -1px 0 0 rgba(0,0,0,0.22),
    0 0 46px rgba(var(--moneyB),0.18) !important;

  color: rgba(255,255,255,0.96) !important;
  text-shadow: 0 2px 16px rgba(0,0,0,0.55);

  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-weight: 1200;

  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  transition: transform .14s ease, filter .14s ease, box-shadow .14s ease;
}

.money-btn::before{
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.00) 52%, rgba(0,0,0,0.18)),
    repeating-linear-gradient(135deg,
      rgba(255,255,255,0.22) 0 12px,
      rgba(255,255,255,0.06) 12px 24px);
  opacity: 0.14;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.money-btn::after{
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: -40% -60%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.55), transparent);
  opacity: 0;
  transform: translateX(-55%) rotate(14deg);
  pointer-events: none;
}

.money-btn:hover{
  transform: translateY(-3px) scale(1.01);
  filter: brightness(1.06) saturate(1.06);
  box-shadow:
    0 34px 96px rgba(0,0,0,0.80),
    0 18px 34px rgba(0,0,0,0.60),
    inset 0 1px 0 rgba(255,255,255,0.24),
    inset 0 -4px 0 rgba(0,0,0,0.40),
    0 0 72px rgba(var(--moneyB),0.24) !important;
}

.money-btn:hover::after{
  opacity: 0.72;
  animation: moneyShineSolid 860ms ease-out 1;
}

.money-btn:active{
  transform: translateY(-1px) scale(0.995);
  filter: brightness(0.98);
}

/* Auto payment status (optional polling box shown after booking submit) */
.auto-pay-status{
  margin-top: 12px;
  padding: 12px 13px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.18);
  backdrop-filter: blur(10px);
}
.auto-pay-status .aps-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom: 6px;
}
.auto-pay-status .aps-title{
  font-weight: 1200;
  letter-spacing: 0.02em;
  margin: 0;
}
.auto-pay-status .aps-pill{
  display:inline-flex;
  align-items:center;
  min-height: 24px;
  padding: 4px 9px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.04);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .10em;
}
.auto-pay-status .aps-line{
  font-weight: 1200;
  font-size: 14px;
  margin-bottom: 6px;
}
.auto-pay-status .aps-detail{
  margin-bottom: 6px;
  overflow-wrap:anywhere;
  word-break:break-word;
}
.auto-pay-status.pending{
  border-color: rgba(159,180,255,0.34);
}
.auto-pay-status.warn{
  border-color: rgba(255,184,107,0.34);
  box-shadow: 0 0 0 1px rgba(255,184,107,0.10) inset;
}
.auto-pay-status.fail{
  border-color: rgba(255,107,138,0.34);
  box-shadow: 0 0 0 1px rgba(255,107,138,0.10) inset;
}
.auto-pay-status.paid{
  border-color: rgba(var(--price-accent-rgb),0.55);
  box-shadow: 0 0 0 1px rgba(var(--price-accent-rgb),0.14) inset, 0 18px 60px rgba(0,0,0,0.55);
}

@keyframes moneyShineSolid{
  from{ transform: translateX(-60%) rotate(14deg); }
  to{ transform: translateX(60%) rotate(14deg); }
}

/* Money variants: choose the fill color; keep a secondary glow */
.money-btn.money-book{ --moneyA: var(--accent-rgb); --moneyB: var(--accent2-rgb); }
.money-btn.money-ticket{ --moneyA: var(--accent3-rgb); --moneyB: var(--accent-rgb); }
.money-btn.money-pay{ --moneyA: var(--accent2-rgb); --moneyB: var(--accent-rgb); }
.money-btn.money-submit{ --moneyA: var(--accent3-rgb); --moneyB: var(--accent-rgb); }
.money-btn.money-add{ --moneyA: var(--accent-rgb); --moneyB: var(--accent3-rgb); }
.money-btn.money-open{ --moneyA: var(--accent2-rgb); --moneyB: var(--accent3-rgb); }

/* Make the topbar booking button slightly tighter */
.booking-btn.money-btn{ padding: 10px 12px !important; }


/* News cards: reduce boxiness (less border), keep readability */
@media (min-width: 980px){
  /* News list items feel like floating rows */
  .news-card{
    border: none !important;
    background: transparent !important;
    border-radius: 14px;
  }
  .news-card:hover{
    background: rgba(255,255,255,0.04) !important;
    box-shadow: 0 20px 60px rgba(0,0,0,0.55);
  }
}


/* =========================================================
   v12.2.4+ — Hero left anchoring
   Keep the main title on the side (left) after the intro animation.
   The hero breaks out of the centered container on desktop only.
   ========================================================= */

/* Desktop-only slot for the News panel (top-right of the hero splash).
   Lives in the same scroll layer as the hero (so it scrolls away). */
.news-dock-slot{ display:none; }

@media (min-width: 980px){
  #tab-info .hero-splash{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    justify-content: flex-start;
    align-items: flex-start;
    gap: clamp(18px, 3vw, 32px);
    padding: 32px 0 10px;
    min-height: calc(100vh - 74px);
  }

  #tab-info .hero-frame{
    width: min(980px, 60vw);
    margin-left: clamp(18px, 6vw, 92px);
    margin-right: 0;
  }

  #tab-info .news-dock-slot{
    display:block;
    width: min(420px, 34vw);
    margin-left: auto;
    margin-right: clamp(18px, 4vw, 58px);
    padding-top: clamp(18px, 3.6vw, 48px);
    align-self: flex-start;
  }
  #tab-info .news-dock-slot .section{ margin-top: 0 !important; }
}

/* Mobile hero layout + News dock (top-right) */
@media (max-width: 720px){
  /* Mobile: keep everything inside the viewport (no zoom-out needed).
     Place the News widget in the top-right as an overlay so it never
     squeezes the title into overflow. */
  #tab-info .hero-splash{
    position: relative;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
    padding-top: 8px;
    /* Keep the News dock compact so the title never collides with it. */
    --mobileNewsDockW: clamp(104px, 32vw, 136px);
  }
  #tab-info .hero-frame{
    width: 100% !important;
    flex: 0 0 auto;
    min-width: 0;
    padding: 18px 14px 16px 16px;
  }
  /* Only the top-of-hero content needs to avoid the News widget area. */
  #tab-info .hero-top,
  #tab-info .hero-title-wrap,
  #tab-info .hero-meta{
    max-width: calc(100% - var(--mobileNewsDockW) - 10px);
  }
  #tab-info .hero-title-wrap{ margin-top: 10px; }
  /* Mobile title sizing: keep "SHOWDOWN" safely inside the viewport.
     (Avoid overlap with the News dock + prevent intro stage clipping.) */
  #tab-info .hero-title-main{ font-size: clamp(24px, 7.6vw, 38px); max-width: 100%; letter-spacing: -0.06em; }
  #tab-info .hero-title-sub{ font-size: clamp(16px, 5.8vw, 26px); }
  #tab-info .hero-title-sub::after{ margin-top: 10px; height: 5px; }

  /* Smaller meta pills, keep values in one line */
  #tab-info .hero-meta{ gap: 8px; margin-top: 14px; }
  #tab-info .meta-pill{ padding: 10px 10px; font-size: 12px; white-space: nowrap; }
  #tab-info #heroVenue{ max-width: 56vw; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

  /* Mobile CTA: keep "BOOK NOW" on one line */
  #ctaBooking{ font-size: 16px; letter-spacing: 0.08em; }
  #ctaBooking .cta-text{ white-space: nowrap; }

  #tab-info .hero-actions{ margin-top: 12px; }

  #tab-info .news-dock-slot{
    display: block;
    position: absolute;
    top: 16px;
    right: 14px;
    width: var(--mobileNewsDockW);
    margin: 0;
    padding: 0;
    z-index: 25;
  }
  #tab-info .news-dock-slot .news-card{ border-radius: 18px; }
  #tab-info .news-dock-slot .news-thumb{ aspect-ratio: 16 / 9; }
  #tab-info .news-dock-slot .news-row{ padding: 10px 10px 12px; gap: 10px; }
  #tab-info .news-dock-slot .news-title{ font-size: 12px; }
  #tab-info .news-dock-slot .news-excerpt{ display:none; }
  #tab-info .news-dock-slot .news-date{ display:none; }
}

/* v12.2.4+ — Hero title crossfade during enter stage */
#heroTitle{ transition: opacity 420ms ease; }
body.enter-stage-active #heroTitle{ opacity: 0; }
body.enter-stage-out #heroTitle{ opacity: 1; }


/* ---------------------------
   Ticket tier theming + thumbs
   --------------------------- */
.ticket-card{
  --tier-rgb: var(--accent-rgb);
}
.ticket-card:hover{
  border-color: rgba(var(--tier-rgb),0.30) !important;
  box-shadow:
    0 0 0 1px rgba(var(--tier-rgb),0.16) inset,
    0 0 34px rgba(var(--tier-rgb),0.14) !important;
}
.ticket-card::before{
  background:
    radial-gradient(520px 220px at 18% 0%, rgba(var(--tier-rgb),0.16), transparent 70%),
    radial-gradient(420px 180px at 90% 100%, rgba(var(--tier-rgb),0.10), transparent 70%) !important;
  opacity: 0.95;
}

.ticket-thumb{
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  border-radius: inherit;
  overflow: hidden;
  background: rgba(0,0,0,0.24);
  border: none;
  margin-bottom: 0;
  z-index: 0;
}
.ticket-thumb.no-thumb{
  background:
    radial-gradient(circle at 24% 22%, rgba(var(--tier-rgb),0.28), transparent 58%),
    linear-gradient(180deg, rgba(22,26,34,0.76), rgba(8,11,18,0.96));
}
.ticket-thumb::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(180deg, rgba(7,9,14,0.26) 0%, rgba(7,9,14,0.14) 18%, rgba(7,9,14,0.46) 55%, rgba(7,9,14,0.92) 100%),
    radial-gradient(circle at 26% 18%, rgba(255,255,255,0.10), transparent 56%);
  opacity: 0.96;
}
.ticket-thumb img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: var(--ticket-thumb-pos-x, 50%) var(--ticket-thumb-pos-y, 50%);
  transform-origin: var(--ticket-thumb-pos-x, 50%) var(--ticket-thumb-pos-y, 50%);
  transform: scale(var(--ticket-thumb-scale, 1));
  opacity: 0.94;
  filter: saturate(1.02) contrast(1.04) brightness(0.94);
}

/* Tier name overlays the thumbnail (more enticing typography) */
.ticket-thumb .ticket-name{
  position: absolute;
  left: 16px;
  right: 16px;
  top: 16px;
  z-index: 3;

  font-weight: 1300;
  font-size: 24px;
  letter-spacing: 0.02em;
  color: rgba(255,255,255,0.98);
  text-shadow:
    0 16px 36px rgba(0,0,0,0.65),
    0 0 18px rgba(0,0,0,0.45),
    0 0 22px rgba(var(--tier-rgb),0.24);
}
.ticket-card.is-tier-legendary .ticket-thumb .ticket-name{ font-size: 28px; letter-spacing: 0.08em; }
.ticket-card.is-tier-premium .ticket-thumb .ticket-name{ font-size: 26px; letter-spacing: 0.06em; }
.ticket-card.is-tier-wysi .ticket-thumb .ticket-name{
  top: 18px;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 0.82;
  font-weight: 1400;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,0.58);
  background:
    linear-gradient(90deg,
      rgba(255,255,255,0.98) 0%,
      rgba(var(--tier-rgb),1) 44%,
      rgba(var(--accent3-rgb,184,255,90),0.98) 72%,
      rgba(255,255,255,0.94) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow:
    0 18px 38px rgba(0,0,0,0.74),
    0 0 28px rgba(var(--tier-rgb),0.58),
    0 0 46px rgba(var(--accent3-rgb,184,255,90),0.18);
}
.ticket-card.is-tier-wysi .ticket-thumb .ticket-name::after{
  content: "";
  display: block;
  width: min(150px, 62%);
  height: 3px;
  margin-top: 14px;
  background:
    linear-gradient(90deg,
      rgba(var(--tier-rgb),0.95),
      rgba(var(--accent3-rgb,184,255,90),0.92),
      transparent);
  box-shadow: 0 0 24px rgba(var(--tier-rgb),0.34);
}

/* Featured card gets a taller full-bleed hero area by default (can be overridden per-tier). */
.ticket-card.is-featured{
  --ticket-card-min-h: 468px;
  --ticket-content-pad-top: 188px;
}

@media (max-width: 760px){
  .ticket-card{ --ticket-card-min-h: 376px; }
  .ticket-card.is-featured{ --ticket-card-min-h: 412px; }
}

/* Checkout modal sizing */
.checkout-modal{
  width: min(920px, calc(100vw - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px) - 32px));
  max-width: calc(100vw - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px) - 32px);
  left: 50%;
  right: auto;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  margin: 0;
}
.checkout-modal .modal-body{
  overflow-x: hidden;
}
.checkout-summary,
.checkout-left,
.pay-center-wrap,
.pay-center-card,
.pay-note,
.pay-note-actions,
.checkout-receipt,
.checkout-receipt .rc-line,
.checkout-receipt .rc-left{
  min-width: 0;
}

.transfer-note-format{
  margin-top: 6px;
}
.transfer-note-format code{
  display: inline-block;
  max-width: 100%;
  padding: 6px 10px;
  border-radius: 12px;
  background: rgba(0,0,0,0.38);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.94);
  font-weight: 900;
  letter-spacing: 0.02em;
  overflow-wrap: anywhere;
  word-break: break-word;
}


/* Order-specific payment QR (shown after booking submission). */
.pay-qr-block{
  margin-top: 14px;
}
.pay-qr-row{
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.pay-qr-dynamic{
  width: 200px;
  height: 200px;
  max-width: min(240px, 70vw);
  border-radius: 16px;
  background: rgba(255,255,255,0.02);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.10) inset,
    0 10px 26px rgba(0,0,0,0.35);
}
.pay-qr-meta{
  flex: 1;
  min-width: 220px;
}

/* =============================
   Mobile performance tweaks
   ============================= */
@media (any-hover: none) and (any-pointer: coarse){
  /* Heavy blend-mode animated layers can be expensive on mobile GPUs */
  .bg-noise, .bg-scanlines, .bg-glitchflash{ display:none !important; }
  /* Floating squares: reduce density */
  #bgFloaters{ opacity: 0.55; }
  .bg-floater{ opacity: 0.25; }
  /* Avoid expensive filters on many elements */
  .news-card, .ticket-card, .product-card, .info-card, .modal, .drawer{
    filter: none !important;
  }

  /* Reduce background overlay work while scrolling */
  .bg-noise, .bg-scanlines, .bg-grain{
    display: none !important;
    animation: none !important;
  }

  /* Backdrop-filter is a common source of scroll jank on mobile GPUs */
  .topbar,
  .news-card,
  .timeline-card,
  .ticket-card,
  .product-card,
  .info-card,
  .modal,
  .drawer,
  .drawer-tabs,
  .receipt-summary,
  .checkout-modal{
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
}


/* ------------------------------
   Mobile optimizations
   ------------------------------ */
@media (max-width: 980px) {
  .checkout-modal{
    width: min(720px, calc(100vw - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px) - 20px));
    max-width: calc(100vw - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px) - 20px);
    max-height: calc(100dvh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 20px);
  }
  /* Reduce expensive blur effects that can cause scroll jank/flicker */
  .topbar,
  .drawer-tabs,
  .audio-viz,
  .build-label,
  .auto-pay-status {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  /* Keep fixed UI stable on mobile */
  .audio-viz,
  .audio-dock {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }

  /* Slightly smaller viz bars on mobile */
  .audio-viz .viz-bar { width: 12px; }

  /* Respect safe-areas on notched phones */
  .audio-dock {
    right: calc(18px + env(safe-area-inset-right, 0px));
    bottom: calc(18px + env(safe-area-inset-bottom, 0px));
  }
  .audio-viz {
    right: calc(18px + env(safe-area-inset-right, 0px));
    bottom: calc(74px + env(safe-area-inset-bottom, 0px));
  }
}


/* =============================
   Mobile: navigation
   - Hide the top tab row to avoid overflow/cropping.
   - Use the slide-out menu (tap the top-left logo).
   ============================= */
.tab-news{ display:none; }
@media (max-width: 720px){
  .tabs{ display:none !important; }
  .tab-news{ display:none !important; }
}



/* --- Purchased section (Booking drawer) --- */
.purchased {
  margin-top: 12px;
}
#purchasedSection .section-head.is-flush {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 8px;
  margin-bottom: 12px;
  padding-bottom: 14px;
}
#purchasedSection .section-title.is-tight {
  margin: 0;
}
#purchasedSection .section-head .muted.small[data-i18n="purchased_hint"] {
  display: block;
  max-width: 100%;
  line-height: 1.45;
  padding-right: 4px;
}
#purchasedEmpty {
  margin-top: 10px;
  line-height: 1.45;
}
.purchased-list {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}
.purchased-card {
  padding: 12px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.06) inset;
  position: relative;
  cursor: pointer;
}
.purchased-card:hover{
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.10) inset,
    0 18px 60px rgba(0,0,0,0.40),
    0 0 0 3px rgba(var(--accent3-rgb),0.10);
}
.purchased-card:active{ transform: translateY(1px); }

.purchased-badge {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(80, 255, 160, 0.10);
  box-shadow:
    0 0 0 1px rgba(80, 255, 160, 0.22) inset,
    0 0 18px rgba(80, 255, 160, 0.16);
}
.purchased-check {
  width: 18px;
  height: 18px;
}
.purchased-check .pc-circle,
.purchased-check .pc-check {
  stroke: rgba(255,255,255,0.92);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.purchased-head {
  display:flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}
.purchased-oid {
  font-weight: 1100;
  letter-spacing: 0.06em;
}
.purchased-sub {
  opacity: 0.75;
  font-size: 12px;
}
.purchased-items {
  margin-top: 10px;
  display: grid;
  gap: 6px;
}
.purchased-line {
  font-size: 13px;
}
.purchased-line code {
  font-size: 12px;
  opacity: 0.9;
}


/* Item info modal fields */
#itemInfoFields {
  display: grid;
  gap: 12px;
}



/* ---- VNMC v12.6.0: booking-less tickets + product shipping ---- */
.booking-menu .cta-menu-btn{
  width:100%;
  border-radius:14px;
  padding:12px 14px;
  font-weight:1100;
  font-size:14px;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
  color:#fff;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.booking-menu .cta-menu-btn:hover{
  background: rgba(255,255,255,.12);
}
.booking-menu .cta-menu-btn .cta-sub{
  opacity:.8;
  font-weight:900;
  font-size:12px;
}

/* Generic info modal (ticket attendee + product shipping) */
#itemInfoBackdrop{
  position:fixed;
  inset:0;
  background: rgba(0,0,0,.58);
  backdrop-filter: blur(8px);
  z-index: 9998;
}
#itemInfoModal{
  position:fixed;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  width:min(560px, calc(100vw - 28px));
  max-height: min(86vh, calc(100vh - 28px));
  overflow: auto;
  z-index: 9999;
}
#itemInfoModal{
  /* Override the generic .modal (which is light by default) for a readable dark popup. */
  background: rgba(14,14,16,.94) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 18px !important;
  box-shadow: 0 30px 90px rgba(0,0,0,.60) !important;
  color: rgba(255,255,255,.94);
}
#itemInfoModal .modal-header{
  border-bottom: 1px solid rgba(255,255,255,.10) !important;
  background:
    radial-gradient(120% 140% at 12% 0%, rgba(255,255,255,0.08), rgba(0,0,0,0) 60%),
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(0,0,0,0));
}
#itemInfoModal .modal-title{
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 1200;
}

#itemInfoFields{
  display:grid;
  gap: 12px;
}
#itemInfoFields label{
  display:flex;
  flex-direction:column;
  gap: 7px;
}
#itemInfoFields label span{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.86);
}
#itemInfoFields label span.req::after{
  content: " *";
  color: rgba(var(--accent2-rgb),0.92);
  text-shadow: 0 0 14px rgba(var(--accent2-rgb),0.18);
}

#itemInfoFields input,
#itemInfoFields textarea{
  border-radius: 14px;
  padding: 11px 12px;
  border: 1px solid rgba(255,255,255,.16);
  /* Use background-color (not shorthand) so we don't wipe the icon backgrounds on focus. */
  background-color: rgba(255,255,255,.07);
  color: rgba(255,255,255,.95);
  outline: none;
  box-shadow:
    0 0 0 1px rgba(0,0,0,0.25) inset,
    0 10px 26px rgba(0,0,0,0.30);
  font-weight: 800;
}

/* Re-apply input icons inside the dark item-info modal (the modal uses background shorthand). */
#itemInfoFields input[data-icon],
#itemInfoFields textarea[data-icon]{
  --_plate: rgba(0,0,0,0.35);
  background-image:
    var(--_icon),
    radial-gradient(circle at center, var(--_plate) 0 16px, transparent 17px);
  background-repeat: no-repeat, no-repeat;
  background-position: 21px 50%, 12px 50%;
  background-size: 16px 16px, 34px 34px;
  padding-left: 56px !important;
}
#itemInfoFields textarea[data-icon]{
  background-image:
    var(--_icon),
    radial-gradient(circle at center, var(--_plate) 0 16px, transparent 17px);
  background-position: 21px 16px, 12px 16px;
}
#itemInfoFields textarea{ resize: vertical; min-height: 92px; }
#itemInfoFields input::placeholder,
#itemInfoFields textarea::placeholder{
  color: rgba(255,255,255,0.42);
  font-weight: 700;
}
#itemInfoFields input:focus,
#itemInfoFields textarea:focus{
  border-color: rgba(var(--accent-rgb),0.55);
  /* Keep icon backgrounds intact while adjusting field color */
  background-color: rgba(255,255,255,.09);
  box-shadow:
    0 0 0 1px rgba(var(--accent-rgb),0.22) inset,
    0 0 0 3px rgba(var(--accent-rgb),0.14),
    0 12px 30px rgba(0,0,0,0.34);
}

#itemInfoModal .secondary{
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  color: rgba(255,255,255,0.92) !important;
}
#itemInfoModal .secondary:hover{
  background: rgba(255,255,255,0.10) !important;
}




/* --- Item details / preview modal (ticket/product) --- */
#itemDetailsBackdrop{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.58);
  backdrop-filter: blur(8px);
  z-index: 9996;
}
#itemDetailsModal{
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(860px, calc(100vw - 28px));
  max-height: min(86vh, calc(100vh - 28px));
  overflow: auto;
  z-index: 9997;
  background: rgba(14,14,16,.94) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 18px !important;
  box-shadow: 0 30px 90px rgba(0,0,0,.60) !important;
  color: rgba(255,255,255,.94);
}
#itemDetailsModal .modal-header{
  border-bottom: 1px solid rgba(255,255,255,.10) !important;
  background:
    radial-gradient(120% 140% at 12% 0%, rgba(255,255,255,0.08), rgba(0,0,0,0) 60%),
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(0,0,0,0));
}
#itemDetailsModal .modal-title{
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 1200;
}

.details-body{
  display: flex;
  gap: 16px;
  align-items: stretch;
}
.details-left{
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.details-right{
  width: 260px;
  flex: 0 0 260px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.details-desc{
  color: rgba(255,255,255,0.84);
  line-height: 1.45;
  font-weight: 750;
}
.details-perks{
  display: grid;
  gap: 6px;
}
.details-perks .perk{
  padding: 8px 10px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.92);
  font-weight: 800;
}
.details-sizes{
  display: grid;
  gap: 8px;
  margin-top: 2px;
}
.details-size-label{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.86);
}
.details-note{
  color: rgba(255,255,255,0.62);
  line-height: 1.45;
}
.details-img{
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,0.25);
}
.details-img-ph{
  height: 260px;
  border-radius: 16px;
  border: 1px dashed rgba(255,255,255,.16);
  background: rgba(255,255,255,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px;
}

/* Responsive: stack preview under text on small screens */
@media (max-width: 720px){
  .details-body{ flex-direction: column-reverse; }
  .details-right{ width: 100%; flex-basis: auto; }
  .details-img, .details-img-ph{ height: 220px; }
}


/* --- Payment confirmed popup (SePay verified) --- */
.pay-confirm-modal{
  width: min(560px, 92vw);
  top: 50%;
  background: rgba(0,0,0,0.72);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow:
    0 28px 70px rgba(0,0,0,0.55),
    0 0 0 1px rgba(255,255,255,0.06) inset;
  backdrop-filter: blur(18px);
  color: rgba(255,255,255,0.92);
  transform: translate(-50%, -50%) scale(0.98);
  opacity: 0;
  transition: transform .22s cubic-bezier(.2,.9,.2,1), opacity .22s ease;
}
.pay-confirm-modal.is-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.pay-confirm-modal .modal-header{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
.pay-confirm-modal .modal-title{
  letter-spacing: 0.04em;
}
.pay-confirm-center{
  display:flex;
  flex-direction: column;
  align-items:center;
  text-align:center;
  padding: 10px 6px;
}
.pay-confirm-checkwrap{
  width: 92px;
  height: 92px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(80,255,160,0.10);
  box-shadow:
    0 0 0 1px rgba(80,255,160,0.26) inset,
    0 18px 60px rgba(80,255,160,0.18);
}
.pay-confirm-check{
  width: 60px;
  height: 60px;
}
.pay-confirm-check .pc-circle,
.pay-confirm-check .pc-check{
  stroke: rgba(255,255,255,0.92);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 180;
  stroke-dashoffset: 180;
}
.pay-confirm-modal.is-show .pay-confirm-check .pc-circle{
  animation: pcCircleDraw .55s ease forwards;
}
.pay-confirm-modal.is-show .pay-confirm-check .pc-check{
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  animation: pcCheckDraw .38s .18s ease forwards;
}
@keyframes pcCircleDraw{
  to{ stroke-dashoffset: 0; }
}
@keyframes pcCheckDraw{
  to{ stroke-dashoffset: 0; }
}

/* Compact receipt blocks (checkout + confirmation) */
.checkout-receipt{
  margin: 12px 0 14px;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
}
.checkout-receipt .rc-title{
  font-weight: 1100;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.9;
  margin-bottom: 8px;
}
.checkout-receipt .rc-line{
  display:flex;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 13px;
}
.checkout-receipt .rc-line:last-child{ border-bottom: none; }
.checkout-receipt .rc-left{ min-width: 0; }
.checkout-receipt .rc-name{ font-weight: 900; }
.checkout-receipt .rc-meta{ font-size: 12px; opacity: 0.70; margin-top: 2px; }
.checkout-receipt .rc-right{
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  gap:7px;
  flex-wrap:wrap;
  font-weight: 1000;
  white-space: nowrap;
}
.price-was{
  color: rgba(238,244,255,0.45);
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}
.price-now{
  color: var(--accent, #31e5ff);
}
.checkout-receipt .is-discounted .rc-right,
.checkout-receipt .is-discount-row .rc-right,
.checkout-receipt .is-total-row .rc-right{
  color: var(--accent, #31e5ff);
}
.checkout-action-stack{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:8px;
  min-width:min(220px, 100%);
}
#checkoutAddTickets{
  border-color: rgba(255,45,91,0.50);
  background: linear-gradient(90deg, rgba(255,18,67,0.82), rgba(255,71,124,0.72));
}
.redeem-code-btn,
.discount-apply-btn{
  border-color: rgba(255,210,92,0.68) !important;
  background: linear-gradient(90deg, #ffd564, #f7a927) !important;
  color: #0b0e12 !important;
}
.discount-modal{
  width:min(460px, calc(100vw - 32px));
  z-index: 320;
}
#discountBackdrop{
  z-index: 310;
}
.discount-body{
  display:grid;
  gap:14px;
}
.discount-code-field{
  display:grid;
  gap:8px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:0.14em;
  color:rgba(238,244,255,0.70);
}
.discount-code-field input{
  width:100%;
  min-height:48px;
  border:1px solid rgba(255,255,255,0.14);
  background:rgba(255,255,255,0.075);
  color:rgba(238,244,255,0.95);
  padding:0 14px;
  font:inherit;
  font-weight:900;
  letter-spacing:0.08em;
  text-transform:uppercase;
}
.discount-actions{
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
}
.discount-status[data-tone="ok"]{ color: var(--accent, #8eff53); }
.discount-status[data-tone="bad"]{ color: #ff5b7d; }
.discount-status[data-tone="info"]{ color: #ffd564; }

.pay-confirm-receipt{
  width: 100%;
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
  text-align: left;
}
.pay-confirm-receipt .rc-line{ font-size: 13px; padding: 5px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.pay-confirm-receipt .rc-line:last-child{ border-bottom: none; }
.pay-confirm-receipt code{ font-size: 12px; }
.pay-confirm-flex{
  width:100%;
  margin-top:12px;
  padding:12px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  text-align:left;
  border:1px solid rgba(var(--accent-rgb,0,229,255),0.28);
  background:
    linear-gradient(90deg, rgba(var(--accent-rgb,0,229,255),0.10), rgba(255,77,141,0.08)),
    rgba(4,10,20,0.70);
  cursor:pointer;
}
.pay-confirm-flex.hidden{ display:none !important; }
.pay-confirm-flex-main{
  position:relative;
  min-width:0;
  display:grid;
  grid-template-columns:auto auto minmax(0, 1fr);
  align-items:center;
  gap:10px;
}
.pay-confirm-flex input,
.ticket-flex-control input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.pay-confirm-flex b{
  display:block;
  color:rgba(245,249,255,0.94);
  font-size:12px;
  line-height:1.1;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.pay-confirm-flex small{
  display:block;
  margin-top:3px;
  color:rgba(238,244,255,0.66);
  font-size:11px;
  line-height:1.35;
}
.pay-confirm-flex-status{
  flex:0 0 auto;
  max-width:150px;
  color:rgba(var(--accent3-rgb,184,255,90),0.92);
  font-size:10px;
  line-height:1.25;
  letter-spacing:.08em;
  text-transform:uppercase;
}

@media (max-width: 700px){
  .checkout-modal{
    width: calc(100vw - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px) - 16px);
    max-width: calc(100vw - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px) - 16px);
    max-height: calc(100dvh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 16px);
    border-radius: 18px;
  }
  .checkout-summary{
    align-items: flex-start;
    flex-direction: column;
  }
  .checkout-summary > *{
    width: 100%;
  }
  .checkout-summary .secondary.small{
    width: 100%;
  }
}

/* Order details modal */
.order-modal{
  width: min(620px, 92vw);
}
.order-modal-body{
  display: grid;
  gap: 10px;
}
.order-modal-body .od-head{
  display:flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
}
.order-modal-body .od-items{
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.03);
}
.order-modal-body .od-item{ font-size: 13px; padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.order-modal-body .od-item:last-child{ border-bottom: none; }

/* News + Timeline modal specifics */
.news-modal{ width: min(760px, 94vw); }
.news-modal-img{
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 18px 60px rgba(0,0,0,0.40);
  margin-bottom: 12px;
}
.news-modal-content{
  line-height: 1.55;
  font-size: 14px;
  color: rgba(255,255,255,0.92);
}
.news-modal-links{ margin-top: 10px; display:flex; flex-wrap: wrap; gap: 10px; }
.news-modal-links a{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.92);
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.news-modal-links a:hover{ border-color: rgba(var(--accent3-rgb),0.34); box-shadow: 0 0 0 3px rgba(var(--accent3-rgb),0.12); }

.timeline-modal{ width: min(660px, 92vw); }
.timeline-modal-desc{ font-weight: 900; margin-bottom: 8px; }
.timeline-modal-details{ opacity: 0.86; line-height: 1.55; }
.timeline-modal-bullets{ margin: 10px 0 0; padding-left: 18px; opacity: 0.92; }



@media (max-width: 720px){
  /* Top-right Purchase button: icon + count only (to avoid overflow) */
  #openBooking .booking-text{ display:none !important; }
  #openBooking{ padding: 10px 10px; min-width: 44px; justify-content: center; }
  #openBooking .pill{ margin-left: 6px; }
}



/* Purchased item detail modal */
.pitem-modal{ max-width: 860px; width: min(860px, calc(100vw - 22px)); }
.pitem-modal.is-ticket-detail{
  --pitem-tier-rgb: var(--accent-rgb,0,229,255);
  position:fixed;
  overflow:hidden;
  border-color:rgba(var(--pitem-tier-rgb),0.26);
  background:
    linear-gradient(180deg, rgba(4,7,12,0.92), rgba(4,7,12,0.88)),
    rgba(4,8,18,0.94);
}
.pitem-modal:not(.hidden){
  display:flex;
  flex-direction:column;
}
.pitem-modal .modal-body{
  flex:1 1 auto;
  min-height:0;
  overflow-y:auto;
  overflow-x:hidden;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
}
.pitem-modal.is-ticket-detail::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(90deg, rgba(4,7,12,0.96) 0%, rgba(4,7,12,0.88) 45%, rgba(4,7,12,0.72) 100%),
    linear-gradient(180deg, rgba(4,7,12,0.70), rgba(4,7,12,0.92)),
    var(--pitem-ticket-art, none);
  background-size:auto, auto, cover;
  background-position:center, center, var(--ticket-thumb-pos-x, 50%) var(--ticket-thumb-pos-y, 50%);
  opacity:0.58;
  filter:saturate(1.08) contrast(1.05);
}
.pitem-modal.is-ticket-detail::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.026) 1px, transparent 1px),
    radial-gradient(circle at 78% 20%, rgba(var(--pitem-tier-rgb),0.14), transparent 46%);
  background-size:28px 28px, 28px 28px, auto;
}
.pitem-modal.is-ticket-detail > *{
  position:relative;
  z-index:1;
}
.pitem-grid{ display:grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 16px; }
.pitem-info{ font-size: 14px; line-height: 1.5; }
.pitem-info .row{ margin: 8px 0; }
.pitem-info code{ padding: 3px 7px; border-radius: 4px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); }
.pitem-note{ margin-top: 12px; padding: 12px 12px; border-radius: 6px; background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.03)); border: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.90); }
.pitem-note b{ font-weight: 1100; }
.pitem-right{ display:flex; flex-direction:column; align-items:flex-end; justify-content:flex-start; gap: 14px; }
.pitem-img{ width: 320px; max-width: 100%; border-radius: 6px; border: 1px solid rgba(255,255,255,0.12); box-shadow: 0 22px 60px rgba(0,0,0,0.55); object-fit: cover; }
.pitem-img.ph{ display:flex; align-items:center; justify-content:center; height: 220px; background: rgba(255,255,255,0.05); color: rgba(255,255,255,0.55); border-radius: 6px; }
.pitem-modal.is-ticket-detail .pitem-img,
.pitem-modal.is-ticket-detail .pitem-img.ph{
  display:none !important;
}
.pitem-modal.is-ticket-detail .pitem-note{
  background:rgba(6,9,16,0.52);
  border-color:rgba(var(--pitem-tier-rgb),0.18);
  backdrop-filter:blur(8px);
}
.pitem-modal.is-ticket-detail .pitem-barcode-block{
  background:rgba(6,9,16,0.70);
  border-color:rgba(var(--pitem-tier-rgb),0.26);
  backdrop-filter:blur(8px);
}
@media (max-width: 720px){
  .pitem-grid{ grid-template-columns: 1fr; }
  .pitem-right{ align-items:center; justify-content:center; }
  .pitem-img{ width: min(420px, 100%); }
}



.purchased-line.is-clickable{
  cursor: pointer;
  border-radius: 12px;
  padding: 8px 10px;
  margin: 4px 0;
  transition: transform 140ms ease, background 140ms ease, box-shadow 140ms ease;
}
.purchased-line.is-clickable:hover{
  background: rgba(255,255,255,0.04);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.10) inset, 0 18px 40px rgba(0,0,0,0.35);
  transform: translateY(-1px);
}

.my-tickets-caution{
  flex: 1 1 100%;
  box-sizing: border-box;
  width: min(860px, calc(100% - 24px));
  max-width: calc(100% - 24px);
  margin: 8px auto 0;
  padding: 12px 16px;
  text-align: center;
  color: #ff5b6f;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0;
  border: 1px solid rgba(255,91,111,0.62);
  background:
    linear-gradient(90deg, rgba(255,91,111,0.10), rgba(255,91,111,0.18), rgba(255,91,111,0.10));
  box-shadow: 0 0 0 1px rgba(255,91,111,0.12) inset;
}

.my-tickets-security-warning{
  flex: 1 1 100%;
  box-sizing: border-box;
  width: min(860px, calc(100% - 24px));
  max-width: calc(100% - 24px);
  margin: 8px auto 0;
  padding: 10px 14px;
  text-align: center;
  color: rgba(255,255,255,0.94);
  font-size: clamp(13px, 1.2vw, 15px);
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: 0;
  border: 1px solid rgba(255,51,85,0.52);
  background:
    linear-gradient(90deg, rgba(255,51,85,0.20), rgba(255,51,85,0.10)),
    rgba(4,8,18,0.58);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.05) inset, 0 18px 38px rgba(0,0,0,0.22);
}

.ticket-wallet-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 16px;
  align-items: stretch;
}
.wallet-ticket-card{
  --wallet-status-rgb: var(--accent-rgb,0,229,255);
  --wallet-tier-rgb: var(--wallet-status-rgb);
  appearance:none;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  width:100%;
  display:flex;
  flex-direction:column;
  gap:0;
  min-height: 230px;
  padding:0;
  text-align:left;
  border:1px solid rgba(var(--wallet-status-rgb),0.28);
  border-radius:0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.050), rgba(255,255,255,0.016)),
    linear-gradient(135deg, rgba(var(--wallet-status-rgb),0.115), transparent 46%),
    rgba(4,8,18,0.78);
  color: inherit;
  cursor:pointer;
  transition: transform 140ms ease, border-color 140ms ease, box-shadow 140ms ease, background 140ms ease;
}
.wallet-ticket-card.has-wallet-art{
  border-color: rgba(var(--wallet-tier-rgb),0.42);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.018)),
    linear-gradient(135deg, rgba(var(--wallet-tier-rgb),0.13), transparent 48%),
    rgba(4,8,18,0.82);
  box-shadow: 0 20px 50px rgba(0,0,0,0.30), 0 0 0 1px rgba(var(--wallet-tier-rgb),0.11) inset;
}
.wallet-ticket-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  z-index:1;
  pointer-events:none;
  background: rgb(var(--wallet-status-rgb));
}
.wallet-ticket-card.has-wallet-art::before{
  background: linear-gradient(180deg, rgb(var(--wallet-tier-rgb)), rgb(var(--wallet-status-rgb)));
}
.wallet-ticket-card::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:0;
  background:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(135deg, transparent 0 68%, rgba(var(--wallet-status-rgb),0.10) 100%);
  background-size: 28px 28px, 28px 28px, auto;
  opacity:0.55;
}
.wallet-ticket-card > *{ position:relative; z-index:1; }
.wallet-ticket-card:hover{
  background:
    linear-gradient(180deg, rgba(255,255,255,0.068), rgba(255,255,255,0.022)),
    linear-gradient(135deg, rgba(var(--wallet-status-rgb),0.16), transparent 48%),
    rgba(4,8,18,0.84);
  border-color: rgba(var(--wallet-status-rgb),0.48);
  box-shadow: 0 18px 40px rgba(0,0,0,0.34), 0 0 0 1px rgba(var(--wallet-status-rgb),0.14) inset;
  transform: translateY(-1px);
}
.wallet-ticket-card:active{ transform: translateY(1px); }
.wallet-ticket-card.is-status-available{ --wallet-status-rgb: var(--accent3-rgb,184,255,90); }
.wallet-ticket-card.is-status-checked{ --wallet-status-rgb: 145,166,190; }
.wallet-ticket-card.is-status-invalid{ --wallet-status-rgb: var(--accent2-rgb,255,77,141); }
.wallet-ticket-card.is-status-pending{ --wallet-status-rgb: var(--accent-rgb,0,229,255); cursor: default; }
.wallet-ticket-card.is-status-pending:hover{ transform:none; }
.wallet-ticket-card.is-status-invalid .wallet-ticket-qr{
  opacity:0.52;
  filter: grayscale(1) contrast(0.92);
}
.wallet-ticket-art{
  position:relative;
  z-index:1;
  min-height:154px;
  overflow:hidden;
  border-bottom:1px solid rgba(var(--wallet-tier-rgb),0.28);
  background:
    radial-gradient(circle at 24% 20%, rgba(var(--wallet-tier-rgb),0.24), transparent 58%),
    linear-gradient(180deg, rgba(18,26,38,0.72), rgba(3,5,10,0.92));
}
.wallet-ticket-art img{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position: var(--ticket-thumb-pos-x, 50%) var(--ticket-thumb-pos-y, 50%);
  transform-origin: var(--ticket-thumb-pos-x, 50%) var(--ticket-thumb-pos-y, 50%);
  transform: scale(var(--ticket-thumb-scale, 1));
  filter:saturate(1.05) contrast(1.04) brightness(0.86);
}
.wallet-ticket-art::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(180deg, rgba(5,7,12,0.06) 0%, rgba(5,7,12,0.18) 38%, rgba(5,7,12,0.80) 100%),
    radial-gradient(circle at 24% 15%, rgba(255,255,255,0.12), transparent 55%);
}
.wallet-ticket-art-copy{
  position:absolute;
  z-index:2;
  left:16px;
  right:16px;
  bottom:14px;
  display:grid;
  gap:4px;
}
.wallet-ticket-art-copy span{
  color:rgba(238,244,255,0.74);
  font-size:10px;
  line-height:1;
  font-weight:1000;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.wallet-ticket-art-copy strong{
  color:rgba(255,255,255,0.98);
  font:1200 clamp(28px, 3.7vw, 48px)/.92 var(--font-display, inherit);
  letter-spacing:.02em;
  text-transform:uppercase;
  text-shadow:0 14px 34px rgba(0,0,0,0.76), 0 0 20px rgba(var(--wallet-tier-rgb),0.28);
}
.wallet-ticket-art-copy em{
  width:max-content;
  max-width:100%;
  padding:4px 8px;
  color:#061015;
  font:1000 11px/1 var(--font-ui, inherit);
  letter-spacing:.12em;
  text-transform:uppercase;
  font-style:normal;
  background:rgb(var(--wallet-tier-rgb));
  box-shadow:0 0 22px rgba(var(--wallet-tier-rgb),0.22);
}
.wallet-ticket-card.is-tier-wysi .wallet-ticket-art-copy strong{
  color:#fff;
  -webkit-text-stroke: 1px rgba(255,255,255,0.60);
  text-shadow:0 18px 38px rgba(0,0,0,0.78), 0 0 32px rgba(255,51,85,0.42);
}
.wallet-ticket-kicker{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  flex-wrap:wrap;
  padding:14px 16px 0 18px;
  font-size:11px;
  letter-spacing:0.14em;
  text-transform:uppercase;
  opacity:0.92;
}
.wallet-ticket-status{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:24px;
  padding:5px 9px;
  border:1px solid rgba(var(--wallet-status-rgb),0.90);
  background: rgb(var(--wallet-status-rgb));
  border-radius:0;
  font-size:10px;
  letter-spacing:0.16em;
  text-transform:uppercase;
  color:#071015;
  font-weight:1100;
  white-space:nowrap;
}
.wallet-ticket-status.is-status-invalid{
  color:#ffffff;
}
.wallet-ticket-main{
  display:grid;
  grid-template-columns: minmax(0, 1fr) 116px;
  gap:16px;
  align-items:start;
  padding:16px 16px 18px 18px;
}
.wallet-pending-main{
  display:block;
}
.wallet-pending-note{
  max-width: 440px;
  color: rgba(238,244,255,0.72);
  font-size: 13px;
  line-height: 1.45;
}
.wallet-ticket-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.wallet-ticket-name{
  font-size: clamp(18px, 2vw, 24px);
  line-height:1.05;
  font-weight:1100;
  letter-spacing:0;
  text-transform:uppercase;
  overflow-wrap:break-word;
}
.wallet-ticket-meta{
  font-size:13px;
  line-height:1.55;
  color: rgba(238,244,255,0.74);
  overflow-wrap:break-word;
}
.wallet-ticket-perks{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:1px;
}
.wallet-ticket-perks span{
  display:inline-flex;
  align-items:center;
  min-height:22px;
  padding:4px 7px 4px 17px;
  position:relative;
  border:1px solid rgba(var(--wallet-tier-rgb),0.24);
  background:rgba(var(--wallet-tier-rgb),0.08);
  color:rgba(255,255,255,0.86);
  font-size:10px;
  line-height:1.15;
  font-weight:900;
}
.wallet-ticket-perks span::before{
  content:"";
  position:absolute;
  left:7px;
  top:50%;
  width:5px;
  height:5px;
  transform:translateY(-50%);
  background:rgb(var(--wallet-tier-rgb));
}
.wallet-ticket-seat{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  width:min(220px, 100%);
  padding:8px 10px;
  border:1px solid rgba(var(--wallet-status-rgb),0.28);
  border-radius:0;
  background: rgba(0,0,0,0.24);
}
.wallet-ticket-seat span{
  font-size:11px;
  line-height:1;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color: rgba(238,244,255,0.68);
}
.wallet-ticket-seat b{
  min-width:0;
  font-size:13px;
  line-height:1;
  font-weight:1100;
  color: rgba(255,255,255,0.96);
  overflow-wrap:anywhere;
}
.wallet-ticket-code-row,
.wallet-ticket-id{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px 10px;
}
.wallet-ticket-code-row{
  font-size:11px;
  letter-spacing:0.14em;
  text-transform:uppercase;
  opacity:0.90;
}
.wallet-ticket-code-label,
.wallet-ticket-id-label{
  opacity:0.72;
}
.wallet-ticket-id-label{
  font-size:11px;
  letter-spacing:0.14em;
  text-transform:uppercase;
}
.wallet-ticket-code-row code,
.wallet-ticket-id code{
  display:inline-flex;
  align-items:center;
  padding:5px 8px;
  border:1px solid rgba(var(--wallet-status-rgb),0.22);
  border-radius:0;
  background: rgba(255,255,255,0.055);
  color: rgba(255,255,255,0.94);
  overflow-wrap:anywhere;
}
.wallet-ticket-id{ font-size:11px; opacity:0.78; }
.wallet-ticket-qr{
  width:116px;
  aspect-ratio:1 / 1;
  justify-self:end;
  padding:9px;
  background:#ffffff;
  border:1px solid rgba(var(--wallet-status-rgb),0.38);
  box-shadow: 0 18px 36px rgba(0,0,0,0.30), 0 0 0 1px rgba(0,0,0,0.06) inset;
}
.wallet-ticket-qr-img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}
.wallet-ticket-qr-ph{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  background:#ffffff;
  color:#111111;
  font-size:18px;
  letter-spacing:0.18em;
  text-transform:uppercase;
}
.ticket-flex-control{
  position:relative;
  z-index:2;
  margin:0 16px 16px 18px;
  padding:10px 11px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  border:1px solid rgba(var(--wallet-status-rgb,0,229,255),0.24);
  background:rgba(0,0,0,0.26);
  cursor:pointer;
}
.ticket-flex-control-main{
  position:relative;
  min-width:0;
  display:grid;
  grid-template-columns:auto auto minmax(0, 1fr);
  align-items:center;
  gap:9px;
}
.ticket-flex-box{
  width:18px;
  height:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  border:1px solid rgba(var(--accent-rgb,0,229,255),0.55);
  background:rgba(0,0,0,0.32);
  box-shadow:0 0 0 1px rgba(255,255,255,0.05) inset;
}
.ticket-flex-box::after{
  content:"";
  width:8px;
  height:8px;
  transform:scale(0);
  background:rgb(var(--accent3-rgb,184,255,90));
  box-shadow:0 0 18px rgba(var(--accent3-rgb,184,255,90),0.42);
  transition:transform .12s ease;
}
.ticket-flex-checkbox:checked + .ticket-flex-box::after,
.pay-confirm-flex input:checked + .ticket-flex-box::after{
  transform:scale(1);
}
.ticket-flex-copy{
  min-width:0;
  display:grid;
  gap:3px;
}
.ticket-flex-copy > span{
  font-size:11px;
  line-height:1;
  font-weight:1000;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.ticket-flex-copy small{
  color:rgba(238,244,255,0.62);
  font-size:11px;
  line-height:1.35;
  letter-spacing:0;
}
.ticket-flex-state{
  flex:0 0 auto;
  max-width:130px;
  color:rgba(var(--accent3-rgb,184,255,90),0.92);
  font-size:10px;
  line-height:1.25;
  letter-spacing:.08em;
  text-transform:uppercase;
  text-align:right;
}
.ticket-flex-checkbox:focus-visible + .ticket-flex-box,
.pay-confirm-flex input:focus-visible + .ticket-flex-box{
  outline:2px solid rgba(var(--accent-rgb,0,229,255),0.75);
  outline-offset:2px;
}
.pitem-barcode-block{
  width:min(320px, 100%);
  max-width:100%;
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-bottom:14px;
  padding:12px;
  border:1px solid rgba(255,255,255,0.14);
  border-radius:6px;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  box-shadow: 0 24px 48px rgba(0,0,0,0.32);
}
.pitem-barcode-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.pitem-barcode-shell{
  width:100%;
  aspect-ratio:1 / 1;
  padding:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#ffffff;
  border:1px solid rgba(0,0,0,0.08);
}
.pitem-barcode-img{
  display:block;
  width:100%;
  max-width:100%;
  max-height:100%;
  height:auto;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}
.pitem-barcode-text{
  text-align:center;
  font-size:12px;
  letter-spacing:0.22em;
  text-transform:uppercase;
  word-break: break-all;
}
@media (max-width: 720px){
  .pitem-barcode-block{ width: min(100%, 360px); }
  .my-tickets-security-warning{
    padding:9px 11px;
    font-size:12px;
  }
  .wallet-ticket-art{
    min-height:132px;
  }
  .wallet-ticket-art-copy{
    left:14px;
    right:14px;
    bottom:12px;
  }
  .wallet-ticket-art-copy strong{
    font-size:30px;
  }
  .wallet-ticket-main{ grid-template-columns: minmax(0, 1fr) 88px; gap: 12px; }
  .wallet-ticket-qr{ width: 88px; }
  .ticket-flex-control{
    margin:0 12px 14px 14px;
    padding:9px;
  }
  .ticket-flex-control-main{
    align-items:start;
  }
  .ticket-flex-copy small{
    font-size:10px;
  }
  .ticket-flex-state{
    max-width:94px;
    font-size:9px;
  }
  .pay-confirm-flex{
    flex-direction:column;
    gap:8px;
  }
  .pay-confirm-flex-status{
    max-width:100%;
  }
  .pay-confirm-actions{
    flex-direction:column;
  }
  .pay-confirm-actions .full{
    width:100% !important;
  }
}


/* =========================
   v17.1 — Intro / Loading (minimal, black & white)
   ========================= */
.intro-overlay{
  background:#000 !important;
  color:#fff !important;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif !important;
}
.intro-overlay::before,
.intro-overlay::after{
  content:none !important;
  display:none !important;
}

.intro-min{
  width: min(920px, 100%);
  height: min(820px, 100%);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap: 14px;
  position: relative;
}

.intro-logo{
  width: min(120px, 30vw);
  height: auto;
  opacity: 0.96;
  filter: none;
}

.intro-title-block{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap: 12px;
  margin-top: 6px;
}

.intro-title-img{
  width: min(720px, 92vw);
  height: auto;
  image-rendering: auto;
}

.intro-lang-row{
  display:flex;
  align-items:center;
  gap: 10px;
  justify-content:center;
  flex-wrap: wrap;
}

.intro-lang-label{
  font-size: 12px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  opacity: 0.84;
}

.intro-lang-switch{
  transform: scale(0.96);
}

.intro-lang-note{
  opacity: 0.70;
}

.intro-bottom{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(520px, calc(100vw - 44px));
  bottom: var(--intro-bar-bottom, 64px);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap: 14px;
}

.intro-bar{
  width: 100%;
  height: var(--intro-bar-h, 14px);
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  overflow:hidden;
}
.intro-bar-fill{
  height: 100%;
  width: 100%;
  background: #fff;
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: 0 50%;
}

.intro-continue{
  background: transparent;
  border: 0;
  color: rgba(255,255,255,0.92);
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 8px 10px;
  cursor:pointer;
  text-decoration: underline;
  text-underline-offset: 6px;
  opacity: 0.94;
}
.intro-continue:hover{
  opacity: 1;
}

/* Mobile: hide the long event name next to the logo to free space. */
@media (max-width: 650px){
  #eventNameMini{ display:none !important; }
  .brand-row{ gap: 8px; }
}

/* Intro: slightly smaller title image on small screens */
@media (max-width: 650px){
  .intro-title-img{ width: min(520px, 92vw); }
  .intro-logo{ width: min(96px, 28vw); }
}




/* Title image (hero). Replaces text-based title for a cleaner look. */
.hero-title{
  line-height: 1.0;
}
.hero-title-lag{
  position: relative;
  display: block;
  width: 100%;
}
.hero-title-img{
  display: block;
  width: min(780px, 92vw);
  max-width: 100%;
  height: auto;
}
@media (max-width: 650px){
  .hero-title-img{
    width: min(520px, 90vw);
  }
}



/* =======================================================================
   v17.1.1 – Intro cinematic sequence + clean floating panels/cards
   ======================================================================= */

:root{
  --intro-logo-fade-ms: 420ms;
  --intro-title-fade-ms: 520ms;
  --intro-title-delay-ms: 420ms;
  --intro-duration-ms: 4600ms;
  --intro-stage-top: 44%;
}

/* Intro: logo fades in at start (cinematic) */
.intro-logo{
  opacity: 0;
  position: absolute;
  left: 50%;
  top: var(--intro-stage-top, 46%);
  transform: translate(-50%, -50%) translateY(10px);
}
.intro-overlay.phase-logo-in .intro-logo{
  opacity: 0.96;
  transform: translate(-50%, -50%) translateY(0);
}

/* Intro: constrain title width to the padded viewport so it never clips on the right */
.intro-title-block{
  width: min(720px, calc(100vw - 44px));
  margin-top: 0 !important;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: var(--intro-stage-top, 46%);
  transform: translate(-50%, -50%) translateY(12px);
  transition: opacity var(--intro-title-fade-ms) ease, transform var(--intro-title-fade-ms) ease;
  transition-delay: var(--intro-title-delay-ms);
}
.intro-title-img{
  width: 100%;
  max-width: 100%;
}

/* Intro: logo first → fade out → title fades in */
.intro-logo{
  transition: opacity var(--intro-logo-fade-ms) ease, transform var(--intro-logo-fade-ms) ease;
}
.intro-overlay.phase-title .intro-logo{
  opacity: 0;
  transform: translate(-50%, -50%) translateY(-10px);
}
.intro-overlay.phase-title .intro-title-block{
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0);
}

/* Intro: make the loading bar clearly visible and show progress */
.intro-bar{
  height: var(--intro-bar-h, 22px) !important;
  min-height: var(--intro-bar-h, 22px) !important;
  max-height: var(--intro-bar-h, 22px) !important;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.26);
  background: rgba(255,255,255,0.16);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.55) inset;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 320ms ease, transform 320ms ease, max-height 320ms ease;
}
.intro-bar-fill{
  height: 100%;
  width: 0%;
  display:block;
  background: #ffffff;
  transform: none;
  box-shadow: 0 10px 26px rgba(0,0,0,0.40);
}

/* When the intro becomes ready, fade/collapse the bar and reveal the continue hint. */
.intro-overlay.intro-ready .intro-bar{
  opacity: 0;
  transform: translateY(10px);
  max-height: 0px !important;
}
.intro-overlay.intro-ready .intro-bottom{ gap: 0 !important; }

.intro-continue{
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 320ms ease, transform 320ms ease;
}
.intro-overlay.intro-ready .intro-continue{
  opacity: 1;
  transform: translateY(0);
  animation: introContinueFlash 1.15s ease-in-out infinite;
}
@keyframes introContinueFlash{
  0%,100%{ opacity: 0.95; }
  50%{ opacity: 0.55; }
}

/* =======================================================================
   v17.2.0 – Intro simplification
   - Remove the loading bar entirely (click-anywhere remains)
   - Make the continue hint fade in (no flashing)
   ======================================================================= */
#introOverlay .intro-bar{ display:none !important; }

#introOverlay .intro-continue{
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 520ms ease, transform 520ms ease;
  text-align: center;
}

#introOverlay.intro-ready .intro-continue{
  opacity: 1;
  transform: translateY(0);
  animation: none !important;
}

/* Click-anywhere: the text is informational only */
.intro-continue{
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  pointer-events: none;
}

/* Hero title image: keep inside viewport padding on mobile */
.hero-title-img{
  width: min(780px, calc(100vw - 36px));
  max-width: 100%;
}
@media (max-width: 650px){
  .hero-title-img{ width: min(520px, calc(100vw - 28px)); }
}

.hero-countdown{
  position:relative;
  z-index:4;
  width:fit-content;
  max-width:min(210px, calc(100vw - 34px));
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border:0;
  background:transparent;
  color:rgba(255,255,255,0.9);
  box-shadow:none;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size:15px;
  font-weight:700;
  letter-spacing:0;
  line-height:1;
  text-shadow:0 2px 12px rgba(0,0,0,0.64);
}
.hero-countdown + .hero-title-lag{
  margin-top:clamp(18px, 2.2vw, 34px);
}
.hero-countdown::before{
  content:none;
}
.hero-countdown-clock{
  display:inline-flex;
  align-items:center;
  gap:0;
  font-variant-numeric:tabular-nums;
}
.hero-countdown-clock b{
  color:inherit;
  min-width:2ch;
  font:inherit;
  line-height:1;
  text-align:center;
}
.hero-countdown-clock i{
  color:rgba(255,255,255,0.68);
  font-style:normal;
  font:inherit;
  margin:0 1px;
}
.hero-countdown.is-started .hero-countdown-clock{
  opacity:0.58;
}
@media (max-width: 650px){
  .hero-countdown{
    max-width:calc(100vw - 26px);
    font-size:13px;
  }
  .hero-countdown + .hero-title-lag{
    margin-top:clamp(34px, 8vw, 58px);
  }
  .hero-countdown-clock{
    gap:0;
  }
}

/* Remove depth plates behind section frames and cards (floating look) */
.hero-frame{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.hero-frame::before{ content: none !important; }

.card, .ticket-card{
  background: transparent !important;
  box-shadow: none !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
}
.card:hover, .ticket-card:hover{
  border-color: rgba(255,255,255,0.18) !important;
  box-shadow: 0 16px 38px rgba(255,255,255,0.08) !important;
}
.ticket-card::before{ content: none !important; }



/* Remove section panel plates as well (floating layout) */
.section{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Also remove the section pseudo-layer that was creating a white gradient "backplate". */
.section::before,
.section::after{
  content: none !important;
}



/* =============================
   v17.1.7 Intro bar + continue final overrides
   (Fixes reports: bar looks static/thin; continue not centered/flashy)
   ============================= */
#introOverlay .intro-bottom{
  align-items: center;
}

#introOverlay .intro-bar{
  width: 100% !important;
  height: var(--intro-bar-h, 22px) !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important; /* no static grey track */
  box-shadow: none !important;
  overflow: hidden !important;
  transition: opacity 320ms ease, transform 320ms ease, max-height 320ms ease;
}

#introOverlay .intro-bar-fill{
  height: 100% !important;
  width: 0%;
  border-radius: 999px !important;
  background: #ffffff !important; /* progress = white */
  box-shadow: none !important;
  border: 0 !important;
}

/* Drive the bar via CSS animation (JS sets .intro-running + --intro-duration-ms). */
#introOverlay.intro-running .intro-bar-fill{
  animation: introBarGrow var(--intro-duration-ms, 4600ms) linear forwards !important;
}

@keyframes introBarGrow{
  from{ width: 0%; }
  to{ width: 100%; }
}

/* Center the continue hint and make it visibly pulse */
#introOverlay .intro-continue{
  width: 100%;
  text-align: center;
  letter-spacing: 0.16em;
  font-weight: 700;
}

/* Override earlier timing to be more obvious */
#introOverlay.intro-ready .intro-continue{
  animation: introContinueFlash 0.95s ease-in-out infinite !important;
}

@keyframes introContinueFlash{
  0%,100%{ opacity: 1; }
  50%{ opacity: 0.22; }
}


/* =============================
   v17.1.9 – Intro loading bar (JS-driven)
   - grey unloaded track
   - white progress fill
   - no borders
   ============================= */
#introOverlay .intro-bar{
  background: rgba(255,255,255,0.18) !important;
  border: 0 !important;
  box-shadow: none !important;
}

#introOverlay .intro-bar-fill{
  background: #ffffff !important;
  width: 0% !important;
  transform: none !important;
  animation: none !important;
}

/* Disable the CSS-keyframe bar animation from earlier versions (JS now drives width). */
#introOverlay.intro-running .intro-bar-fill{
  animation: none !important;
}

/* =============================
   v17.2.0 – Intro (no loading bar)
   Ensure later overrides do not re-enable it.
   ============================= */
#introOverlay .intro-bar{ display:none !important; }

#introOverlay .intro-continue{
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 520ms ease, transform 520ms ease;
  text-align: center;
}

#introOverlay.intro-ready .intro-continue{
  opacity: 1;
  transform: translateY(0);
  animation: none !important;
}


/* =============================
   v17.4.10 scene depth controls
   ============================= */
:root{
  --bg-overlay-opacity: 1;
  --bg-darken-top: 0.55;
  --bg-darken-bottom: 0.88;
  --bg-filter-saturate: 0.90;
  --bg-filter-contrast: 1.05;
  --bg-filter-brightness-image: 0.70;
  --bg-filter-brightness-video: 0.65;
  --bg-filter-blur: 0px;
  --parallax-bg-x: 0px;
  --parallax-bg-y: 0px;
  --parallax-fx-x: 0px;
  --parallax-fx-y: 0px;
  --bg-scale-live: 1.02;
  --bg-fx-scale-live: 1;
}

.bg-image,
.bg-video,
.bg-sparkles,
.bg-floaters,
.bg-noise,
.bg-scanlines,
.custom-layer{
  will-change: transform, opacity, filter;
}

.bg-video{
  transform:
    translate3d(calc(var(--parallax-bg-x, 0px) + var(--bg-sway-x, 0px)), calc(var(--parallax-bg-y, 0px) + var(--bg-sway-y, 0px)), 0)
    scale(var(--bg-scale-live, var(--bg-scale, 1.02)));
  filter:
    grayscale(var(--bg-filter-grayscale, 0))
    contrast(var(--bg-filter-contrast, 1.05))
    saturate(var(--bg-filter-saturate, 0.90))
    brightness(var(--bg-filter-brightness-video, 0.65))
    blur(var(--bg-filter-blur, 0px));
}
body.bg-video-on .bg-video{ opacity: var(--bg-video-opacity, 0.35); }

.bg-image{
  opacity: var(--bg-image-opacity, 0.55);
  transform:
    translate3d(calc(var(--parallax-bg-x, 0px) + var(--bg-sway-x, 0px)), calc(var(--parallax-bg-y, 0px) + var(--bg-sway-y, 0px)), 0)
    scale(var(--bg-scale-live, var(--bg-scale, 1.02)));
  filter:
    grayscale(var(--bg-filter-grayscale, 0))
    contrast(var(--bg-filter-contrast, 1.05))
    saturate(var(--bg-filter-saturate, 0.90))
    brightness(var(--bg-filter-brightness-image, 0.70))
    blur(var(--bg-filter-blur, 0px));
}
body.bg-img-on .bg-image{ opacity: var(--bg-image-opacity, 0.45); }

.bg-overlay{
  opacity: var(--bg-overlay-opacity, 1);
  background:
    radial-gradient(1100px 760px at 12% 0%, rgba(var(--accent-rgb),0.18), transparent 62%),
    radial-gradient(1200px 820px at 92% 10%, rgba(var(--accent2-rgb),0.12), transparent 66%),
    radial-gradient(980px 720px at 50% 120%, rgba(var(--accent-rgb),0.10), transparent 68%),
    linear-gradient(180deg, rgba(0,0,0,var(--bg-darken-top, 0.55)), rgba(0,0,0,var(--bg-darken-bottom, 0.88)));
}

.bg-sparkles{
  animation: sparkleDrift 22s linear infinite;
  transform: translate3d(var(--parallax-bg-x, 0px), var(--parallax-bg-y, 0px), 0) scale(var(--bg-fx-scale-live, 1));
}

.bg-floaters{
  transform: translate3d(var(--parallax-fx-x, 0px), var(--parallax-fx-y, 0px), 0) scale(var(--bg-fx-scale-live, 1));
}

#customLayersBack{
  --layer-base-parallax-x: var(--parallax-bg-x, 0px);
  --layer-base-parallax-y: var(--parallax-bg-y, 0px);
}
#customLayersContent{
  --layer-base-parallax-x: var(--parallax-fx-x, 0px);
  --layer-base-parallax-y: var(--parallax-fx-y, 0px);
}

.custom-layer{
  transform:
    translate(-50%, -50%)
    translate3d(
      calc(var(--layer-base-parallax-x, 0px) + var(--layer-parallax-x, 0px) + var(--layer-sway-x, 0px)),
      calc(var(--layer-base-parallax-y, 0px) + var(--layer-parallax-y, 0px) + var(--layer-sway-y, 0px)),
      0
    );
}

@keyframes noiseShift{
  0%{ transform: translate3d(var(--parallax-bg-x, 0px), var(--parallax-bg-y, 0px), 0) scale(var(--bg-fx-scale-live, 1)); }
  25%{ transform: translate3d(calc(var(--parallax-bg-x, 0px) - 2%), calc(var(--parallax-bg-y, 0px) + 1%), 0) scale(var(--bg-fx-scale-live, 1)); }
  50%{ transform: translate3d(calc(var(--parallax-bg-x, 0px) + 2%), calc(var(--parallax-bg-y, 0px) - 1%), 0) scale(var(--bg-fx-scale-live, 1)); }
  75%{ transform: translate3d(calc(var(--parallax-bg-x, 0px) - 1%), calc(var(--parallax-bg-y, 0px) - 2%), 0) scale(var(--bg-fx-scale-live, 1)); }
  100%{ transform: translate3d(var(--parallax-bg-x, 0px), var(--parallax-bg-y, 0px), 0) scale(var(--bg-fx-scale-live, 1)); }
}

@keyframes scanMove{
  from{ transform: translate3d(var(--parallax-bg-x, 0px), var(--parallax-bg-y, 0px), 0) scale(var(--bg-fx-scale-live, 1)); }
  to{ transform: translate3d(var(--parallax-bg-x, 0px), calc(var(--parallax-bg-y, 0px) + 60px), 0) scale(var(--bg-fx-scale-live, 1)); }
}

/* OAuth card polish — v18.0.2 */
.reg-oauth-grid{
  align-items: stretch;
}
.reg-oauth-card{
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.reg-oauth-card .reg-title,
.reg-oauth-card .reg-card-hint,
.reg-oauth-card .reg-auth-stat,
.reg-oauth-card .reg-oauth-card-kicker{
  position: relative;
  z-index: 1;
}
.reg-oauth-card .reg-card-hint{
  min-height: 2.9em;
}
.reg-oauth-actions{
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
}
.oauth-connect-btn{
  width: 100%;
  min-height: 64px;
  padding: 0 24px !important;
  gap: 14px;
  align-self: stretch;
}
.oauth-connect-btn__icon{
  width: 26px;
  height: 26px;
}
.oauth-connect-btn__icon svg{
  width: 26px;
  height: 26px;
  display: block;
}
.oauth-connect-btn::before{
  inset: 0 !important;
  border-radius: inherit !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.04) 52%, rgba(0,0,0,0.18)),
    repeating-linear-gradient(135deg,
      rgba(255,255,255,0.18) 0 10px,
      rgba(255,255,255,0.05) 10px 20px) !important;
  background-position: 0 0, 12px 0 !important;
  opacity: 0.16 !important;
}
.oauth-connect-btn::after{
  inset: -34% -52% !important;
}
.oauth-connect-btn-osu{
  --moneyA: 255,102,170;
  --moneyB: 255,150,210;
}
.oauth-connect-btn-discord{
  --moneyA: 88,101,242;
  --moneyB: 136,146,255;
}
.oauth-connect-btn__icon--osu{
  filter: drop-shadow(0 6px 18px rgba(255,102,170,0.32));
}
.oauth-connect-btn__icon--discord{
  filter: drop-shadow(0 6px 18px rgba(88,101,242,0.32));
}
.reg-card.is-linked .reg-oauth-card-kicker,
.reg-card.is-linked .reg-title,
.reg-card.is-linked .reg-card-hint,
.reg-card.is-linked .reg-oauth-actions,
.reg-card.is-linked .reg-auth-stat{
  display: none !important;
}
.reg-card.is-linked .reg-oauth-profile{
  margin-top: 0;
  min-height: 158px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04)),
    radial-gradient(circle at 0% 0%, rgba(var(--accent3-rgb),0.14), transparent 52%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 20px 56px rgba(0,0,0,0.28);
}
.reg-oauth-card-player.is-linked .reg-oauth-profile{
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04)),
    radial-gradient(circle at 0% 0%, rgba(255,102,170,0.18), transparent 54%);
}
.reg-oauth-card-user.is-linked .reg-oauth-profile{
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04)),
    radial-gradient(circle at 0% 0%, rgba(88,101,242,0.18), transparent 54%);
}
.reg-card.is-linked .reg-oauth-avatar-shell{
  width: 84px;
  height: 84px;
  border-radius: 24px;
}
.reg-card.is-linked .reg-oauth-avatar-fallback{
  font-size: 18px;
}
.reg-card.is-linked .reg-oauth-profile-copy{
  gap: 8px;
}
.reg-card.is-linked .reg-oauth-profile-name{
  font-size: 22px;
  line-height: 1.05;
}
.reg-card.is-linked .reg-oauth-profile-head{
  gap: 10px;
  align-items: center;
}
.reg-card.is-linked .reg-oauth-profile-meta{
  font-size: 14px;
  color: rgba(255,255,255,0.78);
}
.reg-card.is-linked .reg-oauth-inline-link{
  margin-top: 4px;
}
.reg-card.is-linked-fallback{
  box-shadow:
    0 0 0 1px rgba(var(--accent3-rgb),0.08) inset,
    0 0 24px rgba(var(--accent3-rgb),0.08);
}
@media (max-width: 700px){
  .reg-card.is-linked .reg-oauth-profile{
    grid-template-columns: 1fr;
    justify-items: start;
  }
  .reg-card.is-linked .reg-oauth-avatar-shell{
    width: 72px;
    height: 72px;
    border-radius: 20px;
  }
  .oauth-connect-btn{
    min-height: 60px;
  }
}


/* OAuth card state fix + CTA texture alignment — v18.0.3 */
.reg-oauth-card{
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.reg-oauth-connect-state{
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1 1 auto;
}
.reg-oauth-connect-state .reg-card-hint{
  margin: 0;
  min-height: 2.9em;
}
.reg-oauth-connect-state .reg-oauth-actions{
  margin-top: auto;
}
.reg-oauth-card .reg-oauth-card-kicker,
.reg-oauth-card .reg-title{
  display: none !important;
}
.reg-oauth-card[data-oauth-state="connect"] .reg-oauth-profile{
  display: none !important;
}
.reg-oauth-card[data-oauth-state="linked"] .reg-oauth-connect-state{
  display: none !important;
}
.reg-oauth-card[data-oauth-state="linked"] .reg-oauth-profile{
  display: grid !important;
}
.oauth-connect-btn{
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.oauth-connect-btn::before{
  inset: 0 !important;
  border-radius: inherit !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.03) 56%, rgba(0,0,0,0.18)),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.15) 0 11px, rgba(255,255,255,0.04) 11px 22px) !important;
  background-position: 0 0, 0 0 !important;
  background-size: auto, 22px 22px !important;
  opacity: 0.16 !important;
  transform: none !important;
}
.oauth-connect-btn::after{
  inset: -34% -52% !important;
}
.reg-card.is-linked .reg-oauth-profile{
  margin-top: 0;
}
.reg-card.is-linked .reg-oauth-profile-name{
  font-size: 22px;
}
.reg-card.is-linked .reg-oauth-profile-meta{
  color: rgba(255,255,255,0.80);
}
@media (max-width: 700px){
  .oauth-connect-btn{ min-height: 60px; }
}

/* Registration UX polish — explicit confirm flow + button alignment */
.reg-oauth-connect-state{
  min-height: 100%;
}
.reg-oauth-actions{
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(60px, auto) minmax(22px, auto);
  align-content: end;
  align-items: start;
  gap: 10px;
}
.reg-oauth-actions > .oauth-connect-btn{
  grid-row: 1;
  width: 100%;
  align-self: stretch;
}
.reg-oauth-actions > .reg-oauth-inline-link{
  grid-row: 2;
  justify-self: start;
  min-height: 22px;
}
.reg-oauth-card-player .reg-oauth-actions::after{
  content: "";
  grid-row: 2;
  min-height: 22px;
  display: block;
}
@media (max-width: 700px){
  .reg-oauth-actions{
    grid-template-rows: minmax(56px, auto) minmax(22px, auto);
  }
  .reg-confirm-actions .money-btn{
    width: 100%;
  }
}



/* =========================================================
   v19.0.2 — visual polish milestone 1: Endfield-inspired shell reset
   - reduce plush rounding
   - strip out obvious backplates
   - keep frosted glass only as a light floating film
   - add angular data-line / schematic chrome
   ========================================================= */
body.theme-v19{
  --radius: 8px;
  --radius2: 12px;
  --btn-radius: 6px;
  --btn-radius-sm: 5px;
  --v19-frost: rgba(255,255,255,0.038);
  --v19-frost-strong: rgba(255,255,255,0.068);
  --v19-frost-edge: rgba(255,255,255,0.13);
  --v19-frost-edge-soft: rgba(255,255,255,0.07);
  --v19-hud-shadow: 0 18px 52px rgba(0,0,0,0.34);
  --v19-tech-cyan: rgba(var(--accent-rgb, 0, 229, 255), 0.92);
  --v19-tech-magenta: rgba(var(--accent2-rgb, 255, 51, 85), 0.82);
  --v19-tech-lime: rgba(var(--accent3-rgb, 184, 255, 90), 0.82);
}

body.theme-v19::before,
body.theme-v19::after{
  content:"";
  position: fixed;
  top: 88px;
  bottom: 18px;
  width: 1px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.36;
  background: linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0.04) 24%, rgba(255,255,255,0.08) 72%, transparent);
}
body.theme-v19::before{ left: clamp(14px, 2.2vw, 30px); }
body.theme-v19::after{ right: clamp(14px, 2.2vw, 30px); }

body.theme-v19 .container::before,
body.theme-v19 .container::after{
  content:"";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}
body.theme-v19 .container::before{
  background:
    linear-gradient(90deg, transparent, rgba(255,255,255,0.05) 9%, transparent 18%) top left / 32% 1px no-repeat,
    linear-gradient(90deg, transparent, rgba(255,255,255,0.05) 14%, transparent 24%) top right / 34% 1px no-repeat,
    linear-gradient(180deg, rgba(255,255,255,0.04), transparent 42%) top right / 1px 160px no-repeat,
    linear-gradient(180deg, rgba(255,255,255,0.04), transparent 42%) top left / 1px 120px no-repeat;
  opacity: 0.78;
}
body.theme-v19 .container::after{
  background:
    radial-gradient(380px 180px at 14% 0%, rgba(var(--accent-rgb,0,229,255),0.08), transparent 72%),
    radial-gradient(420px 200px at 88% 8%, rgba(var(--accent2-rgb,255,51,85),0.08), transparent 72%);
  opacity: 0.52;
}

body.theme-v19 .topbar{
  background: linear-gradient(180deg, rgba(7,10,18,0.18), rgba(7,10,18,0.08)) !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(18px) saturate(1.08) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.08) !important;
}
body.theme-v19 .topbar::before{
  content:"";
  position:absolute;
  left: clamp(14px, 2vw, 28px);
  right: clamp(14px, 2vw, 28px);
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12) 12%, rgba(var(--accent-rgb,0,229,255),0.22) 48%, rgba(255,255,255,0.12) 86%, transparent);
  pointer-events:none;
}
body.theme-v19 .brand{
  gap: 12px;
}
body.theme-v19 .logo{
  border-radius: 6px !important;
  background: rgba(255,255,255,0.03) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  box-shadow: none !important;
}
body.theme-v19 .event-name{
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
body.theme-v19 .brand-row{
  gap: 12px;
}

body.theme-v19 .tabs{
  gap: clamp(12px, 2vw, 22px);
  align-items: flex-end;
}
body.theme-v19 .tab{
  position: relative;
  padding: 12px 0 16px !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(255,255,255,0.72) !important;
  letter-spacing: 0.16em;
  font-weight: 1000;
}
body.theme-v19 .tab::before{
  content:"";
  position:absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 1px;
  background: rgba(255,255,255,0.16);
  opacity: 0.28;
  transform: scaleX(0.38);
  transform-origin: center;
  transition: transform .18s ease, opacity .18s ease, background .18s ease;
}
body.theme-v19 .tab::after{
  content:"";
  position:absolute;
  left: 50%;
  bottom: 3px;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: rgba(255,255,255,0.86);
  transform: translateX(-50%) rotate(45deg) scale(0);
  opacity: 0;
  transition: transform .18s ease, opacity .18s ease;
}
body.theme-v19 .tab:hover,
body.theme-v19 .tab.active{
  color: rgba(255,255,255,0.98) !important;
}
body.theme-v19 .tab:hover::before,
body.theme-v19 .tab.active::before{
  opacity: 0.95;
  transform: scaleX(1);
  background: linear-gradient(90deg, transparent, rgba(var(--accent3-rgb,184,255,90),0.88) 44%, rgba(var(--accent-rgb,0,229,255),0.88), transparent);
}
body.theme-v19 .tab.active::after{
  opacity: 0.92;
  transform: translateX(-50%) rotate(45deg) scale(1);
}

body.theme-v19 .lang-switch,
body.theme-v19 .pill,
body.theme-v19 .meta-pill,
body.theme-v19 .news-dock-dot,
body.theme-v19 .lang-switch-btn{
  border-radius: 4px !important;
}

body.theme-v19 .booking-btn.money-btn{
  min-height: 46px;
}

body.theme-v19 #tab-info .hero-splash{
  align-items: flex-start;
  min-height: calc(100vh - 74px);
  padding-top: clamp(28px, 6vw, 86px);
  padding-bottom: 24px;
}
body.theme-v19 #tab-info .hero-frame{
  width: min(1120px, 100%);
  padding: clamp(10px, 1.6vw, 16px) 0 26px;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  overflow: visible !important;
}
body.theme-v19 #tab-info .hero-frame::before{
  content:"" !important;
  position:absolute;
  inset: 0 auto auto 0;
  width: min(320px, 42vw);
  height: 120px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.78), rgba(255,255,255,0.14) 58%, transparent),
    linear-gradient(180deg, rgba(255,255,255,0.18), transparent 56%);
  opacity: 0.42;
  pointer-events:none;
}
body.theme-v19 #tab-info .hero-frame::after{
  content:"";
  position:absolute;
  right: 0;
  top: 0;
  width: min(220px, 28vw);
  height: min(180px, 20vw);
  background:
    linear-gradient(90deg, transparent, transparent calc(100% - 1px), rgba(255,255,255,0.22) calc(100% - 1px)),
    linear-gradient(180deg, rgba(255,255,255,0.22), transparent 62%),
    linear-gradient(135deg, transparent 0 74%, rgba(var(--accent-rgb,0,229,255),0.22) 74% 76%, transparent 76% 100%);
  opacity: 0.40;
  pointer-events:none;
}
body.theme-v19 .hero-top{
  display:flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
body.theme-v19 #heroBadge,
body.theme-v19 .hero-mini,
body.theme-v19 #taglineMini{
  display: inline-flex !important;
}
body.theme-v19 #heroBadge{
  align-items:center;
  gap: 8px;
  padding: 10px 14px 10px 12px;
  border-radius: 0 !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)) !important;
  backdrop-filter: blur(12px) saturate(1.06);
  -webkit-backdrop-filter: blur(12px) saturate(1.06);
  box-shadow: none !important;
  letter-spacing: 0.2em;
  font-size: 10px;
  color: rgba(255,255,255,0.86) !important;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%, 8px 50%);
}
body.theme-v19 .hero-mini{
  gap: 10px;
  align-items: center;
  color: rgba(255,255,255,0.76) !important;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 10px;
  font-weight: 1000;
}
body.theme-v19 .mini-dot{
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 0 0 4px rgba(var(--accent-rgb,0,229,255),0.10);
}
body.theme-v19 .hero-title-wrap{
  margin-top: 0;
  padding-top: 28px;
  position: relative;
}
body.theme-v19 .hero-title-wrap::before{
  content:"";
  position:absolute;
  left: 0;
  top: 0;
  width: min(260px, 36vw);
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0.86), rgba(255,255,255,0.16), transparent);
}
body.theme-v19 .hero-title-wrap::after{
  content:"";
  position:absolute;
  right: 0;
  top: 14px;
  width: min(170px, 20vw);
  height: 70px;
  background:
    linear-gradient(90deg, transparent, transparent calc(100% - 1px), rgba(255,255,255,0.22) calc(100% - 1px)),
    linear-gradient(180deg, rgba(255,255,255,0.22), transparent 62%);
  opacity: 0.54;
}
body.theme-v19 .hero-title-img{
  filter:
    drop-shadow(0 24px 48px rgba(0,0,0,0.42))
    drop-shadow(0 0 22px rgba(var(--accent-rgb,0,229,255),0.12));
}
body.theme-v19 .hero-meta{
  margin-top: 18px;
  gap: 10px;
}
body.theme-v19 .meta-pill{
  border-radius: 0 !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)) !important;
  backdrop-filter: blur(12px) saturate(1.06);
  -webkit-backdrop-filter: blur(12px) saturate(1.06);
  box-shadow: none !important;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%, 8px 50%);
}
body.theme-v19 .hero-desc{
  max-width: 660px;
  color: rgba(255,255,255,0.86);
}
body.theme-v19 .hero-cta{
  display: grid;
  grid-template-columns: minmax(0, 360px) auto auto;
  gap: 14px;
  align-items: center;
}
body.theme-v19 .scroll-more{
  justify-self: start;
  align-self: end;
  padding: 0 0 8px !important;
  border: none !important;
  border-bottom: 1px solid rgba(255,255,255,0.16) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
body.theme-v19 .scroll-more:hover{
  border-bottom-color: rgba(var(--accent-rgb,0,229,255),0.36) !important;
}
body.theme-v19 .hero-fineprint{
  margin-top: 18px;
}
body.theme-v19 .news-dock-slot .news-card{
  border-radius: 6px !important;
}

body.theme-v19 .section{
  margin-top: 42px;
}
body.theme-v19 .section-head{
  position: relative;
  padding: 0 0 18px;
  margin-bottom: 18px;
  border: none !important;
}
body.theme-v19 .section-head::before{
  content:"";
  position:absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0.32), rgba(255,255,255,0.08) 42%, transparent 86%);
}
body.theme-v19 .section-head::after{
  content:"";
  position:absolute;
  left: 0;
  bottom: -2px;
  width: 32px;
  height: 5px;
  background: linear-gradient(90deg, rgba(var(--accent-rgb,0,229,255),0.72), rgba(var(--accent3-rgb,184,255,90),0.92));
}
body.theme-v19 .section-title{
  display:flex;
  align-items:center;
  gap: 12px;
  letter-spacing: 0.16em;
  margin: 0;
}
body.theme-v19 .section-title::before{
  content:"";
  width: 16px;
  height: 16px;
  border-left: 1px solid rgba(255,255,255,0.42);
  border-top: 1px solid rgba(255,255,255,0.42);
  transform: translateY(1px);
}

body.theme-v19 .info-card,
body.theme-v19 .contact-card{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-left: 1px solid rgba(255,255,255,0.18) !important;
  padding: 6px 0 8px 18px !important;
  border-radius: 0 !important;
}
body.theme-v19 .timeline{
  border-left-color: rgba(255,255,255,0.14) !important;
}
body.theme-v19 .timeline-item{
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
body.theme-v19 .timeline-item:hover{
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

body.theme-v19 .ticket-card,
body.theme-v19 .product-card,
body.theme-v19 .news-card,
body.theme-v19 #tab-register .reg-card,
body.theme-v19 #tab-register .reg-player,
body.theme-v19 #tab-register .reg-s-item,
body.theme-v19 .modal,
body.theme-v19 .drawer,
body.theme-v19 .mobile-nav{
  background: linear-gradient(180deg, rgba(255,255,255,0.042), rgba(255,255,255,0.012)) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  backdrop-filter: blur(16px) saturate(1.05);
  -webkit-backdrop-filter: blur(16px) saturate(1.05);
}
body.theme-v19 .ticket-card:hover,
body.theme-v19 .product-card:hover,
body.theme-v19 .news-card:hover,
body.theme-v19 #tab-register .reg-card:hover,
body.theme-v19 #tab-register .reg-player:hover,
body.theme-v19 #tab-register .reg-s-item:hover{
  border-color: rgba(var(--accent-rgb,0,229,255),0.22) !important;
  box-shadow: 0 0 0 1px rgba(var(--accent-rgb,0,229,255),0.08) inset !important;
}
body.theme-v19 .news-card{
  background: linear-gradient(180deg, rgba(255,255,255,0.038), rgba(255,255,255,0.01)) !important;
}
body.theme-v19 .ticket-card::before,
body.theme-v19 .product-card::before,
body.theme-v19 .news-card::before,
body.theme-v19 #tab-register .reg-card::before,
body.theme-v19 #tab-register .reg-player::before{
  opacity: 0.18 !important;
  filter: none !important;
}
body.theme-v19 .reg-who,
body.theme-v19 .reg-oauth-setup,
body.theme-v19 .auto-pay-status{
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px) saturate(1.05);
}

body.theme-v19 input,
body.theme-v19 textarea,
body.theme-v19 select,
body.theme-v19 .select,
body.theme-v19 .reg-search{
  border-radius: 6px !important;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  box-shadow: none !important;
}

body.theme-v19 .money-btn,
body.theme-v19 .primary:not(.money-btn),
body.theme-v19 .secondary,
body.theme-v19 .reg-oauth-inline-link,
body.theme-v19 .icon-btn,
body.theme-v19 .lang-btn,
body.theme-v19 .lang-switch-btn,
body.theme-v19 .drawer-tab{
  border-radius: 6px !important;
}

body.theme-v19 .money-btn{
  border-radius: 0 !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  box-shadow:
    0 16px 38px rgba(0,0,0,0.42),
    inset 0 1px 0 rgba(255,255,255,0.18),
    inset 0 -3px 0 rgba(0,0,0,0.26),
    0 0 26px rgba(var(--moneyB, 255,255,255),0.12) !important;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}
body.theme-v19 .money-btn::before{
  inset: 0 !important;
  border-radius: 0 !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.03) 54%, rgba(0,0,0,0.18)),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.15) 0 9px, rgba(255,255,255,0.03) 9px 18px) !important;
  background-size: auto, 18px 18px !important;
  background-position: 0 0, 0 0 !important;
  opacity: 0.14 !important;
}
body.theme-v19 .money-btn::after{
  inset: -28% -44% !important;
}
body.theme-v19 .money-btn:hover{
  box-shadow:
    0 18px 42px rgba(0,0,0,0.48),
    inset 0 1px 0 rgba(255,255,255,0.20),
    inset 0 -3px 0 rgba(0,0,0,0.28),
    0 0 32px rgba(var(--moneyB,255,255,255),0.16) !important;
}
body.theme-v19 .money-btn.giant{
  min-height: 62px;
  padding: 16px 20px !important;
}
body.theme-v19 .primary:not(.money-btn),
body.theme-v19 .secondary,
body.theme-v19 .reg-oauth-inline-link{
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px) saturate(1.04);
  -webkit-backdrop-filter: blur(12px) saturate(1.04);
}
body.theme-v19 .secondary:hover,
body.theme-v19 .primary:not(.money-btn):hover,
body.theme-v19 .reg-oauth-inline-link:hover{
  border-color: rgba(var(--accent-rgb,0,229,255),0.24) !important;
}

body.theme-v19 .reg-oauth-profile,
body.theme-v19 .reg-player-card,
body.theme-v19 .news-row,
body.theme-v19 .ticket-content,
body.theme-v19 .product-bottom{
  position: relative;
}
body.theme-v19 .reg-oauth-profile::after,
body.theme-v19 .reg-player-card::after,
body.theme-v19 .news-row::after,
body.theme-v19 .ticket-content::after,
body.theme-v19 .product-bottom::after{
  content:"";
  position:absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-top: 1px solid rgba(255,255,255,0.18);
  border-right: 1px solid rgba(255,255,255,0.18);
  opacity: 0.58;
  pointer-events:none;
}
body.theme-v19 .reg-player-avatar-shell,
body.theme-v19 .reg-oauth-avatar-shell,
body.theme-v19 .ticket-thumb,
body.theme-v19 .details-img,
body.theme-v19 .news-thumb{
  border-radius: 6px !important;
}

@media (max-width: 980px){
  body.theme-v19 .hero-cta{
    grid-template-columns: 1fr 1fr;
  }
  body.theme-v19 .scroll-more{
    grid-column: 1 / -1;
  }
}
@media (max-width: 700px){
  body.theme-v19::before,
  body.theme-v19::after{ display:none; }
  body.theme-v19 .topbar{
    background: linear-gradient(180deg, rgba(7,10,18,0.34), rgba(7,10,18,0.12)) !important;
  }
  body.theme-v19 .hero-top{
    flex-direction: column;
    align-items: flex-start;
  }
  body.theme-v19 .hero-title-wrap::after,
  body.theme-v19 #tab-info .hero-frame::after{
    display: none;
  }
  body.theme-v19 .hero-cta{
    grid-template-columns: 1fr;
  }
  body.theme-v19 .section-title{
    gap: 10px;
  }
}


/* v22.0.11-m5-m2 — ticket availability state + top notice shell */
.vnmc-top-notice{
  position: fixed;
  left: 50%;
  top: max(12px, calc(env(safe-area-inset-top, 0px) + 10px));
  width: min(92vw, 560px);
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(10,12,18,0.96);
  color: rgba(248,250,255,0.96);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.01em;
  text-align: center;
  box-shadow: 0 18px 44px rgba(0,0,0,0.34);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transform: translate3d(-50%, calc(-100% - 18px), 0);
  opacity: 0;
  pointer-events: none;
  transition: transform 220ms ease, opacity 220ms ease;
  z-index: 4000;
}
.vnmc-top-notice.is-show{
  transform: translate3d(-50%, 0, 0);
  opacity: 1;
}
.ticket-state-badge{
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(12,14,18,0.82);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(244,247,252,0.94);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  z-index: 2;
}
.ticket-card.is-unavailable{
  opacity: 1;
  filter: none;
}
#ticketList:not(.is-mobile-ticket-carousel) .ticket-card.is-unavailable:hover{
  transform: none !important;
}
.ticket-card.is-unavailable .ticket-thumb::after{
  background:
    linear-gradient(180deg, rgba(8,10,14,0.46) 0%, rgba(8,10,14,0.38) 22%, rgba(8,10,14,0.72) 58%, rgba(8,10,14,0.96) 100%),
    radial-gradient(circle at 26% 18%, rgba(255,255,255,0.04), transparent 56%);
  opacity: 1;
}
.ticket-card.is-unavailable .ticket-thumb img{
  opacity: 0.60;
  filter: grayscale(1) brightness(0.42) saturate(0.14) contrast(0.92);
}
.ticket-card.is-unavailable .ticket-thumb.no-thumb{
  background:
    radial-gradient(circle at 24% 22%, rgba(174,181,190,0.12), transparent 60%),
    linear-gradient(180deg, rgba(30,34,42,0.72), rgba(12,14,20,0.94));
}
.ticket-card.is-unavailable .money-btn,
.money-btn.is-disabled,
.price-btn.is-disabled{
  cursor: not-allowed !important;
  pointer-events: auto;
  background: linear-gradient(180deg, rgba(147,151,162,0.28), rgba(93,98,108,0.20)) !important;
  border-color: rgba(255,255,255,0.10) !important;
  color: rgba(238,242,248,0.78) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04) !important;
}
.ticket-card.is-unavailable .money-btn::before,
.ticket-card.is-unavailable .money-btn::after,
.money-btn.is-disabled::before,
.money-btn.is-disabled::after,
.price-btn.is-disabled::before,
.price-btn.is-disabled::after{
  opacity: 0 !important;
  animation: none !important;
}
.ticket-card.is-unavailable .price-sub,
.money-btn.is-disabled .price-sub,
.price-btn.is-disabled .price-sub{
  color: rgba(238,242,248,0.68) !important;
}
@media (max-width: 640px){
  .vnmc-top-notice{
    width: min(calc(100vw - 20px), 560px);
    padding: 11px 14px;
    font-size: 13px;
  }
  .ticket-state-badge{
    top: 10px;
    right: 10px;
    padding: 5px 9px;
    font-size: 10px;
  }
}


/* v22.0.13-m5-m4-fix5 — mobile mania display mode + intro continue cleanup */
@media (hover: none) and (pointer: coarse), (any-hover: none) and (any-pointer: coarse){
  body.mania-mobile-display .mania4k{
    display: block !important;
  }
}
@media (max-width: 900px){
  body.mania-mobile-display .mania4k{
    left: auto !important;
    right: var(--maniaMobileRight, max(18px, env(safe-area-inset-right, 0px))) !important;
    top: var(--maniaMobileTop, clamp(296px, 31vw, 360px)) !important;
    width: var(--maniaMobileW, clamp(74px, 12vw, 90px)) !important;
    height: var(--maniaMobileH, clamp(188px, 27vh, 248px)) !important;
    opacity: var(--maniaMobileDim, 0.28) !important;
    filter: drop-shadow(0 10px 28px rgba(0,0,0,0.28));
    z-index: 2;
    transform: translate3d(0, 0, 0) !important;
  }
  body.mania-mobile-display .mania4k.is-active,
  body.mania-mobile-display .mania4k.is-playing{
    opacity: var(--maniaMobileActive, 0.38) !important;
  }
  body.mania-mobile-display .mania-combo{
    display: none !important;
  }
  body.mania-mobile-display .mania-canvas{
    opacity: 0.96;
  }
}
@media (max-width: 640px){
  body.mania-mobile-display .mania4k{
    right: var(--maniaMobileRight, calc(18px + env(safe-area-inset-right, 0px))) !important;
    top: var(--maniaMobileTop, clamp(278px, 38vw, 340px)) !important;
    width: var(--maniaMobileW, clamp(68px, 13vw, 84px)) !important;
    height: var(--maniaMobileH, clamp(176px, 26vh, 230px)) !important;
  }
}


/* v22.0.13-m5-m4-fix6 — unavailable tier notice/badge tech-shell pass */
.vnmc-top-notice{
  position: fixed;
  left: 50%;
  top: max(12px, calc(env(safe-area-inset-top, 0px) + 10px));
  width: min(calc(100vw - 24px), 620px);
  padding: 0;
  border-radius: 0;
  border: 1px solid rgba(255,255,255,0.10);
  background: #0a0d13;
  color: rgba(244,248,255,0.96);
  box-shadow: 0 18px 44px rgba(0,0,0,0.34);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: hidden;
  transform: translate3d(-50%, calc(-100% - 22px), 0) scale(0.985);
  opacity: 0;
  pointer-events: none;
  transition:
    transform 240ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 180ms ease,
    box-shadow 180ms ease;
  z-index: 4000;
}
.vnmc-top-notice__shell{
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: stretch;
  min-height: 56px;
}
.vnmc-top-notice__label{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  background: #ff3355;
  color: #05070b;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.24em;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
}
.vnmc-top-notice__body{
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 13px 18px 13px 18px;
  background: #0a0d13;
}
.vnmc-top-notice__body::after{
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0.0), rgba(255,255,255,0.14), rgba(255,255,255,0.0));
}
.vnmc-top-notice__accent{
  position: relative;
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  background: #ff3355;
}
.vnmc-top-notice__message{
  display: block;
  min-width: 0;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.035em;
  text-align: left;
}
.vnmc-top-notice.is-show{
  transform: translate3d(-50%, 0, 0) scale(1);
  opacity: 1;
}
.ticket-state-badge{
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 30px;
  padding: 0 20px 0 24px;
  border-radius: 0;
  border: 1px solid rgba(255,255,255,0.10);
  background: #0a0d13;
  color: rgba(244,247,252,0.96);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.20em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(0,0,0,0.24);
  overflow: hidden;
  z-index: 2;
}
.ticket-state-badge::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 11px;
  background: #ff3355;
}
.ticket-state-badge::after{
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 6px;
  height: 6px;
  background: rgba(255,255,255,0.82);
  transform: translateY(-50%);
  opacity: 0.74;
}
.ticket-card.is-unavailable .money-btn,
.money-btn.is-disabled,
.price-btn.is-disabled{
  border-radius: 0 !important;
  background: #0a0d13 !important;
  border-color: rgba(255,255,255,0.08) !important;
  color: rgba(244,248,255,0.94) !important;
  box-shadow:
    inset 12px 0 0 #ff3355,
    inset 0 0 0 1px rgba(255,255,255,0.03),
    0 12px 26px rgba(0,0,0,0.16) !important;
}
.ticket-card.is-unavailable .price-main,
.money-btn.is-disabled .price-main,
.price-btn.is-disabled .price-main{
  color: rgba(244,248,255,0.76) !important;
}
.ticket-card.is-unavailable .price-sub,
.money-btn.is-disabled .price-sub,
.price-btn.is-disabled .price-sub{
  color: rgba(244,248,255,0.96) !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase;
}
@media (max-width: 640px){
  .vnmc-top-notice{
    width: min(calc(100vw - 18px), 560px);
  }
  .vnmc-top-notice__shell{
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .vnmc-top-notice__label{
    justify-content: flex-start;
    min-height: 30px;
    padding: 8px 12px 7px;
  }
  .vnmc-top-notice__body{
    gap: 12px;
    padding: 12px 13px;
  }
  .vnmc-top-notice__message{
    font-size: 12px;
  }
  .ticket-state-badge{
    top: 10px;
    right: 10px;
    min-height: 28px;
    padding: 0 18px 0 22px;
    font-size: 9px;
    letter-spacing: 0.18em;
  }
}

/* v22.0.15-m13 — ticket seat picker */
#itemInfoModal.has-seat-picker{
  width: min(920px, 94vw);
  max-height: min(88vh, 900px);
}
#itemInfoModal.has-seat-picker .modal-body{
  overflow: auto;
  overscroll-behavior: contain;
}
.item-info-seat-field{
  grid-column: 1 / -1;
}
.ticket-seat-picker{
  margin-top: 10px;
  border: 1px solid rgba(255,255,255,0.16);
  background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.025));
  box-shadow: 0 14px 40px rgba(0,0,0,0.24);
  padding: 14px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
.ticket-seat-picker::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.10), transparent 18%, transparent 82%, rgba(255,255,255,0.08)),
    linear-gradient(180deg, rgba(0,229,255,0.11), transparent 34%);
  opacity:0.75;
}
.ticket-seat-picker > *{ position: relative; z-index: 1; }
.ticket-seat-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom: 12px;
}
.ticket-seat-title{
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.ticket-seat-hint{
  color: rgba(255,255,255,0.66);
  font-size: 12px;
  line-height: 1.45;
  margin-top: 4px;
  max-width: 620px;
}
.ticket-seat-selected{
  min-width: 82px;
  text-align:center;
  padding: 9px 10px;
  border: 1px solid rgba(0,229,255,0.38);
  background: rgba(0,229,255,0.12);
  color: #fff;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
  box-shadow: inset 0 -2px 0 rgba(0,229,255,0.22);
}
.ticket-seat-reference{
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.92);
  padding: 8px;
  margin-bottom: 12px;
}
.ticket-seat-reference img{
  display:block;
  width:100%;
  max-height: 260px;
  object-fit: contain;
}
.seat-legend-row{
  display:flex;
  flex-wrap:wrap;
  gap: 8px 14px;
  align-items:center;
  margin: 8px 0 10px;
  font-size: 11px;
  color: rgba(255,255,255,0.76);
  text-transform: uppercase;
  letter-spacing: .08em;
}
.seat-legend-row span{
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.seat-swatch-mini{
  width: 12px;
  height: 12px;
  display:inline-block;
  border: 1px solid rgba(255,255,255,0.30);
  background: rgba(255,255,255,0.16);
}
.seat-swatch-mini.available{ background: rgba(255,255,255,0.78); }
.seat-swatch-mini.selected{ background: rgba(0,229,255,0.84); border-color: rgba(0,229,255,0.72); }
.seat-swatch-mini.held{ background: rgba(255,200,90,0.72); border-color: rgba(255,200,90,0.65); }
.seat-swatch-mini.paid{ background: rgba(255,77,141,0.72); border-color: rgba(255,77,141,0.62); }
.ticket-seat-toolbar{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:center;
  margin: 8px 0 10px;
}
.ticket-seat-status{
  color: rgba(255,255,255,0.62);
  font-size: 12px;
  line-height:1.35;
}
.ticket-seat-refresh{
  flex:0 0 auto;
}
.seat-map-scroll{
  overflow:auto;
  border: 1px solid rgba(255,255,255,0.13);
  background: rgba(2,6,18,0.54);
  padding: 10px;
  max-height: 380px;
  outline: none;
}
.seat-map-scroll:focus-visible{
  box-shadow: 0 0 0 2px rgba(0,229,255,0.38);
}
.seat-picker-grid{
  display:grid;
  gap: 7px;
  min-width: 720px;
}
.seat-floor-label{
  color: rgba(255,255,255,0.82);
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 0 3px;
  border-top: 1px solid rgba(255,255,255,0.10);
}
.seat-floor-label:first-child{
  border-top: 0;
  padding-top: 0;
}
.seat-stage-reference{
  display: grid;
  grid-template-columns: 24px 1fr 24px;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
}
.seat-stage-bar{
  grid-column: 2;
  min-height: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.16);
  border-left: 4px solid rgba(var(--accent-rgb,0,229,255),0.86);
  border-right: 4px solid rgba(var(--accent3-rgb,184,255,90),0.74);
  background:
    linear-gradient(90deg, rgba(var(--accent-rgb,0,229,255),0.12), transparent 22%, transparent 78%, rgba(var(--accent3-rgb,184,255,90),0.10)),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.055) 0 1px, transparent 1px 18px),
    rgba(2,6,18,0.88);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.10),
    inset 0 -2px 0 rgba(var(--accent-rgb,0,229,255),0.20),
    0 12px 22px rgba(0,0,0,0.22);
}
.seat-stage-label{
  color: rgba(255,255,255,0.96);
  font-size: 13px;
  font-weight: 1100;
  letter-spacing: .30em;
  text-transform: uppercase;
}
.seat-stage-sub{
  margin-top: 3px;
  color: rgba(var(--accent-rgb,0,229,255),0.78);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.seat-pick-row{
  display:grid;
  grid-template-columns: 24px 1fr 24px;
  align-items:center;
  gap: 8px;
}
.seat-pick-row-label{
  color: #fff;
  font-weight: 950;
  font-size: 13px;
  text-align:center;
}
.seat-pick-row-label.is-right{ opacity: .78; }
.seat-pick-seats{
  display:flex;
  flex-wrap: nowrap;
  gap: 4px;
  align-items:center;
}
.seat-pick-btn{
  appearance:none;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.78);
  color: rgba(2,6,18,0.92);
  width: 29px;
  height: 23px;
  padding:0;
  border-radius: 0;
  font-size: 10px;
  font-weight: 950;
  line-height:1;
  cursor:pointer;
  transition: transform .12s ease, background .12s ease, color .12s ease, border-color .12s ease;
}
.seat-pick-btn:hover,
.seat-pick-btn:focus-visible{
  transform: translateY(-1px);
  border-color: rgba(0,229,255,0.62);
  outline: none;
}
.seat-pick-btn.selected{
  background: rgba(0,229,255,0.92);
  color: #041016;
  border-color: rgba(0,229,255,0.95);
  box-shadow: 0 0 0 2px rgba(0,229,255,0.16);
}
.seat-pick-btn.held{
  background: rgba(255,200,90,0.68);
  color: rgba(20,12,2,0.86);
  border-color: rgba(255,200,90,0.72);
}
.seat-pick-btn.paid,
.seat-pick-btn.taken,
.seat-pick-btn.cart{
  background: rgba(255,77,141,0.30);
  color: rgba(255,255,255,0.46);
  border-color: rgba(255,77,141,0.42);
  cursor:not-allowed;
  opacity: .72;
}
.seat-pick-btn.cart{
  background: rgba(184,255,90,0.34);
  border-color: rgba(184,255,90,0.42);
}
.seat-pick-btn:disabled:hover{
  transform:none;
}
@media (max-width: 720px){
  #itemInfoModal.has-seat-picker{
    width: 96vw;
    max-height: 92vh;
  }
  .ticket-seat-head,
  .ticket-seat-toolbar{
    flex-direction: column;
    align-items: stretch;
  }
  .ticket-seat-selected{
    min-width: 0;
    width: 100%;
  }
  .ticket-seat-reference img{
    max-height: 190px;
  }
  .seat-picker-grid{
    min-width: 660px;
  }
  .seat-pick-btn{
    width: 26px;
    height: 22px;
    font-size: 9px;
  }
  .seat-map-scroll{
    max-height: 360px;
  }
}
@media (prefers-reduced-motion: reduce){
  .seat-pick-btn{ transition:none; }
  .seat-pick-btn:hover,
  .seat-pick-btn:focus-visible{ transform:none; }
}

/* v22.0.15-m14-new2 — keep the prize pool board visually active after later section resets */
.prize-pool-section{
  background:
    linear-gradient(135deg, rgba(1,6,18,0.88), rgba(7,17,34,0.76) 42%, rgba(7,11,26,0.90)),
    radial-gradient(800px 320px at 8% 12%, rgba(var(--accent-rgb,0,229,255),0.22), transparent 62%),
    radial-gradient(640px 260px at 96% 88%, rgba(var(--accent3-rgb,184,255,90),0.15), transparent 64%) !important;
  border: 1px solid rgba(var(--accent-rgb,0,229,255),0.30) !important;
  box-shadow:
    0 30px 86px rgba(0,0,0,0.26),
    inset 0 1px 0 rgba(255,255,255,0.08) !important;
  overflow: hidden !important;
}
.prize-pool-section::before{
  content:"" !important;
  position:absolute !important;
  inset:-24% -10% !important;
  pointer-events:none !important;
  z-index:0 !important;
  opacity:0.40 !important;
  background:
    linear-gradient(rgba(255,255,255,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.052) 1px, transparent 1px) !important;
  background-size: 36px 36px !important;
  transform: translate3d(0, calc(var(--prize-parallax-y, 0px) * -0.36), 0) rotate(-1.5deg) scale(1.05) !important;
  will-change: transform;
  mask-image: linear-gradient(90deg, transparent, #000 15%, #000 82%, transparent);
}
.prize-pool-section::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  pointer-events:none !important;
  background:
    linear-gradient(90deg, transparent, rgba(var(--accent-rgb,0,229,255),0.20), transparent),
    linear-gradient(180deg, rgba(255,255,255,0.10), transparent 18%, transparent 84%, rgba(255,255,255,0.08)) !important;
  opacity:0.58 !important;
  transform: translate3d(calc((var(--prize-parallax-p, 0) - .5) * 26px), 0, 0) !important;
}

/* v22.0.15-m15 — prize podium rewrite + compact venue-accurate seat picker */
.prize-podium-section{
  padding: clamp(20px, 3.2vw, 38px) !important;
}
.prize-podium-head{
  margin-bottom: clamp(18px, 2.2vw, 30px);
  align-items:flex-start;
}
.prize-podium{
  position: relative;
  z-index: 2;
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 330px));
  align-items:flex-end;
  justify-content:center;
  gap: clamp(12px, 2vw, 22px);
  min-height: 0;
  padding: clamp(8px, 1vw, 14px) 0 0;
}
.prize-podium::before{
  content:"";
  position:absolute;
  left: max(0px, 3%);
  right: max(0px, 3%);
  top: clamp(274px, 34vw, 364px);
  height: 78px;
  pointer-events:none;
  border:1px solid rgba(var(--accent-rgb,0,229,255),0.16);
  background:
    linear-gradient(90deg, rgba(var(--accent-rgb,0,229,255),0.08), transparent 26%, transparent 74%, rgba(var(--accent3-rgb,184,255,90),0.08)),
    rgba(0,0,0,0.20);
  transform: translate3d(0, calc(var(--prize-parallax-y, 0px) * .10), 0);
}
.prize-podium-card{
  --podium-accent: var(--accent-rgb, 0,229,255);
  position:relative;
  width: 100%;
  max-width: none;
  min-width: 0;
  padding: clamp(14px, 2vw, 24px);
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  border-radius:0;
  border:1px solid rgba(var(--podium-accent),0.30);
  background:
    linear-gradient(180deg, rgba(var(--podium-accent),0.13), rgba(var(--podium-accent),0.035) 46%, rgba(0,0,0,0.34)),
    rgba(3,8,18,0.82);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 26px 72px rgba(0,0,0,0.28);
  overflow:hidden;
  opacity:0;
  transform: translate3d(0, 18px, 0);
}
.prize-podium-card::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background: linear-gradient(180deg, rgba(var(--podium-accent),0.95), rgba(var(--accent3-rgb,184,255,90),0.58));
}
.prize-podium-card::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg, transparent, rgba(255,255,255,0.10), transparent),
    linear-gradient(180deg, rgba(255,255,255,0.08), transparent 40%);
  opacity:.52;
  transform: translate3d(calc((var(--prize-parallax-p, 0) - .5) * 20px), 0, 0);
}
.prize-podium-section.in-view .prize-podium-card{
  animation: prizePodiumIn .62s cubic-bezier(.2,.82,.18,1) forwards;
}
.prize-podium-section.in-view .prize-podium-card.is-place-2{ animation-delay: .05s; }
.prize-podium-section.in-view .prize-podium-card.is-place-1{ animation-delay: .13s; }
.prize-podium-section.in-view .prize-podium-card.is-place-3{ animation-delay: .20s; }
.prize-podium-card.is-place-1{
  --podium-accent: var(--accent3-rgb,184,255,90);
  order:2;
  min-height: clamp(300px, 35vw, 390px);
  z-index:3;
  border-color: rgba(var(--accent3-rgb,184,255,90),0.48);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    0 32px 92px rgba(0,0,0,0.34),
    0 0 40px rgba(var(--accent3-rgb,184,255,90),0.12);
}
.prize-podium-card.is-place-2{
  order:1;
  min-height: clamp(238px, 28vw, 320px);
}
.prize-podium-card.is-place-3{
  --podium-accent: var(--accent2-rgb,255,77,141);
  order:3;
  min-height: clamp(212px, 25vw, 292px);
}
.prize-podium-rank,
.prize-podium-title,
.prize-podium-value{
  position:relative;
  z-index:1;
}
.prize-podium-rank{
  width:max-content;
  padding: 7px 10px;
  border:1px solid rgba(var(--podium-accent),0.32);
  background: rgba(0,0,0,0.30);
  color: rgba(255,255,255,0.84);
  font-size: 11px;
  font-weight: 1100;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.prize-podium-value{
  margin-top: auto;
  min-width: 0;
  padding-top: clamp(18px, 3.4vw, 46px);
  font-size: clamp(26px, 2.55vw, 36px);
  line-height:1;
  font-weight: 1300;
  letter-spacing:-.035em;
  color: rgba(255,255,255,0.98);
  text-shadow: 0 0 28px rgba(var(--podium-accent),0.24);
  white-space: nowrap;
}
.prize-podium-card.is-place-1 .prize-podium-value{
  font-size: clamp(28px, 2.72vw, 38px);
}
.prize-podium-title{
  margin: 12px 0 0;
  font-size: clamp(13px, 1.35vw, 18px);
  line-height: 1.28;
  font-weight: 1100;
  letter-spacing:.055em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.70);
  overflow-wrap:anywhere;
}
.prize-podium-extra-grid{
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  order: 4;
  width: min(100%, 980px);
  justify-self: center;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: clamp(2px, 1.4vw, 10px);
}
.prize-podium-extra-card{
  --podium-accent: var(--accent-rgb, 0,229,255);
  position: relative;
  min-width: 0;
  min-height: 154px;
  padding: 14px 14px 16px;
  border: 1px solid rgba(var(--podium-accent),0.24);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(var(--podium-accent),0.08), rgba(var(--podium-accent),0.025) 46%, rgba(0,0,0,0.28)),
    rgba(3,8,18,0.72);
  overflow: hidden;
  opacity: 0;
  transform: translate3d(0, 14px, 0);
}
.prize-podium-extra-card::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: rgba(var(--podium-accent),0.78);
}
.prize-podium-section.in-view .prize-podium-extra-card{
  animation: prizePodiumIn .52s cubic-bezier(.2,.82,.18,1) forwards;
}
.prize-podium-section.in-view .prize-podium-extra-card:nth-child(1){ animation-delay: .24s; }
.prize-podium-section.in-view .prize-podium-extra-card:nth-child(2){ animation-delay: .28s; }
.prize-podium-section.in-view .prize-podium-extra-card:nth-child(3){ animation-delay: .32s; }
.prize-podium-section.in-view .prize-podium-extra-card:nth-child(4){ animation-delay: .36s; }
.prize-podium-section.in-view .prize-podium-extra-card:nth-child(5){ animation-delay: .40s; }
.prize-podium-extra-card .prize-podium-rank{
  padding: 6px 8px;
  font-size: 10px;
}
.prize-podium-extra-card .prize-podium-value{
  margin-top: 18px;
  padding-top: 0;
  font-size: clamp(18px, 1.9vw, 26px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  white-space: nowrap;
}
.prize-podium-extra-card .prize-podium-title{
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: .06em;
}
.prize-podium-step{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height: 10px;
  background: linear-gradient(90deg, rgba(var(--podium-accent),0.66), rgba(var(--podium-accent),0.22));
  z-index:1;
}
@keyframes prizePodiumIn{
  from{ opacity:0; transform: translate3d(0, 18px, 0); }
  to{ opacity:1; transform: translate3d(0, 0, 0); }
}
@media (max-width: 760px){
  .prize-podium{
    grid-template-columns:1fr;
    min-height:0;
  }
  .prize-podium::before{ display:none; }
  .prize-podium-card,
  .prize-podium-card.is-place-1,
  .prize-podium-card.is-place-2,
  .prize-podium-card.is-place-3{
    order:initial;
    max-width:none;
    min-height: 188px;
  }
  .prize-podium-card.is-place-1{ order:-1; }
  .prize-podium-extra-grid{
    grid-template-columns: 1fr;
    width: 100%;
  }
  .prize-podium-extra-card{
    min-height: 132px;
  }
  .prize-podium-value,
  .prize-podium-card.is-place-1 .prize-podium-value{
    padding-top: 18px;
    font-size: clamp(26px, 8.2vw, 36px);
  }
}
@media (prefers-reduced-motion: reduce){
  .prize-podium-section.in-view .prize-podium-card,
  .prize-podium-section.in-view .prize-podium-extra-card{
    animation:none !important;
    opacity:1;
    transform:none;
  }
}

/* Compact, no-reference-image seat modal. The grid mirrors the venue map: left block / center block / right block. */
#itemInfoModal.has-seat-picker{
  width: min(1100px, 96vw) !important;
  max-height: min(92dvh, 960px) !important;
  overflow: hidden !important;
  border-radius: 0 !important;
}
#itemInfoModal.has-seat-picker .modal-header{
  padding: 10px 14px !important;
}
#itemInfoModal.has-seat-picker .modal-title{
  font-size: 13px;
}
#itemInfoModal.has-seat-picker #itemInfoHint{
  margin-top: 2px;
  line-height: 1.25;
}
#itemInfoModal.has-seat-picker .modal-body{
  padding: 10px 14px 12px !important;
  overflow: visible !important;
}
#itemInfoModal.has-seat-picker #itemInfoForm{
  gap: 7px;
}
#itemInfoModal.has-seat-picker #itemInfoFields{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
}
#itemInfoModal.has-seat-picker #itemInfoFields label{
  gap: 5px;
}
#itemInfoModal.has-seat-picker #itemInfoFields label span{
  font-size: 10px;
  letter-spacing: .12em;
}
#itemInfoModal.has-seat-picker #itemInfoFields input{
  padding-top: 9px;
  padding-bottom: 9px;
  min-height: 38px;
}
#itemInfoModal.has-seat-picker .item-info-seat-field{
  grid-column: 1 / -1;
}
#itemInfoModal.has-seat-picker .ticket-seat-picker{
  margin-top: 0;
  padding: 10px;
  box-shadow: 0 14px 36px rgba(0,0,0,0.22);
}
#itemInfoModal.has-seat-picker .ticket-seat-head{
  align-items:center;
  margin-bottom: 7px;
}
#itemInfoModal.has-seat-picker .ticket-seat-title{
  font-size: 11px;
}
#itemInfoModal.has-seat-picker .ticket-seat-hint{
  font-size: 11px;
  line-height: 1.28;
  max-width: 780px;
}
#itemInfoModal.has-seat-picker .ticket-seat-selected{
  padding: 7px 9px;
  min-width: 76px;
  font-size: 11px;
}
#itemInfoModal.has-seat-picker .ticket-seat-reference{
  display:none !important;
}
#itemInfoModal.has-seat-picker .seat-legend-row{
  margin: 5px 0 6px;
  gap: 6px 12px;
  font-size: 9px;
}
#itemInfoModal.has-seat-picker .seat-swatch-mini{
  width: 9px;
  height: 9px;
}
#itemInfoModal.has-seat-picker .ticket-seat-toolbar{
  margin: 4px 0 6px;
  align-items:center;
}
#itemInfoModal.has-seat-picker .ticket-seat-status{
  font-size: 10px;
}
#itemInfoModal.has-seat-picker .ticket-seat-refresh{
  min-height: 28px;
  padding: 5px 10px;
  font-size: 10px;
}
#itemInfoModal.has-seat-picker .seat-map-scroll{
  overflow: hidden;
  max-height: none;
  padding: 8px;
}
#itemInfoModal.has-seat-picker .seat-picker-grid{
  width: 100%;
  min-width: 0;
  display:grid;
  gap: 3px;
}
#itemInfoModal.has-seat-picker .seat-floor-label{
  padding: 5px 0 2px;
  font-size: 10px;
  letter-spacing: .18em;
  text-align:center;
}
#itemInfoModal.has-seat-picker .seat-stage-reference{
  display:grid;
  grid-template-columns: 18px minmax(86px, .30fr) minmax(360px, 1.35fr) minmax(86px, .30fr) 18px;
  gap: clamp(8px, 1.8vw, 24px);
  margin: 2px 0 5px;
}
#itemInfoModal.has-seat-picker .seat-stage-bar{
  grid-column: 2 / 5;
  min-height: 30px;
}
#itemInfoModal.has-seat-picker .seat-stage-label{
  font-size: 11px;
  letter-spacing: .30em;
}
#itemInfoModal.has-seat-picker .seat-stage-sub{
  font-size: 7px;
}
#itemInfoModal.has-seat-picker .seat-pick-row-layout{
  display:grid;
  grid-template-columns: 18px minmax(86px, .30fr) minmax(360px, 1.35fr) minmax(86px, .30fr) 18px;
  gap: clamp(8px, 1.8vw, 24px);
  align-items:center;
}
#itemInfoModal.has-seat-picker .seat-pick-row-label{
  font-size: 11px;
  line-height: 1;
}
#itemInfoModal.has-seat-picker .seat-pick-seats{
  display:flex;
  flex-wrap:nowrap;
  gap: 3px;
  align-items:center;
  min-width: 0;
}
#itemInfoModal.has-seat-picker .seat-group-left{ justify-content:flex-end; }
#itemInfoModal.has-seat-picker .seat-group-center{ justify-content:center; }
#itemInfoModal.has-seat-picker .seat-group-right{ justify-content:flex-start; }
#itemInfoModal.has-seat-picker .seat-pick-btn,
#itemInfoModal.has-seat-picker .seat-pick-blank{
  flex: 0 0 auto;
  width: clamp(17px, 2.35vw, 25px);
  height: clamp(14px, 1.8vw, 19px);
}
#itemInfoModal.has-seat-picker .seat-pick-btn{
  font-size: clamp(7px, .78vw, 9px);
  border-radius: 0;
}
#itemInfoModal.has-seat-picker .seat-pick-blank{
  display:inline-block;
  opacity:0;
  pointer-events:none;
}
#itemInfoModal.has-seat-picker .modal-action-row{
  margin-top: 8px;
  gap: 8px;
}
#itemInfoModal.has-seat-picker .modal-action-row .full{
  min-height: 40px;
}
#itemInfoModal.has-seat-picker .item-info-error{
  margin-top: 6px;
}
@media (max-width: 760px){
  #itemInfoModal.has-seat-picker{
    width: 98vw !important;
    max-height: 96dvh !important;
    overflow: auto !important;
  }
  #itemInfoModal.has-seat-picker #itemInfoFields{
    grid-template-columns:1fr;
    gap: 7px;
  }
  #itemInfoModal.has-seat-picker .ticket-seat-head,
  #itemInfoModal.has-seat-picker .ticket-seat-toolbar{
    flex-direction:row;
    align-items:center;
  }
  #itemInfoModal.has-seat-picker .ticket-seat-hint{
    display:none;
  }
  #itemInfoModal.has-seat-picker .seat-map-scroll{
    padding: 6px;
  }
  #itemInfoModal.has-seat-picker .seat-pick-row-layout{
    grid-template-columns: 14px minmax(50px, .26fr) minmax(230px, 1.4fr) minmax(50px, .26fr) 14px;
    gap: 5px;
  }
  #itemInfoModal.has-seat-picker .seat-stage-reference{
    grid-template-columns: 14px minmax(50px, .26fr) minmax(230px, 1.4fr) minmax(50px, .26fr) 14px;
    gap: 5px;
  }
  #itemInfoModal.has-seat-picker .seat-stage-bar{
    grid-column: 2 / 5;
    min-height: 34px;
  }
  #itemInfoModal.has-seat-picker .seat-pick-btn,
  #itemInfoModal.has-seat-picker .seat-pick-blank{
    width: clamp(12px, 4.1vw, 18px);
    height: 13px;
  }
  #itemInfoModal.has-seat-picker .seat-pick-btn{
    font-size: 6px;
  }
  #itemInfoModal.has-seat-picker .seat-legend-row{
    display:none;
  }
  #itemInfoModal.has-seat-picker .ticket-seat-status{
    display:none;
  }
}

/* v22.0.15-m29-mobile-seat-map1 - mobile seat picker uses a readable pan-and-scroll map instead of shrinking seats */
@media (max-width: 760px){
  body.seat-booking-open{
    overflow: hidden;
  }
  #itemInfoModal.has-seat-picker{
    left: 0 !important;
    top: 0 !important;
    transform: none !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    display: flex;
    flex-direction: column;
    overflow: hidden !important;
    border-width: 0 !important;
  }
  #itemInfoModal.has-seat-picker .modal-header{
    flex: 0 0 auto;
    padding: 10px 12px !important;
  }
  #itemInfoModal.has-seat-picker .modal-title{
    font-size: 12px;
    line-height: 1.15;
  }
  #itemInfoModal.has-seat-picker #itemInfoHint{
    display: none;
  }
  #itemInfoModal.has-seat-picker .modal-body{
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden !important;
    padding: 8px 10px 10px !important;
  }
  #itemInfoModal.has-seat-picker #itemInfoForm{
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  #itemInfoModal.has-seat-picker #itemInfoFields{
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  #itemInfoModal.has-seat-picker #itemInfoFields > label{
    flex: 0 0 auto;
    gap: 4px;
  }
  #itemInfoModal.has-seat-picker #itemInfoFields label span{
    font-size: 9px;
  }
  #itemInfoModal.has-seat-picker #itemInfoFields input:not([type="hidden"]){
    min-height: 34px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #itemInfoModal.has-seat-picker .item-info-seat-field{
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
  }
  #itemInfoModal.has-seat-picker .ticket-seat-picker{
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
  }
  #itemInfoModal.has-seat-picker .ticket-seat-head{
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
  }
  #itemInfoModal.has-seat-picker .ticket-seat-title{
    font-size: 12px;
    line-height: 1.1;
  }
  #itemInfoModal.has-seat-picker .ticket-seat-selected{
    width: auto;
    min-width: 86px;
    padding: 9px 10px;
    font-size: 12px;
  }
  #itemInfoModal.has-seat-picker .seat-legend-row{
    display: flex;
    flex: 0 0 auto;
    margin: 4px 0 7px;
    gap: 5px 10px;
    font-size: 8px;
    letter-spacing: .06em;
  }
  #itemInfoModal.has-seat-picker .seat-swatch-mini{
    width: 10px;
    height: 10px;
  }
  #itemInfoModal.has-seat-picker .ticket-seat-toolbar{
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 8px;
  }
  #itemInfoModal.has-seat-picker .ticket-seat-status{
    display: none;
  }
  #itemInfoModal.has-seat-picker .ticket-seat-refresh{
    min-height: 32px;
    padding: 7px 11px;
    font-size: 10px;
  }
  #itemInfoModal.has-seat-picker .seat-map-scroll{
    flex: 1 1 auto;
    min-height: 360px;
    max-height: none;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
    overscroll-behavior: contain;
    padding: 10px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.05), rgba(0,0,0,0)),
      rgba(2,6,18,0.66);
  }
  #itemInfoModal.has-seat-picker .seat-picker-grid{
    width: max-content;
    min-width: 860px;
    gap: 7px;
    padding: 2px;
  }
  #itemInfoModal.has-seat-picker .seat-pick-row-layout{
    width: max-content;
    min-width: 860px;
    grid-template-columns: 24px minmax(118px, auto) minmax(460px, auto) minmax(118px, auto) 24px;
    gap: 10px;
  }
  #itemInfoModal.has-seat-picker .seat-stage-reference{
    width: max-content;
    min-width: 860px;
    grid-template-columns: 24px minmax(118px, auto) minmax(460px, auto) minmax(118px, auto) 24px;
    gap: 10px;
    margin-bottom: 8px;
  }
  #itemInfoModal.has-seat-picker .seat-stage-bar{
    grid-column: 2 / 5;
    min-height: 42px;
  }
  #itemInfoModal.has-seat-picker .seat-stage-label{
    font-size: 13px;
  }
  #itemInfoModal.has-seat-picker .seat-stage-sub{
    font-size: 8px;
  }
  #itemInfoModal.has-seat-picker .seat-floor-label{
    padding: 8px 0 3px;
    font-size: 11px;
  }
  #itemInfoModal.has-seat-picker .seat-pick-row-label{
    font-size: 12px;
  }
  #itemInfoModal.has-seat-picker .seat-pick-seats{
    gap: 5px;
  }
  #itemInfoModal.has-seat-picker .seat-pick-btn,
  #itemInfoModal.has-seat-picker .seat-pick-blank{
    width: 32px;
    height: 28px;
  }
  #itemInfoModal.has-seat-picker .seat-pick-btn{
    font-size: 10px;
    box-shadow: 0 2px 0 rgba(0,0,0,0.28);
  }
  #itemInfoModal.has-seat-picker .modal-action-row{
    flex: 0 0 auto;
    position: sticky;
    bottom: 0;
    margin-top: 0;
    padding-top: 8px;
    background: linear-gradient(180deg, rgba(14,14,16,0), rgba(14,14,16,0.96) 34%);
  }
  #itemInfoModal.has-seat-picker .modal-action-row .full{
    min-height: 44px;
  }
}
@media (max-width: 380px){
  #itemInfoModal.has-seat-picker .seat-map-scroll{
    min-height: 330px;
  }
  #itemInfoModal.has-seat-picker .seat-picker-grid,
  #itemInfoModal.has-seat-picker .seat-pick-row-layout{
    min-width: 820px;
  }
  #itemInfoModal.has-seat-picker .seat-pick-row-layout{
    grid-template-columns: 22px minmax(108px, auto) minmax(438px, auto) minmax(108px, auto) 22px;
    gap: 8px;
  }
  #itemInfoModal.has-seat-picker .seat-stage-reference{
    min-width: 820px;
    grid-template-columns: 22px minmax(108px, auto) minmax(438px, auto) minmax(108px, auto) 22px;
    gap: 8px;
  }
  #itemInfoModal.has-seat-picker .seat-pick-btn,
  #itemInfoModal.has-seat-picker .seat-pick-blank{
    width: 30px;
    height: 27px;
  }
  #itemInfoModal.has-seat-picker .seat-pick-btn{
    font-size: 9px;
  }
}
@media (max-height: 700px) and (max-width: 760px){
  #itemInfoModal.has-seat-picker .seat-map-scroll{
    min-height: 300px;
  }
  #itemInfoModal.has-seat-picker .ticket-seat-picker{
    padding: 8px;
  }
  #itemInfoModal.has-seat-picker .seat-legend-row{
    display: none;
  }
}

/* v22.0.15-m23-prizepool-layout1 - center prize money, demote merch/total */
.prize-podium-card,
.prize-podium-extra-card{
  align-items: stretch;
  container-type: inline-size;
  min-width: 0;
  overflow: hidden;
}
.prize-podium-card{
  text-align: center;
}
.prize-podium-card .prize-podium-rank,
.prize-podium-extra-card .prize-podium-rank{
  align-self: flex-start;
  text-align: left;
}
.prize-podium-main{
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.7vw, 18px);
  width: 100%;
  max-width: 100%;
  padding: clamp(18px, 3vw, 38px) 0 clamp(14px, 2vw, 24px);
  overflow: hidden;
}
.prize-podium-value{
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: block;
  text-align: center;
  font-size: clamp(24px, 10.8cqw, 54px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 1000;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: clip;
  overflow-wrap: normal;
  word-break: normal;
}
.prize-podium-card.is-place-1 .prize-podium-value{
  font-size: clamp(28px, 12.2cqw, 62px);
}
.prize-podium-card .prize-podium-value.is-prize-fit-1,
.prize-podium-extra-card .prize-podium-value.is-prize-fit-1{
  font-size: clamp(21px, 9.2cqw, 46px);
  letter-spacing: -0.035em;
}
.prize-podium-card .prize-podium-value.is-prize-fit-2,
.prize-podium-extra-card .prize-podium-value.is-prize-fit-2{
  font-size: clamp(18px, 7.8cqw, 38px);
  letter-spacing: -0.025em;
}
.prize-podium-card .prize-podium-value.is-prize-fit-3,
.prize-podium-extra-card .prize-podium-value.is-prize-fit-3{
  font-size: clamp(15px, 6.4cqw, 30px);
  letter-spacing: -0.015em;
}
.prize-podium-card .prize-podium-value.is-prize-fit-4,
.prize-podium-extra-card .prize-podium-value.is-prize-fit-4{
  font-size: clamp(12px, 5.1cqw, 24px);
  letter-spacing: 0;
}
.prize-podium-merch-list{
  width: min(100%, 28ch);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
  color: rgba(238,244,255,0.74);
  font-size: clamp(11px, 1vw, 13px);
  line-height: 1.35;
  text-align: left;
}
.prize-podium-merch-list li{
  position: relative;
  min-width: 0;
  padding-left: 14px;
}
.prize-podium-merch-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.54em;
  width: 5px;
  height: 5px;
  background: rgba(var(--podium-accent),0.95);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.42);
}
.prize-podium-total{
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 11px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(255,255,255,0.10);
  color: rgba(238,244,255,0.72);
  text-align: left;
}
.prize-podium-total span{
  font-size: 9px;
  font-weight: 1000;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(238,244,255,0.48);
}
.prize-podium-total b{
  min-width: 0;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 1100;
  letter-spacing: 0.04em;
  color: rgba(238,244,255,0.86);
  text-align: right;
  overflow-wrap: anywhere;
}
.prize-podium-extra-card{
  display: flex;
  flex-direction: column;
  text-align: center;
}
.prize-podium-extra-card .prize-podium-main{
  padding: 16px 0 14px;
  gap: 10px;
}
.prize-podium-extra-card .prize-podium-value{
  font-size: clamp(15px, 9.4cqw, 23px);
  line-height: 1.02;
}
.prize-podium-extra-card .prize-podium-merch-list{
  width: min(100%, 24ch);
  font-size: 11px;
  gap: 5px;
}
.prize-podium-title{
  display: none;
}
@media (max-width: 760px){
  .prize-podium-main{
    padding: 18px 0 14px;
  }
  .prize-podium-value,
  .prize-podium-card.is-place-1 .prize-podium-value{
    font-size: clamp(24px, 10.5cqw, 40px);
  }
  .prize-podium-total{
    display: grid;
    gap: 5px;
  }
  .prize-podium-total b{
    text-align: left;
  }
}

/* v22.0.15-m37-mobile-usability1 - hamburger nav, prize dropdown, compact mobile scale */
.mobile-menu-toggle{
  display:none;
  appearance:none;
  width:44px;
  height:44px;
  min-width:44px;
  place-items:center;
  gap:3px;
  padding:0;
  border:1px solid rgba(var(--accent-rgb,0,229,255),0.34);
  border-radius:0;
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb,0,229,255),0.14), rgba(255,255,255,0.045)),
    rgba(2,7,18,0.84);
  color:rgba(238,244,255,0.94);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  cursor:pointer;
}
.hamburger-line{
  display:block;
  width:22px;
  height:3px;
  background:currentColor;
  box-shadow:0 0 10px rgba(var(--accent-rgb,0,229,255),0.22);
}
.mobile-menu-toggle:focus-visible,
.mobile-nav-close:focus-visible,
.ui-close-icon:focus-visible,
.prize-podium-extras-summary:focus-visible{
  outline:2px solid rgba(var(--accent3-rgb,184,255,90),0.84);
  outline-offset:2px;
}
.mobile-nav-close,
.ui-close-icon{
  position:relative;
  width:42px;
  height:42px;
  min-width:42px;
  border-radius:0 !important;
}
.mobile-nav-close .close-line,
.ui-close-icon .close-line{
  position:absolute;
  left:50%;
  top:50%;
  width:20px;
  height:2px;
  background:currentColor;
  transform-origin:center;
}
.mobile-nav-close .close-line-a,
.ui-close-icon .close-line-a{ transform:translate(-50%, -50%) rotate(45deg); }
.mobile-nav-close .close-line-b,
.ui-close-icon .close-line-b{ transform:translate(-50%, -50%) rotate(-45deg); }
.cta-icon,
.timeline-arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:1em;
  height:1em;
  font-size:16px;
  color:currentColor;
}
.cta-icon::before,
.timeline-arrow::before{
  content:"";
  width:.48em;
  height:.48em;
  border-top:2px solid currentColor;
  border-right:2px solid currentColor;
  transform:rotate(45deg);
}
.scroll-arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:1em;
  height:1em;
  color:currentColor;
}
.scroll-arrow::before{
  content:"";
  width:.48em;
  height:.48em;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg);
}
.prize-podium-extras{
  position:relative;
  z-index:2;
  grid-column:1 / -1;
  order:4;
  width:min(100%, 980px);
  justify-self:center;
  min-width:0;
  margin-top:clamp(4px, 1.4vw, 12px);
}
.prize-podium-extras-summary{
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:11px 14px;
  border:1px solid rgba(var(--accent-rgb,0,229,255),0.26);
  border-radius:0;
  background:
    linear-gradient(90deg, rgba(var(--accent-rgb,0,229,255),0.12), rgba(255,255,255,0.032)),
    rgba(3,8,18,0.78);
  color:rgba(238,244,255,0.88);
  cursor:pointer;
  list-style:none;
  user-select:none;
}
.prize-podium-extras-summary::-webkit-details-marker{ display:none; }
.prize-podium-extras-summary span,
.prize-podium-extras-summary b{
  min-width:0;
  font-size:11px;
  line-height:1.2;
  font-weight:1100;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.prize-podium-extras-summary b{
  margin-left:auto;
  color:rgba(var(--accent3-rgb,184,255,90),0.90);
  white-space:nowrap;
}
.prize-podium-extras-summary i{
  flex:0 0 auto;
  width:9px;
  height:9px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg) translateY(-2px);
  transition:transform 160ms ease;
  opacity:.82;
}
.prize-podium-extras[open] .prize-podium-extras-summary i{
  transform:rotate(225deg) translate(-2px, -1px);
}
.prize-podium-extras .prize-podium-extra-grid{
  grid-column:auto;
  order:initial;
  width:100%;
  margin-top:10px;
}

html,
body{
  max-width:100%;
}

@media (max-width: 720px){
  html,
  body{
    overflow-x:hidden;
  }
  .topbar{
    min-width:0;
    min-height:60px;
    padding:8px max(10px, env(safe-area-inset-right, 0px)) 8px max(10px, env(safe-area-inset-left, 0px));
    gap:8px;
  }
  .mobile-menu-toggle{
    display:grid;
    flex:0 0 44px;
  }
  .brand{
    flex:1 1 0;
    min-width:0 !important;
    gap:8px;
    cursor:default;
  }
  .logo{
    display:none !important;
  }
  .brand-text{
    min-width:0 !important;
    max-width:clamp(92px, 33vw, 140px) !important;
  }
  .brand-row{
    display:grid;
    grid-template-columns:minmax(0, 1fr) auto;
    align-items:center;
    gap:6px;
  }
  .event-name{
    font-size:11px !important;
    letter-spacing:0;
  }
  .lang-switch{
    min-width:0;
  }
  .lang-switch-btn{
    min-width:30px;
    min-height:30px;
    padding:5px 7px;
    font-size:11px;
  }
  .top-actions{
    flex:0 0 auto;
    min-width:0;
  }
  .booking-btn{
    min-width:126px !important;
    min-height:44px;
    padding:8px 9px !important;
    border-radius:0 !important;
    font-size:11px !important;
    letter-spacing:.06em !important;
  }
  .booking-btn .pill{
    min-width:24px;
    margin-left:5px;
  }
  .mobile-nav{
    width:min(312px, calc(100vw - 42px));
    height:100dvh;
    padding:12px;
    gap:10px;
    overflow-y:auto;
  }
  .mobile-nav-header{
    min-height:48px;
    padding-bottom:10px;
  }
  .mobile-nav-body{
    gap:8px;
  }
  .mobile-nav-item{
    min-height:46px;
    padding:11px 12px;
    border-radius:0;
    font-size:12px;
    letter-spacing:.12em;
  }
  .section,
  .prize-podium-section{
    max-width:100%;
    padding:14px !important;
    border-radius:0 !important;
  }
  .prize-podium-section{
    padding:14px !important;
  }
  .prize-podium-head{
    margin-bottom:14px;
  }
  .prize-podium{
    gap:10px;
    padding-top:0;
  }
  .prize-podium-card,
  .prize-podium-card.is-place-1,
  .prize-podium-card.is-place-2,
  .prize-podium-card.is-place-3{
    min-height:152px;
    padding:12px;
  }
  .prize-podium-main{
    padding:12px 0 10px;
    gap:8px;
  }
  .prize-podium-value,
  .prize-podium-card.is-place-1 .prize-podium-value{
    font-size:clamp(22px, 9.2cqw, 34px);
  }
  .prize-podium-rank{
    padding:6px 8px;
    font-size:10px;
    letter-spacing:.16em;
  }
  .prize-podium-merch-list{
    width:min(100%, 30ch);
    font-size:11px;
    gap:5px;
  }
  .prize-podium-total{
    padding-top:9px;
    gap:4px;
  }
  .prize-podium-extras{
    width:100%;
  }
  .prize-podium-extras-summary{
    min-height:44px;
    padding:10px 12px;
  }
  .prize-podium-extras-summary span,
  .prize-podium-extras-summary b{
    font-size:10px;
    letter-spacing:.13em;
  }
  .prize-podium-extras .prize-podium-extra-grid{
    grid-template-columns:1fr;
    gap:8px;
  }
  .prize-podium-extra-card{
    min-height:112px;
    padding:12px;
  }
  .ticket-grid,
  .card-grid,
  .ticket-wallet-grid{
    gap:10px;
  }
  .ticket-card{
    --ticket-card-min-h:340px;
    border-radius:0 !important;
    padding:12px;
  }
  .ticket-card.is-featured{
    --ticket-card-min-h:370px;
  }
  .ticket-content{
    gap:8px;
    padding-top:140px;
  }
  .ticket-thumb .ticket-name{
    left:12px;
    right:12px;
    top:12px;
    font-size:20px;
  }
  .ticket-card.is-tier-wysi .ticket-thumb .ticket-name{
    font-size:clamp(36px, 13vw, 54px);
  }
  .ticket-perks{
    font-size:12px;
    gap:5px;
  }
  .card,
  .product-card,
  .wallet-ticket-card{
    border-radius:0 !important;
  }
  .wallet-ticket-card{
    min-height:0;
  }
  .wallet-ticket-kicker{
    padding:12px 12px 0 14px;
    gap:8px;
    font-size:10px;
  }
  .wallet-ticket-main{
    grid-template-columns:minmax(0, 1fr) 96px;
    gap:10px;
    padding:13px 12px 14px 14px;
  }
  .wallet-ticket-name{
    font-size:17px;
  }
  .wallet-ticket-meta{
    font-size:12px;
    line-height:1.45;
  }
  .wallet-ticket-qr{
    width:96px;
    padding:7px;
  }
  .drawer{
    width:min(100vw, 420px);
    max-width:100vw;
  }
  .modal,
  .checkout-modal{
    max-width:calc(100vw - 18px) !important;
    border-radius:0 !important;
  }
  .modal-body,
  .drawer-body{
    min-width:0;
  }
  #bgFloaters{
    opacity:.38;
  }
  .bg-floater{
    opacity:.18;
  }
}

@media (max-width: 420px){
  .topbar{
    padding-left:8px;
    padding-right:8px;
  }
  .brand{
    gap:6px;
  }
  .brand-text{
    max-width:clamp(78px, 28vw, 108px) !important;
  }
  .event-name{
    font-size:10px !important;
  }
  .lang-switch-btn{
    min-width:28px;
    min-height:28px;
    padding:4px 6px;
    font-size:10px;
  }
  .booking-btn{
    min-width:112px !important;
    padding-inline:8px !important;
    font-size:10px !important;
  }
  .booking-btn .btn-icon{
    width:14px;
    height:14px;
  }
  #tab-info .hero-frame{
    padding:14px 12px 14px 12px;
  }
  #tab-info .hero-title-main{
    font-size:clamp(22px, 7vw, 34px);
  }
  #tab-info .hero-title-sub{
    font-size:clamp(15px, 5vw, 23px);
  }
  #tab-info .meta-pill{
    padding:8px 9px;
    font-size:11px;
  }
  .ticket-card{
    --ticket-card-min-h:320px;
  }
  .ticket-card.is-featured{
    --ticket-card-min-h:350px;
  }
  .wallet-ticket-main{
    grid-template-columns:1fr;
  }
  .wallet-ticket-qr{
    width:min(148px, 48vw);
    justify-self:start;
  }
}

@media (any-hover: none) and (any-pointer: coarse){
  #ticketList:not(.is-mobile-ticket-carousel) .ticket-card:hover,
  .product-card:hover,
  .wallet-ticket-card:hover,
  .prize-podium-card:hover,
  .mobile-nav-item:hover{
    transform:none !important;
    box-shadow:none !important;
  }
}

/* v22.0.15-m38-mobile-booking-wizard1 - mobile ticket booking stepper */
#itemInfoModal.ticket-booking-wizard,
#itemInfoModal.ticket-booking-wizard *{
  min-width:0;
}
#itemInfoModal.ticket-booking-wizard:not(.has-seat-picker){
  width:min(420px, calc(100vw - 28px));
  max-height:min(92dvh, 560px);
  border-radius:0 !important;
}
#itemInfoModal.ticket-booking-wizard:not(.has-seat-picker) .modal-body{
  padding:22px;
}
#itemInfoModal.ticket-booking-wizard #itemInfoHint{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
}
.ticket-booking-progress{
  display:inline-flex;
  align-items:center;
  min-height:22px;
  padding:3px 7px;
  border:1px solid rgba(var(--accent-rgb,0,229,255),0.32);
  background:rgba(var(--accent-rgb,0,229,255),0.10);
  color:rgba(var(--accent-rgb,0,229,255),0.96);
  font-size:10px;
  line-height:1;
  font-weight:1000;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.ticket-booking-step-title{
  display:inline-flex;
  min-width:0;
  color:rgba(232,238,250,0.76);
  line-height:1.35;
}
#itemInfoModal.ticket-booking-wizard #itemInfoFields{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}
#itemInfoModal.ticket-booking-wizard:not(.has-seat-picker) #itemInfoFields label{
  gap:9px;
}
#itemInfoModal.ticket-booking-wizard:not(.has-seat-picker) #itemInfoFields label span{
  font-size:11px;
  letter-spacing:.11em;
}
#itemInfoModal.ticket-booking-wizard:not(.has-seat-picker) #itemInfoFields input:not([type="hidden"]),
#itemInfoModal.ticket-booking-wizard:not(.has-seat-picker) #itemInfoFields textarea{
  min-height:48px;
  font-size:15px;
  border-radius:0;
}

@media (max-width: 760px){
  #itemInfoModal.ticket-booking-wizard:not(.has-seat-picker){
    width:min(396px, calc(100vw - 18px)) !important;
    max-width:calc(100vw - 18px) !important;
    max-height:calc(100dvh - 28px) !important;
  }
  #itemInfoModal.ticket-booking-wizard:not(.has-seat-picker) .modal-header{
    padding:14px 14px 10px !important;
  }
  #itemInfoModal.ticket-booking-wizard:not(.has-seat-picker) .modal-body{
    padding:14px !important;
  }
  #itemInfoModal.ticket-booking-wizard:not(.has-seat-picker) #itemInfoForm{
    gap:14px;
  }
  #itemInfoModal.ticket-booking-wizard:not(.has-seat-picker) .modal-action-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-top:2px;
  }
  #itemInfoModal.ticket-booking-wizard:not(.has-seat-picker) .modal-action-row .full{
    min-height:46px;
  }
  #itemInfoModal.ticket-booking-wizard.has-seat-picker #itemInfoHint{
    display:flex !important;
    gap:6px;
    margin-top:4px;
  }
  #itemInfoModal.ticket-booking-wizard.ticket-booking-step-seat #itemInfoHint .ticket-booking-step-title{
    display:none;
  }
  #itemInfoModal.ticket-booking-wizard.has-seat-picker .ticket-booking-progress{
    min-height:20px;
    padding:3px 6px;
    font-size:9px;
  }
  #itemInfoModal.ticket-booking-wizard.has-seat-picker .modal-title{
    max-width:calc(100vw - 82px);
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
}

@media (max-width: 380px){
  #itemInfoModal.ticket-booking-wizard:not(.has-seat-picker){
    width:calc(100vw - 14px) !important;
    max-width:calc(100vw - 14px) !important;
  }
  #itemInfoModal.ticket-booking-wizard:not(.has-seat-picker) .modal-header{
    padding-inline:12px !important;
  }
  #itemInfoModal.ticket-booking-wizard:not(.has-seat-picker) .modal-body{
    padding:12px !important;
  }
  .ticket-booking-step-title{
    flex-basis:100%;
  }
}

/* v22.0.15-m42-prize-mobile-nav1 - medal podium accents + stronger mobile menu trigger */
.prize-podium::before{
  border-color: rgba(238,244,255,0.13);
  background:
    linear-gradient(90deg,
      rgba(255,199,82,0.13),
      rgba(206,216,228,0.10) 48%,
      rgba(205,125,54,0.13)
    ),
    rgba(0,0,0,0.22);
}
.prize-podium-card::before{
  background: linear-gradient(180deg,
    rgba(var(--podium-accent),0.96),
    rgba(var(--podium-accent),0.42)
  );
}
.prize-podium-card::after{
  background:
    linear-gradient(90deg, transparent, rgba(var(--podium-accent),0.18), transparent),
    linear-gradient(180deg, rgba(255,255,255,0.08), transparent 40%);
}
.prize-podium-card.is-place-1{
  --podium-accent: 255,199,82;
  border-color: rgba(255,199,82,0.52);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.14),
    0 32px 92px rgba(0,0,0,0.34),
    0 0 40px rgba(255,199,82,0.14);
}
.prize-podium-card.is-place-2{
  --podium-accent: 206,216,228;
  border-color: rgba(206,216,228,0.42);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    0 26px 72px rgba(0,0,0,0.28),
    0 0 28px rgba(206,216,228,0.08);
}
.prize-podium-card.is-place-3{
  --podium-accent: 205,125,54;
  border-color: rgba(205,125,54,0.46);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.11),
    0 26px 72px rgba(0,0,0,0.28),
    0 0 28px rgba(205,125,54,0.10);
}
.prize-podium-card.is-place-1 .prize-podium-value{
  color: rgba(255,235,184,0.98);
  text-shadow: 0 0 30px rgba(255,199,82,0.24);
}
.prize-podium-card.is-place-2 .prize-podium-value{
  color: rgba(237,243,250,0.98);
  text-shadow: 0 0 28px rgba(206,216,228,0.18);
}
.prize-podium-card.is-place-3 .prize-podium-value{
  color: rgba(255,205,162,0.98);
  text-shadow: 0 0 28px rgba(205,125,54,0.20);
}
.prize-podium-card.is-place-1 .prize-podium-rank,
.prize-podium-card.is-place-2 .prize-podium-rank,
.prize-podium-card.is-place-3 .prize-podium-rank{
  color: rgba(255,255,255,0.90);
  background:
    linear-gradient(90deg, rgba(var(--podium-accent),0.20), rgba(0,0,0,0.26)),
    rgba(0,0,0,0.34);
}
@media (max-width: 720px){
  .topbar{
    justify-content:flex-start;
  }
  .mobile-menu-toggle{
    order:-10;
    flex:0 0 44px;
    display:grid;
    grid-template-rows:repeat(3, 4px);
    grid-auto-flow:row;
    place-content:center;
    place-items:center;
    gap:0;
    row-gap:2px;
    margin:0;
    border-color:transparent;
    background:transparent;
    box-shadow:none;
    color:#fff;
  }
  .hamburger-line{
    width:24px;
    height:4px;
    background:#fff;
    box-shadow:none;
  }
}

/* v22.0.15-m75-buyer-accounts1 - buyer account chrome + bottom-left brand dock */
.account-slot{
  display:flex;
  align-items:center;
  justify-self:start;
  min-width:0;
}
.account-entry{
  appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:44px;
  max-width:min(260px, 34vw);
  padding:0 14px;
  border:0 !important;
  border-radius:0 !important;
  background:
    linear-gradient(90deg, rgba(var(--accent-rgb,107,245,255),0.22), rgba(255,255,255,0.08)),
    rgba(7,11,18,0.88);
  color:rgba(238,244,255,0.96);
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
  cursor:pointer;
  box-shadow:none !important;
}
.account-entry:hover,
.account-entry:focus-visible{
  background:
    linear-gradient(90deg, rgba(var(--accent-rgb,107,245,255),0.32), rgba(255,255,255,0.12)),
    rgba(10,16,26,0.94);
  outline:2px solid rgba(var(--accent-rgb,107,245,255),0.42);
  outline-offset:2px;
}
.account-entry.is-signed-in{
  background:
    linear-gradient(90deg, rgba(107,255,137,0.26), rgba(255,255,255,0.08)),
    rgba(7,12,18,0.90);
}
.account-entry .btn-icon{
  width:17px;
  height:17px;
  color:currentColor;
}
.account-entry-text{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

@media (min-width: 980px){
  .topbar{
    grid-template-columns:1fr auto 1fr !important;
  }
  .brand-dock{
    position:fixed !important;
    left:18px !important;
    bottom:52px !important;
    top:auto !important;
    z-index:270;
    display:flex !important;
    width:auto !important;
    max-width:min(420px, calc(100vw - 36px));
    padding:10px 12px;
    background:rgba(5,7,11,0.72);
    backdrop-filter:blur(16px);
    border:1px solid rgba(238,244,255,0.14);
    pointer-events:auto;
  }
  .brand-dock .mobile-menu-toggle{
    display:none !important;
  }
  .brand-dock .brand-text{
    max-width:320px;
  }
}

@media (max-width: 979px){
  .topbar{
    display:flex !important;
  }
  .account-slot{
    flex:1 1 auto;
    min-width:0;
  }
  .account-entry{
    max-width:min(220px, 44vw);
  }
  .brand-dock{
    position:fixed !important;
    left:max(10px, env(safe-area-inset-left, 0px)) !important;
    bottom:max(12px, env(safe-area-inset-bottom, 0px)) !important;
    top:auto !important;
    z-index:270;
    display:flex !important;
    width:auto !important;
    max-width:min(300px, calc(100vw - 20px));
    padding:8px 10px;
    gap:8px;
    background:rgba(5,7,11,0.72);
    backdrop-filter:blur(16px);
    border:1px solid rgba(238,244,255,0.14);
    pointer-events:auto;
  }
  .brand-dock .logo{
    display:none !important;
  }
  .brand-dock .brand-text{
    max-width:170px !important;
  }
  .brand-dock .event-name{
    max-width:110px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
}

@media (max-width: 420px){
  .account-entry{
    max-width:40vw;
    padding-inline:10px;
    gap:7px;
  }
  .account-entry-text{
    max-width:80px;
  }
  .brand-dock .brand-text{
    display:none !important;
  }
  .brand-dock{
    padding:6px;
  }
}

.account-modal{
  width:min(460px, calc(100vw - 24px));
}
.account-modal .modal-body{
  display:grid;
  gap:16px;
}
.account-mode-switch{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  border:1px solid rgba(238,244,255,0.16);
}
.account-mode{
  appearance:none;
  min-height:42px;
  border:0;
  border-radius:0;
  background:rgba(255,255,255,0.06);
  color:rgba(238,244,255,0.72);
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  cursor:pointer;
}
.account-mode.active{
  background:rgba(var(--accent-rgb,107,245,255),0.92);
  color:#051017;
}
.account-auth-panel,
.account-form,
.account-oauth,
.account-signed-in{
  display:grid;
  gap:12px;
}
.account-oauth-btn{
  min-height:46px;
  display:flex !important;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-size:11px !important;
  letter-spacing:.10em !important;
}
.account-oauth-btn.is-disabled{
  opacity:.45;
  cursor:not-allowed;
}
.account-provider-mark{
  display:inline-grid;
  place-items:center;
  width:24px;
  height:24px;
  flex:0 0 24px;
  overflow:hidden;
}
.account-provider-mark img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}
.account-provider-google{
  padding:3px;
  background:#fff;
  border-radius:6px;
}
.account-provider-facebook{
  background:transparent;
}
.account-divider{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:10px;
  color:rgba(238,244,255,0.50);
  font-size:10px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.account-divider::before,
.account-divider::after{
  content:"";
  height:1px;
  background:rgba(238,244,255,0.14);
}
.account-field{
  display:grid;
  gap:7px;
}
.account-field input{
  width:100%;
  min-height:46px;
  border:1px solid rgba(238,244,255,0.16);
  border-radius:0;
  background:rgba(255,255,255,0.07);
  color:rgba(238,244,255,0.96);
  padding:0 12px;
  outline:none;
}
.account-field input:focus{
  border-color:rgba(var(--accent-rgb,107,245,255),0.62);
}
.password-input-wrap{
  position:relative;
  display:block;
}
.password-input-wrap input{
  padding-right:52px;
}
.account-password-toggle{
  appearance:none;
  position:absolute;
  right:5px;
  top:50%;
  transform:translateY(-50%);
  display:grid;
  place-items:center;
  width:40px;
  height:36px;
  border:1px solid rgba(238,244,255,0.16);
  border-radius:0;
  background:rgba(255,255,255,0.06);
  color:rgba(238,244,255,0.78);
  cursor:pointer;
}
.account-password-toggle svg{
  width:18px;
  height:18px;
  pointer-events:none;
}
.account-password-toggle:hover,
.account-password-toggle:focus-visible{
  border-color:rgba(var(--accent-rgb,107,245,255),0.55);
  color:rgba(var(--accent-rgb,107,245,255),0.96);
  outline:none;
}
.account-password-toggle.is-visible{
  color:rgba(var(--accent-rgb,107,245,255),0.98);
}
.account-password-toggle.is-visible::after{
  content:"";
  position:absolute;
  width:20px;
  height:2px;
  background:currentColor;
  transform:rotate(-45deg);
  box-shadow:0 0 0 1px rgba(5,16,23,0.88);
}
.account-error{
  min-height:18px;
}
.account-error.is-error{
  color:rgba(255,118,138,0.96);
}
.account-signed-in{
  grid-template-columns:auto 1fr;
  align-items:center;
}
.account-signed-in #accountLogout{
  grid-column:1 / -1;
}
.account-avatar{
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  background:rgba(var(--accent-rgb,107,245,255),0.18);
  border:1px solid rgba(var(--accent-rgb,107,245,255),0.28);
}
.account-avatar .btn-icon{
  width:24px;
  height:24px;
}
.account-signed-name{
  color:rgba(238,244,255,0.96);
  font-size:14px;
  font-weight:900;
  letter-spacing:.04em;
}

/* v22.0.16 - shirt preorder cards + image-led event timeline */
.timeline-item{
  --timeline-accent-rgb: var(--accent-rgb, 107,245,255);
}
.timeline-item .timeline-dot{
  border-color:rgba(var(--timeline-accent-rgb),0.72) !important;
  box-shadow:
    0 0 0 3px rgba(var(--timeline-accent-rgb),0.10),
    0 0 22px rgba(var(--timeline-accent-rgb),0.18) !important;
}
.timeline-item .timeline-card{
  border-color:rgba(var(--timeline-accent-rgb),0.14) !important;
}
.timeline-item.is-featured .timeline-card{
  border-color:rgba(var(--timeline-accent-rgb),0.26) !important;
  box-shadow:0 0 0 1px rgba(var(--timeline-accent-rgb),0.08) inset !important;
}
.timeline-item .timeline-card::after{
  background:linear-gradient(90deg, transparent, rgba(var(--timeline-accent-rgb),0.92), rgba(255,255,255,0.36), transparent) !important;
}
.timeline-item .timeline-time{
  border-color:rgba(var(--timeline-accent-rgb),0.22);
  color:rgba(238,244,255,0.96);
}
.timeline-art{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  min-height:62px;
  margin:12px 0 2px;
  padding:8px 10px;
  overflow:hidden;
  border-left:2px solid rgba(var(--timeline-accent-rgb),0.58);
  background:
    linear-gradient(90deg, rgba(var(--timeline-accent-rgb),0.10), rgba(255,255,255,0.025)),
    rgba(2,6,14,0.18);
}
.timeline-art img{
  display:block;
  width:auto;
  max-width:min(100%, 560px);
  max-height:118px;
  object-fit:contain;
  filter:drop-shadow(0 10px 20px rgba(0,0,0,0.42));
}
.timeline-item:not(.is-featured) .timeline-art img{
  max-height:72px;
}
.timeline.is-board-timeline::before{
  display:none;
}
.timeline-item.has-board-card{
  padding-left:0 !important;
}
.timeline-item.has-board-card .timeline-card{
  padding:0 !important;
  overflow:hidden;
  border-radius:0 !important;
  background:rgba(255,255,255,0.02) !important;
  border:1px solid rgba(255,255,255,0.12) !important;
  box-shadow:0 14px 34px rgba(0,0,0,0.24);
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}
.timeline-item.has-board-card .timeline-card::after{
  display:none !important;
}
.timeline-board-card{
  line-height:0;
  transition:transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}
.timeline-board-card:hover,
.timeline-board-card:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(var(--timeline-accent-rgb),0.60) !important;
  box-shadow:
    0 0 0 1px rgba(var(--timeline-accent-rgb),0.18),
    0 18px 42px rgba(0,0,0,0.34);
  filter:brightness(1.03);
}
.timeline-board-card-img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  image-rendering:auto;
}
.timeline.is-board-timeline .timeline-note{
  margin-left:0;
}
.timeline-note{
  margin:4px 0 0 54px;
  padding:11px 14px;
  border:1px solid rgba(255,255,255,0.10);
  border-left:2px solid rgba(var(--accent3-rgb,184,255,90),0.66);
  background:rgba(255,255,255,0.035);
  color:rgba(238,244,255,0.76);
  font-size:13px;
  font-weight:800;
  line-height:1.4;
}

.product-card{
  position:relative;
  overflow:hidden;
}
#productList{
  grid-template-columns:minmax(0, 1fr);
  max-width:980px;
}
#productList .product-card{
  display:grid;
  grid-template-columns:minmax(280px, 0.78fr) minmax(0, 1fr);
  gap:16px 18px;
  align-items:start;
  min-height:0;
}
#productList .product-media{
  grid-row:1 / span 4;
  margin-bottom:0;
  min-height:360px;
}
#productList .product-card .product-bottom{
  margin-top:0;
  padding-top:0;
}
.product-media{
  border-radius:6px !important;
  border-color:rgba(255,255,255,0.12) !important;
  background:rgba(2,6,14,0.38) !important;
}
.product-media img{
  height:clamp(220px, 24vw, 280px) !important;
  object-fit:cover;
  object-position:50% 50%;
  opacity:1 !important;
  filter:saturate(1.04) contrast(1.04) brightness(0.96);
}
#productList .product-media img{
  height:100% !important;
  min-height:360px;
}
.product-option-panel{
  display:grid;
  gap:12px;
  margin-top:14px;
}
.product-option-panel:empty{
  display:none;
}
.product-option-block{
  display:grid;
  gap:7px;
  min-width:0;
}
.product-option-label{
  color:rgba(238,244,255,0.62);
  font-size:10px;
  font-weight:1100;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.product-color-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
}
.product-color-swatch{
  appearance:none;
  width:34px;
  height:34px;
  min-width:34px;
  padding:0;
  border-radius:0;
  border:1px solid rgba(255,255,255,0.20);
  background:var(--swatch, #fff);
  cursor:pointer;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.30),
    inset 0 -8px 16px rgba(0,0,0,0.16);
}
.product-color-swatch.is-active{
  border-color:rgba(var(--accent-rgb,107,245,255),0.86);
  box-shadow:
    0 0 0 2px rgba(var(--accent-rgb,107,245,255),0.20),
    0 0 18px rgba(var(--accent-rgb,107,245,255),0.18),
    inset 0 1px 0 rgba(255,255,255,0.32),
    inset 0 -8px 16px rgba(0,0,0,0.16);
}
.product-color-name{
  min-height:17px;
  color:rgba(238,244,255,0.80);
  font-size:12px;
  font-weight:900;
}
.product-custom-field input,
.product-custom-subfield input,
.item-product-options input{
  min-height:42px;
  width:100%;
  border-radius:0 !important;
  padding:0 12px;
  background:rgba(255,255,255,0.055);
  color:rgba(238,244,255,0.96);
}
.product-customizer{
  display:grid;
  gap:10px;
  min-width:0;
  padding:10px;
  border:1px solid rgba(255,255,255,0.10);
  background:rgba(2,6,14,0.42);
  backdrop-filter:blur(10px);
}
.product-custom-mode-list{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:6px;
}
.product-custom-mode{
  min-height:34px;
  padding:0 7px;
  border-radius:0 !important;
  border:1px solid rgba(255,255,255,0.12);
  background:rgba(255,255,255,0.045);
  color:rgba(238,244,255,0.72);
  font-size:10px;
  font-weight:1000;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.product-custom-mode.is-active{
  border-color:rgba(var(--accent-rgb,107,245,255),0.62);
  background:linear-gradient(180deg, rgba(var(--accent-rgb,107,245,255),0.16), rgba(255,255,255,0.045));
  color:rgba(238,244,255,0.96);
  box-shadow:0 0 18px rgba(var(--accent-rgb,107,245,255),0.12);
}
.product-custom-panels{
  display:grid;
  gap:9px;
}
.product-custom-panel{
  display:grid;
  gap:7px;
  min-width:0;
}
.product-custom-subfield{
  display:grid;
  gap:7px;
  min-width:0;
}
.product-custom-image-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  gap:10px;
  align-items:start;
}
.product-custom-image-slot{
  display:grid;
  gap:8px;
  min-width:0;
  overflow:hidden;
  container-type:inline-size;
}
.product-custom-panel input[type="text"]{
  min-height:42px;
  width:100%;
  border-radius:0 !important;
  padding:0 12px;
  background:rgba(255,255,255,0.055);
  color:rgba(238,244,255,0.96);
}
.product-upload-field{
  display:grid;
  gap:7px;
  cursor:pointer;
}
.product-upload-field input{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
}
.product-upload-field > span:last-child{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  border:1px solid rgba(var(--accent-rgb,107,245,255),0.34);
  background:rgba(var(--accent-rgb,107,245,255),0.08);
  color:rgba(238,244,255,0.90);
  font-size:11px;
  font-weight:1000;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.product-cropper{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  align-items:start;
  padding:10px;
  border:1px solid rgba(255,255,255,0.10);
  background:rgba(255,255,255,0.03);
  min-width:0;
  max-width:100%;
  overflow:hidden;
}
.product-crop-frame{
  position:relative;
  aspect-ratio:1;
  width:min(100%, 188px);
  max-width:100%;
  overflow:hidden;
  border:1px solid rgba(var(--accent-rgb,107,245,255),0.34);
  background:
    linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.05) 75%),
    linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.05) 75%),
    rgba(2,6,14,0.40);
  background-position:0 0, 8px 8px;
  background-size:16px 16px;
}
.product-crop-frame::after{
  content:"";
  position:absolute;
  inset:10px;
  border:1px solid rgba(255,255,255,0.32);
  pointer-events:none;
}
.product-crop-frame img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform-origin:center;
  will-change:transform;
}
.product-crop-controls{
  display:grid;
  gap:8px;
  width:100%;
  min-width:0;
}
.product-crop-controls label{
  display:grid;
  gap:4px;
  min-width:0;
  color:rgba(238,244,255,0.66);
  font-size:10px;
  font-weight:1000;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.product-crop-controls input[type="range"]{
  display:block;
  box-sizing:border-box;
  width:100%;
  max-width:100%;
  min-width:0;
  margin:0;
  min-height:22px;
  accent-color:rgb(var(--accent-rgb,107,245,255));
}
.product-crop-reset{
  width:100%;
  max-width:100%;
  min-height:34px;
  padding:0 10px;
  font-size:10px;
  letter-spacing:.12em;
  white-space:normal;
  overflow-wrap:anywhere;
}
.product-custom-note,
.product-custom-policy-note,
.product-custom-error{
  color:rgba(238,244,255,0.62);
  font-size:11px;
  font-weight:750;
  line-height:1.35;
}
.product-custom-policy-note{
  padding:9px 10px;
  border-left:2px solid rgba(255,51,85,0.78);
  background:rgba(255,51,85,0.08);
  color:rgba(238,244,255,0.78);
}
.product-custom-error{
  color:rgba(255,125,125,0.94);
}
.product-highlight-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:2px;
}
.product-highlight-list span{
  padding:7px 9px;
  border:1px solid rgba(255,255,255,0.10);
  background:rgba(255,255,255,0.035);
  color:rgba(238,244,255,0.76);
  font-size:11px;
  font-weight:900;
}
.item-product-options{
  display:grid;
  gap:13px;
  margin:14px 0;
}
.product-detail-note{
  padding:10px 12px;
  border-left:2px solid rgba(var(--accent3-rgb,184,255,90),0.68);
  background:rgba(255,255,255,0.035);
  color:rgba(238,244,255,0.78);
  line-height:1.45;
  font-size:13px;
  font-weight:800;
}
.product-size-chart{
  border:1px solid rgba(255,255,255,0.10);
  background:rgba(255,255,255,0.035);
}
.product-size-chart summary{
  cursor:pointer;
  padding:10px 12px;
  color:rgba(238,244,255,0.88);
  font-size:11px;
  font-weight:1100;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.product-size-chart img{
  display:block;
  width:100%;
  max-height:min(68vh, 760px);
  object-fit:contain;
  background:#f7f8f7;
  border-top:1px solid rgba(255,255,255,0.10);
}

@media (max-width:720px){
  #productList{
    max-width:none;
  }
  #productList .product-card{
    display:flex;
  }
  #productList .product-media{
    min-height:0;
    margin-bottom:12px;
  }
  #productList .product-media img{
    min-height:0;
  }
  .timeline-note{
    margin-left:34px;
  }
  .timeline-art{
    min-height:54px;
    padding:7px 8px;
  }
  .timeline-art img{
    max-height:82px;
  }
  .product-media img{
    height:230px !important;
  }
  .product-custom-mode-list{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
  .product-cropper{
    grid-template-columns:1fr;
  }
  .product-custom-image-grid{
    grid-template-columns:1fr;
  }
  .product-crop-frame{
    width:min(100%, 220px);
    max-width:220px;
  }
}

@container (min-width: 380px){
  .product-cropper{
    grid-template-columns:minmax(132px, 168px) minmax(0, 1fr);
    gap:12px;
  }
  .product-crop-frame{
    width:100%;
  }
}

/* v22.0.16-m76-mobile-polish1 - mobile bottom dock, readable timeline cards, cleaner product and wallet flows */
.timeline-board-copy,
.product-customize-toggle{
  display:none;
}
.my-tickets-empty-card{
  display:grid;
  gap:10px;
  width:min(100%, 560px);
  margin:0 auto;
  padding:18px;
  border:1px solid rgba(var(--accent-rgb,107,245,255),0.24);
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb,107,245,255),0.10), rgba(var(--accent2-rgb,255,77,141),0.08)),
    rgba(5,9,16,0.70);
  box-shadow:0 24px 70px rgba(0,0,0,0.34);
  text-align:left;
}
.my-tickets-empty-kicker{
  color:rgba(var(--accent3-rgb,184,255,90),0.94);
  font-size:10px;
  font-weight:1100;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.my-tickets-empty-title{
  color:rgba(238,244,255,0.96);
  font-size:clamp(18px, 4.8vw, 26px);
  line-height:1.1;
  font-weight:1100;
}
.my-tickets-empty-desc{
  color:rgba(238,244,255,0.72);
  font-size:13px;
  line-height:1.45;
  font-weight:750;
}
.product-orders-section{
  margin-top:28px;
  padding-top:22px;
  border-top:1px solid rgba(var(--accent-rgb,107,245,255),0.18);
}
.product-orders-head{
  align-items:flex-end;
  margin-bottom:12px;
}
.product-orders-note{
  max-width:420px;
  padding:8px 10px;
  border-left:3px solid rgba(var(--accent3-rgb,184,255,90),0.9);
  background:rgba(3,7,15,0.46);
  color:rgba(238,244,255,0.76);
  line-height:1.35;
  text-align:right;
}
.product-orders-list{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
}
.product-order-card{
  appearance:none;
  width:100%;
  display:grid;
  grid-template-columns:132px minmax(0, 1fr);
  gap:14px;
  padding:12px;
  border:1px solid rgba(var(--accent-rgb,107,245,255),0.24);
  border-radius:0;
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb,107,245,255),0.10), rgba(var(--accent2-rgb,255,77,141),0.05)),
    rgba(3,7,15,0.68);
  color:rgba(238,244,255,0.94);
  text-align:left;
  cursor:pointer;
  box-shadow:0 24px 70px rgba(0,0,0,0.30);
}
.product-order-card:hover,
.product-order-card:focus-visible{
  border-color:rgba(var(--accent3-rgb,184,255,90),0.56);
  box-shadow:0 0 0 1px rgba(var(--accent3-rgb,184,255,90),0.18), 0 28px 80px rgba(0,0,0,0.40);
  outline:none;
}
.product-order-media{
  min-height:112px;
  border:1px solid rgba(255,255,255,0.12);
  background:rgba(0,0,0,0.24);
  display:grid;
  place-items:center;
  overflow:hidden;
}
.product-order-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.product-order-media span{
  color:rgba(238,244,255,0.50);
  font-size:10px;
  font-weight:1000;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.product-order-copy{
  min-width:0;
  display:grid;
  align-content:start;
  gap:8px;
}
.product-order-kicker,
.product-order-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  color:rgba(var(--accent3-rgb,184,255,90),0.94);
  font-size:10px;
  font-weight:1100;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.product-order-kicker span:last-child{
  color:rgba(255,211,108,0.95);
  white-space:nowrap;
}
.product-order-name{
  color:rgba(238,244,255,0.98);
  font-size:18px;
  line-height:1.12;
  font-weight:1100;
}
.product-order-specs{
  color:rgba(238,244,255,0.76);
  font-size:12px;
  line-height:1.35;
  font-weight:800;
}
.product-order-delivery{
  display:grid;
  gap:4px;
  padding:8px 9px;
  border:1px solid rgba(255,255,255,0.10);
  background:rgba(255,255,255,0.035);
  color:rgba(238,244,255,0.74);
  font-size:12px;
  line-height:1.35;
}
.product-order-delivery span{
  color:rgba(238,244,255,0.55);
  font-size:9px;
  font-weight:1100;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.product-order-codes{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
.product-order-codes code{
  max-width:100%;
  padding:5px 7px;
  background:rgba(255,255,255,0.06);
  color:rgba(var(--accent3-rgb,184,255,90),0.95);
  font-size:10px;
  overflow-wrap:anywhere;
}
.product-order-foot{
  color:rgba(238,244,255,0.52);
  letter-spacing:.08em;
}
.product-order-foot b{
  color:rgba(var(--accent-rgb,107,245,255),0.95);
  font-weight:1100;
}

@media (max-width:720px){
  body{
    padding-bottom:calc(96px + env(safe-area-inset-bottom, 0px));
  }
  .container{
    padding-bottom:calc(104px + env(safe-area-inset-bottom, 0px)) !important;
  }
  .brand-dock{
    left:max(10px, env(safe-area-inset-left, 0px)) !important;
    bottom:max(10px, env(safe-area-inset-bottom, 0px)) !important;
    z-index:82 !important;
    display:flex !important;
    align-items:center;
    gap:6px;
    width:auto !important;
    max-width:calc(100vw - 120px) !important;
    min-height:52px;
    padding:5px 7px !important;
    background:
      linear-gradient(135deg, rgba(var(--accent-rgb,107,245,255),0.12), rgba(255,255,255,0.04)),
      rgba(4,7,12,0.86) !important;
    border:1px solid rgba(238,244,255,0.16) !important;
    box-shadow:0 18px 54px rgba(0,0,0,0.48);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
  }
  .brand-dock .mobile-menu-toggle{
    width:44px;
    height:44px;
    min-width:44px;
    border:0;
    background:rgba(255,255,255,0.035);
  }
  .brand-dock .brand-text{
    display:flex !important;
    min-width:0 !important;
    max-width:none !important;
  }
  .brand-dock .brand-row{
    display:flex;
    gap:4px;
  }
  .brand-dock .event-name,
  .brand-dock .tagline{
    display:none !important;
  }
  .brand-dock .lang-switch{
    display:flex;
    gap:3px;
    padding:0;
    background:transparent;
    border:0;
  }
  .brand-dock .lang-switch-btn{
    min-width:38px;
    min-height:38px;
    padding:0 8px;
    border:1px solid rgba(255,255,255,0.10);
    background:rgba(255,255,255,0.055);
    font-size:10px;
    font-weight:1000;
  }
.brand-dock .lang-switch-btn.active{
  background:rgb(var(--accent-rgb,107,245,255));
  color:#041017;
}
.brand-dock .lang-switch-btn[data-lang="en"].active{
  background:rgb(var(--accent-rgb,107,245,255));
  border-color:rgba(var(--accent-rgb,107,245,255),0.78);
  color:#041017;
}
.brand-dock .lang-switch-btn[data-lang="vi"].active{
  background:#ff3355;
  border-color:rgba(255,93,122,0.78);
  color:#ffffff;
  box-shadow:0 0 0 1px rgba(255,255,255,0.08) inset, 0 0 18px rgba(255,51,85,0.22);
}
  .audio-dock{
    right:max(8px, env(safe-area-inset-right, 0px)) !important;
    bottom:max(10px, env(safe-area-inset-bottom, 0px)) !important;
    z-index:82 !important;
    gap:5px !important;
    padding:5px;
    background:rgba(4,7,12,0.76);
    border:1px solid rgba(238,244,255,0.14);
    box-shadow:0 18px 54px rgba(0,0,0,0.48);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
  }
  .audio-dock .icon-toggle{
    width:42px !important;
    height:42px !important;
    min-width:42px;
    border-color:rgba(255,255,255,0.12) !important;
    background:rgba(255,255,255,0.045) !important;
    box-shadow:none !important;
  }
  body.mobile-nav-open .audio-dock,
  .modal-backdrop:not(.hidden) ~ .audio-dock{
    opacity:0;
    pointer-events:none;
  }
  body.mobile-nav-open .brand-dock{
    z-index:82 !important;
  }

  .timeline.is-board-timeline{
    gap:10px;
  }
  .timeline-item.has-board-card .timeline-card{
    display:grid;
    border-color:rgba(var(--timeline-accent-rgb),0.20) !important;
    background:
      linear-gradient(135deg, rgba(var(--timeline-accent-rgb),0.08), rgba(255,255,255,0.025)),
      rgba(3,7,15,0.62) !important;
    box-shadow:0 18px 44px rgba(0,0,0,0.30);
  }
  .timeline-board-card-img{
    border-bottom:1px solid rgba(255,255,255,0.10);
  }
  .timeline-board-copy{
    display:grid;
    grid-template-columns:auto minmax(0, 1fr) auto;
    align-items:center;
    gap:10px;
    min-height:50px;
    padding:10px 12px;
    line-height:1.2;
    text-align:left;
  }
  .timeline-board-time{
    color:rgba(var(--timeline-accent-rgb),0.98);
    font-size:11px;
    font-weight:1100;
    letter-spacing:.08em;
    white-space:nowrap;
  }
  .timeline-board-title{
    min-width:0;
    color:rgba(238,244,255,0.96);
    font-size:13px;
    font-weight:1000;
    letter-spacing:.01em;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .timeline-board-open{
    color:rgba(var(--accent3-rgb,184,255,90),0.94);
    font-size:9px;
    font-weight:1100;
    letter-spacing:.14em;
    text-transform:uppercase;
  }
  .timeline.is-board-timeline .timeline-note,
  .timeline-note{
    margin-left:0 !important;
    padding:12px 13px;
    background:rgba(3,7,15,0.56);
  }

  #productList .product-card{
    display:flex !important;
    flex-direction:column;
    gap:0;
    padding:0 !important;
    overflow:hidden;
    border:1px solid rgba(255,255,255,0.12);
    background:
      linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025)),
      rgba(3,7,15,0.52) !important;
    box-shadow:0 28px 76px rgba(0,0,0,0.34);
  }
  #productList .product-media{
    width:100%;
    aspect-ratio:16 / 9;
    min-height:0 !important;
    margin:0 !important;
    border:0 !important;
    border-bottom:1px solid rgba(255,255,255,0.10) !important;
    border-radius:0 !important;
  }
  #productList .product-media img,
  .product-media img{
    width:100%;
    height:100% !important;
    min-height:0 !important;
    object-fit:cover;
  }
  #productList .card-title{
    padding:16px 16px 0;
    font-size:20px;
    line-height:1.16;
  }
  #productList .card-desc{
    padding:0 16px;
    margin-top:9px;
    color:rgba(238,244,255,0.78);
    font-size:14px;
    line-height:1.55;
  }
  .product-customize-toggle{
    appearance:none;
    display:grid;
    grid-template-columns:minmax(0, 1fr) auto;
    align-items:center;
    gap:4px 10px;
    min-height:58px;
    width:calc(100% - 32px);
    margin:15px 16px 0;
    padding:10px 12px;
    border:1px solid rgba(var(--accent-rgb,107,245,255),0.24);
    border-radius:0;
    background:
      linear-gradient(90deg, rgba(var(--accent-rgb,107,245,255),0.12), rgba(255,255,255,0.035)),
      rgba(255,255,255,0.035);
    color:rgba(238,244,255,0.94);
    cursor:pointer;
    text-align:left;
  }
  .product-customize-toggle::after{
    content:"";
    grid-row:1 / span 2;
    grid-column:2;
    width:9px;
    height:9px;
    border-right:2px solid currentColor;
    border-bottom:2px solid currentColor;
    transform:rotate(45deg) translateY(-2px);
    opacity:.82;
    transition:transform 160ms ease;
  }
  .product-customize-toggle.is-open::after{
    transform:rotate(225deg) translate(-2px, -1px);
  }
  .product-customize-toggle span{
    font-size:12px;
    font-weight:1100;
    letter-spacing:.13em;
    text-transform:uppercase;
  }
  .product-customize-toggle small{
    grid-column:1;
    color:rgba(238,244,255,0.58);
    font-size:11px;
    font-weight:800;
    line-height:1.25;
  }
  .product-option-panel{
    display:none;
    margin:12px 16px 0;
    padding:12px;
    border:1px solid rgba(255,255,255,0.10);
    background:rgba(2,6,14,0.46);
  }
  .product-option-panel.is-open{
    display:grid;
  }
  .product-color-list{
    gap:9px;
  }
  .product-color-swatch{
    width:42px;
    height:42px;
    min-width:42px;
  }
  .product-customizer{
    padding:12px;
    background:rgba(255,255,255,0.035);
  }
  .product-custom-mode{
    min-height:44px;
  }
  .product-bottom{
    width:100%;
    margin-top:0 !important;
    padding:15px 16px 16px !important;
  }
  .product-actions{
    display:grid !important;
    grid-template-columns:1fr;
    gap:10px;
  }
  .product-option-slot .select,
  #productList .select{
    width:100%;
    min-height:48px;
  }
  .product-cta-wrap .price-btn,
  #productList .price-btn{
    min-height:58px;
    width:100%;
  }
  .product-helper{
    text-align:center;
    font-size:11px;
  }
  .product-orders-section{
    margin-top:22px;
    padding-top:18px;
  }
  .product-orders-head{
    display:grid;
    gap:8px;
    align-items:start;
  }
  .product-orders-note{
    max-width:none;
    text-align:left;
    font-size:12px;
  }
  .product-orders-list{
    grid-template-columns:1fr;
    gap:10px;
  }
  .product-order-card{
    grid-template-columns:96px minmax(0, 1fr);
    gap:10px;
    padding:10px;
  }
  .product-order-media{
    min-height:108px;
  }
  .product-order-name{
    font-size:16px;
  }
  .product-order-kicker,
  .product-order-foot{
    align-items:flex-start;
    flex-direction:column;
    gap:4px;
    font-size:9px;
  }
  .product-order-specs,
  .product-order-delivery{
    font-size:11px;
  }

  .my-tickets-caution{
    margin:0 0 14px;
    padding:12px 13px;
    border-color:rgba(var(--accent-rgb,107,245,255),0.22);
    background:
      linear-gradient(90deg, rgba(var(--accent-rgb,107,245,255),0.08), rgba(var(--accent3-rgb,184,255,90),0.06)),
      rgba(3,7,15,0.48);
    color:rgba(238,244,255,0.78);
    font-size:13px;
    line-height:1.45;
    text-align:left;
  }
  #myTicketsEmpty{
    display:block;
    margin-top:0;
  }
  .my-tickets-empty-card{
    padding:18px 16px;
  }
  .my-tickets-empty-card .money-btn{
    min-height:52px;
    margin-top:4px;
  }
}

/* v22.0.58-m178 - software-renderer paint fallback.
   Keeps motion/easing active, but removes expensive blur/blend/filter passes when
   the browser is running through SwiftShader/WARP/basic software rendering. */
html.vnmc-software-renderer,
body.vnmc-software-renderer{
  --bg-filter-blur:0px;
  --bg-filter-contrast:1;
  --bg-filter-saturate:0.96;
  --bg-filter-brightness-image:0.78;
  --bg-filter-brightness-video:0.74;
  --spot-blur:0px;
  --spot-trail-blur-boost:0px;
}

html.vnmc-software-renderer .bg-image,
html.vnmc-software-renderer .bg-video,
html.vnmc-software-renderer .bg-sparkles,
html.vnmc-software-renderer .bg-floaters,
html.vnmc-software-renderer #bgFloaters,
html.vnmc-software-renderer .custom-layer,
html.vnmc-software-renderer .osu-overlay,
html.vnmc-software-renderer .mania4k,
html.vnmc-software-renderer .hero-title-img,
html.vnmc-software-renderer .news-modal-img,
html.vnmc-software-renderer .ticket-thumb img,
html.vnmc-software-renderer .product-card img,
html.vnmc-software-renderer .timeline-card img,
html.vnmc-software-renderer .pitem-art,
body.vnmc-software-renderer .bg-image,
body.vnmc-software-renderer .bg-video,
body.vnmc-software-renderer .bg-sparkles,
body.vnmc-software-renderer .bg-floaters,
body.vnmc-software-renderer #bgFloaters,
body.vnmc-software-renderer .custom-layer,
body.vnmc-software-renderer .osu-overlay,
body.vnmc-software-renderer .mania4k,
body.vnmc-software-renderer .hero-title-img,
body.vnmc-software-renderer .news-modal-img,
body.vnmc-software-renderer .ticket-thumb img,
body.vnmc-software-renderer .product-card img,
body.vnmc-software-renderer .timeline-card img,
body.vnmc-software-renderer .pitem-art{
  filter:none !important;
}

html.vnmc-software-renderer .bg-sparkles,
html.vnmc-software-renderer .bg-floaters,
html.vnmc-software-renderer #bgFloaters,
html.vnmc-software-renderer .osu-overlay,
body.vnmc-software-renderer .bg-sparkles,
body.vnmc-software-renderer .bg-floaters,
body.vnmc-software-renderer #bgFloaters,
body.vnmc-software-renderer .osu-overlay{
  mix-blend-mode:normal !important;
}

html.vnmc-software-renderer .topbar,
html.vnmc-software-renderer .brand-dock,
html.vnmc-software-renderer .audio-dock,
html.vnmc-software-renderer .modal,
html.vnmc-software-renderer .drawer,
html.vnmc-software-renderer .modal-backdrop,
html.vnmc-software-renderer .backdrop,
html.vnmc-software-renderer .ticket-card,
html.vnmc-software-renderer .product-card,
html.vnmc-software-renderer .news-card,
body.vnmc-software-renderer .topbar,
body.vnmc-software-renderer .brand-dock,
body.vnmc-software-renderer .audio-dock,
body.vnmc-software-renderer .modal,
body.vnmc-software-renderer .drawer,
body.vnmc-software-renderer .modal-backdrop,
body.vnmc-software-renderer .backdrop,
body.vnmc-software-renderer .ticket-card,
body.vnmc-software-renderer .product-card,
body.vnmc-software-renderer .news-card{
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}

html.vnmc-software-renderer .bg-image,
html.vnmc-software-renderer .bg-video,
html.vnmc-software-renderer .bg-sparkles,
html.vnmc-software-renderer .bg-floaters,
html.vnmc-software-renderer .custom-layer,
html.vnmc-software-renderer .mania4k,
body.vnmc-software-renderer .bg-image,
body.vnmc-software-renderer .bg-video,
body.vnmc-software-renderer .bg-sparkles,
body.vnmc-software-renderer .bg-floaters,
body.vnmc-software-renderer .custom-layer,
body.vnmc-software-renderer .mania4k{
  backface-visibility:hidden;
  contain:paint;
}

html.vnmc-software-renderer .cursor-dot,
body.vnmc-software-renderer .cursor-dot{
  box-shadow:0 0 0 1px rgba(var(--accent-rgb,107,245,255),0.32) inset !important;
  filter:none !important;
  display:none !important;
}

html.vnmc-software-renderer .mania4k,
body.vnmc-software-renderer .mania4k{
  display:none !important;
}

html.vnmc-software-renderer.custom-cursor,
html.vnmc-software-renderer.custom-cursor *,
body.vnmc-software-renderer.custom-cursor,
body.vnmc-software-renderer.custom-cursor *{
  cursor:auto !important;
}

html.vnmc-software-renderer .hero-title-square,
html.vnmc-software-renderer .bg-floater,
body.vnmc-software-renderer .hero-title-square,
body.vnmc-software-renderer .bg-floater{
  box-shadow:0 0 0 1px rgba(255,255,255,0.18) inset !important;
}

html.vnmc-software-renderer .hero-countdown,
html.vnmc-software-renderer .hero-cta .primary,
html.vnmc-software-renderer .money-btn,
body.vnmc-software-renderer .hero-countdown,
body.vnmc-software-renderer .hero-cta .primary,
body.vnmc-software-renderer .money-btn{
  text-shadow:none !important;
  box-shadow:0 0 0 1px rgba(255,255,255,0.12) inset !important;
}
