/* =========================================================================
   GAMETICKETHUB.COM - APPLE-CALIBER DESIGN SYSTEM (DARK THEME DEFAULT)
   ========================================================================= */
:root, [data-theme="dark"] {
  --bg-page: #050610;
  --bg-card: rgba(13, 15, 29, 0.78);
  --bg-card-elevated: rgba(18, 21, 38, 0.88);
  --card-border: rgba(255, 255, 255, 0.08);
  --card-border-hover: rgba(99, 102, 241, 0.45);
  --card-shadow: 0 16px 36px -6px rgba(0, 0, 0, 0.65), 0 0 20px -4px rgba(99, 102, 241, 0.08);
  --card-shadow-hover: 0 24px 52px -8px rgba(0, 0, 0, 0.82), 0 0 32px rgba(99, 102, 241, 0.18);
  
  --accent-violet: #6366f1;
  --accent-violet-glow: rgba(99, 102, 241, 0.25);
  --accent-indigo: #8b5cf6;
  --accent-lavender: #c7d2fe;
  --surface-obsidian: #050610;
  --surface-glass: rgba(13, 15, 29, 0.75);
  --border-specular: rgba(255, 255, 255, 0.12);
  
  --nba-blue: #0071e3;
  --nba-blue-hover: #0077ed;
  --brand-tickets-blue: #0071e3;
  --nba-red: #ff453a;
  --accent-gold: #ff9f0a;
  --accent-emerald: #34c759;
  --accent-emerald-light: #30d158;
  
  --text-main: #f5f5f7;
  --text-title: #ffffff;
  --text-muted: #86868b;
  --text-subtle: #6e6e73;
  
  --nav-bg: rgba(5, 5, 8, 0.75);
  --nav-border: rgba(255, 255, 255, 0.08);
  --input-bg: rgba(255, 255, 255, 0.06);
  --input-border: rgba(255, 255, 255, 0.12);
  --input-text: #ffffff;
  --input-placeholder: #86868b;
  
  --toolbar-bg: rgba(14, 14, 18, 0.82);
  --pill-bg: rgba(255, 255, 255, 0.06);
  --pill-border: rgba(255, 255, 255, 0.1);
  --pill-text: #f5f5f7;
  --pill-hover-bg: rgba(255, 255, 255, 0.12);
  --pill-hover-text: #ffffff;
  --pill-active-bg: #0071e3;
  --pill-active-text: #ffffff;
  
  --dropdown-bg: rgba(24, 24, 30, 0.85);
  --dropdown-border: rgba(255, 255, 255, 0.13);
  --dropdown-shadow: 0 24px 60px -10px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.08);
  --dropdown-hover: rgba(255, 255, 255, 0.08);
  
  --hero-bg: radial-gradient(ellipse at 50% 15%, rgba(0, 113, 227, 0.16) 0%, rgba(5, 5, 8, 0.98) 75%), url('https://images.unsplash.com/photo-1546519638-68e109498ffc?w=1600&q=80') center 20%/cover;
  --hero-title-grad: linear-gradient(180deg, #ffffff 0%, #a1a1a6 100%);
  --hero-tag-bg: rgba(255, 255, 255, 0.06);
  --hero-tag-border: rgba(255, 255, 255, 0.12);
  
  --modal-backdrop-bg: rgba(0, 0, 0, 0.68);
  --modal-card-bg: rgba(24, 24, 30, 0.92);
  --modal-card-border: rgba(255, 255, 255, 0.12);
  --modal-header-border: rgba(255, 255, 255, 0.08);
  --modal-close-bg: rgba(255, 255, 255, 0.08);
  --modal-close-border: rgba(255, 255, 255, 0.12);
  --modal-close-text: #86868b;
  
  /* Layered Elevation Architecture */
  --elevation-sm: 0 1px 3px rgba(0, 0, 0, 0.35);
  --elevation-md: 0 8px 24px -2px rgba(0, 0, 0, 0.5);
  --elevation-lg: 0 16px 40px -4px rgba(0, 0, 0, 0.65);
  --elevation-xl: 0 28px 64px -6px rgba(0, 0, 0, 0.8);
  
  /* Modern Tactile Button & Input Tokens */
  --btn-press-transform: scale(0.985);
  --input-focus-ring: 0 0 0 3px rgba(0, 113, 227, 0.35);

  /* Motion & Animation Tokens */
  --ease-spring: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-tactile: cubic-bezier(0.2, 0.8, 0.2, 1);
  --transition-fast: 0.16s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-normal: 0.22s cubic-bezier(0.16, 1, 0.3, 1);

  /* Ticketmaster Stadium Map Palette */
  --sec-lower: #3b82f6;
  --sec-upper: #1d4ed8;
  --sec-vip: #fbbf24;
  --sec-suite: #94a3b8;
  --sec-hover: #f59e0b;
}

[data-theme="light"] {
  --bg-page: #f5f5f7;
  --bg-card: #ffffff;
  --bg-card-elevated: #ffffff;
  --card-border: rgba(0, 0, 0, 0.08);
  --card-border-hover: rgba(0, 113, 227, 0.35);
  --card-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.05);
  --card-shadow-hover: 0 16px 36px -4px rgba(0, 0, 0, 0.1);
  
  --nba-blue: #0071e3;
  --nba-blue-hover: #0077ed;
  --brand-tickets-blue: #0071e3;
  --nba-red: #ff3b30;
  --accent-gold: #f59e0b;
  --accent-emerald: #34c759;
  --accent-emerald-light: #30d158;
  
  --text-main: #1d1d1f;
  --text-title: #1d1d1f;
  --text-muted: #6e6e73;
  --text-subtle: #86868b;
  
  --nav-bg: rgba(255, 255, 255, 0.8);
  --nav-border: rgba(0, 0, 0, 0.08);
  --input-bg: rgba(0, 0, 0, 0.04);
  --input-border: rgba(0, 0, 0, 0.12);
  --input-text: #1d1d1f;
  --input-placeholder: #86868b;
  
  --toolbar-bg: rgba(255, 255, 255, 0.85);
  --pill-bg: rgba(0, 0, 0, 0.05);
  --pill-border: rgba(0, 0, 0, 0.08);
  --pill-text: #1d1d1f;
  --pill-hover-bg: rgba(0, 0, 0, 0.08);
  --pill-hover-text: #000000;
  --pill-active-bg: #0071e3;
  --pill-active-text: #ffffff;
  
  --dropdown-bg: rgba(255, 255, 255, 0.92);
  --dropdown-border: rgba(0, 0, 0, 0.1);
  --dropdown-shadow: 0 20px 48px -8px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05);
  --dropdown-hover: rgba(0, 0, 0, 0.05);
  
  --hero-bg: radial-gradient(ellipse at 50% 15%, rgba(0, 113, 227, 0.09) 0%, rgba(245, 245, 247, 0.98) 75%), url('https://images.unsplash.com/photo-1546519638-68e109498ffc?w=1600&q=80') center 20%/cover;
  --hero-title-grad: linear-gradient(180deg, #1d1d1f 0%, #424245 100%);
  --hero-tag-bg: rgba(0, 0, 0, 0.04);
  --hero-tag-border: rgba(0, 0, 0, 0.08);
  
  --modal-backdrop-bg: rgba(0, 0, 0, 0.35);
  --modal-card-bg: rgba(255, 255, 255, 0.95);
  --modal-card-border: rgba(0, 0, 0, 0.08);
  --modal-header-border: rgba(0, 0, 0, 0.06);
  --modal-close-bg: rgba(0, 0, 0, 0.05);
  --modal-close-border: rgba(0, 0, 0, 0.1);
  --modal-close-text: #6e6e73;
  
  /* Layered Elevation Architecture */
  --elevation-sm: 0 1px 3px rgba(0, 0, 0, 0.05);
  --elevation-md: 0 4px 16px -2px rgba(0, 0, 0, 0.05);
  --elevation-lg: 0 12px 28px -4px rgba(0, 0, 0, 0.08);
  --elevation-xl: 0 20px 40px -6px rgba(0, 0, 0, 0.1);

  /* Modern Tactile Button & Input Tokens */
  --btn-press-transform: scale(0.985);
  --input-focus-ring: 0 0 0 3px rgba(37, 99, 235, 0.2);

  /* Motion & Animation Tokens */
  --ease-spring: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-tactile: cubic-bezier(0.2, 0.8, 0.2, 1);
  --transition-fast: 0.16s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-normal: 0.22s cubic-bezier(0.16, 1, 0.3, 1);

  /* Ticketmaster Stadium Map Palette */
  --sec-lower: #2563eb;
  --sec-upper: #1d4ed8;
  --sec-vip: #f59e0b;
  --sec-suite: #64748b;
  --sec-hover: #fbbf24;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: var(--bg-page);
  background-image: 
    radial-gradient(circle at 50% -10%, rgba(99, 102, 241, 0.15) 0%, transparent 60%),
    radial-gradient(circle at 85% 15%, rgba(139, 92, 246, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 15% 40%, rgba(56, 189, 248, 0.05) 0%, transparent 45%);
  background-attachment: fixed;
  color: var(--text-main);
  line-height: 1.5;
  overflow-x: hidden;
  transition: background-color 0.25s ease, color 0.25s ease;
}

[data-theme="light"] body {
  background-image: none;
}

/* Announcement Top Bar */
.top-bar {
  background: linear-gradient(90deg, var(--nba-blue), var(--nba-red));
  padding: 8px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}

.top-bar-content {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.live-status {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 0, 0, 0.3);
  padding: 3px 10px;
  border-radius: 20px;
  color: #ffffff;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background-color: var(--accent-emerald-light);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--accent-emerald-light);
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { transform: scale(0.9); opacity: 0.8; }
  50% { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(0.9); opacity: 0.8; }
}

/* Header Navbar - Floating Capsule Island */
.navbar {
  position: sticky;
  top: 14px;
  z-index: 1000;
  width: calc(100% - 32px);
  max-width: 1320px;
  margin: 14px auto 0 auto;
  box-sizing: border-box;
  background: rgba(10, 12, 22, 0.82);
  backdrop-filter: blur(28px) saturate(190%);
  -webkit-backdrop-filter: blur(28px) saturate(190%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9999px;
  padding: 8px 24px;
  box-shadow: 0 16px 36px -8px rgba(0, 0, 0, 0.75), inset 0 1px 1.5px rgba(255, 255, 255, 0.18);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-theme="light"] .navbar {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 28px -6px rgba(0, 0, 0, 0.08), inset 0 1px 1.5px #ffffff;
}

@media (max-width: 900px) {
  .navbar {
    top: 8px;
    width: calc(100% - 24px);
    margin: 8px auto 0 auto;
    border-radius: 20px;
    padding: 8px 14px;
  }
}

@media (max-width: 480px) {
  .navbar {
    top: 6px;
    width: calc(100% - 16px);
    margin: 6px auto 0 auto;
    border-radius: 18px;
    padding: 8px 12px;
  }
}

.nav-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand-reseller-container {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: var(--text-title);
  transition: transform 0.2s ease;
}

.brand-reseller-container:hover {
  transform: translateY(-1px);
}

.nba-exact-reseller-logo {
  height: 54px;
  width: 54px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.25));
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.brand-reseller-container:hover .nba-exact-reseller-logo {
  transform: scale(1.03);
}

.brand-vertical-divider {
  width: 1px;
  height: 56px;
  background: linear-gradient(180deg, transparent, rgba(100, 116, 139, 0.3), transparent);
}

.brand-title-group {
  display: flex;
  flex-direction: column;
}

.brand-row-mobile {
  display: contents;
}

.mobile-header-actions,
.mobile-theme-toggle-btn,
.mobile-theme-slider {
  display: none;
}

.brand-text {
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 1.1;
  color: var(--text-title);
  display: inline-flex;
  align-items: baseline;
}

.brand-tickets {
  color: inherit;
  font-weight: 900;
}

.brand-sub {
  color: var(--nba-red, #c9082a);
  font-size: inherit;
  font-weight: inherit;
  margin-left: 0;
}

.brand-sub-badge {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #94a3b8;
  text-transform: uppercase;
  margin-top: 2px;
  display: block;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.brand-reseller-container:hover .brand-sub-badge {
  color: #cbd5e1;
}

[data-theme="light"] .brand-sub-badge {
  color: #64748b;
}

[data-theme="light"] .brand-reseller-container:hover .brand-sub-badge {
  color: #0f172a;
}

.search-bar-wrapper {
  flex: 1;
  max-width: 500px;
  position: relative;
  display: flex;
  align-items: center;
}

.search-icon {
  position: absolute;
  left: 14px;
  width: 18px;
  height: 18px;
  color: var(--text-muted);
}

.search-bar-wrapper input {
  width: 100%;
  padding: 11px 115px 11px 44px;
  background: var(--input-bg);
  border: 1px solid var(--input-border);
  border-radius: 9999px;
  color: var(--input-text);
  font-size: 0.92rem;
  font-family: inherit;
  outline: none;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.search-bar-wrapper input::placeholder {
  color: var(--input-placeholder);
}

.search-bar-wrapper input:focus {
  border-color: var(--nba-blue);
  box-shadow: 0 0 0 3px rgba(0, 113, 227, 0.3);
  background: var(--bg-card);
}

/* Apple-Style "Find Tickets" Search Button (#searchBtn) */
.search-bar-wrapper button {
  position: absolute;
  right: 4px;
  padding: 7px 18px;
  background: var(--nba-blue);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 9999px;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: -0.01em;
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 113, 227, 0.35);
  text-shadow: none;
  transition: all 0.18s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.search-bar-wrapper button::before,
.search-bar-wrapper button::after {
  display: none !important;
}

.search-bar-wrapper button:hover {
  background: var(--nba-blue-hover);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0, 113, 227, 0.45);
}

.search-bar-wrapper button:active {
  transform: scale(0.98);
  box-shadow: 0 1px 3px rgba(0, 113, 227, 0.2);
}

.search-bar-wrapper button > span {
  position: relative;
  z-index: 1;
}

[data-theme="light"] .search-bar-wrapper button {
  background: var(--nba-blue);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 8px rgba(0, 113, 227, 0.25);
  text-shadow: none;
}

[data-theme="light"] .search-bar-wrapper button:hover {
  background: var(--nba-blue-hover);
  box-shadow: 0 4px 14px rgba(0, 113, 227, 0.35);
}

/* Apple Spotlight Autocomplete Suggestions Popover */
.search-autocomplete-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  background: var(--dropdown-bg);
  border: 1px solid var(--dropdown-border);
  border-radius: 20px;
  box-shadow: var(--dropdown-shadow);
  max-height: 380px;
  overflow-y: auto;
  z-index: 400;
  display: none;
  backdrop-filter: blur(32px) saturate(200%);
  -webkit-backdrop-filter: blur(32px) saturate(200%);
  animation: searchSlideDown 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 8px;
}

@keyframes searchSlideDown {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.search-autocomplete-dropdown.open {
  display: block;
}

.search-category-header {
  padding: 8px 12px 4px 12px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.search-suggestion-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 12px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.16s cubic-bezier(0.16, 1, 0.3, 1);
  color: var(--text-main);
  text-decoration: none;
  margin: 2px 0;
}

.search-suggestion-item:hover, .search-suggestion-item.highlighted {
  background: var(--dropdown-hover);
  color: var(--text-title);
  transform: translateX(2px);
}

.search-suggestion-logo {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.2));
}

.search-suggestion-info {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.search-suggestion-title {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--text-title);
}

.search-suggestion-item:hover .search-suggestion-title,
.search-suggestion-item.highlighted .search-suggestion-title {
  color: var(--text-title);
}

.search-suggestion-meta {
  font-size: 0.76rem;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-suggestion-badge {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--accent-emerald);
  background: rgba(52, 199, 89, 0.15);
  padding: 3px 9px;
  border-radius: 9999px;
  white-space: nowrap;
}

.search-no-results {
  padding: 16px;
  text-align: center;
  font-size: 0.88rem;
  color: var(--text-muted);
  font-weight: 600;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}

.nav-links a:hover, .nav-links a.active {
  color: var(--text-title);
}

/* =========================================================================
   PREMIUM OFFICIAL 100% BUYER GUARANTEE NAVBAR CAPSULE (3D MODELED)
   ========================================================================= */
.nav-btn-guarantee {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 8px;
  border-radius: 9999px;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.28);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
  font-family: inherit;
}

.nav-btn-guarantee::before,
.nav-btn-guarantee::after {
  display: none !important;
}

/* Modeled Jewel Shield Medallion */
.guarantee-shield-icon-wrap {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #10b981;
  color: #ffffff;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.guarantee-shield-svg {
  width: 12px;
  height: 12px;
  stroke: #ffffff;
  stroke-width: 2.2;
}

/* High-Precision Typography */
.guarantee-label {
  font-weight: 650;
  font-size: 0.82rem;
  letter-spacing: -0.01em;
  color: #f1f5f9;
  text-shadow: none;
  white-space: nowrap;
}

/* Modeled 100% Beveled Capsule Tag */
.guarantee-badge-tag {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 2px 7px;
  border-radius: 999px;
  background: #10b981;
  color: #ffffff;
  line-height: 1.2;
}

/* Hover Elevation & Radiant Bloom */
.nav-btn-guarantee:hover {
  background: rgba(16, 185, 129, 0.15);
  border-color: rgba(16, 185, 129, 0.45);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.18);
}

.nav-btn-guarantee:hover .guarantee-shield-icon-wrap {
  transform: scale(1.08);
}

.nav-btn-guarantee:active {
  transform: scale(0.98);
}

/* Theme Adaptive Overrides */
[data-theme="dark"] .nav-btn-guarantee {
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.28);
}

[data-theme="light"] .nav-btn-guarantee {
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

[data-theme="light"] .nav-btn-guarantee .guarantee-label {
  color: #065f46;
  text-shadow: none;
}

[data-theme="light"] .nav-btn-guarantee:hover {
  background: rgba(16, 185, 129, 0.15);
  border-color: rgba(16, 185, 129, 0.45);
}

/* =========================================================================
   MODERN VERIFIED NBA RESALE CAPSULE BUTTON (.nav-btn-nba-reseller)
   ========================================================================= */
.nav-btn-nba-reseller {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 8px;
  border-radius: 9999px;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
  font-family: inherit;
}

.nav-btn-nba-reseller::before,
.nav-btn-nba-reseller::after {
  display: none !important;
}

/* Modeled Jewel NBA Badge Medallion */
.nba-reseller-badge-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2563eb;
  color: #ffffff;
  flex-shrink: 0;
  transition: transform 0.2s ease;
  overflow: hidden;
}

.nba-mini-badge-img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

/* High-Precision Typography */
.nba-reseller-label {
  font-weight: 650;
  font-size: 0.82rem;
  letter-spacing: -0.01em;
  color: #f1f5f9;
  text-shadow: none;
  white-space: nowrap;
}

/* Modeled NBA Beveled Tag */
.nba-reseller-league-tag {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  padding: 2px 7px;
  border-radius: 999px;
  background: #2563eb;
  color: #ffffff;
  line-height: 1.2;
}

/* Hover Elevation & Radiant Bloom */
.nav-btn-nba-reseller:hover {
  background: rgba(37, 99, 235, 0.15);
  border-color: rgba(59, 130, 246, 0.5);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

.nav-btn-nba-reseller:hover .nba-reseller-badge-icon {
  transform: scale(1.08);
}

.nav-btn-nba-reseller:active {
  transform: scale(0.98);
}

/* Theme Adaptive Overrides */
[data-theme="dark"] .nav-btn-nba-reseller {
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.3);
}

[data-theme="light"] .nav-btn-nba-reseller {
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

[data-theme="light"] .nav-btn-nba-reseller .nba-reseller-label {
  color: #1e3a8a;
  text-shadow: none;
}

[data-theme="light"] .nav-btn-nba-reseller:hover {
  background: rgba(37, 99, 235, 0.14);
  border-color: rgba(37, 99, 235, 0.45);
}

/* Live Reseller Pulsating Status Dot */
.reseller-pulse-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #10b981;
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  animation: resellerDotPulse 2s infinite cubic-bezier(0.4, 0, 0.6, 1);
  vertical-align: middle;
  margin-right: 4px;
}

@keyframes resellerDotPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  }
  70% {
    transform: scale(1.15);
    box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
  }
}

/* =========================================================================
   MODERN HERO VERIFIED RESALE BADGE BUTTON (.hero-reseller-badge-btn)
   ========================================================================= */
.hero-reseller-badge-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 7px 18px 7px 12px;
  border-radius: 9999px;
  background: rgba(37, 99, 235, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.3);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  outline: none;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #60a5fa;
  user-select: none;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-reseller-badge-btn::before,
.hero-reseller-badge-btn::after {
  display: none !important;
}

.hero-reseller-badge-btn img {
  width: 17px;
  height: 17px;
  object-fit: contain;
}

.hero-reseller-badge-btn span {
  text-shadow: none;
}

.hero-reseller-badge-btn:hover {
  background: rgba(37, 99, 235, 0.18);
  border-color: rgba(59, 130, 246, 0.5);
  transform: translateY(-1px);
  color: #93c5fd;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25);
}

.hero-reseller-badge-btn:active {
  transform: scale(0.98);
}

[data-theme="light"] .hero-reseller-badge-btn {
  background: rgba(37, 99, 235, 0.08);
  border-color: rgba(37, 99, 235, 0.25);
  color: #1d4ed8;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

[data-theme="light"] .hero-reseller-badge-btn:hover {
  background: rgba(37, 99, 235, 0.14);
  border-color: rgba(37, 99, 235, 0.4);
}

/* =========================================================================
   OFFICIAL NBA LICENSING & ACCREDITATION DOSSIER CARD (TRUST MODAL)
   ========================================================================= */
.nba-licensing-dossier-card {
  margin: 18px 0 24px 0;
  padding: 20px 22px;
  border-radius: 14px;
  background: linear-gradient(165deg, rgba(30, 41, 59, 0.7) 0%, rgba(15, 23, 42, 0.9) 100%);
  border: 1px solid rgba(59, 130, 246, 0.35);
  box-shadow: 0 12px 32px -4px rgba(0, 0, 0, 0.6), 0 0 20px rgba(37, 99, 235, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.15);
  position: relative;
  overflow: hidden;
}

.nba-licensing-dossier-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #17408b 0%, #38bdf8 50%, #c9082a 100%);
}

.nba-dossier-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nba-dossier-title-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nba-dossier-seal-badge {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1e3a8a 0%, #0f172a 100%);
  border: 1px solid rgba(59, 130, 246, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
}

.nba-dossier-seal-badge img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.nba-dossier-titles h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.2px;
}

.nba-dossier-titles span {
  font-size: 0.75rem;
  font-weight: 600;
  color: #94a3b8;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.nba-dossier-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.4);
  color: #34d399;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 2px 6px rgba(16, 185, 129, 0.2);
}

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

.nba-dossier-field {
  display: flex;
  flex-direction: column;
  gap: 3px;
  background: rgba(255, 255, 255, 0.03);
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.nba-dossier-label {
  font-size: 0.7rem;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nba-dossier-value {
  font-size: 0.88rem;
  font-weight: 700;
  color: #f8fafc;
  font-family: 'Outfit', -apple-system, sans-serif;
  word-break: break-word;
}

.nba-dossier-value.highlight-cyan {
  color: #38bdf8;
  font-family: 'SF Mono', Consolas, monospace;
  font-size: 0.86rem;
  letter-spacing: 0.5px;
}

.nba-dossier-ribbon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed rgba(255, 255, 255, 0.12);
  font-size: 0.74rem;
  color: #64748b;
}

.nba-dossier-hash {
  font-family: 'SF Mono', Consolas, monospace;
  color: #94a3b8;
}

.nba-dossier-hash strong {
  color: #38bdf8;
}

[data-theme="light"] .nba-licensing-dossier-card {
  background: #f8fafc;
  border-color: #cbd5e1;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .nba-dossier-titles h3 {
  color: #0f172a;
}

[data-theme="light"] .nba-dossier-titles span {
  color: #64748b;
}

[data-theme="light"] .nba-dossier-field {
  background: #ffffff;
  border-color: #e2e8f0;
}

[data-theme="light"] .nba-dossier-label {
  color: #64748b;
}

[data-theme="light"] .nba-dossier-value {
  color: #0f172a;
}

[data-theme="light"] .nba-dossier-value.highlight-cyan {
  color: #0284c7;
}

@media (max-width: 640px) {
  .nba-dossier-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* =========================================================================
   FOOTER SECONDARY MARKETPLACE DISCLAIMER & ACCREDITATION STRIP
   ========================================================================= */
.footer-reseller-strip {
  max-width: 1280px;
  margin: 0 auto 28px auto;
  padding: 22px 24px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.82) 0%, rgba(10, 16, 31, 0.92) 100%);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: all 0.3s ease;
}

.footer-reseller-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  text-align: left;
}

.footer-guarantee-header-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

/* Modern Clean Footer Guarantee Lockup */
.footer-guarantee-lockup {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 14px 6px 8px;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.22);
  border-radius: 9999px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow: hidden;
}

.footer-guarantee-lockup::before,
.footer-guarantee-lockup::after {
  display: none !important;
}

/* Shield Medallion */
.footer-shield-medallion {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #10b981;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 2px 6px rgba(16, 185, 129, 0.35);
  color: #ffffff;
  flex-shrink: 0;
}

.footer-shield-svg {
  width: 14px;
  height: 14px;
  stroke: #ffffff;
  stroke-width: 2.4;
}

/* Titles */
.footer-guarantee-titles {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.footer-guarantee-main-text {
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.2;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  white-space: nowrap;
}

.footer-guarantee-subhead {
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.6px;
  color: #34d399;
  text-transform: uppercase;
  line-height: 1.1;
}

/* 100% Pill Tag */
.footer-guarantee-pill-tag {
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.4px;
  padding: 2px 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #34d399 0%, #10b981 50%, #059669 100%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75), 0 2px 6px rgba(16, 185, 129, 0.4);
  line-height: 1.2;
  flex-shrink: 0;
}

/* 3D Modeled Action Button (.footer-reseller-verify-btn) */
.footer-reseller-verify-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px 8px 12px;
  border-radius: 9999px;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.25);
  color: #10b981;
  font-size: 0.8rem;
  font-weight: 650;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
  overflow: hidden;
  outline: none;
}

.footer-reseller-verify-btn::before,
.footer-reseller-verify-btn::after {
  display: none !important;
}

.footer-reseller-verify-btn:hover {
  transform: translateY(-1px);
  background: rgba(16, 185, 129, 0.18);
  border-color: rgba(16, 185, 129, 0.45);
  color: #34d399;
}

.footer-reseller-verify-btn:active {
  transform: scale(0.985);
}

.footer-btn-shield-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #10b981;
  color: #ffffff;
  flex-shrink: 0;
}
  transition: transform 0.25s ease;
}

.footer-reseller-verify-btn:hover .footer-btn-shield-icon {
  transform: scale(1.1) rotate(-3deg);
}

.footer-btn-shield-icon svg {
  width: 11px;
  height: 11px;
  stroke: #ffffff;
  stroke-width: 2.6;
}

.footer-btn-text {
  font-weight: 700;
  letter-spacing: 0.2px;
}

.footer-disclosure-text {
  color: #94a3b8;
  font-size: 0.78rem;
  line-height: 1.6;
  margin: 0;
}

.footer-disclosure-text strong {
  color: #e2e8f0;
}

/* Light Theme Styling */
[data-theme="light"] .footer-reseller-strip {
  background: #f8fafc;
  border-color: #e2e8f0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05), inset 0 1px 0 #ffffff;
}

[data-theme="light"] .footer-guarantee-lockup {
  background: linear-gradient(180deg, #ecfdf5 0%, #d1fae5 100%);
  border-color: rgba(16, 185, 129, 0.4);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), inset 0 1px 1px #ffffff;
}

[data-theme="light"] .footer-guarantee-lockup::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.1) 80%, transparent 100%);
}

[data-theme="light"] .footer-guarantee-main-text {
  color: #064e3b;
  text-shadow: none;
}

[data-theme="light"] .footer-guarantee-subhead {
  color: #059669;
}

[data-theme="light"] .footer-reseller-verify-btn {
  background: linear-gradient(180deg, #ffffff 0%, #ecfdf5 100%);
  border-color: rgba(16, 185, 129, 0.45);
  color: #065f46;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), inset 0 1px 1px #ffffff;
}

[data-theme="light"] .footer-reseller-verify-btn:hover {
  background: linear-gradient(180deg, #ecfdf5 0%, #d1fae5 100%);
  color: #047857;
  border-color: #10b981;
}

[data-theme="light"] .footer-disclosure-text {
  color: #64748b;
}

[data-theme="light"] .footer-disclosure-text strong {
  color: #1e293b;
}

/* Responsive Breakpoints */
@media (max-width: 768px) {
  .footer-guarantee-header-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .footer-guarantee-lockup {
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
  }
  .footer-reseller-verify-btn {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
}

@media (max-width: 480px) {
  .footer-guarantee-main-text {
    font-size: 0.8rem;
    white-space: normal;
  }
  .footer-shield-medallion {
    width: 24px;
    height: 24px;
  }
  .footer-shield-svg {
    width: 12px;
    height: 12px;
  }
  .footer-reseller-strip {
    padding: 16px 16px;
  }
}

/* =========================================================================
   COMPACT SUN & MOON THEME SLIDER SWITCH COMPONENT (3D MODELED)
   ========================================================================= */
.theme-slider-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 56px;
  height: 28px;
  padding: 0 6px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0;
  outline: none;
  user-select: none;
  touch-action: manipulation;
  overflow: hidden;
}

.theme-slider-switch::before,
.theme-slider-switch::after {
  display: none !important;
}

.theme-slider-switch:hover {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-0.5px);
}

.theme-slider-switch:active {
  transform: scale(0.97);
}

/* Icon Elements */
.theme-slider-switch .slider-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  z-index: 2;
  pointer-events: none;
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  font-size: 0.75rem;
  line-height: 1;
}

.theme-slider-switch .slider-icon svg {
  width: 12px;
  height: 12px;
  display: block;
}

.theme-slider-switch .sun-icon {
  color: #f59e0b;
  opacity: 0.35;
  transform: scale(0.85);
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
  margin-left: 1px;
}

.theme-slider-switch .moon-icon {
  color: #38bdf8;
  opacity: 1;
  transform: scale(1.05);
  filter: drop-shadow(0 0 6px rgba(56, 189, 248, 0.6));
  margin-right: 1px;
}

/* Modeled 3D Jewel Thumb (Dark Mode: Sapphire Gem) */
.theme-slider-switch .slider-thumb {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  transform: translateX(30px);
  background: linear-gradient(135deg, #38bdf8 0%, #2563eb 55%, #1d4ed8 100%);
  border: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow: inset 0 1px 1.5px rgba(255, 255, 255, 0.75), 0 2px 8px rgba(0, 0, 0, 0.6), 0 0 12px rgba(56, 189, 248, 0.5);
  transition: transform 0.32s cubic-bezier(0.34, 1.45, 0.64, 1), background 0.3s ease, box-shadow 0.3s ease;
  z-index: 3;
}

/* Light Mode 3D Porcelain-Gold Modeling */
[data-theme="light"] .theme-slider-switch {
  background: linear-gradient(180deg, #ffffff 0%, #fef3c7 50%, #fed7aa 100%);
  border: 1px solid rgba(245, 158, 11, 0.42);
  box-shadow: inset 0 2px 4px rgba(217, 119, 6, 0.16), inset 0 1px 1px #ffffff, 0 3px 10px rgba(245, 158, 11, 0.16);
}

[data-theme="light"] .theme-slider-switch::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.1) 80%, transparent 100%);
}

[data-theme="light"] .theme-slider-switch:hover {
  border-color: rgba(245, 158, 11, 0.7);
  box-shadow: inset 0 2px 4px rgba(217, 119, 6, 0.2), 0 5px 16px rgba(245, 158, 11, 0.28), 0 0 12px rgba(251, 191, 36, 0.35);
}

[data-theme="light"] .theme-slider-switch .sun-icon {
  color: #d97706;
  opacity: 1;
  transform: scale(1.05);
  filter: drop-shadow(0 0 6px rgba(245, 158, 11, 0.5));
}

[data-theme="light"] .theme-slider-switch .moon-icon {
  color: #64748b;
  opacity: 0.32;
  transform: scale(0.85);
  filter: none;
}

[data-theme="light"] .theme-slider-switch .slider-thumb {
  transform: translateX(0);
  background: linear-gradient(145deg, #ffffff 0%, #fff7ed 55%, #fed7aa 100%);
  border: 1px solid rgba(245, 158, 11, 0.45);
  box-shadow: inset 0 1px 1.5px #ffffff, 0 2px 6px rgba(217, 119, 6, 0.3), 0 0 8px rgba(251, 191, 36, 0.4);
}

[data-theme="dark"] .theme-slider-switch {
  background: linear-gradient(180deg, rgba(30, 41, 59, 0.7) 0%, rgba(15, 23, 42, 0.88) 52%, rgba(3, 7, 18, 0.96) 100%);
  border: 1px solid rgba(56, 189, 248, 0.38);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.7), inset 0 -1px 1px rgba(255, 255, 255, 0.08), inset 0 1px 1px rgba(255, 255, 255, 0.22), 0 4px 14px -2px rgba(0, 0, 0, 0.55), 0 0 12px rgba(56, 189, 248, 0.22);
}

[data-theme="dark"] .theme-slider-switch .slider-thumb {
  transform: translateX(30px);
  background: linear-gradient(135deg, #38bdf8 0%, #2563eb 55%, #1d4ed8 100%);
  border: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow: inset 0 1px 1.5px rgba(255, 255, 255, 0.75), 0 2px 8px rgba(0, 0, 0, 0.6), 0 0 12px rgba(56, 189, 248, 0.5);
}

/* Legacy theme toggle pill support */
.theme-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  color: var(--text-main);
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.2s ease;
}

.theme-toggle-btn:hover {
  background: var(--pill-hover-bg);
  border-color: var(--nba-blue);
  color: var(--nba-blue);
  transform: translateY(-1px);
}

/* =========================================================================
   NOCTURNE FINTECH-MINIMALIST HERO SECTION
   ========================================================================= */
.hero-section {
  position: relative;
  padding: 72px 24px 56px 24px;
  background: radial-gradient(circle at center, rgba(23, 64, 139, 0.35) 0%, rgba(5, 6, 16, 0.94) 72%), url('hero-basketball-hoop.jpg') center 22%/cover no-repeat;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  overflow: hidden;
}

[data-theme="light"] .hero-section {
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.82) 0%, rgba(245, 245, 247, 0.95) 75%), url('hero-basketball-hoop.jpg') center 22%/cover no-repeat;
  border-bottom-color: rgba(0, 0, 0, 0.08);
}

.hero-aurora-glow {
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 400px;
  background: radial-gradient(ellipse at center, rgba(99, 102, 241, 0.2) 0%, rgba(139, 92, 246, 0.05) 50%, transparent 70%);
  filter: blur(50px);
  pointer-events: none;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-top-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 18px;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.06);
  color: #f1f5f9;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 5px 14px;
  border-radius: 9999px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  margin-bottom: 0;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

[data-theme="light"] .hero-tag {
  background: rgba(255, 255, 255, 0.92);
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.16);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 8px #38bdf8;
}

[data-theme="light"] .eyebrow-dot {
  background: #0284c7;
  box-shadow: 0 0 6px rgba(2, 132, 199, 0.5);
}

.hero-network-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.28);
  color: #34d399;
  padding: 5px 12px;
  border-radius: 9999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

[data-theme="light"] .hero-network-pill {
  background: rgba(16, 185, 129, 0.12);
  border-color: rgba(5, 150, 105, 0.35);
  color: #047857;
  box-shadow: 0 2px 10px rgba(16, 185, 129, 0.08);
}

.pulse-emerald {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 8px #10b981;
  animation: pulse 1.5s infinite;
}

[data-theme="light"] .pulse-emerald {
  background: #059669;
  box-shadow: 0 0 6px rgba(5, 150, 105, 0.5);
}

.hero-dynamic-tag,
.hero-dynamic-text,
.hero-dynamic-sub {
  transition: opacity 0.32s cubic-bezier(0.16, 1, 0.3, 1), transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.hero-text-fading {
  opacity: 0 !important;
  transform: translateY(-8px) scale(0.98);
}

.hero-text-entering {
  opacity: 0 !important;
  transform: translateY(8px) scale(0.98);
}

.hero-section h1 {
  position: relative;
  z-index: 2;
  font-size: clamp(2.4rem, 5.2vw, 4.2rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.06;
  margin-bottom: 16px;
  text-align: center;
}

.hero-title-white {
  display: block;
  color: #ffffff;
}

.hero-title-accent {
  display: block;
  background: linear-gradient(135deg, #ffffff 20%, #c7d2fe 65%, #818cf8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[data-theme="light"] .hero-title-white {
  color: #0f172a;
}

[data-theme="light"] .hero-title-accent {
  background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-section p {
  font-size: 1.15rem;
  color: #94a3b8;
  line-height: 1.55;
  max-width: 720px;
  margin: 0 auto;
  letter-spacing: -0.01em;
}

[data-theme="light"] .hero-section p {
  color: #475569;
}

.hero-actions-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.hero-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: linear-gradient(180deg, #6366f1 0%, #4f46e5 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 9999px;
  color: #ffffff !important;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(79, 70, 229, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.4);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.hero-cta-btn:hover {
  background: linear-gradient(180deg, #4f46e5 0%, #4338ca 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(79, 70, 229, 0.55);
}

.hero-cta-btn svg {
  transition: transform 0.2s ease;
}

.hero-cta-btn:hover svg {
  transform: translateX(3px);
}

/* Tactile 3D Pass Showcase with Live Activity Micro-Card */
.hero-tactile-showcase {
  position: relative;
  max-width: 500px;
  width: 100%;
  margin: 36px auto 8px auto;
  perspective: 1000px;
}

.hero-pass-3d-card {
  position: relative;
  background: linear-gradient(175deg, rgba(16, 18, 35, 0.9) 0%, rgba(8, 10, 22, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 22px 24px;
  box-shadow: 0 28px 60px -12px rgba(0, 0, 0, 0.88), 0 0 32px rgba(99, 102, 241, 0.14), inset 0 1px 1.5px rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  text-align: left;
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.32s ease;
}

.hero-tactile-showcase:hover .hero-pass-3d-card {
  transform: translateY(-4px) rotateX(2deg);
  box-shadow: 0 34px 70px -12px rgba(0, 0, 0, 0.95), 0 0 45px rgba(99, 102, 241, 0.24), inset 0 1px 2px rgba(255, 255, 255, 0.3);
}

[data-theme="light"] .hero-pass-3d-card {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 16px 40px -8px rgba(0, 0, 0, 0.12);
}

.hero-pass-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
}

[data-theme="light"] .hero-pass-header {
  border-bottom-color: rgba(0, 0, 0, 0.08);
}

.hero-pass-matchup-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero-pass-league-tag {
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #818cf8;
  text-transform: uppercase;
}

[data-theme="light"] .hero-pass-league-tag {
  color: #4f46e5;
}

.hero-pass-matchup {
  font-size: clamp(0.92rem, 3.4vw, 1.05rem);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.01em;
}

[data-theme="light"] .hero-pass-matchup {
  color: #0f172a;
}

.hero-pass-venue {
  font-size: 0.76rem;
  color: #94a3b8;
}

[data-theme="light"] .hero-pass-venue {
  color: #475569;
}

.hero-pass-gate-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.32);
  color: #34d399;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 9999px;
  white-space: nowrap;
}

.gate-status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 6px #10b981;
}

.hero-pass-seating-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 14px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
}

[data-theme="light"] .hero-pass-seating-grid {
  border-bottom-color: rgba(0, 0, 0, 0.08);
}

.pass-seat-col {
  display: flex;
  flex-direction: column;
}

.pass-seat-col small {
  font-size: 0.62rem;
  color: #64748b;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pass-seat-col strong {
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
}

[data-theme="light"] .pass-seat-col strong {
  color: #0f172a;
}

.pass-seat-col .text-gold {
  color: #f59e0b;
  font-size: 0.84rem;
  line-height: 1.4;
}

.hero-pass-barcode-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 14px;
}

.hero-pass-barcode-col {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}

.hero-pass-barcode-lines {
  position: relative;
  width: 140px;
  height: 28px;
  background: repeating-linear-gradient(90deg, #ffffff 0px, #ffffff 2px, transparent 2px, transparent 4px, #ffffff 4px, #ffffff 7px, transparent 7px, transparent 9px);
  border-radius: 4px;
  overflow: hidden;
  opacity: 0.85;
}

[data-theme="light"] .hero-pass-barcode-lines {
  background: repeating-linear-gradient(90deg, #0f172a 0px, #0f172a 2px, transparent 2px, transparent 4px, #0f172a 4px, #0f172a 7px, transparent 7px, transparent 9px);
}

.laser-scanner-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #38bdf8;
  box-shadow: 0 0 8px #38bdf8;
  animation: laserScan 2s infinite ease-in-out alternate;
}

@keyframes laserScan {
  0% { left: 0%; opacity: 0.4; }
  50% { opacity: 1; }
  100% { left: 100%; opacity: 0.4; }
}

.hero-pass-code-text {
  font-family: 'SF Mono', Consolas, monospace;
  font-size: 0.72rem;
  color: #818cf8;
  font-weight: 700;
  letter-spacing: 0.8px;
}

[data-theme="light"] .hero-pass-code-text {
  color: #4f46e5;
}

/* Overlapping Live Activity Micro-Card */
.hero-floating-activity-pill {
  position: absolute;
  bottom: -16px;
  right: -16px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px 8px 10px;
  background: rgba(10, 14, 28, 0.95);
  border: 1px solid rgba(16, 185, 129, 0.38);
  border-radius: 9999px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.85), 0 0 16px rgba(16, 185, 129, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 5;
  animation: floatActivity 3.5s infinite ease-in-out alternate;
}

@keyframes floatActivity {
  0% { transform: translateY(0px); }
  100% { transform: translateY(-4px); }
}

[data-theme="light"] .hero-floating-activity-pill {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(16, 185, 129, 0.45);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.activity-pill-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #10b981;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 900;
  box-shadow: 0 0 8px rgba(16, 185, 129, 0.6);
  flex-shrink: 0;
}

.activity-pill-text {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.activity-pill-text strong {
  font-size: 0.78rem;
  color: #ffffff;
  font-weight: 700;
}

[data-theme="light"] .activity-pill-text strong {
  color: #0f172a;
}

.activity-pill-text small {
  font-size: 0.65rem;
  color: #94a3b8;
}

.activity-pill-time {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #34d399;
  background: rgba(16, 185, 129, 0.12);
  padding: 2px 7px;
  border-radius: 6px;
  margin-left: 4px;
}

@media (max-width: 600px) {
  .hero-pass-3d-card {
    padding: 18px 18px 38px 18px;
  }

  .hero-pass-matchup {
    font-size: clamp(0.8rem, 3.2vw, 0.95rem);
  }

  .hero-floating-activity-pill {
    right: 0;
    left: 0;
    margin: 0 auto;
    width: max-content;
    bottom: -18px;
  }
}

/* =========================================================================
   FINTECH-MINIMALIST BENTO GRID SECTION (NOCTURNE-GRADE)
   ========================================================================= */
.bento-section {
  position: relative;
  padding: 56px 24px 60px 24px;
  background: transparent;
  z-index: 5;
}

.bento-container {
  max-width: 1280px;
  margin: 0 auto;
}

.bento-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 36px auto;
}

.bento-eyebrow {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #818cf8;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.bento-eyebrow-prefix {
  color: #6366f1;
  margin-right: 4px;
}

.bento-title {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  font-weight: 900;
  letter-spacing: -0.025em;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 10px;
}

[data-theme="light"] .bento-title {
  color: #0f172a;
}

.bento-subtitle {
  font-size: 1rem;
  color: #94a3b8;
  line-height: 1.5;
}

[data-theme="light"] .bento-subtitle {
  color: #64748b;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.bento-card {
  position: relative;
  background: rgba(13, 15, 29, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  box-shadow: 0 14px 34px -6px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.12);
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.28s ease, box-shadow 0.28s ease;
}

.bento-card:hover {
  transform: translateY(-3px);
  border-color: rgba(99, 102, 241, 0.4);
  box-shadow: 0 22px 50px -8px rgba(0, 0, 0, 0.7), 0 0 32px rgba(99, 102, 241, 0.15), inset 0 1px 1.5px rgba(255, 255, 255, 0.2);
}

[data-theme="light"] .bento-card {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.05);
}

[data-theme="light"] .bento-card:hover {
  border-color: rgba(0, 113, 227, 0.35);
  box-shadow: 0 16px 36px -4px rgba(0, 0, 0, 0.1);
}

.bento-card-bg-glow {
  position: absolute;
  top: -40%;
  right: -40%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.12) 0%, transparent 60%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.gate-glow {
  background: radial-gradient(circle, rgba(16, 185, 129, 0.12) 0%, transparent 60%);
}

.pricing-glow {
  background: radial-gradient(circle, rgba(56, 189, 248, 0.12) 0%, transparent 60%);
}

.concurrency-glow {
  background: radial-gradient(circle, rgba(245, 158, 11, 0.12) 0%, transparent 60%);
}

.bento-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.bento-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #818cf8;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.gate-tag { color: #34d399; }
.pricing-tag { color: #38bdf8; }
.concurrency-tag { color: #fbbf24; }

.bento-card-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-bottom: 8px;
}

[data-theme="light"] .bento-card-title {
  color: #0f172a;
}

.bento-card-desc {
  font-size: 0.88rem;
  color: #94a3b8;
  line-height: 1.5;
  margin-bottom: 18px;
}

[data-theme="light"] .bento-card-desc {
  color: #64748b;
}

/* Card Column Spans */
.bento-card-visualizer {
  grid-column: span 7;
}

.bento-card-gate {
  grid-column: span 5;
}

.bento-card-pricing {
  grid-column: span 5;
}

.bento-card-concurrency {
  grid-column: span 7;
}

/* Specific Bento Preview Graphics */
/* 1. Arena 360 Visualizer */
.bento-preview-arena {
  margin-top: auto;
  border-radius: 14px;
  background: rgba(5, 6, 16, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arena-visual-bowl {
  position: relative;
  width: 100%;
  height: 110px;
  border-radius: 12px;
  background: radial-gradient(ellipse at center, rgba(30, 41, 59, 0.5) 0%, rgba(10, 12, 22, 0.9) 80%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.arena-court-rect {
  position: relative;
  width: 90px;
  height: 52px;
  background: #c2410c;
  border: 1px solid #f97316;
  border-radius: 4px;
  box-shadow: 0 0 16px rgba(249, 115, 22, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
}

.court-center-circle {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}

.court-hoop {
  position: absolute;
  width: 8px;
  height: 12px;
  border: 1px solid #ffffff;
  top: 50%;
  transform: translateY(-50%);
}

.court-hoop.left { left: 4px; border-left: none; }
.court-hoop.right { right: 4px; border-right: none; }

.arena-radar-sweep {
  position: absolute;
  inset: 0;
  background: conic-gradient(from 0deg at 50% 50%, rgba(99, 102, 241, 0.25) 0deg, transparent 60deg, transparent 360deg);
  animation: radarSpin 4s linear infinite;
  pointer-events: none;
}

@keyframes radarSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.arena-lod-pill {
  position: absolute;
  bottom: 8px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(10, 12, 22, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 0.62rem;
  font-weight: 800;
  color: #c7d2fe;
}

.lod-status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #6366f1;
  box-shadow: 0 0 6px #6366f1;
}

/* 2. Cryptographic Gate Pass */
.bento-preview-gate {
  margin-top: auto;
  border-radius: 14px;
  background: rgba(5, 6, 16, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 16px;
}

.gate-pass-widget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.gate-qr-box {
  position: relative;
  width: 72px;
  height: 72px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #34d399;
  overflow: hidden;
}

.gate-qr-laser {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #10b981;
  box-shadow: 0 0 8px #10b981;
  animation: qrLaser 2.2s ease-in-out infinite alternate;
}

@keyframes qrLaser {
  0% { top: 10%; }
  100% { top: 90%; }
}

.gate-wallet-badges {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.wallet-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 0.74rem;
  font-weight: 700;
  color: #f1f5f9;
}

[data-theme="light"] .wallet-badge {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #0f172a;
}

/* 3. 0% Hidden Surcharge */
.bento-preview-ledger {
  margin-top: auto;
  border-radius: 14px;
  background: rgba(5, 6, 16, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ledger-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.78rem;
  color: #94a3b8;
}

.ledger-row strong {
  color: #ffffff;
  font-weight: 700;
}

[data-theme="light"] .ledger-row strong {
  color: #0f172a;
}

.ledger-row .text-emerald {
  color: #34d399;
}

.ledger-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 2px 0;
}

.ledger-row.total {
  font-size: 0.88rem;
}

.ledger-row.total strong {
  color: #38bdf8;
  font-size: 1.05rem;
}

/* 4. Concurrency Telemetry */
.bento-preview-telemetry {
  margin-top: auto;
  border-radius: 14px;
  background: rgba(5, 6, 16, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 14px 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.telemetry-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.telemetry-label {
  font-size: 0.65rem;
  color: #64748b;
  font-weight: 700;
  text-transform: uppercase;
}

.telemetry-val {
  font-size: 0.95rem;
  font-weight: 800;
  color: #ffffff;
  font-family: 'SF Mono', Consolas, monospace;
}

[data-theme="light"] .telemetry-val {
  color: #0f172a;
}

.telemetry-val.text-emerald {
  color: #34d399;
}

.telemetry-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10b981;
  display: inline-block;
  margin-right: 4px;
}

/* Responsive Bento Grid Breakpoints */
@media (max-width: 992px) {
  .bento-card-visualizer,
  .bento-card-gate,
  .bento-card-pricing,
  .bento-card-concurrency {
    grid-column: span 12;
  }
}

@media (max-width: 640px) {
  .bento-section {
    padding: 36px 14px 44px 14px;
  }
  .bento-card {
    padding: 20px;
    border-radius: 18px;
  }
  .bento-preview-telemetry {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* =========================================================================
   ADVANCED TICKETING PROTOCOL & 100% BUYER GUARANTEE MODAL (#protocolModal)
   ========================================================================= */
.modal-backdrop#protocolModal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99999 !important;
  background: rgba(4, 7, 13, 0.88) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  display: none;
  align-items: center !important;
  justify-content: center !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 20px 16px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.modal-backdrop#protocolModal.active {
  display: flex !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.protocol-modal-card {
  max-width: 1080px;
  width: 95%;
  max-height: 90vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: radial-gradient(circle at 50% 0%, #13172c 0%, #080a14 100%);
  border: 1px solid rgba(99, 102, 241, 0.35);
  box-shadow: 0 30px 80px -15px rgba(0, 0, 0, 0.85), 0 0 45px rgba(99, 102, 241, 0.18);
  border-radius: 24px;
  padding: 34px 28px;
  color: #f8fafc;
  position: relative;
  animation: modalFadeUp 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.protocol-modal-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #17408B 0%, #6366f1 50%, #C9082A 100%);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

[data-theme="light"] .protocol-modal-card {
  background: radial-gradient(circle at 50% 0%, #ffffff 0%, #f1f5f9 100%);
  border-color: rgba(99, 102, 241, 0.25);
  box-shadow: 0 25px 60px -15px rgba(15, 23, 42, 0.25), 0 0 30px rgba(99, 102, 241, 0.1);
  color: #0f172a;
}

.protocol-modal-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 28px auto;
}

.protocol-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(99, 102, 241, 0.12);
  border: 1px solid rgba(99, 102, 241, 0.35);
  border-radius: 100px;
  padding: 6px 16px;
  margin-bottom: 14px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #a5b4fc;
}

[data-theme="light"] .protocol-badge-pill {
  background: rgba(99, 102, 241, 0.08);
  border-color: rgba(99, 102, 241, 0.3);
  color: #4f46e5;
}

.protocol-modal-title {
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
  font-weight: 900;
  letter-spacing: -0.025em;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 10px;
}

[data-theme="light"] .protocol-modal-title {
  color: #0f172a;
}

.protocol-modal-subtitle {
  font-size: 0.96rem;
  color: #94a3b8;
  line-height: 1.5;
  margin: 0;
}

[data-theme="light"] .protocol-modal-subtitle {
  color: #64748b;
}

.protocol-modal-footer {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

[data-theme="light"] .protocol-modal-footer {
  border-top-color: rgba(0, 0, 0, 0.08);
}

.protocol-guarantee-assurance {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.28);
  border-radius: 14px;
  padding: 14px 18px;
  color: #e2e8f0;
}

[data-theme="light"] .protocol-guarantee-assurance {
  background: rgba(16, 185, 129, 0.06);
  border-color: rgba(16, 185, 129, 0.24);
  color: #1e293b;
}

.protocol-assurance-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(16, 185, 129, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #34d399;
  flex-shrink: 0;
}

.protocol-assurance-text strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: #34d399;
  margin-bottom: 3px;
}

.protocol-assurance-text p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #94a3b8;
}

[data-theme="light"] .protocol-assurance-text p {
  color: #64748b;
}

.protocol-actions-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.btn-primary-protocol {
  padding: 12px 26px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 14px rgba(29, 78, 216, 0.35);
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-primary-protocol:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(29, 78, 216, 0.5);
}

.btn-secondary-protocol {
  padding: 12px 22px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: #cbd5e1;
  font-weight: 600;
  font-size: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  cursor: pointer;
  transition: all 0.2s ease;
}

[data-theme="light"] .btn-secondary-protocol {
  background: rgba(0, 0, 0, 0.04);
  color: #475569;
  border-color: rgba(0, 0, 0, 0.12);
}

.btn-secondary-protocol:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

[data-theme="light"] .btn-secondary-protocol:hover {
  background: rgba(0, 0, 0, 0.08);
  color: #0f172a;
}

@media (max-width: 640px) {
  .protocol-modal-card {
    padding: 24px 14px;
    width: 96%;
    border-radius: 20px;
  }
  .protocol-actions-row {
    flex-direction: column;
    width: 100%;
  }
  .btn-primary-protocol,
  .btn-secondary-protocol {
    width: 100%;
    text-align: center;
  }
  .protocol-guarantee-assurance {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Floating Segmented Filter Toolbar */
.filter-toolbar-section {
  background: var(--toolbar-bg);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-top: 1px solid var(--card-border);
  border-bottom: 1px solid var(--card-border);
  padding: 14px 24px;
  position: relative;
  z-index: 90;
}

.toolbar-container {
  max-width: 1280px;
  margin: 0 auto;
}

.filter-pills-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.dropdown-pill-wrapper {
  position: relative;
}

.pill-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  color: var(--pill-text);
  padding: 8px 18px;
  border-radius: 9999px;
  font-size: 0.9rem;
  font-weight: 650;
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.18s cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.pill-btn::before,
.pill-btn::after,
.quick-pill.active::before,
.quick-pill.active::after {
  display: none !important;
}

.pill-btn:hover {
  background: var(--pill-hover-bg);
  color: var(--pill-hover-text);
  border-color: rgba(59, 130, 246, 0.4);
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}

.pill-btn:active {
  transform: scale(0.98);
}

.pill-btn.active, .quick-pill.active {
  background: var(--nba-blue) !important;
  color: #ffffff !important;
  border-color: var(--nba-blue) !important;
  box-shadow: 0 2px 10px rgba(0, 113, 227, 0.4);
}

/* Light Theme Overrides for Pills */
[data-theme="light"] .pill-btn {
  background: #f1f5f9;
  border-color: #e2e8f0;
  color: #334155;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
[data-theme="light"] .pill-btn:hover {
  background: #e2e8f0;
  border-color: #cbd5e1;
  color: #0f172a;
}
[data-theme="light"] .pill-btn.active, [data-theme="light"] .quick-pill.active {
  background: var(--nba-blue) !important;
  border-color: var(--nba-blue) !important;
  color: #ffffff !important;
  box-shadow: 0 2px 8px rgba(0, 113, 227, 0.3);
}

.pill-btn.active .chevron, .pill-btn:hover .chevron {
  stroke: currentColor;
}

/* Apple-Style Ghost Reset Filter Pill (.btn-reset) */
.btn-reset {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--text-muted);
  border-radius: 9999px;
  padding: 8px 18px;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  font-family: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.18s cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
}

.btn-reset:hover {
  background: rgba(239, 68, 68, 0.12);
  border-color: rgba(239, 68, 68, 0.35);
  color: #ef4444;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(239, 68, 68, 0.2);
}

.btn-reset:active {
  transform: scale(0.98);
}

[data-theme="light"] .btn-reset {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #64748b;
}

[data-theme="light"] .btn-reset:hover {
  background: rgba(239, 68, 68, 0.08);
  border-color: rgba(239, 68, 68, 0.3);
  color: #dc2626;
}


/* Apple-Caliber Translucent Segmented Dropdown Popovers */
.pill-dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background: var(--dropdown-bg);
  border: 1px solid var(--dropdown-border);
  border-radius: 20px;
  padding: 8px;
  min-width: 270px;
  box-shadow: var(--dropdown-shadow);
  backdrop-filter: blur(32px) saturate(200%);
  -webkit-backdrop-filter: blur(32px) saturate(200%);
  display: none;
  z-index: 150;
  animation: modalFadeIn 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.pill-dropdown-menu.open { display: block; }

.mobile-dropdown-header {
  display: none;
}

.dropdown-item {
  padding: 10px 16px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 0.88rem;
  letter-spacing: -0.01em;
  color: var(--text-main);
  cursor: pointer;
  transition: all 0.16s cubic-bezier(0.16, 1, 0.3, 1);
  margin: 2px 0;
}

.dropdown-item:hover {
  background: var(--dropdown-hover);
  color: var(--text-title);
  transform: translateX(2px);
}

.dropdown-item.active {
  background: var(--nba-blue) !important;
  color: #ffffff !important;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 113, 227, 0.35);
}

.dropdown-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 6px 4px;
}

.team-menu {
  min-width: 440px;
  max-width: 500px;
  max-height: 440px;
  overflow-y: auto;
  padding: 10px;
  border-radius: 22px;
}

.teams-grid-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 2px;
}

.team-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-main);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.16s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid transparent;
}

.team-option:hover {
  background: var(--dropdown-hover);
  color: var(--text-title);
  transform: translateX(2px);
}

.team-option.active {
  background: rgba(0, 113, 227, 0.15) !important;
  color: var(--nba-blue) !important;
  border-color: rgba(0, 113, 227, 0.3) !important;
  font-weight: 700;
}

.team-option-logo {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.15));
}

.team-option-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.team-pill-content {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.team-pill-logo {
  width: 20px;
  height: 20px;
  object-fit: contain;
  vertical-align: middle;
}

/* Main Container & Events Grid */
.main-container {
  max-width: 1280px;
  margin: 30px auto;
  padding: 0 24px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--card-border);
  padding-bottom: 16px;
}

.section-header h2 { 
  font-size: 1.8rem; 
  font-weight: 800; 
  color: var(--text-title); 
}

.section-header p { 
  color: var(--text-muted); 
  font-size: 0.95rem; 
}

.filter-controls select {
  background: var(--bg-card);
  border: 1px solid var(--card-border);
  color: var(--text-main);
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 600;
  font-family: inherit;
  outline: none;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 24px;
}

.event-card {
  background: linear-gradient(180deg, rgba(13, 15, 29, 0.88) 0%, rgba(8, 10, 20, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 30px -6px rgba(0, 0, 0, 0.65), inset 0 1px 1px rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  transition: transform 0.24s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.24s ease, border-color 0.2s ease;
  content-visibility: auto;
  contain-intrinsic-size: auto 380px;
  position: relative;
}

[data-theme="light"] .event-card {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.05);
}

@media (hover: hover) and (pointer: fine) {
  .event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 52px -10px rgba(0, 0, 0, 0.85), 0 0 32px rgba(99, 102, 241, 0.18), inset 0 1px 1.5px rgba(255, 255, 255, 0.2);
    border-color: rgba(99, 102, 241, 0.45);
  }

  .event-card:hover .card-banner-img {
    transform: scale(1.04);
  }
}

.card-banner {
  height: 180px;
  min-height: 180px;
  position: relative;
  background-color: #0c0d12;
  overflow: hidden;
}

/* Micro-perforated ticket seam divider */
.card-banner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 1px, transparent 1.5px) repeat-x;
  background-size: 8px 1px;
  z-index: 3;
}

.card-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 6, 16, 0.35) 0%, rgba(5, 6, 16, 0.1) 40%, rgba(8, 10, 20, 0.95) 100%);
  pointer-events: none;
  z-index: 1;
}

[data-theme="light"] .card-banner-overlay {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.35) 0%, rgba(15, 23, 42, 0.1) 40%, rgba(255, 255, 255, 0.95) 100%);
}

.date-capsule {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(10, 10, 15, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 6px 12px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
  z-index: 2;
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
}

[data-theme="light"] .date-capsule {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.date-capsule .month {
  font-size: 0.7rem;
  font-weight: 700;
  color: #ff453a;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

[data-theme="light"] .date-capsule .month {
  color: #ff3b30;
}

.date-capsule .day {
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
}

[data-theme="light"] .date-capsule .day {
  color: #1d1d1f;
}

.card-body {
  padding: 18px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.event-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text-title);
  line-height: 1.3;
  letter-spacing: -0.018em;
}

.event-venue {
  color: var(--text-muted);
  font-size: 0.86rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--card-border);
  margin-top: 12px;
}

.price-tag {
  display: flex;
  flex-direction: column;
}

.price-tag .label {
  font-size: 0.7rem;
  color: var(--text-muted);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.price-tag .amount {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--accent-emerald);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}

/* Apple-Style Primary "Select Seats" Action Button (.btn-tickets) */
.btn-tickets {
  position: relative;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  padding: 0 20px;
  background: var(--nba-blue);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 9999px;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.86rem;
  letter-spacing: -0.01em;
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 113, 227, 0.35);
  text-shadow: none;
  transition: all 0.18s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1;
}

.btn-tickets::before,
.btn-tickets::after {
  display: none !important;
}

.btn-tickets:hover {
  background: var(--nba-blue-hover);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0, 113, 227, 0.45);
}

.btn-tickets:active {
  transform: scale(0.98);
  box-shadow: 0 1px 3px rgba(0, 113, 227, 0.2);
}

.btn-tickets > span {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  line-height: 1;
  display: inline-block;
}

/* Light Mode Overrides for Select Seats */
[data-theme="light"] .btn-tickets {
  background: var(--nba-blue);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 8px rgba(0, 113, 227, 0.25);
  text-shadow: none;
}

[data-theme="light"] .btn-tickets:hover {
  background: #1d4ed8;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.32);
}

/* Modals & Backdrops */
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: var(--modal-backdrop-bg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  padding: 16px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.modal-backdrop.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--card-border);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  color: var(--text-main);
}

/* Modern 3D Modeled Floating / Inline Round Close Button */
.modal-floating-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 160;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(30, 41, 59, 0.85) 0%, rgba(15, 23, 42, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #94a3b8;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.modal-floating-close::before {
  content: '';
  position: absolute;
  top: 0;
  left: 6px;
  right: 6px;
  height: 45%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, transparent 100%);
  border-radius: 50% 50% 0 0;
  pointer-events: none;
}

.modal-floating-close:hover {
  background: linear-gradient(180deg, #ef4444 0%, #dc2626 50%, #b91c1c 100%);
  border-color: rgba(255, 255, 255, 0.45);
  color: #ffffff;
  transform: rotate(90deg) scale(1.08);
  box-shadow: 0 6px 22px rgba(220, 38, 38, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.4);
}

.modal-floating-close:active {
  transform: rotate(90deg) scale(0.96);
}

.modal-floating-close > * {
  position: relative;
  z-index: 2;
}

[data-theme="light"] .modal-floating-close {
  background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%);
  border-color: #cbd5e1;
  color: #64748b;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), inset 0 1px 0 #ffffff;
}

[data-theme="light"] .modal-floating-close::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, transparent 100%);
}

.modal-floating-close.modal-inline-close {
  position: static;
}

.arena-modal-card {
  width: 95%;
  max-width: 1280px;
  height: 92vh;
  max-height: 920px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  background: var(--bg-card);
  border: 1px solid var(--card-border);
  box-shadow: 0 25px 60px -12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.badge-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 100%);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(14, 165, 233, 0.35);
  margin-bottom: 6px;
}

.modal-header-stadium {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--card-border);
  padding-bottom: 10px;
  padding-right: 48px; /* Room for floating close button */
  flex-shrink: 0;
}

.modal-header-stadium h3 {
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--text-title);
  margin: 0;
}

.modal-header-stadium p {
  color: var(--text-muted);
  font-size: 0.85rem;
  margin: 2px 0 0 0;
}

.hold-timer-badge {
  background: rgba(245, 158, 11, 0.15);
  border: 1px solid rgba(245, 158, 11, 0.4);
  color: var(--accent-gold);
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.85rem;
  white-space: nowrap;
}

/* 360° Interactive Stadium Layout Container */
.stadium-interactive-layout {
  display: grid;
  grid-template-columns: 1fr 410px;
  gap: 18px;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

/* Left: Arena SVG Viewport */
.arena-svg-viewport {
  background: #ffffff !important;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 540px;
  height: 100%;
  width: 100%;
  user-select: none;
  cursor: grab;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.02);
}

.arena-svg-viewport:active {
  cursor: grabbing;
}

/* Top Floating Navigation Bar */
.map-top-bar {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 130;
}

/* Apple-Style Stadium HUD Back Control (.btn-back-overview) */
.btn-back-overview {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(245, 158, 11, 0.4);
  color: var(--accent-gold);
  padding: 8px 18px;
  border-radius: 9999px;
  font-size: 0.84rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  transition: all 0.18s cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
}

.back-text-short {
  display: none;
}

.back-text-full {
  display: inline;
}

.btn-back-overview:hover {
  background: var(--accent-gold);
  color: #0f172a;
  border-color: var(--accent-gold);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(245, 158, 11, 0.45);
}

.btn-back-overview:active {
  transform: scale(0.98);
}


.lod-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #e2e8f0;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.status-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 8px #10b981;
  animation: pulse-dot 2s infinite;
}

.lod-status-pill.seats-mode .status-indicator {
  background: #38bdf8;
  box-shadow: 0 0 8px #38bdf8;
}

@keyframes pulse-dot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.7; }
}

.svg-canvas-wrapper {
  width: 100%;
  height: 100%;
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#stadiumSvg {
  width: 100%;
  height: 100%;
  min-height: 540px;
  max-height: 100%;
  display: block;
  transform-origin: center center;
  transition: transform 0.1s cubic-bezier(0.2, 0, 0, 1);
  will-change: transform;
}

/* Overview Mode 3D Section Polygons */
.stadium-sec-polygon {
  cursor: pointer;
  transition: fill 0.2s, stroke 0.2s, filter 0.25s, opacity 0.3s, transform 0.2s ease;
  stroke: rgba(255, 255, 255, 0.72);
  stroke-width: 1.3px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.12));
}

.sec-type-lower { fill: url(#gradSecLower); fill-opacity: 1; }
.sec-type-upper { fill: url(#gradSecUpper); fill-opacity: 1; }
.sec-type-vip { fill: url(#gradSecVip); fill-opacity: 1; }
.sec-type-suite { fill: url(#gradSecSuite); fill-opacity: 1; }

.stadium-sec-polygon:hover, .stadium-sec-polygon.active-hover {
  fill: url(#gradSecHover) !important;
  fill-opacity: 1 !important;
  stroke: #ffffff !important;
  stroke-width: 2.8px !important;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.35)) drop-shadow(0 0 12px rgba(251, 191, 36, 0.95)) !important;
}

.stadium-sec-polygon.selected-section {
  stroke: #10b981 !important;
  stroke-width: 3.5px !important;
  fill-opacity: 1 !important;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.4)) drop-shadow(0 0 14px rgba(16, 185, 129, 0.95)) !important;
}

.stadium-sec-text {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  fill: #ffffff;
  font-size: 11px;
  letter-spacing: 0.3px;
  pointer-events: none;
  user-select: none;
  text-anchor: middle;
  dominant-baseline: central;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9), 0 0 6px rgba(0, 0, 0, 0.5);
}

/* =========================================================================
   OFFICIAL TICKETMASTER WHITE ARENA & PINK/GRAY SEATS THEME
   ========================================================================= */
.seats-grid-layer {
  transition: opacity 0.25s ease;
  will-change: opacity;
}

.section-seat-dots-group {
  transition: opacity 0.2s ease;
}

.seat-chair {
  cursor: pointer;
  pointer-events: all;
  transform-origin: center center;
}

/* Sold / Unavailable Seat (Subtle Light Gray Dot) */
.seat-chair.seat-sold {
  cursor: not-allowed;
  pointer-events: none;
}

.seat-sold-circle {
  fill: #cbd5e1;
  stroke: #94a3b8;
  stroke-width: 0.2px;
}

/* Temporarily Held Seat (Amber / Muted Orange) */
.seat-chair.seat-held {
  cursor: not-allowed !important;
  opacity: 0.6;
}
.seat-chair.seat-held .seat-pink-outer {
  fill: #f59e0b !important;
  stroke: #b45309 !important;
}

/* Available Seat (Ticketmaster Pink / Purple / Magenta Badge) */
.seat-chair.seat-available {
  cursor: pointer;
}

.seat-pink-outer {
  fill: #c026d3;
  stroke: #86198f;
  stroke-width: 0.35px;
  r: 1.45px;
  transition: fill 0.12s ease, stroke 0.12s ease, r 0.12s ease;
}

.seat-pink-inner {
  fill: #ffffff;
  pointer-events: none;
  r: 0.42px;
  transition: fill 0.12s ease, r 0.12s ease;
}

/* Interactive Hover State on Available Seat */
.seat-chair.seat-available:not(.seat-selected):hover .seat-pink-outer {
  fill: #d946ef !important;
  stroke: #701a75 !important;
  stroke-width: 0.6px !important;
  r: 1.85px !important;
  filter: drop-shadow(0 0 4px rgba(217, 70, 239, 0.9));
}

/* Selected / Handpicked Seat State (SOLID RICH EMERALD GREEN) */
.seat-chair.seat-selected .seat-pink-outer {
  fill: #10b981 !important; /* Solid Vivid Emerald Green */
  stroke: #064e3b !important; /* Deep Emerald Ring Border */
  stroke-width: 0.65px !important;
  r: 2.1px !important; /* Distinctly larger than unselected seats */
  filter: drop-shadow(0 0 6px rgba(16, 185, 129, 0.95)) !important;
}

.seat-chair.seat-selected .seat-pink-inner {
  fill: #065f46 !important; /* Rich Dark Emerald Center - NEVER WHITE */
  r: 0.7px !important;
}

.seat-chair.seat-selected:hover .seat-pink-outer {
  fill: #059669 !important;
  stroke: #022c22 !important;
  stroke-width: 0.8px !important;
  r: 2.3px !important;
  filter: drop-shadow(0 0 8px rgba(16, 185, 129, 1)) !important;
}

.seat-chair.seat-selected:hover .seat-pink-inner {
  fill: #022c22 !important;
  r: 0.75px !important;
}

.seat-row-label {
  font-family: 'Outfit', sans-serif;
  font-size: 6px;
  font-weight: 800;
  fill: #64748b;
  pointer-events: none;
  user-select: none;
  text-anchor: middle;
  dominant-baseline: central;
}

.section-bg-outline {
  fill: #ffffff;
  stroke: #e2e8f0;
  stroke-dasharray: 2 2;
  stroke-width: 0.8px;
  pointer-events: none;
}

/* Floating Mouse Cursor Tooltip (Hardware-accelerated translate3d, Zero Layout Reflow) */
.map-cursor-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none !important;
  user-select: none;
  z-index: 300;
  background: rgba(10, 14, 23, 0.96);
  backdrop-filter: blur(10px);
  border: 1px solid var(--accent-gold);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.9);
  padding: 8px 12px;
  border-radius: 10px;
  opacity: 0;
  transform: translate3d(-9999px, -9999px, 0);
  transition: opacity 0.12s ease-out;
  will-change: transform, opacity;
  width: max-content;
  max-width: 260px;
}

.map-cursor-tooltip.visible {
  opacity: 1;
}

.tooltip-sec-title {
  font-weight: 900;
  font-size: 0.92rem;
  color: var(--accent-gold);
}

.tooltip-sec-info {
  font-size: 0.78rem;
  color: #cbd5e1;
  margin-top: 2px;
}

.tooltip-sec-price {
  font-weight: 800;
  color: var(--accent-emerald);
  font-size: 0.9rem;
  margin-top: 3px;
}

/* Map Control Buttons (Top Right) */
.map-controls-widget {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  z-index: 120;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(10px);
  padding: 6px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.map-controls-widget button {
  width: 36px;
  height: 36px;
  background: rgba(24, 24, 32, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
}

.map-controls-widget button:hover {
  background: var(--nba-blue);
  border-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.08);
  box-shadow: 0 4px 16px rgba(0, 113, 227, 0.45);
}

.map-controls-widget button:active {
  transform: scale(0.92);
}

.zoom-level-display {
  font-size: 0.68rem;
  font-weight: 800;
  color: #94a3b8;
  padding: 2px 0;
}

/* =========================================================================
   INTERACTIVE RADAR MINIMAP WIDGET (Bottom Right)
   ========================================================================= */
.stadium-minimap {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 140px;
  height: 105px;
  background: rgba(10, 14, 23, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  overflow: hidden;
  z-index: 120;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: border-color 0.2s, transform 0.2s;
}

.stadium-minimap:hover {
  border-color: var(--accent-gold);
  transform: scale(1.03);
}

.minimap-header {
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: var(--accent-gold);
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  padding: 2px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.minimap-canvas-container {
  position: relative;
  width: 100%;
  height: calc(100% - 16px);
}

#minimapSvg {
  width: 100%;
  height: 100%;
  display: block;
}

.minimap-viewport-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1.5px solid var(--accent-gold);
  background: rgba(245, 158, 11, 0.15);
  border-radius: 4px;
  pointer-events: none;
  box-shadow: 0 0 6px rgba(245, 158, 11, 0.6);
  transition: all 0.05s ease-out;
}

/* Stadium Legend Widget (Bottom Left) */
.stadium-legend-box {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(10, 14, 23, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 8px 14px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #e2e8f0;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  z-index: 120;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.color-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.dot-vip { background: #f59e0b; box-shadow: 0 0 6px #f59e0b; }
.dot-lower { background: #3b82f6; box-shadow: 0 0 6px #3b82f6; }
.dot-club { background: #8b5cf6; box-shadow: 0 0 6px #8b5cf6; }
.dot-upper { background: #ec4899; box-shadow: 0 0 6px #ec4899; }
.dot-selected { background: #10b981; box-shadow: 0 0 6px #10b981; }

/* Right: Stadium Sections Drawer & Summary */
.stadium-sections-drawer {
  background: var(--bg-card);
  border: 1px solid var(--card-border);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100%;
  min-height: 0;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 61, 165, 0.4) rgba(0, 0, 0, 0.05);
}

.stadium-sections-drawer::-webkit-scrollbar,
.sections-scroll-list::-webkit-scrollbar {
  width: 6px;
}

.stadium-sections-drawer::-webkit-scrollbar-track,
.sections-scroll-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 10px;
}

.stadium-sections-drawer::-webkit-scrollbar-thumb,
.sections-scroll-list::-webkit-scrollbar-thumb {
  background: rgba(0, 61, 165, 0.45);
  border-radius: 10px;
}

.stadium-sections-drawer::-webkit-scrollbar-thumb:hover,
.sections-scroll-list::-webkit-scrollbar-thumb:hover {
  background: var(--nba-blue);
}

.drawer-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  flex-shrink: 0;
}

.drawer-header-row h4 {
  font-size: 1.12rem;
  font-weight: 800;
  color: var(--text-title);
  margin: 0;
}

.tier-filter-pills {
  display: flex;
  gap: 4px;
}

.tier-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  color: var(--text-muted);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  padding: 5px 13px;
  border-radius: 9999px;
  cursor: pointer;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.18s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
  user-select: none;
}

.tier-pill:hover {
  background: var(--pill-hover-bg);
  color: var(--text-title);
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}

.tier-pill.active {
  background: var(--nba-blue) !important;
  color: #ffffff !important;
  border-color: var(--nba-blue) !important;
  box-shadow: 0 2px 8px rgba(0, 113, 227, 0.4);
}

.tier-pill:active {
  transform: scale(0.96);
}

.drawer-instruction {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-bottom: 12px;
}

/* Selected Seats Chips Box */
.selected-seats-container {
  background: var(--bg-page);
  border: 1px solid rgba(16, 185, 129, 0.4);
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 12px;
  flex-shrink: 0;
}

.selected-seats-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--accent-emerald);
  margin-bottom: 8px;
}

.btn-clear-seats {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.22);
  color: #ef4444;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  padding: 4px 10px;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.18s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
  user-select: none;
}

.btn-clear-seats:hover {
  background: rgba(239, 68, 68, 0.16);
  border-color: rgba(239, 68, 68, 0.35);
  transform: translateY(-1px);
  text-decoration: none;
}

.btn-clear-seats:active {
  transform: scale(0.96);
}

.selected-seats-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-height: 80px;
  overflow-y: auto;
}

.seat-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid var(--accent-emerald);
  color: var(--text-title);
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  animation: pop-in 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes pop-in {
  0% { transform: scale(0.8); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

.seat-chip-remove {
  cursor: pointer;
  color: var(--text-muted);
  font-weight: 900;
  font-size: 0.8rem;
}

.seat-chip-remove:hover {
  color: #ef4444;
}

.sections-scroll-list {
  flex: 1 1 auto;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: 6px;
  margin-bottom: 12px;
  min-height: 110px;
  max-height: 220px;
}

.drawer-section-card {
  background: var(--bg-card);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s;
  flex-shrink: 0;
}

.drawer-section-card:hover, .drawer-section-card.active {
  border-color: var(--accent-gold);
  background: rgba(245, 158, 11, 0.1);
  transform: translateX(3px);
}

.drawer-sec-title {
  font-weight: 800;
  font-size: 0.92rem;
  color: var(--text-title);
}

.drawer-sec-sub {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.drawer-sec-price {
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--accent-emerald);
}

.stadium-order-box {
  background: var(--bg-page);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  padding: 14px;
  flex-shrink: 0;
  margin-top: auto;
}

.qty-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  color: var(--text-main);
}

.qty-control {
  display: flex;
  align-items: center;
  gap: 10px;
}

.qty-control button {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.18s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
  user-select: none;
}

.qty-control button:hover {
  background: var(--nba-blue);
  border-color: var(--nba-blue);
  transform: scale(1.08);
  box-shadow: 0 2px 10px rgba(0, 113, 227, 0.35);
}

.qty-control button:active {
  transform: scale(0.92);
}

[data-theme="light"] .qty-control button {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #0f172a;
}

[data-theme="light"] .qty-control button:hover {
  background: var(--nba-blue);
  border-color: var(--nba-blue);
  color: #ffffff;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  font-size: 0.88rem;
  color: var(--text-muted);
}

.price-highlight {
  color: var(--accent-emerald);
  font-size: 1.2rem;
  font-weight: 900;
}

/* Modern Clean Minimalist Checkout Action Button (.btn-checkout) */
.btn-checkout {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 13px 24px;
  background: var(--accent-emerald);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.96rem;
  letter-spacing: -0.01em;
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(52, 199, 89, 0.35);
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s ease, background 0.2s ease;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.btn-checkout::before,
.btn-checkout::after {
  display: none !important;
}

.btn-checkout:hover:not(:disabled) {
  background: var(--accent-emerald-light);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(52, 199, 89, 0.45);
}

.btn-checkout:active:not(:disabled) {
  transform: scale(0.985);
  box-shadow: 0 2px 8px rgba(52, 199, 89, 0.25);
}

.btn-checkout:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}

.btn-checkout > * {
  position: relative;
  z-index: 2;
}

.stadium-order-actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 10px;
}

/* Apple-Style Clear / Change Seats Pill (.btn-clear-selection) */
.btn-clear-selection {
  width: 100%;
  padding: 8px 16px;
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #ef4444;
  font-size: 0.8rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  font-family: inherit;
  border-radius: 9999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.18s cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
}

.btn-clear-selection:hover {
  background: rgba(239, 68, 68, 0.16);
  border-color: rgba(239, 68, 68, 0.5);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(239, 68, 68, 0.2);
}

.btn-clear-selection:active {
  transform: scale(0.98);
}


.checkout-card {
  width: 95%;
  max-width: 520px;
  padding: 24px;
  text-align: center;
  background: var(--bg-card);
  border: 1px solid var(--card-border);
  color: var(--text-main);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
}

/* Modern Checkout Top Bar */
.checkout-modal-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--card-border);
}

.modal-back-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--pill-bg);
  border: 1px solid var(--card-border);
  color: var(--text-main);
  padding: 8px 16px;
  border-radius: 30px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.modal-back-action-btn:hover {
  background: var(--pill-hover-bg);
  border-color: var(--nba-blue);
  color: var(--nba-blue);
  transform: translateX(-3px);
  box-shadow: 0 4px 12px rgba(0, 61, 165, 0.15);
}

.modal-back-action-btn svg {
  transition: transform 0.2s ease;
}

.modal-back-action-btn:hover svg {
  transform: translateX(-2px);
}

.checkout-title-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.checkout-step-pill {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--accent-gold);
  background: rgba(217, 119, 6, 0.1);
  border: 1px solid rgba(217, 119, 6, 0.3);
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 8px;
}

.form-group {
  text-align: left;
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 6px;
  color: var(--text-muted);
}

.form-group input, .form-group select {
  width: 100%;
  padding: 12px;
  background: var(--input-bg);
  border: 1px solid var(--input-border);
  border-radius: 8px;
  color: var(--input-text);
  font-size: 1rem;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-group input:focus, .form-group select:focus {
  border-color: var(--nba-blue);
  box-shadow: 0 0 0 3px rgba(0, 61, 165, 0.15);
}

/* Apple-Style Primary Checkout Action Button (.btn-confirm-order) */
.btn-confirm-order {
  width: 100%;
  padding: 14px 24px;
  background: var(--nba-blue);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff;
  font-weight: 650;
  font-size: 1.02rem;
  letter-spacing: -0.01em;
  font-family: inherit;
  border-radius: 9999px;
  cursor: pointer;
  margin-top: 14px;
  box-shadow: 0 4px 14px rgba(0, 113, 227, 0.35);
  transition: all 0.18s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.btn-confirm-order:hover {
  background: var(--nba-blue-hover);
  border-color: rgba(255, 255, 255, 0.32);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 113, 227, 0.45);
}

.btn-confirm-order:active {
  transform: scale(0.985);
  box-shadow: 0 2px 6px rgba(0, 113, 227, 0.25);
}

/* Apple-Style Ghost Return Button (.btn-cancel-checkout) */
.btn-cancel-checkout {
  width: 100%;
  padding: 12px 20px;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--text-title);
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  border-radius: 9999px;
  cursor: pointer;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.18s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  outline: none;
}

.btn-cancel-checkout:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
  transform: translateY(-1px);
}

.btn-cancel-checkout:active {
  transform: scale(0.985);
}

[data-theme="light"] .btn-confirm-order {
  background: var(--nba-blue);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 14px rgba(0, 113, 227, 0.3);
}

[data-theme="light"] .btn-confirm-order:hover {
  background: #1d4ed8;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.4);
}

[data-theme="light"] .btn-cancel-checkout {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #334155;
}

[data-theme="light"] .btn-cancel-checkout:hover {
  background: #e2e8f0;
  border-color: #94a3b8;
  color: #0f172a;
}


.digital-ticket-pass {
  background: var(--bg-page);
  border: 2px dashed var(--nba-blue);
  border-radius: 16px;
  padding: 20px 16px;
  margin: 18px 0;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

.pass-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--card-border);
  padding-bottom: 10px;
  margin-bottom: 14px;
  font-weight: 800;
  color: var(--text-title);
  font-size: 0.92rem;
}

.pass-body {
  margin-bottom: 14px;
}

.pass-body h4 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text-title);
  margin-bottom: 4px;
}

.pass-body p {
  color: var(--text-muted);
  font-size: 0.85rem;
  margin-bottom: 4px;
}

.pass-holder-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bg-card);
  border: 1px solid var(--card-border);
  border-radius: 10px;
  padding: 8px 14px;
  margin: 10px 0 6px;
  box-sizing: border-box;
}

.pass-holder-badge {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  color: var(--text-muted);
}

.pass-holder-name {
  font-size: 0.95rem;
  font-weight: 900;
  color: var(--text-title);
}

.pass-details-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 14px 0;
  padding: 12px 8px;
  background: var(--bg-card);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  text-align: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
}

.pass-detail-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0 4px;
}

.pass-detail-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--text-muted);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 4px;
  line-height: 1;
}

.pass-detail-value {
  display: block;
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--text-title);
  line-height: 1.25;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

.pass-status-verified {
  color: var(--accent-emerald) !important;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.35);
  padding: 3px 6px;
  border-radius: 6px;
  font-size: 0.74rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em;
  display: inline-block;
  white-space: nowrap;
}

.pass-qr-box {
  background: #ffffff;
  padding: 16px 12px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 12px auto 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  max-width: 260px;
}

.qr-label {
  display: block;
  color: #0f172a;
  font-size: 0.75rem;
  font-weight: 800;
  margin-top: 8px;
}

.pass-direct-verify-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
  padding: 8px 12px;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid var(--accent-emerald);
  color: #047857;
  font-weight: 800;
  font-size: 0.8rem;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.pass-direct-verify-btn:hover {
  background: var(--accent-emerald);
  color: #ffffff;
}

.text-green { color: var(--accent-emerald); }

/* Apple-Style Confirmation Return Pill (.btn-done) */
.btn-done {
  width: 100%;
  padding: 13px 24px;
  background: var(--nba-blue);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-weight: 650;
  font-size: 0.95rem;
  letter-spacing: -0.01em;
  font-family: inherit;
  border-radius: 9999px;
  cursor: pointer;
  margin-top: 14px;
  box-shadow: 0 4px 14px rgba(0, 113, 227, 0.3);
  transition: all 0.18s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  outline: none;
}

.btn-done:hover {
  background: var(--nba-blue-hover);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 113, 227, 0.4);
}

.btn-done:active {
  transform: scale(0.985);
}

[data-theme="light"] .btn-done {
  background: var(--nba-blue);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 113, 227, 0.25);
}

[data-theme="light"] .btn-done:hover {
  background: #1d4ed8;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.35);
}


/* =========================================================================
   NOCTURNE FINTECH-MINIMALIST BENTO GRID FOOTER SECTION
   ========================================================================= */
.footer {
  position: relative;
  background: radial-gradient(ellipse 90% 60% at 50% 0%, rgba(99, 102, 241, 0.09) 0%, rgba(139, 92, 246, 0.035) 40%, rgba(5, 6, 16, 0.98) 75%), #050610;
  color: #f8fafc;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 -20px 48px -12px rgba(0, 0, 0, 0.75);
  padding: 68px 24px 32px 24px;
  overflow: hidden;
  z-index: 10;
  box-sizing: border-box;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 15%;
  right: 15%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(99, 102, 241, 0.5) 50%, transparent 100%);
  pointer-events: none;
  z-index: 2;
}

/* Upper Bento Grid: 3 Architectural Modules */
.footer-container {
  max-width: 1280px;
  margin: 0 auto 36px auto;
  display: grid;
  grid-template-columns: 1.6fr 1.2fr 1.6fr;
  gap: 20px;
  box-sizing: border-box;
}

/* Smoked Obsidian Glass Bento Tile */
.footer-col {
  position: relative;
  background: rgba(13, 15, 29, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  box-shadow: 0 12px 32px -8px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.1);
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.28s ease, box-shadow 0.28s ease;
  box-sizing: border-box;
  overflow: hidden;
}

.footer-col:hover {
  transform: translateY(-2px);
  border-color: rgba(99, 102, 241, 0.35);
  box-shadow: 0 18px 44px -8px rgba(0, 0, 0, 0.65), 0 0 24px rgba(99, 102, 241, 0.12), inset 0 1px 1.5px rgba(255, 255, 255, 0.18);
}

/* Micro Eyebrows */
.footer-card-eyebrow,
.footer-corp-card-eyebrow {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #818cf8;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.footer-brand-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.footer-brand-logo-img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(29, 66, 138, 0.45));
  flex-shrink: 0;
}

.footer-col h3 {
  margin: 0;
  color: #ffffff;
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -0.025em;
  background: linear-gradient(180deg, #ffffff 0%, #cbd5e1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-col h4 {
  margin: 0 0 14px 0;
  color: #ffffff;
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.footer-col p {
  color: #94a3b8;
  font-size: 0.88rem;
  line-height: 1.55;
  margin: 0 0 16px 0;
}

/* Live Concurrency Status Pill in Brand Tile */
.footer-brand-status-meta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.25);
  border-radius: 9999px;
  width: fit-content;
}

.footer-live-dot-pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 8px #10b981;
  animation: pulse-dot 2s infinite;
  flex-shrink: 0;
}

.footer-live-status-text {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #34d399;
  text-transform: uppercase;
}

/* Team Links List */
.footer-teams-list,
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-col ul li {
  margin: 0;
}

.footer-col ul li a, .footer-team-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
}

.footer-col ul li a:hover, .footer-team-link:hover {
  color: #38bdf8 !important;
  background: rgba(56, 189, 248, 0.08);
  border-color: rgba(56, 189, 248, 0.25);
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.footer-team-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6366f1;
  box-shadow: 0 0 6px rgba(99, 102, 241, 0.6);
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.footer-team-link:hover .footer-team-dot {
  background: #38bdf8;
  transform: scale(1.4);
  box-shadow: 0 0 10px #38bdf8;
}

/* Payment Methods Column */
.footer-payments-desc {
  font-size: 0.84rem;
  color: #94a3b8;
  margin-bottom: 16px;
  line-height: 1.45;
}

.footer-payment-badges-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: auto;
}

.footer-pay-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 34px;
  padding: 0;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
  flex-shrink: 0;
  cursor: default;
}

.footer-pay-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.55), 0 0 12px rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.45);
}

.footer-pay-badge.footer-badge-amex {
  background: #0690ff;
}

.footer-pay-badge.footer-badge-amex:hover {
  background: #0690ff;
  border-color: rgba(255, 255, 255, 0.45);
}

.footer-pay-svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Corporate Divider */
.footer-corp-divider {
  max-width: 1280px;
  margin: 10px auto 36px auto;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.1) 20%, rgba(99, 102, 241, 0.4) 50%, rgba(255, 255, 255, 0.1) 80%, transparent 100%);
}

/* Lower Bento Grid: 3 Corporate Columns */
.footer-corp-grid {
  max-width: 1280px;
  margin: 0 auto 32px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  box-sizing: border-box;
}

.footer-corp-col {
  position: relative;
  background: rgba(13, 15, 29, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  padding: 22px 24px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 8px 24px -6px rgba(0, 0, 0, 0.45), inset 0 1px 1px rgba(255, 255, 255, 0.08);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
}

.footer-corp-col:hover {
  transform: translateY(-2px);
  border-color: rgba(99, 102, 241, 0.3);
  box-shadow: 0 14px 32px -6px rgba(0, 0, 0, 0.6), 0 0 20px rgba(99, 102, 241, 0.1);
}

.footer-corp-col h4 {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 14px 0;
  letter-spacing: -0.015em;
}

.footer-corp-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-corp-links li {
  margin: 0;
}

.footer-corp-link,
a.footer-corp-link,
a.footer-corp-link:link,
a.footer-corp-link:visited,
a.footer-corp-link:active {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: #cbd5e1 !important;
  text-decoration: none !important;
  font-size: 0.88rem !important;
  font-weight: 500 !important;
  padding: 6px 10px !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.02) !important;
  border: 1px solid rgba(255, 255, 255, 0.04) !important;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.footer-corp-bullet {
  color: #38bdf8 !important;
  font-size: 1.15rem !important;
  line-height: 1;
  transition: transform 0.2s ease, color 0.2s ease, text-shadow 0.2s ease;
  display: inline-block;
  flex-shrink: 0;
}

.footer-corp-link:hover,
a.footer-corp-link:hover {
  color: #38bdf8 !important;
  background: rgba(56, 189, 248, 0.08) !important;
  border-color: rgba(56, 189, 248, 0.25) !important;
  transform: translateX(4px);
  text-shadow: 0 0 12px rgba(56, 189, 248, 0.5);
}

.footer-corp-link:hover .footer-corp-bullet {
  transform: scale(1.4);
  color: #00f2fe !important;
  text-shadow: 0 0 8px #00f2fe;
}

/* Secondary Marketplace Regulatory Disclosure Banner */
.footer-reseller-strip {
  max-width: 1280px;
  margin: 0 auto 32px auto;
  background: rgba(13, 15, 29, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  padding: 18px 22px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 8px 24px -6px rgba(0, 0, 0, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.06);
  box-sizing: border-box;
}

.footer-disclosure-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #818cf8;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.footer-disclosure-text {
  color: #94a3b8;
  font-size: 0.82rem;
  line-height: 1.6;
  margin: 0;
}

.footer-disclosure-text strong {
  color: #f1f5f9;
}

/* Footer Bottom Bar */
.footer-bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  color: #64748b;
  font-size: 0.85rem;
  box-sizing: border-box;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom-badges {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-mini-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #94a3b8;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 4px 10px;
  border-radius: 9999px;
}

.mini-badge-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #10b981;
}

/* Responsive Grid Breakpoints */
@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .footer-col-payments {
    grid-column: span 2;
  }
  .footer-corp-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .footer {
    padding: 48px 16px 28px 16px;
  }
  .footer-container {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .footer-col-payments {
    grid-column: span 1;
  }
  .footer-corp-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .footer-pay-badge {
    width: 48px;
    height: 31px;
  }
  .footer-payment-badges-row {
    gap: 6px;
  }
}

/* Light Theme Overrides for Footer */
[data-theme="light"] .footer {
  background: radial-gradient(ellipse 90% 60% at 50% 0%, rgba(0, 113, 227, 0.06) 0%, rgba(248, 250, 252, 0.98) 70%), #f8fafc;
  border-top-color: #e2e8f0;
  box-shadow: inset 0 1px 0 #ffffff;
  color: #0f172a;
}

[data-theme="light"] .footer::before {
  background: linear-gradient(90deg, transparent 0%, rgba(0, 113, 227, 0.35) 50%, transparent 100%);
}

[data-theme="light"] .footer-col,
[data-theme="light"] .footer-corp-col,
[data-theme="light"] .footer-reseller-strip {
  background: #ffffff;
  border-color: rgba(226, 232, 240, 0.9);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

[data-theme="light"] .footer-col:hover,
[data-theme="light"] .footer-corp-col:hover {
  border-color: rgba(0, 113, 227, 0.35);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

[data-theme="light"] .footer-col h3 {
  background: none;
  -webkit-text-fill-color: initial;
  color: #0f172a;
}

[data-theme="light"] .footer-col h4,
[data-theme="light"] .footer-corp-col h4 {
  color: #0f172a;
}

[data-theme="light"] .footer-col p,
[data-theme="light"] .footer-payments-desc,
[data-theme="light"] .footer-disclosure-text {
  color: #475569;
}

[data-theme="light"] .footer-disclosure-text strong {
  color: #0f172a;
}

[data-theme="light"] .footer-col ul li a,
[data-theme="light"] .footer-team-link,
[data-theme="light"] .footer-corp-link,
[data-theme="light"] a.footer-corp-link {
  background: #f8fafc !important;
  border-color: #e2e8f0 !important;
  color: #334155 !important;
}

[data-theme="light"] .footer-col ul li a:hover,
[data-theme="light"] .footer-team-link:hover,
[data-theme="light"] .footer-corp-link:hover,
[data-theme="light"] a.footer-corp-link:hover {
  background: #eff6ff !important;
  border-color: #93c5fd !important;
  color: #0284c7 !important;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.1) !important;
}

[data-theme="light"] .footer-corp-divider,
[data-theme="light"] .footer-bottom {
  border-top-color: #e2e8f0;
}

[data-theme="light"] .footer-bottom {
  color: #64748b;
}

[data-theme="light"] .footer-mini-badge {
  background: #f1f5f9;
  border-color: #e2e8f0;
  color: #475569;
}

/* =========================================================================
   CORPORATE & LEGAL INFORMATION MODAL (#corpInfoModal)
   ========================================================================= */
.corp-modal-card {
  position: relative;
  max-width: 1040px;
  width: 95%;
  max-height: 92vh;
  display: flex;
  flex-direction: column;
  padding: 26px 28px;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.97) 0%, rgba(10, 15, 30, 0.99) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  box-shadow: 0 32px 80px -12px rgba(0, 0, 0, 0.92), 0 0 50px rgba(37, 99, 235, 0.18), inset 0 1px 1.5px rgba(255, 255, 255, 0.18);
  overflow: hidden;
  color: #ffffff;
}

/* NBA Tricolor Top Accent Bar */
.corp-modal-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1d4ed8 0%, #10b981 50%, #c9082a 100%);
  border-radius: 24px 24px 0 0;
  pointer-events: none;
  z-index: 10;
}

.corp-modal-header {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 18px;
}

.corp-badge-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

/* 3D Cyan Jewel Capsule Badge */
.corp-pill-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(180deg, rgba(14, 165, 233, 0.22) 0%, rgba(2, 132, 199, 0.1) 100%);
  color: #38bdf8;
  border: 1px solid rgba(56, 189, 248, 0.45);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 5px 12px;
  border-radius: 9999px;
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.22), inset 0 1px 1px rgba(255, 255, 255, 0.35);
  overflow: hidden;
}

.corp-pill-badge::before,
.corp-pill-badge::after {
  display: none !important;
}

/* Modern Clean Slate/Silver Pill Badge */
.corp-entity-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  color: #f1f5f9;
  font-size: 0.74rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.corp-entity-tag::before,
.corp-entity-tag::after {
  display: none !important;
}

.corp-modal-header h2 {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 6px 0;
  letter-spacing: -0.02em;
}

.corp-modal-desc {
  font-size: 0.88rem;
  color: #94a3b8;
  margin: 0;
  line-height: 1.5;
}

/* Modal Layout: Sidebar Navigation + Main Content Area */
.corp-modal-layout {
  display: flex;
  gap: 24px;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

/* Tab Navigation */
.corp-tab-nav {
  width: 230px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-shrink: 0;
  overflow-y: auto;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
}

/* Modern Clean Inactive Tab Button */
.corp-tab-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9999px;
  color: #94a3b8;
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  outline: none;
  user-select: none;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.corp-tab-btn::before,
.corp-tab-btn::after {
  display: none !important;
}

.corp-tab-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateX(2px);
}

.corp-tab-btn:active {
  transform: scale(0.985);
}

/* Modern Clean Active Tab Button */
.corp-tab-btn.active {
  background: #2563eb;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 9999px;
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}

.corp-tab-btn.active:hover {
  background: #1d4ed8;
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateX(2px);
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.45);
}

.corp-tab-btn > * {
  position: relative;
  z-index: 2;
}

.corp-tab-icon {
  font-size: 1.05rem;
  line-height: 1;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

.corp-tab-text {
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.15px;
}

/* Tab Content */
.corp-tab-content {
  flex: 1;
  overflow-y: auto;
  padding: 4px 12px 36px 2px;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
}

.corp-tab-pane {
  display: none;
  animation: corpPaneFadeIn 0.24s cubic-bezier(0.16, 1, 0.3, 1);
}

.corp-tab-pane.active {
  display: block;
}

@keyframes corpPaneFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.corp-pane-hero {
  margin-bottom: 20px;
}

.corp-pane-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  color: #38bdf8;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.corp-pane-hero h3 {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 8px 0;
  letter-spacing: -0.2px;
}

.corp-pane-lead {
  font-size: 0.92rem;
  color: #cbd5e1;
  line-height: 1.6;
  margin: 0;
}

/* Corporate Info Cards Grid */
.corp-info-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.corp-info-card {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.015) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 18px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.corp-info-card:hover {
  border-color: rgba(56, 189, 248, 0.35);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3), 0 0 16px rgba(56, 189, 248, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.corp-card-icon {
  font-size: 1.45rem;
  margin-bottom: 10px;
  line-height: 1;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.corp-info-card h4 {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 8px;
}

.corp-kv-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.82rem;
  margin-bottom: 8px;
  line-height: 1.4;
}

.corp-kv-row:last-child {
  margin-bottom: 0;
}

.corp-kv-label {
  color: #94a3b8;
  flex-shrink: 0;
}

.corp-kv-val {
  color: #f1f5f9;
  text-align: right;
  word-break: break-word;
}

.highlight-val {
  color: #38bdf8 !important;
  font-weight: 700;
}

.corp-status-active {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #10b981;
  font-weight: 700;
  font-size: 0.78rem;
}

.corp-status-active::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 8px #10b981;
}

.corp-narrative-section {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 18px 20px;
}

.corp-narrative-section h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px 0;
}

.corp-narrative-section p {
  font-size: 0.88rem;
  color: #94a3b8;
  line-height: 1.6;
  margin-bottom: 12px;
}

.corp-narrative-section p:last-child {
  margin-bottom: 0;
}

/* Steps Stack */
.corp-steps-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.corp-step-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 16px 18px;
  transition: all 0.2s ease;
}

.corp-step-item:hover {
  border-color: rgba(56, 189, 248, 0.3);
  background: rgba(255, 255, 255, 0.05);
}

.corp-step-num {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: linear-gradient(135deg, #17408b, #c9082a);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.corp-step-body h4 {
  font-size: 1.02rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 6px 0;
}

.corp-step-body p {
  font-size: 0.86rem;
  color: #94a3b8;
  line-height: 1.5;
  margin: 0;
}

/* Guarantee Pillars - 3D Jewel Architecture */
.corp-guarantee-pillars {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.corp-gp-card {
  display: flex;
  align-items: center;
  gap: 18px;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  padding: 16px 18px;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), 
              box-shadow 0.28s cubic-bezier(0.16, 1, 0.3, 1), 
              border-color 0.28s ease;
  position: relative;
  overflow: hidden;
}

.corp-gp-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 28px -4px rgba(0, 0, 0, 0.45), 0 0 16px rgba(37, 99, 235, 0.1);
}

.corp-gp-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.18) 50%, transparent 100%);
  pointer-events: none;
}

.corp-gp-icon,
.corp-gp-jewel {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.corp-gp-card:hover .corp-gp-jewel {
  transform: scale(1.08) translateY(-1px);
}

.corp-gp-jewel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 3px;
  right: 3px;
  height: 46%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.05) 80%, transparent 100%);
  border-radius: 12px 12px 0 0;
  pointer-events: none;
  z-index: 2;
}

.corp-gp-jewel::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.5px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.35) 50%, transparent 100%);
  pointer-events: none;
  z-index: 2;
}

.gp-jewel-svg {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
  transition: transform 0.25s ease;
}

.corp-gp-card:hover .gp-jewel-svg {
  transform: scale(1.06);
}

/* 1. Emerald Authentic Gate Pass Jewel */
.jewel-emerald {
  background: linear-gradient(145deg, #10b981 0%, #059669 52%, #047857 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  box-shadow: 0 6px 18px rgba(168, 85, 247, 0.42), 
              inset 0 1px 1.5px rgba(255, 255, 255, 0.75), 
              inset 0 -2px 4px rgba(0, 40, 25, 0.45), 
              0 0 14px rgba(52, 211, 153, 0.3);
}
.corp-gp-card:hover .jewel-emerald,
.corp-info-card:hover .jewel-emerald,
.guarantee-card:hover .jewel-emerald,
.corp-tab-btn:hover .jewel-emerald {
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.55), 
              inset 0 1px 1.5px rgba(255, 255, 255, 0.85), 
              0 0 20px rgba(52, 211, 153, 0.45);
}

/* 2. Electric Amber Express Delivery Jewel */
.jewel-amber {
  background: linear-gradient(145deg, #f59e0b 0%, #d97706 52%, #b45309 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  box-shadow: 0 6px 18px rgba(245, 158, 11, 0.42), 
              inset 0 1px 1.5px rgba(255, 255, 255, 0.75), 
              inset 0 -2px 4px rgba(69, 26, 3, 0.45), 
              0 0 14px rgba(251, 191, 36, 0.3);
}
.corp-gp-card:hover .jewel-amber,
.corp-info-card:hover .jewel-amber,
.guarantee-card:hover .jewel-amber,
.corp-tab-btn:hover .jewel-amber {
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.55), 
              inset 0 1px 1.5px rgba(255, 255, 255, 0.85), 
              0 0 20px rgba(251, 191, 36, 0.45);
}

/* 3. NBA Royal Sapphire Premium Seating Jewel */
.jewel-sapphire {
  background: linear-gradient(145deg, #2563eb 0%, #1d4ed8 52%, #1e40af 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.45), 
              inset 0 1px 1.5px rgba(255, 255, 255, 0.75), 
              inset 0 -2px 4px rgba(10, 25, 75, 0.45), 
              0 0 14px rgba(96, 165, 250, 0.35);
}
.corp-gp-card:hover .jewel-sapphire,
.corp-info-card:hover .jewel-sapphire,
.guarantee-card:hover .jewel-sapphire,
.corp-tab-btn:hover .jewel-sapphire {
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.58), 
              inset 0 1px 1.5px rgba(255, 255, 255, 0.85), 
              0 0 20px rgba(96, 165, 250, 0.5);
}

/* 4. Imperial Gold Refund & Coverage Jewel */
.jewel-gold {
  background: linear-gradient(145deg, #eab308 0%, #ca8a04 52%, #854d0e 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.38) !important;
  box-shadow: 0 6px 18px rgba(234, 179, 8, 0.42), 
              inset 0 1px 1.5px rgba(255, 255, 255, 0.75), 
              inset 0 -2px 4px rgba(66, 32, 6, 0.45), 
              0 0 14px rgba(253, 224, 71, 0.32);
}
.corp-gp-card:hover .jewel-gold,
.corp-info-card:hover .jewel-gold,
.guarantee-card:hover .jewel-gold,
.corp-tab-btn:hover .jewel-gold {
  box-shadow: 0 8px 24px rgba(234, 179, 8, 0.55), 
              inset 0 1px 1.5px rgba(255, 255, 255, 0.85), 
              0 0 20px rgba(253, 224, 71, 0.45);
}

/* 5. Cryptographic Cyan Anti-Fraud Shield Jewel */
.jewel-cyan {
  background: linear-gradient(145deg, #0284c7 0%, #0369a1 52%, #075985 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  box-shadow: 0 6px 18px rgba(2, 132, 199, 0.45), 
              inset 0 1px 1.5px rgba(255, 255, 255, 0.75), 
              inset 0 -2px 4px rgba(8, 47, 73, 0.45), 
              0 0 14px rgba(56, 189, 248, 0.35);
}
.corp-gp-card:hover .jewel-cyan,
.corp-info-card:hover .jewel-cyan,
.guarantee-card:hover .jewel-cyan,
.corp-tab-btn:hover .jewel-cyan {
  box-shadow: 0 8px 24px rgba(2, 132, 199, 0.58), 
              inset 0 1px 1.5px rgba(255, 255, 255, 0.85), 
              0 0 20px rgba(56, 189, 248, 0.5);
}

/* Additional 3D Jewel Palettes */
.jewel-purple {
  background: linear-gradient(145deg, #a855f7 0%, #9333ea 52%, #7e22ce 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  box-shadow: 0 6px 18px rgba(168, 85, 247, 0.45), 
              inset 0 1px 1.5px rgba(255, 255, 255, 0.75), 
              inset 0 -2px 4px rgba(50, 10, 80, 0.45), 
              0 0 14px rgba(192, 132, 252, 0.35);
}
.jewel-ruby {
  background: linear-gradient(145deg, #f43f5e 0%, #e11d48 52%, #be123c 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  box-shadow: 0 6px 18px rgba(244, 63, 94, 0.45), 
              inset 0 1px 1.5px rgba(255, 255, 255, 0.75), 
              inset 0 -2px 4px rgba(70, 5, 20, 0.45), 
              0 0 14px rgba(251, 113, 133, 0.35);
}

/* 3D Jewel Corporate Credentials Cards */
.corp-card-jewel {
  position: relative;
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  margin-bottom: 12px;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, filter 0.25s ease;
}
.corp-info-card:hover .corp-card-jewel {
  transform: scale(1.08) translateY(-1px);
}
.corp-card-jewel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 3px;
  right: 3px;
  height: 46%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.05) 80%, transparent 100%);
  border-radius: 11px 11px 0 0;
  pointer-events: none;
  z-index: 2;
}
.corp-card-jewel::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.5px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.35) 50%, transparent 100%);
  pointer-events: none;
  z-index: 2;
}

/* 3D Jewel Tab Navigation Icons */
.corp-tab-jewel-icon {
  position: relative;
  width: 26px;
  height: 26px;
  min-width: 26px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.5);
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s ease;
}
.corp-tab-jewel-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1.5px;
  right: 1.5px;
  height: 46%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.06) 80%, transparent 100%);
  border-radius: 7px 7px 0 0;
  pointer-events: none;
  z-index: 2;
}
.corp-tab-jewel-icon svg {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
}
.corp-tab-btn:hover .corp-tab-jewel-icon {
  transform: scale(1.12);
}
.corp-tab-btn.active .corp-tab-jewel-icon {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5), inset 0 1px 1.5px rgba(255, 255, 255, 0.8);
}

.corp-gp-content {
  flex: 1;
  min-width: 0;
}

.corp-gp-card h4 {
  font-size: 1.02rem;
  font-weight: 700;
  color: #f8fafc;
  margin: 0 0 5px 0;
  letter-spacing: -0.15px;
}

.corp-gp-card p {
  font-size: 0.86rem;
  color: #94a3b8;
  line-height: 1.55;
  margin: 0;
}

/* Modern 3D Jewel Action Buttons */
.corp-action-btns-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0 16px 0;
}
.btn-corp-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 52%, #1e40af 100%);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 9999px;
  color: #ffffff !important;
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.4), 
              0 2px 10px rgba(37, 99, 235, 0.45), 
              inset 0 1px 1.5px rgba(255, 255, 255, 0.7), 
              inset 0 -1.5px 3px rgba(0, 20, 70, 0.4);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
  overflow: hidden;
}
.btn-corp-action::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 48%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.03) 80%, transparent 100%);
  border-radius: 9999px 9999px 0 0;
  pointer-events: none;
}
.btn-corp-action::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.5px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.35) 50%, transparent 100%);
  pointer-events: none;
}
.btn-corp-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px -2px rgba(0, 0, 0, 0.5), 
              0 4px 16px rgba(37, 99, 235, 0.65), 
              inset 0 1px 1.5px rgba(255, 255, 255, 0.85), 
              inset 0 -1.5px 3px rgba(0, 20, 70, 0.4);
  border-color: rgba(255, 255, 255, 0.6);
}
.btn-corp-action:active {
  transform: translateY(1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4), inset 0 1px 2px rgba(0, 0, 0, 0.4);
}
.btn-corp-action.secondary {
  background: linear-gradient(180deg, rgba(30, 41, 59, 0.95) 0%, rgba(15, 23, 42, 0.95) 100%);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 14px -2px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.2);
  color: #f1f5f9 !important;
}
.btn-corp-action.secondary:hover {
  background: linear-gradient(180deg, rgba(51, 65, 85, 0.95) 0%, rgba(30, 41, 59, 0.95) 100%);
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.55), inset 0 1px 1.5px rgba(255, 255, 255, 0.35);
}
.btn-corp-action.emerald {
  background: linear-gradient(180deg, #10b981 0%, #059669 52%, #047857 100%);
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.4), 
              0 2px 10px rgba(16, 185, 129, 0.45), 
              inset 0 1px 1.5px rgba(255, 255, 255, 0.7), 
              inset 0 -1.5px 3px rgba(0, 40, 25, 0.4);
}
.btn-corp-action.emerald:hover {
  box-shadow: 0 8px 24px -2px rgba(0, 0, 0, 0.5), 
              0 4px 16px rgba(16, 185, 129, 0.65), 
              inset 0 1px 1.5px rgba(255, 255, 255, 0.85), 
              inset 0 -1.5px 3px rgba(0, 40, 25, 0.4);
  border-color: rgba(255, 255, 255, 0.6);
}
.corp-action-btns-row .btn-jewel-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: inset 0 1px 1.5px rgba(255, 255, 255, 0.75), 0 1px 4px rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
  color: #ffffff;
}

/* Contact Grid & Form */
.corp-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 20px;
}

.corp-contact-info-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.corp-contact-method-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 14px 16px;
}

.ccm-icon {
  font-size: 1.4rem;
  line-height: 1;
  flex-shrink: 0;
}

.ccm-details strong {
  display: block;
  font-size: 0.95rem;
  color: #ffffff;
  margin-bottom: 4px;
}

.ccm-details p {
  font-size: 0.84rem;
  color: #cbd5e1;
  margin: 0 0 4px 0;
  line-height: 1.4;
}

.ccm-details small {
  display: block;
  font-size: 0.76rem;
  color: #64748b;
  margin-top: 4px;
}

.corp-link {
  color: #38bdf8;
  text-decoration: none;
  transition: color 0.15s ease;
}

.corp-link:hover {
  text-decoration: underline;
  color: #7dd3fc;
}

.corp-contact-form-col {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 18px 20px;
}

.corp-contact-form h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 14px 0;
}

.corp-form-group {
  margin-bottom: 12px;
}

.corp-form-group label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: #94a3b8;
  margin-bottom: 5px;
}

.corp-form-group input,
.corp-form-group select,
.corp-form-group textarea {
  width: 100%;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #ffffff;
  font-family: inherit;
  font-size: 0.85rem;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}

.corp-form-group input:focus,
.corp-form-group select:focus,
.corp-form-group textarea:focus {
  outline: none;
  border-color: #38bdf8;
  background: rgba(255, 255, 255, 0.09);
}

.corp-form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.btn-corp-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 24px;
  background: #2563eb;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 9999px;
  color: #ffffff;
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  cursor: pointer;
  outline: none;
  user-select: none;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s ease, background 0.2s ease;
  margin-top: 8px;
}

.btn-corp-submit::before,
.btn-corp-submit::after {
  display: none !important;
}

.btn-corp-submit:hover {
  background: #1d4ed8;
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.45);
}

.btn-corp-submit:active {
  transform: scale(0.985);
}

.btn-corp-submit > * {
  position: relative;
  z-index: 2;
}

.corp-form-status {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 0.82rem;
  line-height: 1.4;
}

.corp-form-status.success {
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.3);
  color: #34d399;
}

/* FAQ Stack */
.corp-faq-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.corp-faq-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 16px 18px;
}

.corp-faq-item h4 {
  font-size: 0.98rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.corp-faq-item h4::before {
  content: "Q.";
  color: #38bdf8;
  font-weight: 800;
  font-size: 0.9rem;
}

.corp-faq-item p {
  font-size: 0.86rem;
  color: #94a3b8;
  line-height: 1.6;
  margin: 0;
}

/* Legal Text Box */
.corp-legal-text-box {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 20px 22px;
}

.corp-legal-text-box h4 {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  color: #ffffff;
  margin: 18px 0 8px 0;
}

.corp-legal-text-box h4:first-child {
  margin-top: 0;
}

.corp-legal-text-box p {
  font-size: 0.86rem;
  color: #94a3b8;
  line-height: 1.65;
  margin: 0 0 12px 0;
}

.corp-legal-text-box ul {
  padding-left: 20px;
  margin: 0 0 14px 0;
}

.corp-legal-text-box ul li {
  font-size: 0.85rem;
  color: #94a3b8;
  line-height: 1.6;
  margin-bottom: 6px;
}

.corp-legal-text-box ul li strong {
  color: #cbd5e1;
}

/* Mobile & Tablet Responsiveness for Corporate Modal */
@media (max-width: 820px) {
  .corp-modal-card {
    width: 96%;
    max-height: 94vh;
    padding: 16px 14px;
  }
  .corp-modal-layout {
    flex-direction: column;
    gap: 14px;
  }
  .corp-tab-nav {
    width: 100%;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
    padding-right: 0;
    gap: 8px;
    -webkit-overflow-scrolling: touch;
  }
  .corp-tab-btn {
    width: auto;
    padding: 8px 12px;
    font-size: 0.8rem;
    flex-shrink: 0;
  }
  .corp-tab-btn:hover {
    transform: none;
  }
  .corp-tab-content {
    padding: 0 4px 12px 0;
  }
  .corp-info-cards-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .corp-contact-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .corp-form-row-2 {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* Light Theme Styles for Corporate Modal */
[data-theme="light"] .footer-corp-divider {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.12) 50%, rgba(0, 0, 0, 0.04) 100%);
}

[data-theme="light"] .corp-modal-card {
  background: #ffffff;
  border-color: rgba(226, 232, 240, 0.95);
  box-shadow: 0 25px 60px -10px rgba(15, 23, 42, 0.18), 0 2px 12px rgba(0, 0, 0, 0.06);
  color: #0f172a;
}

[data-theme="light"] .corp-modal-header {
  border-bottom-color: #e2e8f0;
}

[data-theme="light"] .corp-entity-tag {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  color: #1e293b;
  border-color: #cbd5e1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), inset 0 1px 0 #ffffff;
}

[data-theme="light"] .corp-modal-header h2 {
  color: #0f172a;
  text-shadow: none;
}

[data-theme="light"] .corp-modal-desc {
  color: #64748b;
}

[data-theme="light"] .corp-tab-btn {
  background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%);
  border-color: rgba(203, 213, 225, 0.85);
  color: #334155;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04), inset 0 1px 0 #ffffff;
}

[data-theme="light"] .corp-tab-btn::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, transparent 100%);
}

[data-theme="light"] .corp-tab-btn:hover {
  background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
  color: #0f172a;
  border-color: #38bdf8;
  box-shadow: 0 4px 14px rgba(56, 189, 248, 0.18), inset 0 1px 0 #ffffff;
}

[data-theme="light"] .corp-tab-btn.active {
  background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 52%, #1e40af 100%);
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(29, 78, 216, 0.45), inset 0 1px 1.5px rgba(255, 255, 255, 0.6);
  text-shadow: 0 1px 2px rgba(0, 15, 50, 0.7);
}

[data-theme="light"] .corp-pane-hero h3 {
  color: #0f172a;
}

[data-theme="light"] .corp-pane-lead {
  color: #334155;
}

[data-theme="light"] .corp-info-card,
[data-theme="light"] .corp-narrative-section,
[data-theme="light"] .corp-step-item,
[data-theme="light"] .corp-gp-card,
[data-theme="light"] .corp-contact-method-card,
[data-theme="light"] .corp-contact-form-col,
[data-theme="light"] .corp-faq-item,
[data-theme="light"] .corp-legal-text-box {
  background: #f8fafc;
  border-color: #e2e8f0;
}

[data-theme="light"] .corp-info-card h4,
[data-theme="light"] .corp-narrative-section h4,
[data-theme="light"] .corp-step-body h4,
[data-theme="light"] .corp-gp-card h4,
[data-theme="light"] .ccm-details strong,
[data-theme="light"] .corp-contact-form h4,
[data-theme="light"] .corp-faq-item h4,
[data-theme="light"] .corp-legal-text-box h4 {
  color: #0f172a;
}

[data-theme="light"] .corp-kv-label {
  color: #64748b;
}

[data-theme="light"] .corp-kv-val {
  color: #1e293b;
}

[data-theme="light"] .highlight-val {
  color: #0284c7 !important;
}

[data-theme="light"] .corp-narrative-section p,
[data-theme="light"] .corp-step-body p,
[data-theme="light"] .corp-gp-card p,
[data-theme="light"] .ccm-details p,
[data-theme="light"] .corp-faq-item p,
[data-theme="light"] .corp-legal-text-box p,
[data-theme="light"] .corp-legal-text-box ul li {
  color: #475569;
}

[data-theme="light"] .corp-form-group input,
[data-theme="light"] .corp-form-group select,
[data-theme="light"] .corp-form-group textarea {
  background: #ffffff;
  border-color: #cbd5e1;
  color: #0f172a;
}

[data-theme="light"] .corp-legal-text-box ul li strong {
  color: #0f172a;
}

[data-theme="light"] .corp-gp-card {
  background: #ffffff;
  border-color: #e2e8f0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

[data-theme="light"] .corp-gp-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

[data-theme="light"] .btn-corp-action.secondary {
  background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%);
  color: #1e293b !important;
  border-color: #cbd5e1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), inset 0 1px 1px #ffffff;
}

[data-theme="light"] .btn-corp-action.secondary:hover {
  background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
  color: #0f172a !important;
  border-color: #94a3b8;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

[data-theme="light"] .btn-corp-action.secondary .btn-jewel-icon-wrap {
  background: rgba(15, 23, 42, 0.08);
  border-color: rgba(15, 23, 42, 0.15);
  color: #1e293b;
}


/* =========================================================================
   DESKTOP NAVBAR & SEARCHBAR (Strictly min-width: 901px - Isolated from Mobile)
   ========================================================================= */
@media (min-width: 901px) {
  .nav-container {
    max-width: 1440px;
  }
  .search-bar-wrapper {
    flex: 1 1 340px;
    max-width: 520px;
    min-width: 260px;
  }
  .search-bar-wrapper button {
    white-space: nowrap;
  }
}

@media (min-width: 901px) and (max-width: 1340px) {
  .nav-container {
    gap: 12px;
  }
  .nav-links {
    gap: 12px;
  }
  .brand-reseller-container {
    gap: 12px;
  }
  .nba-exact-reseller-logo {
    height: 44px;
    width: 44px;
  }
  .brand-vertical-divider {
    height: 42px;
  }
  .brand-text {
    font-size: 1.35rem;
  }
  .nav-btn-guarantee .guarantee-label,
  .nav-btn-nba-reseller .nba-reseller-label {
    display: none;
  }
  .nav-btn-guarantee,
  .nav-btn-nba-reseller {
    padding: 4px 9px 4px 5px;
    gap: 6px;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .nav-btn-guarantee {
    display: none;
  }
  .search-bar-wrapper input {
    padding: 10px 92px 10px 38px;
    font-size: 0.88rem;
  }
  .search-bar-wrapper button {
    padding: 7px 14px;
    font-size: 0.82rem;
  }
}

/* -------------------------------------------------------------
   COMPREHENSIVE MOBILE & TOUCH RESPONSIVE STYLING (< 768px & < 480px)
   ------------------------------------------------------------- */

@media (max-width: 900px) {
  .top-bar {
    padding: 6px 10px;
    font-size: 0.72rem;
    line-height: 1.3;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .top-bar-content {
    justify-content: center;
    text-align: center;
  }

  .navbar {
    padding: 8px 12px;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    position: sticky;
    top: 0;
    z-index: 600;
  }

  .nav-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 6px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    position: relative !important;
  }

  .brand-row-mobile {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 6px !important;
    overflow: hidden !important;
  }

  .brand-reseller-container {
    gap: 6px !important;
    min-width: 0 !important;
    flex-shrink: 1 !important;
  }

  .nba-exact-reseller-logo {
    height: 36px !important;
    width: 36px !important;
    border-radius: 6px !important;
  }

  .brand-vertical-divider {
    height: 24px !important;
  }

  .brand-text {
    font-size: 0.94rem !important;
    white-space: nowrap !important;
  }

  .brand-sub {
    font-size: inherit !important;
    color: var(--nba-red, #c9082a) !important;
    margin-left: 0 !important;
  }

  .brand-sub-badge {
    font-size: 0.54rem !important;
    letter-spacing: 0.02em !important;
    white-space: nowrap !important;
  }

  .mobile-header-actions {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-left: auto !important;
    flex-shrink: 0 !important;
  }

  .mobile-theme-slider {
    display: inline-flex !important;
    width: 48px !important;
    height: 26px !important;
    padding: 0 3px !important;
  }

  .mobile-theme-slider .slider-thumb {
    width: 18px !important;
    height: 18px !important;
    top: 2.5px !important;
    left: 2.5px !important;
    transform: translateX(22px) !important;
  }

  [data-theme="light"] .mobile-theme-slider .slider-thumb {
    transform: translateX(0px) !important;
  }

  [data-theme="dark"] .mobile-theme-slider .slider-thumb {
    transform: translateX(22px) !important;
  }

  .mobile-theme-slider .slider-icon {
    font-size: 0.65rem !important;
  }

  .search-bar-wrapper {
    order: 3;
    max-width: 100% !important;
    width: 100% !important;
    margin-top: 4px;
    position: relative !important;
    overflow: visible !important;
    z-index: 700;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1), margin 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .search-bar-wrapper:focus-within,
  .search-bar-wrapper.active-focus {
    transform: scale(1.04) translateY(-3px) !important;
    z-index: 900 !important;
  }

  .search-bar-wrapper input {
    padding: 8px 84px 8px 34px !important;
    font-size: 0.82rem !important;
    border-radius: 22px !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }

  .search-bar-wrapper:focus-within input,
  .search-bar-wrapper.active-focus input {
    padding: 14px 105px 14px 44px !important;
    font-size: 1.02rem !important;
    border: 2px solid var(--nba-blue) !important;
    box-shadow: 0 12px 35px rgba(0, 61, 165, 0.28), 0 0 0 4px rgba(0, 61, 165, 0.18) !important;
    background: var(--bg-card) !important;
    border-radius: 28px !important;
  }

  .search-bar-wrapper button {
    padding: 6px 14px !important;
    font-size: 0.76rem !important;
    right: 4px !important;
    border-radius: 9999px !important;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }

  .search-bar-wrapper:focus-within button,
  .search-bar-wrapper.active-focus button {
    padding: 10px 18px !important;
    font-size: 0.88rem !important;
    right: 6px !important;
    border-radius: 9999px !important;
  }

  .search-icon {
    left: 10px !important;
    width: 16px !important;
    height: 16px !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }

  .search-bar-wrapper:focus-within .search-icon,
  .search-bar-wrapper.active-focus .search-icon {
    left: 14px !important;
    width: 22px !important;
    height: 22px !important;
    color: var(--nba-blue) !important;
  }

  .search-autocomplete-dropdown {
    position: absolute !important;
    top: calc(100% + 10px) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 55vh !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    z-index: 1000 !important;
    background: var(--dropdown-bg) !important;
    border: 1px solid var(--dropdown-border) !important;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35) !important;
    border-radius: 18px !important;
  }

  .search-suggestion-item {
    padding: 10px 12px !important;
    gap: 10px !important;
  }

  .search-suggestion-logo {
    width: 22px !important;
    height: 22px !important;
  }

  .search-suggestion-title {
    font-size: 0.85rem !important;
  }

  .search-suggestion-meta {
    font-size: 0.72rem !important;
  }

  .search-suggestion-badge {
    font-size: 0.72rem !important;
    padding: 2px 6px !important;
  }

  .nav-links {
    display: none;
  }

  .hero-section {
    padding: 28px 14px 20px 14px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .hero-section h1 {
    font-size: 1.85rem;
    line-height: 1.15;
  }

  .hero-section p {
    font-size: 0.88rem;
  }

  /* Ticketmaster Filter Toolbar Mobile Touch Carousel */
  .filter-toolbar-section {
    padding: 10px 12px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .toolbar-container {
    width: 100%;
    max-width: 100%;
  }

  .filter-pills-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
    scrollbar-width: none;
    width: 100%;
    max-width: 100%;
    gap: 8px;
  }

  .filter-pills-row::-webkit-scrollbar {
    display: none;
  }

  .pill-btn {
    white-space: nowrap;
    font-size: 0.82rem;
    padding: 7px 12px;
    touch-action: manipulation;
  }

  .mobile-dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px 12px 14px;
    border-bottom: 1px solid var(--card-border);
    margin-bottom: 8px;
    font-weight: 800;
    font-size: 1rem;
    color: var(--text-title);
  }

  .mobile-dropdown-close {
    background: var(--modal-close-bg);
    border: 1px solid var(--modal-close-border);
    color: var(--text-title);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 0.9rem;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pill-dropdown-menu {
    position: fixed !important;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    max-height: 80vh !important;
    border-radius: 24px 24px 0 0 !important;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.4) !important;
    z-index: 2500 !important;
    padding: 16px 14px 28px 14px !important;
    border: 1px solid var(--card-border) !important;
    border-bottom: none !important;
    background: var(--bg-card) !important;
    animation: mobileSheetSlideUp 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  @keyframes mobileSheetSlideUp {
    from {
      transform: translateY(100%);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  .team-menu {
    max-height: 80vh !important;
    min-width: 100% !important;
  }

  .teams-grid-options {
    grid-template-columns: 1fr 1fr !important;
    max-height: 60vh !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 6px !important;
    padding-bottom: 24px !important;
  }

  .team-option {
    padding: 10px 8px !important;
    font-size: 0.78rem !important;
    gap: 8px !important;
    border-radius: 8px !important;
  }

  .team-option-logo {
    width: 22px !important;
    height: 22px !important;
  }

  /* Events Grid Single Column on Mobile */
  .main-container {
    padding: 0 16px;
    margin: 20px auto;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .events-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .event-card {
    border-radius: 14px;
  }

  .card-banner {
    height: 140px;
  }

  /* Responsive Mobile Event Card Footer & Uniform Select Seats Sizing */
  .card-footer {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    padding-top: 14px !important;
    margin-top: 10px !important;
  }

  .price-tag-discounted {
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }

  .our-price-label {
    white-space: nowrap !important;
  }

  .discount-pill {
    white-space: nowrap !important;
  }

  .price-main-row {
    flex-wrap: nowrap !important;
    gap: 5px !important;
    align-items: baseline !important;
  }

  .btn-tickets {
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    padding: 0 16px !important;
    font-size: 0.84rem !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    border-radius: 9999px !important;
  }

  .btn-tickets::before {
    display: none !important;
  }

  /* 360° Interactive SVG Stadium Map Modal Mobile Layout */
  .modal-backdrop#seatModal {
    padding: 0 !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    overflow: hidden !important;
  }

  #seatModal .arena-modal-card {
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    border-radius: 0 !important;
    margin: 0 !important;
    border: none !important;
    padding: 10px 12px !important;
    box-sizing: border-box !important;
    top: 0 !important;
    left: 0 !important;
    position: relative !important;
  }

  .arena-modal-card .modal-floating-close {
    top: 10px !important;
    right: 10px !important;
    width: 36px !important;
    height: 36px !important;
    z-index: 200 !important;
  }

  .badge-live {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 100%) !important;
    color: #ffffff !important;
    font-size: 0.68rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.05em !important;
    padding: 3px 9px !important;
    border-radius: 14px !important;
    box-shadow: 0 2px 8px rgba(14, 165, 233, 0.35) !important;
    margin-bottom: 4px !important;
  }

  .modal-header-stadium {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }

  .modal-header-stadium h3 {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .hold-timer-badge {
    padding: 4px 10px;
    font-size: 0.8rem;
  }

  .stadium-interactive-layout {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    flex: 1;
    overflow-y: auto;
    gap: 12px;
    min-height: unset;
    padding-bottom: 180px;
    scroll-padding-bottom: 180px;
  }

  .back-text-short {
    display: inline;
  }

  .back-text-full {
    display: none;
  }

  .arena-svg-viewport {
    height: 330px;
    min-height: 330px;
    width: 100%;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
  }

  .svg-canvas-wrapper {
    height: 100%;
    min-height: 330px;
  }

  #stadiumSvg {
    height: 100%;
    min-height: 330px;
    touch-action: manipulation;
  }

  .map-top-bar {
    top: 8px;
    left: 8px;
    right: 48px;
    gap: 6px;
    max-width: calc(100% - 56px);
    z-index: 130;
  }

  .btn-back-overview {
    padding: 4px 10px;
    font-size: 0.72rem;
    border-radius: 9999px !important;
    gap: 4px;
    flex-shrink: 0;
    white-space: nowrap;
  }

  .lod-status-pill {
    padding: 4px 8px;
    font-size: 0.7rem;
    border-radius: 12px;
    gap: 5px;
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .lod-status-pill span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
  }

  .map-controls-widget {
    top: 8px;
    right: 8px;
    gap: 3px;
    padding: 3px;
    border-radius: 10px;
  }

  .map-controls-widget button {
    width: 30px;
    height: 30px;
    font-size: 0.85rem;
    border-radius: 50% !important;
  }

  .zoom-level-display {
    font-size: 0.6rem;
    padding: 1px 0;
  }

  .stadium-minimap {
    width: 76px;
    height: 56px;
    bottom: 8px;
    right: 8px;
    border-radius: 8px;
    z-index: 110;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .stadium-minimap .minimap-header {
    font-size: 0.55rem;
    padding: 1px 0;
  }

  .stadium-legend-box {
    bottom: 8px;
    left: 8px;
    right: auto;
    max-width: calc(100% - 94px);
    padding: 4px 8px;
    font-size: 0.6rem;
    gap: 8px;
    border-radius: 8px;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    z-index: 110;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .stadium-legend-box::-webkit-scrollbar {
    display: none;
  }

  /* When in detailed seats mode, scale back legend & minimap slightly to give clean focus to court and seat dots */
  .arena-svg-viewport.in-seats-mode .stadium-legend-box {
    opacity: 0.65;
    transform: scale(0.88);
    transform-origin: bottom left;
  }

  .arena-svg-viewport.in-seats-mode .stadium-minimap {
    opacity: 0.8;
    transform: scale(0.92);
    transform-origin: bottom right;
  }

  .map-cursor-tooltip {
    max-width: 170px;
    padding: 5px 8px;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.7);
  }

  .tooltip-sec-title {
    font-size: 0.78rem;
  }

  .tooltip-sec-info {
    font-size: 0.65rem;
  }

  .tooltip-sec-price {
    font-size: 0.72rem;
  }

  .stadium-sections-drawer {
    padding: 14px;
    border-radius: 12px;
    padding-bottom: 180px;
    scroll-padding-bottom: 180px;
  }

  .sections-scroll-list {
    max-height: 180px;
    padding-bottom: 40px;
    scroll-padding-bottom: 40px;
  }

  .drawer-section-card {
    padding: 10px 12px;
  }

  /* -------------------------------------------------------------------------
     Mobile Sticky Checkout Bottom Bar (Ticketmaster / StubHub Standard)
     Guarantees 100% in-viewport visibility without requiring deep scrolling
     ------------------------------------------------------------------------- */
  #seatModal:not(.active) .stadium-order-box {
    display: none !important;
  }

  #seatModal.active .stadium-order-box {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    z-index: 500 !important;
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-top: 2px solid rgba(0, 61, 165, 0.2) !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-radius: 20px 20px 0 0 !important;
    box-shadow: 0 -10px 32px rgba(0, 0, 0, 0.16) !important;
    padding: 10px 14px 12px 14px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    animation: mobileStickySlideUp 0.28s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }

  [data-theme="dark"] #seatModal.active .stadium-order-box {
    background: rgba(15, 23, 42, 0.98) !important;
    border-top: 2px solid rgba(56, 189, 248, 0.3) !important;
    box-shadow: 0 -10px 32px rgba(0, 0, 0, 0.55) !important;
  }

  [data-theme="light"] #seatModal.active .stadium-order-box {
    background: rgba(255, 255, 255, 0.98) !important;
    border-top: 2px solid rgba(0, 61, 165, 0.2) !important;
    box-shadow: 0 -10px 32px rgba(0, 0, 0, 0.16) !important;
  }

  /* Compact mobile order summary lines */
  .stadium-order-box .qty-row {
    margin-bottom: 2px;
    font-size: 0.82rem;
    color: var(--text-main);
  }

  [data-theme="dark"] .stadium-order-box .qty-row,
  [data-theme="dark"] .stadium-order-box .qty-control span {
    color: #f1f5f9 !important;
  }

  .stadium-order-box .summary-line {
    margin-bottom: 2px;
    font-size: 0.82rem;
  }

  [data-theme="dark"] .stadium-order-box .summary-line strong {
    color: #f8fafc !important;
  }

  .stadium-order-box .price-highlight {
    font-size: 1.15rem;
    font-weight: 900;
  }

  .stadium-order-box .btn-checkout {
    padding: 11px;
    font-size: 0.92rem;
    border-radius: 9999px !important;
    box-shadow: 0 4px 14px rgba(5, 150, 105, 0.35);
  }

  .stadium-order-box .btn-clear-selection {
    padding: 5px 8px;
    font-size: 0.72rem;
    margin-top: 2px;
  }

  @keyframes mobileStickySlideUp {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
  }

  @keyframes checkoutAttentionPulse {
    0% { transform: scale(1); }
    40% { transform: scale(1.015); box-shadow: 0 0 20px rgba(16, 185, 129, 0.45); }
    100% { transform: scale(1); }
  }

  .stadium-order-box.attention-pulse {
    animation: checkoutAttentionPulse 0.45s ease-out;
  }

  /* Mobile Digital Ticket Pass Confirmation Styling */
  .digital-ticket-pass {
    padding: 16px 10px;
    margin: 14px 0;
    border-radius: 12px;
  }

  .pass-details-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 10px 6px;
    margin: 12px 0;
  }

  .pass-detail-col {
    padding: 0 2px;
  }

  .pass-detail-label {
    font-size: 0.62rem;
    margin-bottom: 3px;
  }

  .pass-detail-value {
    font-size: 0.78rem;
    line-height: 1.2;
  }

  .pass-status-verified {
    font-size: 0.68rem !important;
    padding: 2px 5px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .mobile-sheet-handle {
    display: block;
    width: 44px;
    height: 5px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    margin: 4px auto 12px auto;
  }

  .modal-backdrop.active .modal-card {
    animation: mobileSlideUp 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }

  @keyframes mobileSlideUp {
    from {
      transform: translateY(100%);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  /* Mobile Checkout Modal Responsiveness & Contained Scrolling */
  .checkout-card {
    width: 95% !important;
    max-width: 480px !important;
    max-height: 90vh !important;
    max-height: 90dvh !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 18px 16px 24px 16px !important;
    margin: auto !important;
    border-radius: 20px !important;
    box-sizing: border-box !important;
  }

  /* Active Touch Feedback for Mobile */
  .btn-tickets:active,
  .pill-btn:active,
  .drawer-section-card:active,
  .btn-checkout:active,
  .btn-confirm-order:active {
    transform: scale(0.96);
    opacity: 0.9;
  }

  /* Sticky Mobile Filter Bar */
  .filter-bar-section {
    position: sticky;
    top: 56px;
    z-index: 90;
    background: rgba(10, 14, 23, 0.94);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 0;
  }
}

.mobile-sheet-handle {
  display: none;
}

@media (max-width: 480px) {
  .hero-section h1 {
    font-size: 1.75rem;
  }

  .top-bar-content {
    font-size: 0.72rem;
  }

  .arena-svg-viewport {
    height: 350px;
    min-height: 330px;
  }

  .svg-canvas-wrapper {
    height: 350px;
    min-height: 330px;
  }

  #stadiumSvg {
    height: 350px;
    min-height: 330px;
  }

  .card-banner {
    height: 135px;
  }

  .event-title {
    font-size: 1.15rem;
  }

  .card-body {
    padding: 16px 14px 14px 14px !important;
  }

  /* Compact Mobile Event Card Footer & Button (< 480px) */
  .card-footer {
    gap: 8px !important;
    padding-top: 12px !important;
    margin-top: 10px !important;
    align-items: center !important;
  }

  .price-main-row {
    flex-wrap: wrap !important;
    gap: 2px 6px !important;
    align-items: baseline !important;
  }

  .our-price-label {
    white-space: nowrap !important;
    font-size: 0.68rem !important;
  }

  .price-tag-discounted .amount {
    font-size: 1.15rem !important;
  }

  .discount-pill {
    white-space: nowrap !important;
    font-size: 0.68rem !important;
    padding: 2px 7px !important;
    border-radius: 9999px !important;
  }

  .btn-tickets {
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    padding: 0 12px !important;
    font-size: 0.79rem !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    border-radius: 9999px !important;
  }

  .seat-view-header {
    flex-wrap: wrap !important;
    gap: 4px !important;
  }

  .seat-view-rating {
    font-size: 0.72rem !important;
    max-width: 100% !important;
  }
}

/* Landscape Mobile Optimization (Phones in Landscape orientation) */
@media (max-height: 520px) and (orientation: landscape) {
  .stadium-interactive-layout {
    display: grid !important;
    grid-template-columns: 1.1fr 0.9fr !important;
    gap: 10px !important;
    padding-bottom: 20px !important;
  }
  .arena-svg-viewport {
    height: calc(100vh - 70px) !important;
    min-height: 220px !important;
  }
  .svg-canvas-wrapper, #stadiumSvg {
    height: 100% !important;
    min-height: 220px !important;
  }
  .stadium-sections-drawer {
    overflow-y: auto !important;
    max-height: calc(100vh - 70px) !important;
    padding-bottom: 60px !important;
  }
  #seatModal.active .stadium-order-box {
    position: sticky !important;
    bottom: 0 !important;
    padding: 6px 12px !important;
    border-radius: 12px !important;
    gap: 4px !important;
  }
  .stadium-order-box .summary-line {
    font-size: 0.75rem !important;
  }
  .stadium-order-box .btn-checkout {
    padding: 8px !important;
    font-size: 0.85rem !important;
    border-radius: 9999px !important;
  }
  .checkout-card {
    max-height: 88vh !important;
    max-height: 88dvh !important;
    padding: 12px 14px 16px 14px !important;
  }
}

/* =========================================================================
   OFFICIAL NBA 100% BUYER GUARANTEE MODAL
   ========================================================================= */
.guarantee-modal-card {
  max-width: 620px;
  width: 92%;
  max-height: 90vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: radial-gradient(circle at top center, #1e293b 0%, #0f172a 100%);
  border: 1px solid rgba(16, 185, 129, 0.45);
  box-shadow: 0 25px 60px -12px rgba(0, 0, 0, 0.85), 0 0 35px rgba(16, 185, 129, 0.2);
  border-radius: 20px;
  padding: 28px 24px;
  color: #f8fafc;
  position: relative;
  animation: modalFadeUp 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.guarantee-modal-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #17408B 0%, #ffffff 50%, #C9082A 100%);
}

.guarantee-modal-header {
  text-align: center;
  margin-bottom: 24px;
}

.nba-emblem-badge-card {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: 8px 18px 8px 10px;
  margin-bottom: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.nba-emblem-logo-box {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #080B11;
  border: 1px solid rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
  padding: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
}

[data-theme="light"] .nba-emblem-logo-box {
  background: #0A0F1D;
  border-color: rgba(0, 0, 0, 0.12);
}

.nba-emblem-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.nba-badge-text {
  text-align: left;
  display: flex;
  flex-direction: column;
}

.nba-pill {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: var(--text-muted);
}

.nba-subtext {
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: var(--accent-emerald);
}

.guarantee-modal-card {
  background: var(--bg-card);
  border: 1px solid var(--card-border);
  box-shadow: 0 25px 60px -12px rgba(0, 0, 0, 0.25);
  border-radius: 22px;
  padding: 28px 24px;
  color: var(--text-main);
  max-width: 680px;
  width: 92%;
  max-height: 90vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  animation: modalFadeUp 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.guarantee-modal-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #10b981 0%, #059669 50%, #047857 100%);
}

.guarantee-modal-header h2 {
  font-size: 1.65rem;
  font-weight: 900;
  letter-spacing: -0.5px;
  color: var(--text-title);
  margin-bottom: 8px;
}

.guarantee-subtitle {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
  max-width: 480px;
  margin: 0 auto;
}

.guarantee-pillars-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 22px;
}

.guarantee-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--bg-page);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  padding: 14px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.guarantee-card:hover {
  transform: translateY(-2px);
  border-color: var(--accent-emerald);
  background: var(--bg-card);
}

.pillar-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
}

.pillar-content h4 {
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--text-title);
  margin-bottom: 4px;
}

.pillar-content p {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.4;
}

.guarantee-footer-statement {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(5, 150, 105, 0.08);
  border: 1px solid rgba(5, 150, 105, 0.25);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 0.8rem;
  color: var(--accent-emerald);
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.guarantee-actions {
  text-align: center;
}

/* Apple-Style Emerald Modal Dismiss Action (.btn-primary-guarantee) */
.btn-primary-guarantee {
  position: relative;
  width: 100%;
  padding: 13px 24px;
  background: #10b981;
  color: #ffffff;
  font-family: inherit;
  font-size: 0.98rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 9999px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(16, 185, 129, 0.35);
  transition: all 0.18s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.btn-primary-guarantee::before,
.btn-primary-guarantee::after {
  display: none !important;
}

.btn-primary-guarantee:hover {
  transform: translateY(-1px);
  background: #059669;
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.45);
}

.btn-primary-guarantee:active {
  transform: scale(0.985);
  box-shadow: 0 2px 6px rgba(16, 185, 129, 0.25);
}


@keyframes modalFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 600px) {
  .guarantee-pillars-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .guarantee-modal-card {
    padding: 24px 18px;
  }
  .guarantee-modal-header h2 {
    font-size: 1.35rem;
  }
}

.pass-direct-verify-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 8px 14px;
  background: rgba(5, 150, 105, 0.1);
  border: 1px solid rgba(5, 150, 105, 0.3);
  border-radius: 8px;
  color: var(--accent-emerald);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.2s ease;
  letter-spacing: 0.3px;
}

.pass-direct-verify-btn:hover {
  background: rgba(5, 150, 105, 0.2);
  color: var(--accent-emerald);
  border-color: var(--accent-emerald);
}

/* =========================================================================
   RICH PAYMENT & CHECKOUT FLOW STYLING
   ========================================================================= */
.checkout-order-summary-box {
  background: var(--bg-page);
  border: 1px solid var(--card-border);
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 20px;
}

.summary-top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px dashed var(--card-border);
}

.summary-event-tag {
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--accent-emerald);
  letter-spacing: 1px;
  display: block;
  margin-bottom: 4px;
}

.summary-event-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text-title);
  margin: 0 0 4px 0;
}

.summary-venue-line {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin: 0;
}

.summary-total-col {
  text-align: right;
  flex-shrink: 0;
}

.summary-total-label {
  font-size: 0.65rem;
  font-weight: 800;
  color: var(--text-muted);
  letter-spacing: 1px;
  display: block;
}

.summary-total-price {
  font-size: 1.45rem;
  font-weight: 900;
  color: var(--accent-emerald);
  letter-spacing: -0.5px;
}

.summary-seats-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.summary-seats-label {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--text-muted);
  letter-spacing: 0.5px;
}

.summary-seats-pills {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.mini-seat-badge {
  background: rgba(5, 150, 105, 0.1);
  border: 1px solid rgba(5, 150, 105, 0.3);
  color: var(--accent-emerald);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 6px;
}

.checkout-section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.step-num-badge {
  width: 22px;
  height: 22px;
  background: var(--nba-blue);
  color: #ffffff;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.checkout-section-header h4 {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--text-title);
  margin: 0;
}

.form-row-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.form-row-3col {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 12px;
}

/* Payment Tabs */
.payment-tabs-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 8px;
  margin-bottom: 16px;
}

.pay-tab-btn {
  background: var(--pill-bg);
  border: 1px solid var(--card-border);
  border-radius: 9999px;
  padding: 10px 14px;
  color: var(--text-muted);
  font-family: -apple-system, BlinkMacSystemFont, 'Outfit', sans-serif;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
  user-select: none;
}

.pay-tab-btn:hover {
  background: var(--pill-hover-bg);
  color: var(--text-title);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

.pay-tab-btn.active {
  background: var(--nba-blue) !important;
  border-color: var(--nba-blue) !important;
  color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 113, 227, 0.35);
}

.pay-tab-btn:active {
  transform: scale(0.98);
}

.pay-tab-brand-duo {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.tab-brand-svg {
  display: block;
  object-fit: contain;
}

.label-with-brands {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.card-brands-icons {
  display: flex;
  align-items: center;
  gap: 6px;
}

.brand-badge-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--pill-bg);
  border: 1px solid var(--card-border);
  padding: 3px 6px;
  border-radius: 6px;
  transition: all 0.2s ease;
  opacity: 0.55;
}

.brand-badge-pill svg {
  display: block;
}

.brand-badge-pill.active {
  background: #ffffff;
  border-color: var(--nba-blue);
  box-shadow: 0 0 12px rgba(0, 61, 165, 0.4);
  opacity: 1;
  transform: scale(1.08);
}

.input-with-icon {
  position: relative;
}

.input-with-icon input {
  padding-right: 38px;
}

.input-right-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.9rem;
  color: var(--text-muted);
  pointer-events: none;
}

.pay-tab-svg-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.pay-tab-svg-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* One Touch Pay Panels */
.one-touch-pay-box {
  background: var(--bg-page);
  border: 1px solid var(--card-border);
  border-radius: 14px;
  padding: 24px 16px;
  text-align: center;
}

.one-touch-pay-box p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0 0 16px 0;
}

/* Official Apple Pay Button */
.apple-pay-mock-btn {
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 12px 24px;
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  max-width: 320px;
  margin: 0 auto;
  transition: all 0.2s ease;
  user-select: none;
}

.apple-pay-mock-btn:hover {
  background: #181818;
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.45);
}

.apple-pay-mock-btn:active {
  transform: translateY(0);
}

/* Official Google Pay Button */
.google-pay-mock-btn {
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 12px 24px;
  color: #ffffff;
  font-family: 'Outfit', 'Google Sans', Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  max-width: 320px;
  margin: 0 auto;
  transition: all 0.2s ease;
  user-select: none;
}

.google-pay-mock-btn:hover {
  background: #181818;
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.45);
}

.google-pay-mock-btn:active {
  transform: translateY(0);
}

.one-touch-hint {
  display: block;
  font-size: 0.72rem;
  color: var(--text-muted);
  margin-top: 12px;
}

/* Official Apple & Google Wallet Badges in Verification Screen */
.wallet-pass-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 16px 0 10px 0;
}

.btn-wallet-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 9999px;
  font-family: -apple-system, BlinkMacSystemFont, 'Outfit', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.16);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
  outline: none;
}

.btn-apple-wallet-badge {
  background: #000000;
  color: #ffffff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
}

.btn-apple-wallet-badge:hover {
  background: #1c1c1c;
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.35);
}

.btn-apple-wallet-badge:active {
  transform: scale(0.985);
}

.btn-google-wallet-badge {
  background: #000000;
  color: #ffffff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
}

.btn-google-wallet-badge:hover {
  background: #1c1c1c;
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.35);
}

.btn-google-wallet-badge:active {
  transform: scale(0.985);
}

/* =========================================================================
   PAYMENT PROCESSING ANIMATION SCREEN
   ========================================================================= */
.processing-spinner-wrap {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.processing-radar-ring {
  position: absolute;
  inset: 0;
  border: 3px solid rgba(5, 150, 105, 0.15);
  border-top-color: var(--accent-emerald);
  border-right-color: var(--accent-emerald);
  border-radius: 50%;
  animation: radarSpin 1s linear infinite;
}

@keyframes radarSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.processing-center-shield {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulseScale 1.5s ease-in-out infinite;
}

@keyframes pulseScale {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

.payment-steps-tracker {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}

.p-step-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--bg-page);
  border: 1px solid var(--card-border);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 0.82rem;
  color: var(--text-muted);
  transition: all 0.3s ease;
}

.p-step-item.active {
  background: rgba(5, 150, 105, 0.08);
  border-color: rgba(5, 150, 105, 0.4);
  color: var(--accent-emerald);
  font-weight: 700;
  transform: translateX(4px);
}

.p-step-item.done {
  background: var(--bg-card);
  border-color: rgba(5, 150, 105, 0.2);
  color: var(--text-title);
}

@media (max-width: 600px) {
  .form-row-2col, .form-row-3col {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .payment-tabs-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* =========================================================================
   VERIFIED NBA RESELLER & TRUST MODAL STYLING
   ========================================================================= */
.brand-reseller-container {
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.brand-reseller-container:hover {
  transform: scale(1.02);
  opacity: 0.95;
}

.modal-top-nav-bar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 18px;
  width: 100%;
}

.modal-top-back-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #cbd5e1;
  font-size: 0.82rem;
  font-weight: 650;
  padding: 8px 18px;
  border-radius: 9999px;
  cursor: pointer;
  outline: none;
  user-select: none;
  overflow: hidden;
  font-family: inherit;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.modal-top-back-btn::before,
.modal-top-back-btn::after {
  display: none !important;
}

.modal-top-back-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  transform: translateX(-2px);
}

.modal-top-back-btn:active {
  transform: scale(0.98);
}

.modal-top-back-btn > * {
  position: relative;
  z-index: 2;
}

[data-theme="light"] .modal-top-back-btn {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #1e293b;
}

[data-theme="light"] .modal-top-back-btn:hover {
  background: #e2e8f0;
  color: #0f172a;
  border-color: #94a3b8;
}

.trust-modal-card {
  max-width: 680px;
  width: 92%;
  max-height: 90vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: var(--bg-card);
  border: 1px solid var(--card-border);
  box-shadow: 0 25px 60px -12px rgba(0, 0, 0, 0.25);
  border-radius: 22px;
  padding: 28px 24px;
  color: var(--text-main);
  position: relative;
  animation: modalFadeUp 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.trust-modal-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--nba-blue) 0%, #38bdf8 50%, var(--nba-red) 100%);
}

.trust-modal-header {
  text-align: center;
  margin-bottom: 24px;
}

/* =========================================================================
   MODERN CLEAN TRUST BADGE LOCKUP (.trust-badge-lockup)
   ========================================================================= */
.trust-badge-lockup {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 16px 6px 8px;
  border-radius: 9999px;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  margin-bottom: 20px;
  overflow: hidden;
  user-select: none;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
  max-width: 100%;
}

.trust-badge-lockup::before,
.trust-badge-lockup::after {
  display: none !important;
}

.trust-badge-lockup:hover {
  transform: translateY(-1px);
  background: rgba(16, 185, 129, 0.12);
  border-color: rgba(16, 185, 129, 0.35);
}

/* Shield Medallion */
.trust-shield-medallion {
  position: relative;
  z-index: 2;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #10b981;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 2px 6px rgba(16, 185, 129, 0.35);
  color: #ffffff;
  flex-shrink: 0;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.trust-badge-lockup:hover .trust-shield-medallion {
  transform: scale(1.05);
}

.trust-shield-svg {
  width: 18px;
  height: 18px;
  stroke: #ffffff;
  stroke-width: 2.6;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
}

.trust-badge-meta {
  position: relative;
  z-index: 2;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.trust-pill-tag {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: #34d399;
  text-shadow: 0 0 8px rgba(52, 211, 153, 0.4);
  line-height: 1.2;
  white-space: nowrap;
}

.trust-subhead {
  font-size: 0.88rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  line-height: 1.2;
  white-space: nowrap;
}

/* Modeled 100% Beveled Tag on Right */
.trust-badge-pill-tag {
  position: relative;
  z-index: 2;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.4px;
  padding: 3px 9px;
  border-radius: 999px;
  background: linear-gradient(180deg, #34d399 0%, #10b981 50%, #059669 100%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75), 0 2px 6px rgba(16, 185, 129, 0.4);
  line-height: 1.2;
  margin-left: 6px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Light Theme Adaptive Overrides */
[data-theme="light"] .trust-badge-lockup {
  background: linear-gradient(180deg, #ffffff 0%, #f0fdf4 52%, #dcfce7 100%);
  border: 1px solid rgba(16, 185, 129, 0.42);
  box-shadow: 0 3px 12px rgba(16, 185, 129, 0.16), 0 1px 3px rgba(0, 0, 0, 0.06), inset 0 1px 1px #ffffff;
}
[data-theme="light"] .trust-badge-lockup::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.1) 80%, transparent 100%);
}
[data-theme="light"] .trust-pill-tag {
  color: #059669;
  text-shadow: none;
}
[data-theme="light"] .trust-subhead {
  color: #064e3b;
  text-shadow: none;
}
[data-theme="light"] .trust-badge-lockup:hover {
  border-color: rgba(16, 185, 129, 0.7);
  box-shadow: 0 6px 18px rgba(16, 185, 129, 0.28), 0 1px 3px rgba(0, 0, 0, 0.08), inset 0 1px 1px #ffffff;
}

/* Mobile Responsive */
@media (max-width: 480px) {
  .trust-badge-lockup {
    padding: 6px 10px 6px 8px;
    gap: 8px;
    width: auto;
    max-width: 100%;
  }
  .trust-shield-medallion {
    width: 28px;
    height: 28px;
  }
  .trust-shield-svg {
    width: 14px;
    height: 14px;
  }
  .trust-pill-tag {
    font-size: 0.52rem;
    letter-spacing: 0.4px;
  }
  .trust-subhead {
    font-size: 0.68rem;
    letter-spacing: 0.2px;
  }
  .trust-badge-pill-tag {
    font-size: 0.58rem;
    padding: 2px 6px;
    margin-left: 2px;
  }
}

.trust-modal-header h2 {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: -0.5px;
  color: var(--text-title);
  margin-bottom: 10px;
}

.trust-header-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.55;
  max-width: 580px;
  margin: 0 auto;
}

.trust-header-desc strong {
  color: var(--text-title);
}

.trust-pillars-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 22px;
}

.trust-pillar-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--bg-page);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  padding: 14px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.trust-pillar-card:hover {
  transform: translateY(-2px);
  border-color: var(--nba-blue);
  background: var(--bg-card);
}

.tp-icon, .pillar-icon {
  position: relative;
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.22s ease, border-color 0.22s ease;
}

.tp-icon::before, .pillar-icon::before,
.tp-icon::after, .pillar-icon::after {
  display: none !important;
}

.tp-icon svg, .pillar-icon svg {
  position: relative;
  z-index: 1;
  stroke: currentColor !important;
  filter: none !important;
  transition: transform 0.22s ease;
}

.tp-icon svg polygon[fill="#ffffff"],
.pillar-icon svg polygon[fill="#ffffff"],
.pillar-icon svg path[fill="#ffffff"],
.pillar-icon svg circle[fill="#ffffff"],
.pillar-icon svg rect[fill="#ffffff"] {
  fill: currentColor !important;
}

.tp-icon svg path[stroke],
.tp-icon svg line[stroke],
.tp-icon svg polygon[stroke],
.pillar-icon svg path[stroke],
.pillar-icon svg line[stroke],
.pillar-icon svg polygon[stroke] {
  stroke: currentColor !important;
}

.trust-pillar-card:hover .tp-icon,
.guarantee-card:hover .pillar-icon {
  transform: scale(1.06) translateY(-1px);
}

.trust-pillar-card:hover .tp-icon svg,
.guarantee-card:hover .pillar-icon svg {
  transform: scale(1.06);
}

.tp-icon-shield, .pillar-icon-shield, .pillar-icon.jewel-emerald {
  background: rgba(16, 185, 129, 0.12) !important;
  border: 1px solid rgba(16, 185, 129, 0.32) !important;
  color: #34d399 !important;
  box-shadow: 0 4px 14px rgba(16, 185, 129, 0.12) !important;
}

.trust-pillar-card:hover .tp-icon-shield,
.guarantee-card:hover .pillar-icon-shield,
.guarantee-card:hover .pillar-icon.jewel-emerald {
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.28) !important;
  border-color: rgba(16, 185, 129, 0.5) !important;
}

.tp-icon-bolt, .pillar-icon-bolt, .pillar-icon.jewel-amber {
  background: rgba(245, 158, 11, 0.12) !important;
  border: 1px solid rgba(245, 158, 11, 0.32) !important;
  color: #fbbf24 !important;
  box-shadow: 0 4px 14px rgba(245, 158, 11, 0.12) !important;
}

.trust-pillar-card:hover .tp-icon-bolt,
.guarantee-card:hover .pillar-icon-bolt,
.guarantee-card:hover .pillar-icon.jewel-amber {
  box-shadow: 0 6px 20px rgba(245, 158, 11, 0.28) !important;
  border-color: rgba(245, 158, 11, 0.5) !important;
}

.tp-icon-mobile {
  background: rgba(56, 189, 248, 0.12) !important;
  border: 1px solid rgba(56, 189, 248, 0.32) !important;
  color: #38bdf8 !important;
  box-shadow: 0 4px 14px rgba(56, 189, 248, 0.12) !important;
}

.trust-pillar-card:hover .tp-icon-mobile {
  box-shadow: 0 6px 20px rgba(56, 189, 248, 0.28) !important;
  border-color: rgba(56, 189, 248, 0.5) !important;
}

.tp-icon-lock {
  background: rgba(244, 63, 94, 0.12) !important;
  border: 1px solid rgba(244, 63, 94, 0.32) !important;
  color: #fb7185 !important;
  box-shadow: 0 4px 14px rgba(244, 63, 94, 0.12) !important;
}

.trust-pillar-card:hover .tp-icon-lock {
  box-shadow: 0 6px 20px rgba(244, 63, 94, 0.28) !important;
  border-color: rgba(244, 63, 94, 0.5) !important;
}

.pillar-icon-money, .pillar-icon.jewel-gold {
  background: rgba(234, 179, 8, 0.12) !important;
  border: 1px solid rgba(234, 179, 8, 0.32) !important;
  color: #facc15 !important;
  box-shadow: 0 4px 14px rgba(234, 179, 8, 0.12) !important;
}

.guarantee-card:hover .pillar-icon-money,
.guarantee-card:hover .pillar-icon.jewel-gold {
  box-shadow: 0 6px 20px rgba(234, 179, 8, 0.28) !important;
  border-color: rgba(234, 179, 8, 0.5) !important;
}

.pillar-icon-support, .pillar-icon.jewel-purple {
  background: rgba(168, 85, 247, 0.12) !important;
  border: 1px solid rgba(168, 85, 247, 0.32) !important;
  color: #c084fc !important;
  box-shadow: 0 4px 14px rgba(168, 85, 247, 0.12) !important;
}

.guarantee-card:hover .pillar-icon-support,
.guarantee-card:hover .pillar-icon.jewel-purple {
  box-shadow: 0 6px 20px rgba(168, 85, 247, 0.28) !important;
  border-color: rgba(168, 85, 247, 0.5) !important;
}

/* Light Theme overrides for Pillar Icons */
[data-theme="light"] .tp-icon-shield,
[data-theme="light"] .pillar-icon-shield,
[data-theme="light"] .pillar-icon.jewel-emerald {
  background: #ecfdf5 !important;
  border-color: rgba(16, 185, 129, 0.35) !important;
  color: #059669 !important;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.1) !important;
}
[data-theme="light"] .tp-icon-bolt,
[data-theme="light"] .pillar-icon-bolt,
[data-theme="light"] .pillar-icon.jewel-amber {
  background: #fffbeb !important;
  border-color: rgba(245, 158, 11, 0.35) !important;
  color: #d97706 !important;
  box-shadow: 0 2px 8px rgba(245, 158, 11, 0.1) !important;
}
[data-theme="light"] .tp-icon-mobile {
  background: #f0fdfa !important;
  border-color: rgba(56, 189, 248, 0.35) !important;
  color: #0284c7 !important;
  box-shadow: 0 2px 8px rgba(56, 189, 248, 0.1) !important;
}
[data-theme="light"] .tp-icon-lock {
  background: #fff1f2 !important;
  border-color: rgba(244, 63, 94, 0.35) !important;
  color: #e11d48 !important;
  box-shadow: 0 2px 8px rgba(244, 63, 94, 0.1) !important;
}
[data-theme="light"] .pillar-icon-money,
[data-theme="light"] .pillar-icon.jewel-gold {
  background: #fefce8 !important;
  border-color: rgba(234, 179, 8, 0.35) !important;
  color: #ca8a04 !important;
  box-shadow: 0 2px 8px rgba(234, 179, 8, 0.1) !important;
}
[data-theme="light"] .pillar-icon-support,
[data-theme="light"] .pillar-icon.jewel-purple {
  background: #f5f3ff !important;
  border-color: rgba(168, 85, 247, 0.35) !important;
  color: #7c3aed !important;
  box-shadow: 0 2px 8px rgba(168, 85, 247, 0.1) !important;
}

.tp-content h4, .pillar-content h4 {
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--text-title);
  margin-bottom: 4px;
}

.tp-content p, .pillar-content p {
  font-size: 0.76rem;
  color: var(--text-muted);
  line-height: 1.4;
  margin: 0;
}

/* Guarantee Pillars Grid */
.guarantee-pillars-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

.guarantee-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  padding: 16px 18px;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.28s ease, border-color 0.28s ease;
}

.guarantee-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 28px -4px rgba(0, 0, 0, 0.45), 0 0 16px rgba(16, 185, 129, 0.12);
}

.guarantee-footer-statement {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  background: var(--bg-page);
  border: 1px solid var(--card-border);
  border-radius: 10px;
  font-size: 0.76rem;
  color: var(--text-muted);
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.guarantee-footer-statement svg {
  color: #ef4444;
  flex-shrink: 0;
}

/* Verified Ecosystem Grid */
.marketplace-ecosystem-section {
  background: var(--bg-page);
  border: 1px solid var(--card-border);
  border-radius: 14px;
  padding: 18px 16px;
  margin-bottom: 20px;
}

.ecosystem-section-title {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 1.2px;
  color: var(--nba-blue);
  text-align: center;
  margin-bottom: 14px;
}

.ecosystem-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.ecosystem-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--bg-card);
  border: 1px solid var(--card-border);
  border-radius: 10px;
  padding: 10px 12px;
  transition: all 0.2s ease;
}

.ecosystem-item:hover {
  background: var(--bg-card);
  border-color: var(--nba-blue);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.ecosystem-icon-symbol {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.ecosystem-icon-nba {
  background: rgba(234, 88, 12, 0.12);
  border: 1px solid rgba(234, 88, 12, 0.3);
  color: #ea580c;
}

.ecosystem-icon-ticket {
  background: rgba(0, 97, 235, 0.12);
  border: 1px solid rgba(0, 97, 235, 0.3);
  color: var(--nba-blue);
}

.ecosystem-icon-cards {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 2px;
}

.ecosystem-icon-apple {
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.ecosystem-icon-google {
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.ecosystem-icon-ssl {
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.3);
  color: #10b981;
}

.ecosystem-item:hover .ecosystem-icon-symbol {
  transform: scale(1.06);
}

.ecosystem-meta {
  display: flex;
  flex-direction: column;
}

.ecosystem-meta strong {
  font-size: 0.8rem;
  color: var(--text-title);
  font-weight: 800;
}

.ecosystem-meta span {
  font-size: 0.68rem;
  color: var(--text-muted);
}

.trust-modal-footer {
  text-align: center;
}

.security-seal-strip {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent-emerald);
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .filter-pills-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    padding-bottom: 6px;
    gap: 8px;
  }
  .filter-pills-row::-webkit-scrollbar {
    height: 4px;
  }
  .filter-pills-row::-webkit-scrollbar-thumb {
    background: rgba(100, 116, 139, 0.2);
    border-radius: 4px;
  }
  .pill-btn, .quick-pill {
    flex-shrink: 0;
    padding: 8px 16px;
    font-size: 0.88rem;
    white-space: nowrap;
  }
  .hero-section {
    padding: 32px 16px 24px 16px;
  }
  .hero-section h1 {
    font-size: 2.2rem;
  }
  .hero-section p {
    font-size: 0.95rem;
  }
}

@media (max-width: 600px) {
  .modal-backdrop {
    padding: 10px 8px;
    align-items: flex-start;
  }
  .modal-backdrop#seatModal {
    padding: 0 !important;
    align-items: stretch !important;
  }
  .trust-pillars-row,
  .guarantee-pillars-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .ecosystem-logo-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .trust-modal-card,
  .guarantee-modal-card {
    width: 98%;
    max-height: 96vh;
    padding: 20px 14px 24px 14px;
    margin: auto;
  }
  .trust-modal-header h2,
  .guarantee-modal-header h2 {
    font-size: 1.25rem;
  }
  .modal-top-back-btn {
    width: 100%;
    justify-content: center;
    padding: 10px 14px;
    font-size: 0.88rem;
    background: var(--pill-bg);
    border-color: var(--card-border);
    color: var(--text-title);
  }
  .btn-primary-guarantee {
    width: 100%;
    padding: 15px 18px;
    font-size: 1rem;
    margin-top: 14px;
  }
}

/* ==============================================================
   360° VIRTUAL SEAT VIEW COURT PERSPECTIVE 3D ENGINE
   ============================================================== */
.seat-view-preview-card {
  background: #090d16;
  border: 1px solid rgba(56, 189, 248, 0.25);
  border-radius: 14px;
  padding: 10px 12px;
  margin-bottom: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease;
  overflow: hidden;
  color: #ffffff;
  flex-shrink: 0;
}

.seat-view-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 8px;
}

.seat-view-title {
  font-size: 0.82rem;
  font-weight: 900;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.seat-view-live-tag {
  font-size: 0.6rem;
  font-weight: 900;
  color: #38bdf8;
  background: rgba(56, 189, 248, 0.18);
  border: 1px solid rgba(56, 189, 248, 0.4);
  padding: 1px 4px;
  border-radius: 4px;
}

.seat-view-rating {
  font-size: 0.68rem;
  font-weight: 800;
  color: #10b981;
  background: rgba(16, 185, 129, 0.16);
  padding: 2px 7px;
  border-radius: 20px;
  border: 1px solid rgba(16, 185, 129, 0.35);
  white-space: nowrap;
}

/* 3D Perspective Viewport Container */
.seat-view-canvas-wrap {
  position: relative;
  width: 100%;
  height: 145px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #020617;
  perspective: 450px;
  cursor: grab;
}

.seat-view-canvas-wrap:active {
  cursor: grabbing;
}

.arena-3d-scene {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Arena Atmosphere & Jumbotron */
.arena-sky-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  background: linear-gradient(180deg, #020617 0%, #0f172a 70%, transparent 100%);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 6px;
  z-index: 2;
}

.arena-lights-beam {
  position: absolute;
  top: 0;
  left: 20%;
  right: 20%;
  height: 40px;
  background: radial-gradient(ellipse at 50% 0%, rgba(56, 189, 248, 0.25) 0%, transparent 75%);
  pointer-events: none;
}

.arena-jumbotron-wrap {
  background: #002244;
  border: 1.5px solid #38bdf8;
  border-radius: 6px;
  padding: 4px 10px;
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.4);
  text-align: center;
  z-index: 5;
}

.jumbo-screen {
  font-family: 'Outfit', sans-serif;
}

.jumbo-matchup-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.68rem;
  font-weight: 900;
  color: #ffffff;
}

.jumbo-vs-tag {
  color: #ef4444;
  background: rgba(239, 68, 68, 0.2);
  padding: 1px 4px;
  border-radius: 3px;
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.jumbo-sub-line {
  font-size: 0.5rem;
  font-weight: 700;
  color: #38bdf8;
  letter-spacing: 0.5px;
  margin-top: 1px;
}

/* Fan's Actual Arena Seat Positioning Beacon */
.user-seat-position-pin {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 8;
  pointer-events: none;
  animation: floatPin 2.5s ease-in-out infinite;
}

.pin-pulse-radar {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 12px #10b981, 0 0 24px #10b981;
  margin-bottom: 4px;
  animation: radarPulse 1.8s infinite;
}

.pin-badge {
  background: rgba(2, 6, 23, 0.92);
  border: 1.5px solid #10b981;
  padding: 3px 8px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.6);
  white-space: nowrap;
}

.pin-icon {
  font-size: 0.75rem;
}

.pin-text {
  font-size: 0.66rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.2px;
}

@keyframes radarPulse {
  0% { transform: scale(0.9); opacity: 1; }
  70% { transform: scale(1.6); opacity: 0.2; }
  100% { transform: scale(0.9); opacity: 1; }
}

@keyframes floatPin {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, -4px); }
}


/* 3D Court Floor & Hardwood Grain */
.court-3d-floor {
  position: absolute;
  bottom: 12px;
  left: 10%;
  right: 10%;
  height: 105px;
  background: linear-gradient(135deg, #d97706 0%, #f59e0b 50%, #b45309 100%);
  border: 2px solid #ffffff;
  border-radius: 4px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6), inset 0 0 20px rgba(180, 83, 9, 0.4);
  transform-origin: center center;
  transform: rotateX(48deg) translateZ(0);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.court-hardwood-grain {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, transparent, transparent 10px, rgba(0, 0, 0, 0.05) 10px, rgba(0, 0, 0, 0.05) 20px);
  pointer-events: none;
}

.court-center-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #ffffff;
  transform: translateX(-50%);
}

.court-center-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  border: 2px solid #003da5;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 61, 165, 0.2);
}

.center-court-brand {
  font-size: 0.58rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.5px;
}

/* Basket Keys */
.court-key-area {
  position: absolute;
  top: 20%;
  bottom: 20%;
  width: 22px;
  background: rgba(0, 61, 165, 0.4);
  border: 1.5px solid #ffffff;
}

.court-key-east {
  left: 0;
  border-left: none;
}

.court-key-west {
  right: 0;
  border-right: none;
}

.court-hoop-structure {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
}

.court-key-east .court-hoop-structure {
  left: 4px;
}

.court-key-west .court-hoop-structure {
  right: 4px;
}

.hoop-backboard {
  position: absolute;
  top: 0;
  width: 2px;
  height: 10px;
  background: #ef4444;
}

.hoop-rim {
  position: absolute;
  top: 3px;
  width: 5px;
  height: 5px;
  border: 1.5px solid #ea580c;
  border-radius: 50%;
}

.court-key-east .hoop-rim { left: 2px; }
.court-key-west .hoop-rim { right: 2px; }

/* Benches & Scorer Table */
.court-bench-row {
  position: absolute;
  top: -12px;
  font-size: 0.45rem;
  font-weight: 800;
  color: #38bdf8;
  background: rgba(15, 23, 42, 0.85);
  padding: 1px 4px;
  border-radius: 2px;
}

.bench-home { left: 15%; }
.bench-visitor { right: 15%; }

.court-scorer-table {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.45rem;
  font-weight: 900;
  color: #fbbf24;
  background: #1e293b;
  padding: 1px 5px;
  border-radius: 2px;
}

/* Foreground Overlay & Railing */
.seat-foreground-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 24px;
  pointer-events: none;
  z-index: 10;
}

.seat-chair-rail {
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.5);
}

/* Overlay Metadata */
.seat-view-overlay-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(2, 6, 23, 0.95) 0%, rgba(2, 6, 23, 0.6) 70%, transparent 100%);
  padding: 8px 10px 6px 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  font-size: 0.72rem;
  z-index: 12;
}

.seat-meta-left {
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-width: 70%;
}

.seat-position-main {
  font-size: 0.72rem;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.95);
  line-height: 1.2;
}

.seat-distance-tag {
  color: #38bdf8;
  font-weight: 600;
  font-size: 0.64rem;
}

.seat-view-angle-badge {
  font-size: 0.65rem;
  font-weight: 800;
  color: #fbbf24;
  background: rgba(251, 191, 36, 0.18);
  border: 1px solid rgba(251, 191, 36, 0.4);
  padding: 3px 7px;
  border-radius: 6px;
  white-space: nowrap;
  margin-bottom: 2px;
}

/* 360 Pan Slider Control Bar */
.seat-pan-control-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 8px;
  padding: 4px 6px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
}

.pan-label {
  font-size: 0.62rem;
  font-weight: 700;
  color: #94a3b8;
  white-space: nowrap;
}

.pan-slider {
  flex: 1;
  height: 5px;
  -webkit-appearance: none;
  appearance: none;
  background: #334155;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}

.pan-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 8px rgba(56, 189, 248, 0.6);
  cursor: pointer;
  transition: transform 0.15s ease;
}

.pan-slider::-webkit-slider-thumb:hover {
  transform: scale(1.25);
}

/* =========================================================================
   MODERN ALERT & DIALOG SYSTEM (3D GLOSSY LUXURY DESIGN SYSTEM)
   ========================================================================= */
.modern-alert-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(2, 6, 23, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.25s;
  padding: 20px;
}

.modern-alert-backdrop.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modern-alert-card {
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.97) 0%, rgba(10, 15, 30, 0.99) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 30px 75px -12px rgba(0, 0, 0, 0.85), 0 0 45px rgba(37, 99, 235, 0.22), inset 0 1px 1.5px rgba(255, 255, 255, 0.18);
  border-radius: 26px;
  width: 100%;
  max-width: 440px;
  overflow: hidden;
  position: relative;
  transform: scale(0.92) translateY(12px);
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  color: var(--text-main);
  padding: 34px 28px 28px;
  text-align: center;
}

.modern-alert-backdrop.active .modern-alert-card {
  transform: scale(1) translateY(0);
}

.modern-alert-top-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1d4ed8 0%, #10b981 50%, #c9082a 100%);
}

.modern-alert-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

/* Glowing Jewel Icon Medallion */
.modern-alert-icon-box {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  transition: transform 0.3s ease;
}

.alert-badge-success {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.22) 0%, rgba(5, 150, 105, 0.08) 100%);
  border: 1px solid rgba(16, 185, 129, 0.45);
  box-shadow: 0 0 28px rgba(16, 185, 129, 0.35), inset 0 1px 1.5px rgba(255, 255, 255, 0.4);
  color: #10b981;
}

.alert-badge-warning {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.22) 0%, rgba(217, 119, 6, 0.08) 100%);
  border: 1px solid rgba(245, 158, 11, 0.45);
  box-shadow: 0 0 28px rgba(245, 158, 11, 0.35), inset 0 1px 1.5px rgba(255, 255, 255, 0.35);
  color: #f59e0b;
}

.alert-badge-info {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.22) 0%, rgba(29, 78, 216, 0.08) 100%);
  border: 1px solid rgba(37, 99, 235, 0.45);
  box-shadow: 0 0 28px rgba(37, 99, 235, 0.35), inset 0 1px 1.5px rgba(255, 255, 255, 0.35);
  color: #3b82f6;
}

.alert-badge-error {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.22) 0%, rgba(185, 28, 28, 0.08) 100%);
  border: 1px solid rgba(239, 68, 68, 0.45);
  box-shadow: 0 0 28px rgba(239, 68, 68, 0.35), inset 0 1px 1.5px rgba(255, 255, 255, 0.35);
  color: #ef4444;
}

.alert-badge-apple {
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.6), inset 0 1px 1px rgba(255, 255, 255, 0.4);
}

.alert-badge-google {
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.6), inset 0 1px 1px rgba(255, 255, 255, 0.4);
}

.modern-alert-title {
  font-size: 1.42rem;
  font-weight: 850;
  letter-spacing: -0.025em;
  color: #ffffff;
  margin: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.modern-alert-body {
  margin-bottom: 24px;
}

.modern-alert-message {
  font-size: 0.98rem;
  line-height: 1.55;
  color: #94a3b8;
  margin: 0 auto;
  max-width: 370px;
}

.modern-alert-actions {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* =========================================================================
   MODERN CLEAN CAPSULE BUTTON (.btn-modern-alert)
   ========================================================================= */
.btn-modern-alert {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 28px;
  background: #2563eb;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 9999px;
  color: #ffffff;
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  cursor: pointer;
  outline: none;
  user-select: none;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s ease, background 0.2s ease;
}

.btn-modern-alert::before,
.btn-modern-alert::after {
  display: none !important;
}

.btn-modern-alert:hover {
  background: #1d4ed8;
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.45);
}

.btn-modern-alert:active {
  transform: scale(0.985);
}

.btn-modern-alert:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.5), 0 4px 14px rgba(37, 99, 235, 0.35);
}

.btn-modern-alert:focus:not(:focus-visible) {
  outline: none;
}

.btn-modern-alert > * {
  position: relative;
  z-index: 2;
}

/* Light Theme Adaptive Overrides */
[data-theme="light"] .modern-alert-card {
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 25px 55px -10px rgba(15, 23, 42, 0.14), 0 2px 12px rgba(0, 0, 0, 0.05);
}

[data-theme="light"] .modern-alert-title {
  color: #0f172a;
  text-shadow: none;
}

[data-theme="light"] .modern-alert-message {
  color: #475569;
}

[data-theme="light"] .btn-modern-alert {
  background: #2563eb;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);
}

/* =========================================================================
   NAVBAR AUTHENTICATION & USER DROPDOWN
   ========================================================================= */
.nav-auth-container {
  display: inline-flex;
  align-items: center;
}

.nav-guest-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* Modern Clean "Sign In" Pill Button */
.nav-btn-signin {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9999px;
  color: #f8fafc;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: -0.01em;
  font-family: inherit;
  cursor: pointer;
  overflow: hidden;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
  user-select: none;
}

.nav-btn-signin::before,
.nav-btn-signin::after {
  display: none !important;
}

.nav-btn-signin:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
  color: #ffffff;
}

.nav-btn-signin:active {
  transform: scale(0.98);
}

.nav-btn-signin > * {
  position: relative;
  z-index: 2;
}

/* Modern Clean "Register" Pill Button */
.nav-btn-register {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 16px;
  background: #2563eb;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 9999px;
  color: #ffffff;
  font-weight: 650;
  font-size: 0.85rem;
  letter-spacing: -0.01em;
  font-family: inherit;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
  user-select: none;
}

.nav-btn-register::before,
.nav-btn-register::after {
  display: none !important;
}

.nav-btn-register:hover {
  background: #1d4ed8;
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.4);
}

.nav-btn-register:active {
  transform: scale(0.98);
}

.nav-btn-register > * {
  position: relative;
  z-index: 2;
}

/* Theme Adaptive Overrides for Header Auth Buttons */
[data-theme="dark"] .nav-btn-signin {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #f8fafc;
}

[data-theme="light"] .nav-btn-signin {
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  color: #1e293b;
}

[data-theme="light"] .nav-btn-signin:hover {
  background: #e2e8f0;
  border-color: #94a3b8;
  color: #0f172a;
}

[data-theme="light"] .nav-btn-register {
  background: #2563eb;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.25);
  color: #ffffff;
}

[data-theme="light"] .nav-btn-register:hover {
  background: #1d4ed8;
}

/* 3D Modeled Luxury Mobile Auth Button (.mobile-auth-btn) */
.mobile-auth-btn {
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(30, 41, 59, 0.82) 52%, rgba(15, 23, 42, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 9999px;
  color: #f8fafc;
  padding: 4px 10px;
  font-size: 0.74rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  cursor: pointer;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  touch-action: manipulation;
  white-space: nowrap;
  text-decoration: none;
  font-family: inherit;
  user-select: none;
  outline: none;
}

.mobile-auth-btn::before,
.mobile-auth-btn::after {
  display: none !important;
}

.mobile-auth-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
  color: #ffffff;
}

.mobile-auth-btn:active {
  transform: scale(0.97);
}

.mobile-auth-btn > * {
  position: relative;
  z-index: 2;
}

/* Light Theme Overrides for Mobile Auth Button */
[data-theme="light"] .mobile-auth-btn {
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  color: #1e293b;
}

[data-theme="light"] .mobile-auth-btn:hover {
  background: #e2e8f0;
  border-color: #94a3b8;
  color: #0f172a;
}

@media (max-width: 768px) {
  .mobile-auth-btn {
    display: inline-flex;
  }
}

/* =========================================================================
   MODERN CLEAN USER PILL & DROPDOWN MENU
   ========================================================================= */
.nav-user-dropdown-container {
  position: relative;
  display: inline-block;
}

/* Modern Clean User Pill (.nav-user-pill) */
.nav-user-pill {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 5px 14px 5px 7px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
  font-family: inherit;
  user-select: none;
}

.nav-user-pill::before,
.nav-user-pill::after {
  display: none !important;
}

.nav-user-pill:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
}

.nav-user-pill:active {
  transform: scale(0.98);
}

.nav-user-pill > * {
  position: relative;
  z-index: 2;
}

/* Modern Clean Avatar Sphere */
.nav-user-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #2563eb;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 3px rgba(37, 99, 235, 0.35);
  color: #ffffff;
  flex-shrink: 0;
}

.nav-user-avatar svg {
  stroke: #ffffff;
}

.nav-user-arrow {
  opacity: 0.8;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0;
  stroke: #ffffff;
}

.nav-user-pill[aria-expanded="true"] .nav-user-arrow,
.nav-user-dropdown-container:hover .nav-user-arrow {
  transform: rotate(180deg);
}

/* Apple-Caliber Translucent Liquid Glass Popover Menu */
.nav-user-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 256px;
  background: var(--dropdown-bg);
  border: 1px solid var(--dropdown-border);
  border-radius: 20px;
  box-shadow: var(--dropdown-shadow);
  backdrop-filter: blur(32px) saturate(200%);
  -webkit-backdrop-filter: blur(32px) saturate(200%);
  padding: 8px;
  display: none;
  flex-direction: column;
  gap: 3px;
  z-index: 1000;
  animation: modalFadeIn 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-user-menu.open {
  display: flex;
}

.nav-user-menu-header {
  padding: 10px 14px 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 5px;
}

.nav-user-menu-header strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-title);
  letter-spacing: -0.015em;
}

.nav-user-menu-header small {
  display: block;
  font-size: 0.76rem;
  color: var(--text-muted);
  font-weight: 500;
  margin-top: 2px;
  word-break: break-all;
}

/* Apple Context Menu Items */
.nav-user-menu-item {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 12px;
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--text-main);
  text-decoration: none;
  background: transparent;
  border: 1px solid transparent;
  text-align: left;
  cursor: pointer;
  width: 100%;
  transition: all 0.16s cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
  outline: none;
  font-family: inherit;
}

.nav-user-menu-item::before,
.nav-user-menu-item::after {
  display: none !important;
}

.nav-user-menu-item:hover {
  transform: translateX(2px);
  background: var(--dropdown-hover);
  color: var(--text-title);
  border-color: transparent;
}

.nav-user-menu-item:active {
  transform: scale(0.985);
}

.nav-user-menu-item > * {
  position: relative;
  z-index: 2;
}

/* Active State - Apple Accent Pill */
.nav-user-menu-item.active {
  background: var(--nba-blue) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 113, 227, 0.35) !important;
}

.nav-user-menu-item.active:hover {
  background: var(--nba-blue-hover) !important;
}

/* Apple System Red Sign Out Action */
.nav-user-menu-item.logout-btn {
  color: #ff453a !important;
  background: transparent !important;
  border: 1px solid transparent !important;
}

.nav-user-menu-item.logout-btn:hover {
  background: rgba(255, 69, 58, 0.12) !important;
  color: #ff6961 !important;
  transform: translateX(2px);
}

.nav-user-menu-item.logout-btn:active {
  transform: scale(0.985);
}

/* SF Symbols-Inspired Squircle Icon Tiles */
.user-menu-icon-box {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.menu-icon-tickets {
  background: rgba(0, 113, 227, 0.15);
  color: #2997ff;
  border: 1px solid rgba(0, 113, 227, 0.25);
}

.menu-icon-tickets svg {
  stroke: currentColor;
}

.menu-icon-matches {
  background: rgba(255, 159, 10, 0.15);
  color: #ff9f0a;
  border: 1px solid rgba(255, 159, 10, 0.25);
}

.menu-icon-matches svg {
  stroke: currentColor;
}

.menu-icon-logout {
  background: rgba(255, 69, 58, 0.15);
  color: #ff453a;
  border: 1px solid rgba(255, 69, 58, 0.25);
}

.menu-icon-logout svg {
  stroke: currentColor;
}

.nav-user-menu-item:hover .user-menu-icon-box {
  transform: scale(1.08);
}

.nav-menu-divider {
  border: none;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 5px 4px;
}

.nav-item-svg {
  flex-shrink: 0;
  vertical-align: middle;
}

/* =========================================================================
   AUTHENTICATION MODAL POP-UP (#authModal)
   ========================================================================= */
.auth-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(10, 14, 23, 0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: modalBackdropFadeIn 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.auth-modal-card {
  background: var(--bg-card-elevated);
  border: 1px solid var(--card-border);
  border-radius: 24px;
  max-width: 480px;
  width: 100%;
  padding: 32px 28px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  position: relative;
  overflow: hidden;
  animation: modalSlideUp 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.auth-modal-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #17408b 0%, #c9082a 50%, #f59e0b 100%);
}

/* Modal Close Button - 3D Glass Medallion */
.auth-modal-close-btn {
  position: absolute;
  top: 18px;
  right: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(30, 41, 59, 0.8) 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #cbd5e1;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 1.25rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.35);
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
  outline: none;
  z-index: 10;
}

.auth-modal-close-btn:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(51, 65, 85, 0.9) 100%);
  color: #ffffff;
  transform: scale(1.08) rotate(90deg);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.5), inset 0 1px 1.5px rgba(255, 255, 255, 0.5);
}

.auth-modal-close-btn:active {
  transform: scale(0.95);
}

.auth-modal-top {
  text-align: center;
  margin-bottom: 22px;
}

/* Modal Top NBA Badge - 3D Obsidian Glass Capsule */
.auth-nba-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #f8fafc;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
  user-select: none;
}

.auth-nba-badge::before,
.auth-nba-badge::after {
  display: none !important;
}

.auth-nba-badge > * {
  position: relative;
  z-index: 2;
}

.auth-nba-badge .badge-ball {
  margin-right: 5px;
  font-size: 0.82rem;
  line-height: 1;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6));
}

.auth-nba-badge .badge-prefix {
  color: #cbd5e1;
  font-weight: 800;
  letter-spacing: 0.6px;
  margin-right: 4px;
}

.auth-nba-badge .badge-brand {
  font-weight: 900;
  letter-spacing: 0.4px;
  display: inline-flex;
  align-items: baseline;
}

.auth-nba-badge .badge-nba {
  color: #ffffff;
}

.auth-nba-badge .badge-tickets {
  color: #ffffff;
}

.auth-nba-badge .badge-sub {
  color: var(--nba-red, #c9082a);
  text-shadow: 0 0 10px rgba(201, 8, 42, 0.45);
}

.auth-nba-badge .badge-suffix {
  color: #cbd5e1;
  font-weight: 800;
  letter-spacing: 0.6px;
  margin-left: 4px;
}

.auth-modal-heading {
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: -0.5px;
  color: var(--text-title);
  margin: 0 0 6px 0;
}

.auth-modal-sub {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0 auto;
  max-width: 380px;
  line-height: 1.4;
}

/* Modern Clean Segmented Tab Switcher Track */
.auth-tab-row {
  display: flex;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9999px;
  padding: 4px;
  margin-bottom: 24px;
  gap: 4px;
}

.auth-tab-switch {
  flex: 1;
  position: relative;
  background: none;
  border: 1px solid transparent;
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #94a3b8;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  font-family: inherit;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-tab-switch:not(.active):hover {
  color: #f8fafc;
  background: rgba(255, 255, 255, 0.06);
}

/* Active Tab - Modern Clean Royal Blue Capsule */
.auth-tab-switch.active,
[data-theme="dark"] .auth-tab-switch.active {
  background: #2563eb !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35) !important;
}

.auth-tab-switch.active::before,
.auth-tab-switch.active::after {
  display: none !important;
}

.auth-tab-switch > * {
  position: relative;
  z-index: 2;
}

/* Auth Input Fields */
.auth-form-view {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.auth-input-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.auth-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.auth-input-group label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-title);
}

.auth-forgot-link {
  position: relative;
  z-index: 5;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 0.82rem;
  color: var(--nba-blue);
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  padding: 6px 10px;
  margin: -6px -6px;
  border-radius: 8px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(23, 64, 139, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.auth-forgot-link:hover,
.auth-forgot-link:active {
  color: #1d4ed8;
  background: rgba(23, 64, 139, 0.08);
}

[data-theme="dark"] .auth-forgot-link {
  color: #38bdf8;
}

[data-theme="dark"] .auth-forgot-link:hover,
[data-theme="dark"] .auth-forgot-link:active {
  color: #7dd3fc;
  background: rgba(56, 189, 248, 0.12);
}

.auth-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.auth-input-icon {
  position: absolute;
  left: 14px;
  width: 18px;
  height: 18px;
  color: var(--text-muted);
  pointer-events: none;
}

.auth-input-wrapper input {
  width: 100%;
  padding: 12px 42px 12px 40px;
  background: var(--input-bg);
  border: 1px solid var(--input-border);
  border-radius: 12px;
  font-family: inherit;
  font-size: 0.9rem;
  color: var(--text-main);
  outline: none;
  transition: all 0.2s ease;
}

.auth-input-wrapper input:focus {
  border-color: var(--nba-blue);
  box-shadow: 0 0 0 3px rgba(23, 64, 139, 0.15);
  background: var(--bg-card);
}

[data-theme="dark"] .auth-input-wrapper input:focus {
  border-color: #38bdf8;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.2);
}

.auth-pwd-toggle {
  position: absolute;
  right: 12px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  padding: 4px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.auth-pwd-toggle:hover {
  opacity: 1;
}

/* 3D Modeled Luxury Submit Button (.btn-auth-submit) */
.btn-auth-submit {
  margin-top: 10px;
  width: 100%;
  padding: 13px 24px;
  position: relative;
  overflow: hidden;
  background: #2563eb;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 9999px;
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s ease, background 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  outline: none;
  user-select: none;
}

.btn-auth-submit::before,
.btn-auth-submit::after {
  display: none !important;
}

.btn-auth-submit:hover {
  background: #1d4ed8;
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.45);
}

.btn-auth-submit:active {
  transform: scale(0.985);
}

.btn-auth-submit > * {
  position: relative;
  z-index: 2;
}

/* Light Theme Overrides for Auth Modal */
[data-theme="light"] .auth-tab-row {
  background: #f1f5f9;
  border-color: #cbd5e1;
}

[data-theme="light"] .auth-tab-switch {
  color: #475569;
}

[data-theme="light"] .auth-tab-switch.active {
  background: #2563eb !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3) !important;
  color: #ffffff !important;
}

[data-theme="light"] .btn-auth-submit {
  background: #2563eb;
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);
}

[data-theme="light"] .btn-auth-submit:hover {
  background: #1d4ed8;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.4);
}

[data-theme="light"] .auth-modal-close-btn {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #475569;
}

[data-theme="light"] .auth-nba-badge {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #0f172a;
}

[data-theme="light"] .auth-nba-badge::before,
[data-theme="light"] .auth-nba-badge::after {
  display: none !important;
}

[data-theme="light"] .auth-nba-badge .badge-prefix,
[data-theme="light"] .auth-nba-badge .badge-suffix {
  color: #475569;
}

[data-theme="light"] .auth-nba-badge .badge-nba {
  color: #0f172a;
}

[data-theme="light"] .auth-nba-badge .badge-tickets {
  color: #1d4ed8;
  text-shadow: none;
}

[data-theme="light"] .auth-nba-badge .badge-sub {
  color: #c9082a;
  text-shadow: none;
}

.auth-footer-prompt {
  text-align: center;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.auth-switch-link {
  background: none;
  border: none;
  color: var(--nba-blue);
  font-weight: 700;
  cursor: pointer;
  padding: 6px 8px;
  margin: -4px -4px;
  border-radius: 8px;
  font-family: inherit;
  font-size: inherit;
  text-decoration: underline;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(23, 64, 139, 0.15);
  transition: all 0.2s ease;
}

.auth-switch-link:hover,
.auth-switch-link:active {
  color: #1d4ed8;
  background: rgba(23, 64, 139, 0.08);
}

[data-theme="dark"] .auth-switch-link {
  color: #38bdf8;
}

[data-theme="dark"] .auth-switch-link:hover,
[data-theme="dark"] .auth-switch-link:active {
  color: #7dd3fc;
  background: rgba(56, 189, 248, 0.12);
}

/* =========================================================================
   DYNAMIC NBA TICKET DISCOUNT PRICING ENGINE & TRANSPARENT REFERENCE DISPLAY
   ========================================================================= */

.price-tag-discounted {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.price-reference-row {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.74rem;
  color: var(--text-muted);
  font-weight: 600;
}

.ref-label {
  opacity: 0.85;
}

.ref-amount {
  text-decoration: line-through;
  opacity: 0.75;
}

.price-main-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}

.our-price-label {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-muted);
}

.price-tag-discounted .amount {
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--nba-blue);
}

[data-theme="dark"] .price-tag-discounted .amount,
body[data-theme="dark"] .price-tag-discounted .amount,
html[data-theme="dark"] .price-tag-discounted .amount,
[data-theme="dark"] .price-main-row .amount,
.price-tag-discounted .amount[data-dark="true"] {
  color: #ffffff !important;
}


/* Modern Clean Discount Pill (.discount-pill) */
.discount-pill {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3.5px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #10b981 !important;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.3);
  padding: 2px 8px;
  border-radius: 9999px;
  white-space: nowrap;
  cursor: default;
  user-select: none;
  line-height: 1.2;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  vertical-align: middle;
}

.discount-pill::before,
.discount-pill::after {
  display: none !important;
}

.discount-pill:hover {
  background: rgba(16, 185, 129, 0.2);
  border-color: rgba(16, 185, 129, 0.45);
}

.discount-pill > * {
  position: relative;
  z-index: 2;
}

[data-theme="dark"] .discount-pill {
  color: #34d399 !important;
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.35);
}

/* Modern Clean Stadium Modal Order Box Savings Pill */
.order-box-discount-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 12px;
  margin: 8px 0 10px 0;
}

.order-box-ref-text {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 600;
}

.order-box-ref-text s {
  color: var(--text-muted);
  opacity: 0.8;
}

.order-box-savings-pill {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 3px 9px;
  border-radius: 9999px;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.3);
  color: #10b981 !important;
  font-weight: 700;
  font-size: 0.74rem;
  letter-spacing: -0.01em;
  white-space: nowrap;
  user-select: none;
  cursor: default;
  line-height: 1.2;
}

.order-box-savings-pill::before,
.order-box-savings-pill::after {
  display: none !important;
}

.order-box-savings-pill > * {
  position: relative;
  z-index: 2;
}

/* Drawer Section Pricing */
.drawer-sec-pricing {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.drawer-sec-ref {
  font-size: 0.7rem;
  color: var(--text-muted);
  text-decoration: line-through;
  opacity: 0.75;
}

.drawer-sec-discount {
  font-size: 0.65rem;
  font-weight: 800;
  color: #10b981;
  background: rgba(16, 185, 129, 0.12);
  padding: 1px 4px;
  border-radius: 4px;
}

/* Stadium Order Box Discount Row */
.order-box-discount-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0 6px 0;
  font-size: 0.76rem;
  border-bottom: 1px dashed var(--card-border);
  margin-bottom: 6px;
}

.order-box-ref-text {
  color: var(--text-muted);
}

.order-box-savings-pill {
  font-weight: 800;
  color: #10b981;
  background: rgba(16, 185, 129, 0.15);
  padding: 1px 6px;
  border-radius: 6px;
}

/* Checkout Modal Summary Savings */
.checkout-ref-savings {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  margin-top: 4px;
}

.checkout-ref-line {
  font-size: 0.74rem;
  color: var(--text-muted);
}

.checkout-savings-badge {
  font-size: 0.72rem;
  font-weight: 800;
  color: #10b981;
  background: rgba(16, 185, 129, 0.15);
  padding: 2px 7px;
  border-radius: 6px;
  border: 1px solid rgba(16, 185, 129, 0.3);
}

/* Tooltip discount tag */
.tooltip-discount-tag {
  color: #10b981;
  font-weight: 800;
  margin-left: 4px;
}

/* =========================================================================
   PAYMENT FAILURE & RETRY RECOVERY DESIGN SYSTEM (#paymentFailedStep)
   ========================================================================= */
.fail-header-badge {
  text-align: center;
  margin-bottom: 20px;
}

.fail-icon-wrap {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(239, 68, 68, 0.12);
  border: 1.5px solid rgba(239, 68, 68, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px auto;
  box-shadow: 0 0 24px rgba(239, 68, 68, 0.2);
  animation: failIconPulse 2.4s ease-in-out infinite;
}

@keyframes failIconPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 20px rgba(239, 68, 68, 0.2); }
  50% { transform: scale(1.04); box-shadow: 0 0 30px rgba(239, 68, 68, 0.35); }
}

.fail-title {
  font-family: 'Outfit', sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  color: var(--text-main, #ffffff);
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}

.fail-subtitle {
  font-size: 0.9rem;
  color: var(--text-muted, #94a3b8);
  max-width: 440px;
  margin: 0 auto;
  line-height: 1.45;
}

/* Diagnostic alert card */
.fail-reason-card {
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.24);
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 16px;
}

.fail-reason-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.fail-reason-pill {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: rgba(239, 68, 68, 0.2);
  color: #fca5a5;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(239, 68, 68, 0.3);
}

.fail-reason-message {
  font-size: 0.88rem;
  color: #fecaca;
  line-height: 1.45;
  margin: 0;
}

[data-theme="light"] .fail-reason-card {
  background: #fef2f2;
  border-color: #fecaca;
}

[data-theme="light"] .fail-reason-pill {
  background: #fee2e2;
  color: #dc2626;
  border-color: #fca5a5;
}

[data-theme="light"] .fail-reason-message {
  color: #991b1b;
}

/* Seat Hold Countdown Banner */
.fail-hold-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(245, 158, 11, 0.09);
  border: 1px solid rgba(245, 158, 11, 0.25);
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 18px;
  gap: 12px;
}

.hold-banner-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hold-pulse-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f59e0b;
  box-shadow: 0 0 10px #f59e0b;
  animation: pulseHoldDot 1.5s infinite;
  flex-shrink: 0;
}

@keyframes pulseHoldDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(1.2); }
}

.hold-banner-text {
  display: flex;
  flex-direction: column;
}

.hold-banner-text strong {
  font-size: 0.84rem;
  color: #fbbf24;
}

.hold-banner-text span {
  font-size: 0.74rem;
  color: var(--text-muted, #94a3b8);
}

.hold-timer-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.35);
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(245, 158, 11, 0.3);
  font-family: monospace;
  font-size: 0.95rem;
  font-weight: 800;
  color: #fbbf24;
  flex-shrink: 0;
}

[data-theme="light"] .fail-hold-banner {
  background: #fffbeb;
  border-color: #fde68a;
}

[data-theme="light"] .hold-banner-text strong {
  color: #b45309;
}

[data-theme="light"] .hold-timer-badge {
  background: #ffffff;
  border-color: #fcd34d;
  color: #b45309;
}

/* Order recap list */
.fail-order-recap {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 22px;
}

[data-theme="light"] .fail-order-recap {
  background: #f8fafc;
  border-color: #e2e8f0;
}

.fail-recap-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.85rem;
}

[data-theme="light"] .fail-recap-row {
  border-bottom-color: #e2e8f0;
}

.fail-recap-row:last-child {
  border-bottom: none;
}

.fail-recap-row.total-row {
  padding-top: 10px;
  margin-top: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme="light"] .fail-recap-row.total-row {
  border-top-color: #cbd5e1;
}

.recap-label {
  color: var(--text-muted, #94a3b8);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.recap-val {
  color: var(--text-main, #ffffff);
  font-weight: 600;
  text-align: right;
}

.recap-seats {
  color: #38bdf8;
  font-family: monospace;
  font-size: 0.82rem;
}

.recap-price {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--primary-color, #0080ff);
}

/* Actions stack */
.fail-actions-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Apple-Style Primary Retry Button (.btn-primary-retry) */
.btn-primary-retry {
  width: 100%;
  padding: 14px 24px;
  border-radius: 9999px;
  background: var(--nba-blue);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-family: inherit;
  font-size: 0.98rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 4px 14px rgba(0, 113, 227, 0.35);
  transition: all 0.18s cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
  outline: none;
}

.btn-primary-retry:hover {
  background: var(--nba-blue-hover);
  border-color: rgba(255, 255, 255, 0.32);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 113, 227, 0.45);
}

.btn-primary-retry:active {
  transform: scale(0.985);
  box-shadow: 0 2px 6px rgba(0, 113, 227, 0.25);
}

/* Apple-Style Secondary Ghost Pill (.btn-secondary-change-card) */
.btn-secondary-change-card {
  width: 100%;
  padding: 12px 20px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-title);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.18s cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
  outline: none;
}

.btn-secondary-change-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
  transform: translateY(-1px);
}

.btn-secondary-change-card:active {
  transform: scale(0.985);
}

[data-theme="light"] .btn-primary-retry {
  background: var(--nba-blue);
  box-shadow: 0 4px 14px rgba(0, 113, 227, 0.3);
}

[data-theme="light"] .btn-primary-retry:hover {
  background: #1d4ed8;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.4);
}

[data-theme="light"] .btn-secondary-change-card {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #334155;
}

[data-theme="light"] .btn-secondary-change-card:hover {
  background: #e2e8f0;
  color: #0f172a;
}


.btn-cancel-release {
  background: transparent;
  border: none;
  color: var(--text-muted, #94a3b8);
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}

.btn-cancel-release:hover {
  color: #f87171;
}

@media (max-width: 600px) {
  .fail-title {
    font-size: 1.32rem;
  }
  .fail-hold-banner {
    flex-direction: column;
    align-items: flex-start;
  }
  .hold-timer-badge {
    align-self: flex-start;
  }
}

/* =========================================================================
   LOAD MORE MATCHES CONTROLLER & FOOTER VISIBILITY ENGINE
   ========================================================================= */
.load-more-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 16px 44px;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  gap: 16px;
  animation: fadeInLoadMore 0.3s ease-out;
}

@keyframes fadeInLoadMore {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.load-more-stats {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.load-more-count-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--text-muted);
  letter-spacing: 0.02em;
}

.load-more-pct-text {
  font-weight: 800;
  color: var(--accent-orange, #f97316);
}

.load-more-progress-track {
  width: 100%;
  height: 6px;
  background: var(--card-border, rgba(255, 255, 255, 0.08));
  border-radius: 999px;
  overflow: hidden;
}

.load-more-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #1d4ed8 0%, #3b82f6 50%, #f97316 100%);
  border-radius: 999px;
  transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-theme="light"] .load-more-progress-track {
  background: rgba(0, 0, 0, 0.08);
}

/* Apple-Style Load More Games Controller (.btn-load-more) */
.btn-load-more {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 360px;
  min-height: 48px;
  padding: 12px 28px;
  background: var(--nba-blue);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  font-family: -apple-system, BlinkMacSystemFont, 'Outfit', sans-serif;
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 113, 227, 0.35);
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s ease, background 0.2s ease;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.btn-load-more::before,
.btn-load-more::after {
  display: none !important;
}

.btn-load-more:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 113, 227, 0.45);
  background: var(--nba-blue-hover);
  border-color: rgba(255, 255, 255, 0.3);
}

.btn-load-more:active {
  transform: scale(0.985);
}

.btn-load-more:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.load-more-icon {
  font-size: 1.2rem;
  display: inline-block;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 3;
}

.btn-load-more:hover .load-more-icon {
  transform: rotate(20deg) scale(1.08);
}

.load-more-label {
  position: relative;
  z-index: 3;
}

.load-more-badge {
  position: relative;
  z-index: 3;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 9999px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

[data-theme="light"] .btn-load-more {
  background: var(--nba-blue);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 14px rgba(0, 113, 227, 0.3);
}

[data-theme="light"] .btn-load-more:hover {
  background: var(--nba-blue-hover);
  box-shadow: 0 6px 18px rgba(0, 113, 227, 0.4);
}

.all-loaded-notice {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.all-loaded-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.28);
  color: #10b981;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

[data-theme="light"] .all-loaded-badge {
  background: #ecfdf5;
  border-color: #a7f3d0;
  color: #059669;
}

.btn-back-to-top {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  color: var(--text-muted);
  border: 1px solid var(--card-border, rgba(255, 255, 255, 0.12));
  padding: 8px 20px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-back-to-top:hover {
  color: var(--text-title);
  border-color: var(--primary-nba-blue, #2563eb);
  background: rgba(37, 99, 235, 0.08);
}

@media (max-width: 768px) {
  .load-more-section {
    padding: 24px 16px 36px;
  }
  .btn-load-more {
    max-width: 100%;
    min-height: 52px;
    font-size: 1.05rem;
  }
}

/* =========================================================================
   ACTIVE CHECKOUT RECOVERY FLOATING BANNER (.viva-recovery-banner)
   ========================================================================= */
.viva-recovery-banner {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: linear-gradient(90deg, #1e293b 0%, #0f172a 100%);
  border-bottom: 1.5px solid rgba(245, 158, 11, 0.5);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.45);
  padding: 10px 20px;
  animation: slideDownBanner 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-theme="light"] .viva-recovery-banner {
  background: linear-gradient(90deg, #fffbeb 0%, #fef3c7 100%);
  border-bottom: 1.5px solid #f59e0b;
  box-shadow: 0 4px 16px rgba(217, 119, 6, 0.2);
}

@keyframes slideDownBanner {
  from { transform: translateY(-100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.recovery-banner-inner {
  max-width: 1380px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.recovery-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.recovery-pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f59e0b;
  box-shadow: 0 0 10px #f59e0b;
  animation: recoveryPulseAnim 1.6s infinite ease-in-out;
  flex-shrink: 0;
}

@keyframes recoveryPulseAnim {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.6; }
}

.recovery-badge {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(245, 158, 11, 0.2);
  border: 1px solid rgba(245, 158, 11, 0.4);
  color: #fbbf24;
  padding: 3px 8px;
  border-radius: 6px;
  white-space: nowrap;
}

[data-theme="light"] .recovery-badge {
  background: rgba(245, 158, 11, 0.15);
  border-color: #f59e0b;
  color: #b45309;
}

.recovery-text {
  font-size: 0.88rem;
  color: var(--text-main, #f8fafc);
  line-height: 1.4;
}

[data-theme="light"] .recovery-text {
  color: #1e293b;
}

.recovery-timer {
  font-family: monospace;
  font-weight: 800;
  color: #f59e0b;
  background: rgba(245, 158, 11, 0.12);
  padding: 2px 6px;
  border-radius: 4px;
}

[data-theme="light"] .recovery-timer {
  color: #b45309;
  background: #fde68a;
}

.recovery-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.recovery-action-btn {
  padding: 7px 14px;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.recovery-action-btn.complete-btn {
  background: linear-gradient(135deg, #0080ff 0%, #0066cc 100%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 8px rgba(0, 128, 255, 0.35);
}

.recovery-action-btn.complete-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 128, 255, 0.5);
}

.recovery-action-btn.cancel-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--text-muted, #94a3b8);
}

.recovery-action-btn.cancel-btn:hover {
  background: rgba(255, 255, 255, 0.14);
  color: var(--text-main, #ffffff);
}

[data-theme="light"] .recovery-action-btn.cancel-btn {
  background: #ffffff;
  border-color: #cbd5e1;
  color: #475569;
}

[data-theme="light"] .recovery-action-btn.cancel-btn:hover {
  background: #f1f5f9;
  color: #0f172a;
}

.recovery-dismiss-btn {
  background: transparent;
  border: none;
  color: var(--text-muted, #94a3b8);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  transition: color 0.15s;
}

.recovery-dismiss-btn:hover {
  color: #ef4444;
}

@media (max-width: 768px) {
  .viva-recovery-banner {
    padding: 8px 12px;
  }
  .recovery-banner-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .recovery-actions {
    width: 100%;
    justify-content: flex-end;
  }
  .recovery-action-btn {
    flex: 1;
    text-align: center;
    justify-content: center;
  }
}

/* =========================================================================
   DASHBOARD MODERN BUTTONS & VIP BADGE DESIGN SYSTEM
   ========================================================================= */

/* Modern Clean VIP Tag Badge */
.user-badge-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  flex-shrink: 0;
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.3);
  color: #fbbf24;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  user-select: none;
}
.user-badge-tag::before,
.user-badge-tag::after {
  display: none !important;
}
.user-badge-tag > * {
  position: relative;
  z-index: 2;
}
.user-badge-tag .user-badge-vip {
  color: #fbbf24;
  font-weight: 800;
}
[data-theme="light"] .user-badge-tag {
  background: #fef3c7;
  border-color: rgba(245, 158, 11, 0.4);
  color: #92400e;
}
[data-theme="light"] .user-badge-tag .user-badge-vip {
  color: #b45309;
}

/* Modern Clean Primary Pill Button (Royal Blue) */
.dash-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
  background: #2563eb;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
  padding: 9px 20px;
  border-radius: 9999px;
  font-weight: 650;
  font-size: 0.9rem;
  letter-spacing: -0.01em;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
  outline: none;
}
.dash-primary-btn::before,
.dash-primary-btn::after {
  display: none !important;
}
.dash-primary-btn:hover {
  background: #1d4ed8;
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.45);
}
.dash-primary-btn:active {
  transform: scale(0.985);
}
.dash-primary-btn > * {
  position: relative;
  z-index: 2;
}
[data-theme="light"] .dash-primary-btn {
  background: #2563eb;
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);
}

/* Modern Clean Secondary Pill Button */
.dash-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #cbd5e1 !important;
  padding: 9px 18px;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: -0.01em;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
  outline: none;
}
.dash-secondary-btn::before,
.dash-secondary-btn::after {
  display: none !important;
}
.dash-secondary-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}
.dash-secondary-btn:active {
  transform: scale(0.985);
}
.dash-secondary-btn > * {
  position: relative;
  z-index: 2;
}
[data-theme="light"] .dash-secondary-btn {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #334155 !important;
}
[data-theme="light"] .dash-secondary-btn:hover {
  background: #e2e8f0;
  color: #0f172a !important;
  border-color: #94a3b8;
}

/* Modern Clean Emerald Gate Pass Button */
.btn-view-gate-pass {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
  background: #10b981;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
  padding: 11px 18px;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(16, 185, 129, 0.35);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  user-select: none;
}
.btn-view-gate-pass::before,
.btn-view-gate-pass::after {
  display: none !important;
}
.btn-view-gate-pass:hover {
  background: #059669;
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.45);
}
.btn-view-gate-pass:active {
  transform: scale(0.985);
}
.btn-view-gate-pass > * {
  position: relative;
  z-index: 2;
}








