:root {
  --lux-bg: #050507;
  --lux-surface: rgba(13, 15, 20, 0.9);
  --lux-surface-2: rgba(18, 20, 27, 0.86);
  --lux-ink: #f5f2eb;
  --lux-muted: #a7a29a;
  --lux-dim: #6f737d;
  --lux-gold: #c7a968;
  --lux-gold-2: #806233;
  --lux-red: #e41d27;
  --lux-border: rgba(199, 169, 104, 0.22);
  --lux-border-soft: rgba(255, 255, 255, 0.1);
  --lux-shadow: 0 28px 80px rgba(0, 0, 0, 0.46);
  --lux-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --lux-soft-glow: 0 0 42px rgba(199, 169, 104, 0.12);
  --red: var(--lux-red);
  --text: var(--lux-ink);
  --muted: var(--lux-muted);
}

:root[data-theme="gold"] {
  --lux-red: #d6aa5d;
  --lux-gold: #f0d28a;
  --lux-border: rgba(240, 210, 138, 0.3);
}

:root[data-theme="emerald"] {
  --lux-red: #18c98b;
  --lux-gold: #a7e8c9;
  --lux-border: rgba(167, 232, 201, 0.24);
}

:root[data-theme="mono"] {
  --lux-red: #f3f4f7;
  --lux-gold: #d7dbe2;
  --lux-border: rgba(215, 219, 226, 0.22);
}

body {
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.034), transparent 18rem),
    linear-gradient(115deg, rgba(228, 29, 39, 0.13), transparent 28rem),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 88px),
    repeating-linear-gradient(0deg, rgba(199, 169, 104, 0.018) 0 1px, transparent 1px 88px),
    var(--lux-bg) !important;
  font-family: "Segoe UI Variable", "Inter", "Segoe UI", Arial, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.42)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 12px);
  opacity: 0.52;
}

.appShell {
  isolation: isolate;
  min-height: 100dvh;
  position: relative;
}

.appShell > *:not(.sheetBackdrop):not(.toast):not(.welcomeOverlay) {
  position: relative;
  z-index: 1;
}

.lux-motion-ready .appShell::before {
  content: "";
  position: fixed;
  inset: -10% -42%;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(105deg, transparent 0 42%, rgba(199, 169, 104, 0.05) 48%, rgba(255, 255, 255, 0.052) 50%, transparent 58%),
    linear-gradient(180deg, rgba(228, 29, 39, 0.045), transparent 28%, rgba(199, 169, 104, 0.028));
  mix-blend-mode: screen;
  opacity: 0.72;
  transform: translateX(-48%);
  animation: luxSceneSweep 16s var(--lux-ease) infinite;
}

.lux-motion-ready .mobileApp::after,
.lux-motion-ready .desktopApp::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(115deg, transparent 0 36%, rgba(199, 169, 104, 0.055) 45%, rgba(255, 255, 255, 0.05) 49%, transparent 58%),
    repeating-linear-gradient(90deg, transparent 0 88px, rgba(199, 169, 104, 0.022) 88px 89px);
  opacity: 0.42;
  transform: translateX(-68%);
  animation: luxPanelSweep 13s var(--lux-ease) infinite;
}

.lux-motion-ready .mobileApp > *:not(.bottomNav),
.lux-motion-ready .desktopApp > * {
  position: relative;
  z-index: 1;
}

.mobileApp {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.026), transparent 38%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 12px),
    #07080c !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 24px 90px rgba(0, 0, 0, 0.45);
}

.mobileApp::before {
  background:
    linear-gradient(90deg, rgba(199, 169, 104, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(228, 29, 39, 0.08), transparent 32%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.014) 0 1px, transparent 1px 26px) !important;
  opacity: 0.72 !important;
}

.mobileApp.profileMode .viewStack {
  margin-top: 16px;
}

.brandLockup img,
.desktopBrand img {
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.34));
}

.brandLockup span,
.desktopBrand span {
  color: rgba(245, 242, 235, 0.58) !important;
  font-weight: 500 !important;
  letter-spacing: 0.32em !important;
}

.eyebrow,
.sectionHeader span,
.desktopSectionTitle span,
.desktopClubId span,
.desktopBeta span,
.desktopRegisterPanel span,
.desktopScheduleCard span,
.desktopSeat span,
.desktopStatusGrid span,
.qrPanel span,
.telegramPanel span,
.accountStatus span,
.linkedAccountBox span,
.securityBox span,
.miniForm span,
.settingsPanel span {
  color: var(--lux-gold) !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
}

.nameRow h1,
.desktopIdentity h1,
.desktopSectionTitle h2,
.sectionHeader h2,
.profileHero h2,
.telegramPanel h3,
.qrPanel h3,
.accountStatus h3 {
  color: var(--lux-ink);
  font-weight: 580 !important;
  letter-spacing: 0 !important;
}

.primaryButton,
.secondaryButton,
.dangerButton,
.desktopCta,
.ghostButton,
.desktopNav button,
.bottomNav button,
.statusCard,
.desktopStatusGrid button,
.homeSectionCard,
.profileNavList button,
.eventRow,
.desktopEvent,
.actionList button,
.actionList a {
  transition:
    transform 180ms var(--lux-ease),
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease;
}

.primaryButton,
.desktopCta {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 42%),
    linear-gradient(180deg, #ff343b, #b50914) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  box-shadow:
    0 14px 32px rgba(228, 29, 39, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.25) !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.primaryButton::before,
.desktopCta::before {
  content: "";
  position: absolute;
  inset: -40% auto -40% -58%;
  width: 48%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  transform: skewX(-18deg);
  animation: luxButtonSweep 4.8s var(--lux-ease) infinite;
}

.secondaryButton,
.ghostButton,
.dangerButton {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)),
    rgba(14, 16, 22, 0.88) !important;
  border: 1px solid var(--lux-border) !important;
  color: var(--lux-ink) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
}

.dangerButton {
  color: #ffc4c8 !important;
  border-color: rgba(228, 29, 39, 0.32) !important;
}

@media (hover: hover) and (pointer: fine) {
  button:hover,
  a:hover {
    transform: translateY(-1px);
  }

  .primaryButton:hover,
  .desktopCta:hover {
    box-shadow:
      0 18px 42px rgba(228, 29, 39, 0.32),
      inset 0 1px 0 rgba(255, 255, 255, 0.28) !important;
  }

  .secondaryButton:hover,
  .ghostButton:hover,
  .desktopNav button:hover,
  .bottomNav button:hover,
  .homeSectionCard:hover,
  .statusCard:hover,
  .desktopStatusGrid button:hover {
    border-color: rgba(199, 169, 104, 0.36) !important;
    box-shadow:
      0 16px 38px rgba(0, 0, 0, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.09) !important;
  }
}

button:active,
a:active {
  transform: scale(0.985);
}

.roundButton,
.avatarButton,
.memberAvatar,
.desktopAvatar,
.homeBadge,
.statusIcon,
.listIcon,
.roundIcon,
.qrMini,
.ghostIcon,
.passIcon,
.bottomNav img,
.desktopNav img {
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.28));
}

.roundButton,
.avatarButton {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(12, 14, 20, 0.9) !important;
  border-color: var(--lux-border) !important;
}

.signal {
  background: var(--lux-gold) !important;
  box-shadow: 0 0 0 3px rgba(199, 169, 104, 0.14) !important;
}

.member,
.desktopIdentity,
.desktopClubId,
.desktopBeta,
.desktopRegisterPanel,
.desktopScheduleCard,
.desktopSeat,
.statusCard,
.desktopStatusGrid button,
.homeSectionCard,
.profileNavList button,
.clubOsStrip,
.clubStatement,
.actionList button,
.actionList a,
.eventRow,
.desktopEvent,
.profileHero,
.profileStats,
.profileRatingGrid span,
.telegramProfileMini,
.telegramFallback,
.accountStatus,
.linkedAccountBox,
.securityBox,
.qrResult,
.checkResult,
.settingsPanel section,
.miniForm,
.sheetContent {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.064), rgba(255, 255, 255, 0.016)),
    var(--lux-surface) !important;
  border: 1px solid var(--lux-border-soft) !important;
  box-shadow:
    var(--lux-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.member,
.desktopIdentity,
.desktopClubId,
.desktopBeta {
  border-color: var(--lux-border) !important;
}

.passLine,
.desktopPassLine {
  color: rgba(245, 242, 235, 0.84) !important;
}

.passLine b,
.desktopPassLine b,
.clubId small,
.desktopClubId small,
.homeSectionCard em,
.profileNavList em,
.desktopScheduleCard em,
.profileRatingGrid small {
  color: var(--lux-gold) !important;
}

.clubId,
.desktopClubId {
  background:
    linear-gradient(145deg, rgba(199, 169, 104, 0.12), rgba(255, 255, 255, 0.02)),
    rgba(12, 14, 20, 0.9) !important;
}

.ticket,
.desktopTicket {
  isolation: isolate;
  animation: luxCardRise 420ms var(--lux-ease) both;
  border-color: var(--lux-border) !important;
  background:
    linear-gradient(135deg, rgba(199, 169, 104, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    #090a0f !important;
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

.ticket::before,
.ticket::after,
.desktopTicket::before,
.desktopTicket::after {
  content: "";
  position: absolute;
  z-index: 6;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--lux-bg);
  border: 1px solid rgba(199, 169, 104, 0.18);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.58);
}

.ticket::before {
  top: -17px;
  left: 52%;
}

.ticket::after {
  bottom: -17px;
  left: 52%;
}

.desktopTicket::before {
  top: -17px;
  left: calc(49% - 17px);
}

.desktopTicket::after {
  bottom: -17px !important;
  left: calc(49% - 17px) !important;
}

.ticketContent,
.desktopTicketInfo {
  background:
    linear-gradient(90deg, rgba(9, 10, 15, 0.98), rgba(15, 17, 23, 0.94)),
    repeating-linear-gradient(135deg, rgba(199, 169, 104, 0.05) 0 1px, transparent 1px 10px) !important;
}

.ticketContent::before,
.desktopTicketInfo::before {
  content: "DUCK'S ENTRY PASS";
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 2;
  color: rgba(199, 169, 104, 0.4);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.desktopTicketInfo::before {
  top: 22px;
  right: 28px;
}

.ticketContent::after,
.desktopTicketInfo::after {
  background: repeating-linear-gradient(180deg, rgba(199, 169, 104, 0.5) 0 8px, transparent 8px 17px) !important;
  opacity: 0.36 !important;
}

.ticket h2,
.desktopTicket h2,
.posterPreview h3,
.tvScreen h3 {
  color: var(--lux-ink) !important;
  font-family: "Arial Narrow", "Roboto Condensed", "Segoe UI Condensed", Impact, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

.ticket .time,
.desktopTicket .time {
  color: rgba(245, 242, 235, 0.72) !important;
  font-weight: 520 !important;
}

.ticket .location,
.desktopTicket .location {
  color: rgba(245, 242, 235, 0.68) !important;
}

.divider,
.progress {
  background: rgba(255, 255, 255, 0.09) !important;
}

.progress i {
  background:
    linear-gradient(90deg, var(--lux-red), var(--lux-gold)) !important;
  box-shadow: 0 0 18px rgba(199, 169, 104, 0.2);
}

.people span.filled {
  background: linear-gradient(180deg, var(--lux-red), #9b0610) !important;
}

.ticketMedia::before,
.desktopTicketMedia::before {
  background:
    linear-gradient(90deg, rgba(5, 5, 7, 0.08), rgba(5, 5, 7, 0.82)),
    repeating-linear-gradient(90deg, rgba(199, 169, 104, 0.08) 0 1px, transparent 1px 10px) !important;
}

.ticketMedia::after,
.desktopTicketMedia::after {
  background:
    linear-gradient(90deg, rgba(5, 5, 7, 0.16), transparent 42%, rgba(5, 5, 7, 0.28)),
    linear-gradient(180deg, transparent 48%, rgba(5, 5, 7, 0.48)) !important;
}

.mediaPhoto {
  transform-origin: center;
  animation: luxPhotoBreath 9s ease-in-out infinite alternate;
  filter: saturate(0.9) contrast(1.12) brightness(0.9) !important;
}

.barcode {
  animation: luxBarcodeScan 4.4s ease-in-out infinite;
  opacity: 0.62 !important;
  mix-blend-mode: screen;
}

.homeBadge,
.homeSectionCard > span,
.infoPanel p > span {
  background:
    linear-gradient(180deg, rgba(199, 169, 104, 0.16), rgba(228, 29, 39, 0.08)),
    rgba(8, 9, 13, 0.92) !important;
  border-color: rgba(199, 169, 104, 0.24) !important;
  color: var(--lux-gold) !important;
}

.homeBadgeIcon,
.listIcon,
.statusIcon,
.bottomNav img,
.desktopNav img {
  opacity: 0.96;
}

.statusCard,
.desktopStatusGrid button {
  overflow: hidden;
}

.statusCard::before,
.desktopStatusGrid button::before,
.homeSectionCard::before,
.profileNavList button::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(199, 169, 104, 0.11), transparent 36%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 10px);
  opacity: 0;
  transition: opacity 180ms ease;
}

.statusCard,
.desktopStatusGrid button,
.homeSectionCard,
.profileNavList button {
  position: relative;
}

@media (hover: hover) and (pointer: fine) {
  .statusCard:hover::before,
  .desktopStatusGrid button:hover::before,
  .homeSectionCard:hover::before,
  .profileNavList button:hover::before {
    opacity: 1;
  }
}

.bottomNav {
  position: fixed !important;
  z-index: 80 !important;
  bottom: 0 !important;
  animation: luxNavFloat 520ms var(--lux-ease) both;
  border-color: rgba(199, 169, 104, 0.18) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018)),
    rgba(8, 9, 13, 0.94) !important;
  box-shadow:
    0 -18px 58px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.bottomNav button {
  border: 1px solid transparent;
}

.bottomNav button.active {
  color: #fff !important;
  background:
    linear-gradient(180deg, rgba(199, 169, 104, 0.14), rgba(228, 29, 39, 0.08)),
    rgba(255, 255, 255, 0.045) !important;
  border-color: rgba(199, 169, 104, 0.24);
}

.bottomNav span {
  font-weight: 540 !important;
  letter-spacing: 0 !important;
}

.sheetBackdrop {
  position: fixed !important;
  inset: 0 !important;
  z-index: 120 !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
  overflow: hidden !important;
  background:
    linear-gradient(180deg, rgba(5, 5, 7, 0.22), rgba(0, 0, 0, 0.76)),
    rgba(0, 0, 0, 0.58) !important;
  backdrop-filter: blur(10px);
}

.sheet {
  width: min(100%, 520px) !important;
  max-height: min(84dvh, calc(100dvh - 28px)) !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  padding-bottom: max(28px, calc(18px + env(safe-area-inset-bottom))) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 22%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.016) 0 1px, transparent 1px 12px),
    #080a0f !important;
  border-color: rgba(199, 169, 104, 0.18) !important;
  box-shadow:
    0 -34px 90px rgba(0, 0, 0, 0.62),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.sheet header {
  position: sticky;
  top: 0;
  z-index: 2;
  margin: 0 -18px 16px;
  padding: 8px 18px 14px;
  background:
    linear-gradient(180deg, rgba(8, 10, 15, 0.98), rgba(8, 10, 15, 0.86) 72%, transparent);
  backdrop-filter: blur(10px);
}

.desktopApp {
  position: relative;
}

.desktopTopbar {
  animation: luxCardRise 360ms var(--lux-ease) both;
  border-color: rgba(199, 169, 104, 0.2) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.074), rgba(255, 255, 255, 0.018)),
    rgba(8, 9, 13, 0.9) !important;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

.desktopNav button {
  min-height: 48px !important;
  border-radius: 14px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.014)),
    rgba(12, 14, 20, 0.76) !important;
}

.desktopNav button.active {
  border-color: rgba(199, 169, 104, 0.34) !important;
  background:
    linear-gradient(180deg, rgba(199, 169, 104, 0.15), rgba(228, 29, 39, 0.07)),
    rgba(18, 20, 27, 0.96) !important;
}

.desktopNav img {
  border-radius: 9px !important;
  background:
    linear-gradient(180deg, rgba(199, 169, 104, 0.1), rgba(255, 255, 255, 0.02)),
    #090a0f !important;
  border-color: rgba(199, 169, 104, 0.16) !important;
}

.desktopMainGrid,
.desktopPassHeader,
.desktopStatusGrid,
.desktopClubBand,
.desktopTournamentList,
.desktopHomeSections {
  filter: drop-shadow(0 18px 48px rgba(0, 0, 0, 0.2));
}

.desktopClubBand {
  border-color: rgba(199, 169, 104, 0.18) !important;
}

.desktopClubStatement,
.desktopAddress {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.018)),
    rgba(13, 15, 20, 0.88) !important;
  border-color: rgba(199, 169, 104, 0.16) !important;
}

.gameFilters button,
.ratingTabs button,
.authSwitch,
.choiceGrid button {
  border-color: rgba(199, 169, 104, 0.16) !important;
}

.gameFilters {
  align-items: flex-start !important;
  min-height: 44px;
}

.gameFilters button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 72px;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  line-height: 1 !important;
  align-self: flex-start !important;
}

.gameFilters button.active,
.ratingTabs button.active,
.choiceGrid button.active,
.authSwitch button.active {
  background:
    linear-gradient(180deg, rgba(199, 169, 104, 0.18), rgba(228, 29, 39, 0.1)) !important;
  border-color: rgba(199, 169, 104, 0.34) !important;
}

.sheetBackdrop {
  background: rgba(0, 0, 0, 0.66) !important;
  backdrop-filter: blur(8px);
}

.sheet {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 22%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.016) 0 1px, transparent 1px 12px),
    #080a0f !important;
  border-color: rgba(199, 169, 104, 0.18) !important;
}

.sheetTitle h2 {
  font-weight: 580 !important;
}

.sheetClose {
  border-color: rgba(199, 169, 104, 0.2) !important;
}

.telegramPanel > img,
.qrCard,
.realQrImage,
.qrResult svg {
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(199, 169, 104, 0.18) !important;
}

.miniForm input,
.miniForm textarea,
.inlineForm input,
.fieldStack input,
.fieldStack textarea {
  background: rgba(255, 255, 255, 0.044) !important;
  border-color: rgba(199, 169, 104, 0.16) !important;
}

.miniForm input:focus,
.miniForm textarea:focus,
.inlineForm input:focus {
  border-color: rgba(199, 169, 104, 0.58) !important;
  box-shadow:
    0 0 0 3px rgba(199, 169, 104, 0.12),
    0 12px 28px rgba(0, 0, 0, 0.2) !important;
}

.welcomeOverlay {
  background:
    linear-gradient(180deg, rgba(5, 5, 7, 0.4), rgba(5, 5, 7, 0.88)),
    rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(10px);
}

.welcomeScreen {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.018)),
    repeating-linear-gradient(135deg, rgba(199, 169, 104, 0.035) 0 1px, transparent 1px 13px),
    #080a0f !important;
  border: 1px solid rgba(199, 169, 104, 0.22) !important;
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.62),
    inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

.welcomePass {
  background:
    linear-gradient(145deg, rgba(199, 169, 104, 0.16), rgba(228, 29, 39, 0.08)),
    rgba(12, 14, 20, 0.88) !important;
  border-color: rgba(199, 169, 104, 0.26) !important;
}

.welcomeStats span,
.welcomeTiles button {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.016)),
    rgba(12, 14, 20, 0.88) !important;
  border-color: rgba(199, 169, 104, 0.16) !important;
}

.profilePassCard {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(199, 169, 104, 0.12), rgba(228, 29, 39, 0.055)),
    rgba(13, 15, 20, 0.92) !important;
  border: 1px solid rgba(199, 169, 104, 0.2);
  box-shadow:
    var(--lux-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.profilePassIdentity {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
}

.profilePassIdentity img {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--lux-red);
  box-shadow:
    0 0 0 5px rgba(228, 29, 39, 0.09),
    0 16px 34px rgba(0, 0, 0, 0.3);
}

.profilePassIdentity span {
  color: var(--lux-gold);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.profilePassIdentity h2 {
  margin: 6px 0 4px;
  overflow: hidden;
  color: var(--lux-ink);
  font-size: 28px;
  font-weight: 620;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profilePassIdentity p {
  margin: 0;
  color: rgba(245, 242, 235, 0.66);
  font-size: 13px;
}

.profileStats {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.profileStats span {
  min-width: 0;
  padding: 12px 10px;
  border-radius: 15px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.014)),
    rgba(5, 6, 10, 0.46) !important;
  border: 1px solid rgba(199, 169, 104, 0.14) !important;
  text-align: left;
}

.profileStats b,
.profileStats small {
  display: block;
}

.profileStats small {
  color: rgba(199, 169, 104, 0.78) !important;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.profileStats b {
  margin-top: 6px;
  overflow: hidden;
  color: var(--lux-ink);
  font-size: 16px;
  font-weight: 620;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profileRatingGrid span {
  text-align: left !important;
}

.viewStack,
.profileRatingGrid,
.profileNavList {
  max-width: 100%;
  overflow-x: hidden;
}

.eventRow {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 112px;
  align-items: center;
}

.eventRow > div {
  min-width: 0;
}

.eventRow button {
  display: inline-grid;
  place-items: center;
  width: 112px;
  min-height: 42px;
  padding: 0 10px !important;
  white-space: nowrap;
}

.desktopEvent button {
  display: inline-grid;
  place-items: center;
  min-height: 46px !important;
}

.desktopEvent {
  animation: luxCardRise 420ms var(--lux-ease) both;
}

.lux-motion-ready .luxReveal {
  opacity: 0;
  filter: saturate(0.92) blur(0.15px);
  transform: translate3d(0, 14px, 0) scale(0.994);
  will-change: opacity, transform, filter;
}

.lux-motion-ready .luxReveal.is-visible {
  animation: luxRevealIn 620ms var(--lux-ease) both;
  animation-delay: calc(var(--lux-index, 0) * 32ms);
}

.luxPointerHost {
  overflow: hidden;
  position: relative;
}

.luxPointerHost > *:not(.luxPointerLayer) {
  position: relative;
  z-index: 1;
}

.luxPointerLayer {
  position: absolute;
  inset: -1px;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(circle at var(--lux-pointer-x, 50%) var(--lux-pointer-y, 50%), rgba(255, 255, 255, 0.18), rgba(199, 169, 104, 0.1) 17%, transparent 46%),
    linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.038), transparent);
  opacity: 0;
  mix-blend-mode: screen;
  transition: opacity 180ms var(--lux-ease);
}

.luxPointerActive > .luxPointerLayer {
  opacity: 0.9;
}

.ticket,
.desktopTicket,
.profilePassCard,
.desktopClubId,
.desktopSeat,
.desktopRegisterPanel,
.desktopScheduleCard {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition:
    transform 220ms var(--lux-ease),
    box-shadow 220ms var(--lux-ease),
    border-color 220ms ease;
}

.luxTiltActive {
  border-color: rgba(199, 169, 104, 0.36) !important;
  box-shadow:
    0 34px 92px rgba(0, 0, 0, 0.54),
    var(--lux-soft-glow),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  will-change: transform;
}

.luxTiltActive::before {
  background-position:
    var(--lux-shine-x, 50%) var(--lux-shine-y, 50%),
    0 0;
}

.lux-motion-ready .ticketMedia::before,
.lux-motion-ready .desktopTicketMedia::before {
  background-size:
    100% 100%,
    18px 100% !important;
  animation: luxMediaScan 7.8s linear infinite;
}

.lux-motion-ready .ticket h2,
.lux-motion-ready .desktopTicket h2 {
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.07),
    0 18px 42px rgba(0, 0, 0, 0.46);
}

.lux-motion-ready .profilePassIdentity img,
.lux-motion-ready .memberAvatar,
.lux-motion-ready .desktopAvatar {
  animation: luxAvatarPulse 5.6s ease-in-out infinite;
}

.lux-motion-ready .gameFilters button,
.lux-motion-ready .ratingTabs button,
.lux-motion-ready .choiceGrid button,
.lux-motion-ready .authSwitch button {
  transition:
    transform 180ms var(--lux-ease),
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.lux-motion-ready .gameFilters button.active,
.lux-motion-ready .ratingTabs button.active,
.lux-motion-ready .choiceGrid button.active,
.lux-motion-ready .authSwitch button.active {
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(199, 169, 104, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.13) !important;
}

.lux-motion-ready .primaryButton,
.lux-motion-ready .desktopCta {
  isolation: isolate;
}

.lux-motion-ready .primaryButton::after,
.lux-motion-ready .desktopCta::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 46%),
    radial-gradient(circle at 50% 110%, rgba(199, 169, 104, 0.2), transparent 52%);
  opacity: 0.52;
}

.lux-motion-ready .primaryButton > *,
.lux-motion-ready .desktopCta > * {
  position: relative;
  z-index: 1;
}

@keyframes luxCardRise {
  from {
    opacity: 0.94;
    transform: translateY(8px) scale(0.996);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes luxNavFloat {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes luxRevealIn {
  0% {
    opacity: 0;
    filter: saturate(0.9) blur(0.5px);
    transform: translate3d(0, 16px, 0) scale(0.992);
  }
  100% {
    opacity: 1;
    filter: saturate(1) blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes luxSceneSweep {
  0%,
  48% {
    transform: translateX(-52%);
    opacity: 0.28;
  }
  58% {
    opacity: 0.74;
  }
  76%,
  100% {
    transform: translateX(52%);
    opacity: 0.24;
  }
}

@keyframes luxPanelSweep {
  0%,
  56% {
    transform: translateX(-72%);
    opacity: 0.16;
  }
  66% {
    opacity: 0.44;
  }
  88%,
  100% {
    transform: translateX(72%);
    opacity: 0.16;
  }
}

@keyframes luxMediaScan {
  from {
    background-position:
      0 0,
      0 0;
  }
  to {
    background-position:
      0 0,
      72px 0;
  }
}

@keyframes luxAvatarPulse {
  0%,
  100% {
    box-shadow:
      0 0 0 5px rgba(228, 29, 39, 0.09),
      0 16px 34px rgba(0, 0, 0, 0.3);
  }
  50% {
    box-shadow:
      0 0 0 5px rgba(199, 169, 104, 0.12),
      0 16px 34px rgba(0, 0, 0, 0.34),
      0 0 30px rgba(199, 169, 104, 0.11);
  }
}

@keyframes luxButtonSweep {
  0%,
  54% {
    transform: translateX(0) skewX(-18deg);
    opacity: 0;
  }
  62% {
    opacity: 0.9;
  }
  78% {
    transform: translateX(360%) skewX(-18deg);
    opacity: 0;
  }
  100% {
    transform: translateX(360%) skewX(-18deg);
    opacity: 0;
  }
}

@keyframes luxPhotoBreath {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.045);
  }
}

@keyframes luxBarcodeScan {
  0%,
  100% {
    opacity: 0.42;
    transform: translateY(-50%) translateX(0);
  }
  50% {
    opacity: 0.78;
    transform: translateY(-50%) translateX(-4px);
  }
}

@media (min-width: 901px) {
  .sheetBackdrop {
    align-items: center !important;
  }

  .sheet {
    border-radius: 28px !important;
    max-height: min(86dvh, calc(100dvh - 56px)) !important;
  }

  .desktopApp {
    width: min(1540px, calc(100% - 42px)) !important;
    padding-top: 18px !important;
  }

  .desktopPassHeader {
    grid-template-columns: minmax(0, 1fr) 320px 390px !important;
  }

  .desktopMainGrid {
    grid-template-columns: minmax(0, 1fr) 380px !important;
  }

  .desktopTicket {
    min-height: 534px !important;
    height: 534px !important;
    max-height: 534px !important;
    border-radius: 26px !important;
  }

  .desktopTicketInfo,
  .desktopTicketMedia {
    min-height: 0 !important;
    height: 534px !important;
    max-height: 534px !important;
  }

  .desktopTicket h2 {
    font-size: clamp(62px, 5.15vw, 88px) !important;
    line-height: 0.86 !important;
  }

  .desktopSideStack {
    min-height: 534px !important;
  }

  .desktopStatusGrid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .desktopStatusGrid button {
    min-height: 126px !important;
  }
}

@media (min-width: 901px) and (max-width: 1220px) {
  .desktopPassHeader {
    grid-template-columns: minmax(0, 1fr) 300px !important;
  }

  .desktopMainGrid {
    grid-template-columns: 1fr !important;
  }

  .desktopSideStack {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    min-height: auto !important;
  }

  .desktopStatusGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 520px) {
  .mobileApp {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .member {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .clubId {
    grid-column: 1 / -1;
    width: 100%;
  }

  .ticket {
    grid-template-columns: minmax(0, 1fr) minmax(92px, 0.42fr) !important;
    width: calc(100% - 24px);
    max-width: calc(100vw - 24px);
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .ticketContent {
    padding: 16px 14px 14px !important;
  }

  .ticket h2 {
    font-size: clamp(42px, 13.6vw, 54px) !important;
    line-height: 0.88 !important;
    max-width: 100%;
    overflow-wrap: normal;
  }

  .ticket::before,
  .ticket::after {
    left: calc(50% - 17px);
  }

  .ticketMedia {
    min-width: 92px;
  }

  .ticketMedia::before {
    width: 48px !important;
  }

  .barcode {
    right: 9px !important;
    width: 18px !important;
  }

  .bottomNav {
    left: 50% !important;
    width: min(calc(100vw - 24px), 350px) !important;
    min-height: 86px !important;
    padding: 8px 8px 12px !important;
    border-radius: 22px 22px 0 0 !important;
  }

  .bottomNav button:nth-child(3) {
    width: auto !important;
    height: auto !important;
  }

  .bottomNav img {
    width: 23px !important;
    height: 23px !important;
  }

  .bottomNav button:nth-child(3) img {
    width: 28px !important;
    height: 28px !important;
  }

  .bottomNav span {
    font-size: 9px !important;
  }

  .profilePassCard {
    padding: 14px;
  }

  .profilePassIdentity {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
  }

  .profilePassIdentity img {
    width: 64px;
    height: 64px;
  }

  .profilePassIdentity h2 {
    font-size: 24px;
  }

  .profileStats b {
    font-size: 14px;
  }

  .eventRow {
    grid-template-columns: 1fr !important;
    width: min(100%, calc(100vw - 64px)) !important;
    max-width: calc(100vw - 64px) !important;
    gap: 14px !important;
    justify-self: start !important;
  }

  .eventRow button {
    width: 100% !important;
    min-height: 42px !important;
    font-size: 9px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .primaryButton,
  .secondaryButton,
  .dangerButton,
  .desktopCta,
  .ghostButton,
  .desktopNav button,
  .bottomNav button,
  .statusCard,
  .desktopStatusGrid button,
  .homeSectionCard,
  .profileNavList button,
  .eventRow,
  .desktopEvent,
  .actionList button,
  .actionList a,
  .ticket,
  .desktopTicket,
  .desktopTopbar,
  .bottomNav,
  .mediaPhoto,
  .barcode,
  .luxReveal,
  .luxPointerLayer,
  .lux-motion-ready .appShell::before,
  .lux-motion-ready .mobileApp::after,
  .lux-motion-ready .desktopApp::after,
  .lux-motion-ready .ticketMedia::before,
  .lux-motion-ready .desktopTicketMedia::before,
  .lux-motion-ready .profilePassIdentity img,
  .lux-motion-ready .memberAvatar,
  .lux-motion-ready .desktopAvatar,
  .primaryButton::before,
  .desktopCta::before,
  .primaryButton::after,
  .desktopCta::after {
    animation: none !important;
    transition: none !important;
  }

  .luxReveal {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }

  .luxTiltActive {
    transform: none !important;
  }
}
