/* ============================================
   GOLD & BLACK LUXE THEME - Modern Premium Design
   ============================================ */

/* Smooth theme transitions */
[data-theme="GoldBlackLuxe"] body,
[data-theme="GoldBlackLuxe"] .mud-main-content,
[data-theme="GoldBlackLuxe"] .mud-card,
[data-theme="GoldBlackLuxe"] .mud-paper {
    transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                border-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

:root {
    /* Modern Gold Palette */
    --gold-primary: #FFD700;
    --gold-primary-dark: #D4AF37;
    --gold-primary-light: #FFE87C;
    --gold-bright: #FFF8DC;
    --gold-gradient: linear-gradient(135deg, #FFD700 0%, #FFA500 50%, #FFD700 100%);
    --gold-gradient-hover: linear-gradient(135deg, #FFE87C 0%, #FFD700 50%, #FFE87C 100%);
    --gold-gradient-subtle: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, rgba(255, 165, 0, 0.05) 100%);
    --gold-glow: 0 0 20px rgba(255, 215, 0, 0.4), 0 0 40px rgba(255, 215, 0, 0.2);
    --gold-glow-strong: 0 0 30px rgba(255, 215, 0, 0.6), 0 0 60px rgba(255, 215, 0, 0.3);
    --gold-glow-intense: 0 0 40px rgba(255, 215, 0, 0.8), 0 0 80px rgba(255, 215, 0, 0.4);
    
    /* Modern Black Palette */
    --black-pure: #000000;
    --black-deep: #0A0A0A;
    --black-charcoal: #121212;
    --black-surface: #1A1A1A;
    --black-elevated: #252525;
    --black-glass: rgba(26, 26, 26, 0.85);
    
    /* Blue Accent */
    --blue-primary: #1E88E5;
    --blue-light: #42A5F5;
    --blue-gradient: linear-gradient(135deg, #1E88E5 0%, #42A5F5 100%);
    
    /* Seat Colors */
    --seat-available: #1E88E5;
    --seat-booked: #424242;
    --seat-selected: #4CAF50;
    --seat-premium: #FFD700;
    --seat-unavailable: #ff9800;
    
    /* Spacing - Modern 8-point grid */
    --spacing-xs: 4px;
    --spacing-sm: 8px;
    --spacing-md: 16px;
    --spacing-lg: 24px;
    --spacing-xl: 32px;
    --spacing-xxl: 48px;
    
    /* Transitions */
    --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-default: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    
    /* Border Radius - Modern rounded */
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-full: 9999px;
}

/* ============================================
   GLOBAL OVERRIDES
   ============================================ */

[data-theme="GoldBlackLuxe"] body {
    background: linear-gradient(135deg, var(--black-charcoal) 0%, var(--black-deep) 100%) !important;
    background-attachment: fixed !important;
    color: var(--text-primary, #FFFFFF) !important;
    font-family: 'Poppins', 'Inter', 'Roboto', 'Helvetica', 'Arial', sans-serif !important;
    letter-spacing: 0.3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[data-theme="GoldBlackLuxe"] .mud-main-content {
    background: transparent !important;
    min-height: 100vh;
}

/* ============================================
   APP BAR - Modern Gold Accent
   ============================================ */

[data-theme="GoldBlackLuxe"] .mud-appbar:not(.app-footer) {
    background: var(--black-glass) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
    border-bottom: 2px solid var(--gold-primary) !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5), var(--gold-glow) !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1200 !important;
}

[data-theme="GoldBlackLuxe"] .mud-appbar:not(.app-footer) .mud-typography,
[data-theme="GoldBlackLuxe"] .mud-appbar:not(.app-footer) .mud-button-text {
    color: var(--gold-primary) !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

/* Logo Styling - Modern Gradient */
[data-theme="GoldBlackLuxe"] .mainlayout-logo-container {
    cursor: pointer;
    transition: var(--transition-default);
    padding: var(--spacing-xs);
    border-radius: var(--radius-md);
}

[data-theme="GoldBlackLuxe"] .mainlayout-logo-container:hover {
    transform: scale(1.05);
    filter: drop-shadow(var(--gold-glow));
}

[data-theme="GoldBlackLuxe"] .mainlayout-logo-spot,
[data-theme="GoldBlackLuxe"] .mainlayout-logo-my,
[data-theme="GoldBlackLuxe"] .mainlayout-logo-seat {
    font-weight: 700;
    letter-spacing: 1px;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.5));
}

/* ============================================
   DRAWER - Glass Morphism Sidebar
   ============================================ */

[data-theme="GoldBlackLuxe"] .mud-drawer {
    background: var(--black-glass) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
    border-right: 2px solid var(--gold-primary) !important;
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.5), var(--gold-glow) !important;
}

[data-theme="GoldBlackLuxe"] .mud-nav-link {
    border-radius: var(--radius-md) !important;
    margin: var(--spacing-xs) var(--spacing-sm) !important;
    transition: var(--transition-default) !important;
    position: relative;
    overflow: hidden;
}

[data-theme="GoldBlackLuxe"] .mud-nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: var(--gold-gradient);
    transform: scaleY(0);
    transition: transform var(--transition-default);
}

[data-theme="GoldBlackLuxe"] .mud-nav-link:hover {
    background: var(--gold-gradient-subtle) !important;
    transform: translateX(4px);
}

[data-theme="GoldBlackLuxe"] .mud-nav-link:hover::before {
    transform: scaleY(1);
}

[data-theme="GoldBlackLuxe"] .mud-nav-link.mud-nav-link-active {
    background: var(--gold-gradient) !important;
    color: var(--black-pure) !important;
    font-weight: 600;
    box-shadow: var(--gold-glow);
}

[data-theme="GoldBlackLuxe"] .mud-nav-link.mud-nav-link-active::before {
    display: none;
}

[data-theme="GoldBlackLuxe"] .mud-nav-link.mud-nav-link-active .mud-nav-link-icon {
    color: var(--black-pure) !important;
}

[data-theme="GoldBlackLuxe"] .mud-nav-group-title {
    color: var(--gold-primary) !important;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.75rem;
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.3);
}

/* ============================================
   CARDS - Modern Glass Morphism
   ============================================ */

[data-theme="GoldBlackLuxe"] .mud-card {
    background: var(--black-glass) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
    border: 1px solid rgba(255, 215, 0, 0.2) !important;
    border-radius: var(--radius-lg) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 215, 0, 0.1) !important;
    transition: var(--transition-default) !important;
    overflow: hidden;
    position: relative;
}

[data-theme="GoldBlackLuxe"] .mud-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--gold-gradient);
    transform: scaleX(0);
    transition: transform var(--transition-default);
}

[data-theme="GoldBlackLuxe"] .mud-card:hover {
    border-color: var(--gold-primary) !important;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.6), var(--gold-glow-strong) !important;
    transform: translateY(-4px);
}

[data-theme="GoldBlackLuxe"] .mud-card:hover::before {
    transform: scaleX(1);
}

[data-theme="GoldBlackLuxe"] .mud-paper {
    background: var(--black-glass) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 215, 0, 0.15) !important;
    border-radius: var(--radius-lg) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3) !important;
}

/* ============================================
   BUTTONS - Modern Gold Gradient
   ============================================ */

[data-theme="GoldBlackLuxe"] .mud-button-filled-primary,
[data-theme="GoldBlackLuxe"] .mud-button-filled.mud-primary {
    background: var(--gold-gradient) !important;
    color: var(--black-pure) !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: var(--radius-md) !important;
    box-shadow: 0 4px 16px rgba(255, 215, 0, 0.4), var(--gold-glow) !important;
    transition: var(--transition-default) !important;
    border: none !important;
    position: relative;
    overflow: hidden;
}

[data-theme="GoldBlackLuxe"] .mud-button-filled-primary::before,
[data-theme="GoldBlackLuxe"] .mud-button-filled.mud-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

[data-theme="GoldBlackLuxe"] .mud-button-filled-primary:hover,
[data-theme="GoldBlackLuxe"] .mud-button-filled.mud-primary:hover {
    background: var(--gold-gradient-hover) !important;
    box-shadow: var(--gold-glow-intense) !important;
    transform: translateY(-2px) scale(1.02);
}

[data-theme="GoldBlackLuxe"] .mud-button-filled-primary:hover::before,
[data-theme="GoldBlackLuxe"] .mud-button-filled.mud-primary:hover::before {
    left: 100%;
}

[data-theme="GoldBlackLuxe"] .mud-button-outlined-primary,
[data-theme="GoldBlackLuxe"] .mud-button-outlined.mud-primary {
    border: 2px solid var(--gold-primary) !important;
    color: var(--gold-primary) !important;
    background: transparent !important;
    border-radius: var(--radius-md) !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: var(--transition-default) !important;
    position: relative;
    overflow: hidden;
}

[data-theme="GoldBlackLuxe"] .mud-button-outlined-primary::before,
[data-theme="GoldBlackLuxe"] .mud-button-outlined.mud-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--gold-gradient-subtle);
    transition: width var(--transition-default);
    z-index: -1;
}

[data-theme="GoldBlackLuxe"] .mud-button-outlined-primary:hover,
[data-theme="GoldBlackLuxe"] .mud-button-outlined.mud-primary:hover {
    background: var(--gold-gradient-subtle) !important;
    border-color: var(--gold-bright) !important;
    color: var(--gold-bright) !important;
    box-shadow: var(--gold-glow) !important;
    transform: translateY(-2px);
}

[data-theme="GoldBlackLuxe"] .mud-button-outlined-primary:hover::before,
[data-theme="GoldBlackLuxe"] .mud-button-outlined.mud-primary:hover::before {
    width: 100%;
}

[data-theme="GoldBlackLuxe"] .mud-button-text-primary,
[data-theme="GoldBlackLuxe"] .mud-button-text.mud-primary {
    color: var(--gold-primary) !important;
    font-weight: 500;
    transition: var(--transition-default) !important;
}

[data-theme="GoldBlackLuxe"] .mud-button-text-primary:hover,
[data-theme="GoldBlackLuxe"] .mud-button-text.mud-primary:hover {
    background: var(--gold-gradient-subtle) !important;
    color: var(--gold-bright) !important;
    transform: translateY(-1px);
}

/* Secondary Blue Buttons */
[data-theme="GoldBlackLuxe"] .mud-button-filled-secondary,
[data-theme="GoldBlackLuxe"] .mud-button-filled.mud-secondary {
    background: var(--blue-gradient) !important;
    color: #FFFFFF !important;
    border-radius: var(--radius-md) !important;
    box-shadow: 0 4px 16px rgba(30, 136, 229, 0.4) !important;
}

[data-theme="GoldBlackLuxe"] .mud-button-filled-secondary:hover,
[data-theme="GoldBlackLuxe"] .mud-button-filled.mud-secondary:hover {
    background: linear-gradient(135deg, #42A5F5 0%, #1E88E5 100%) !important;
    box-shadow: 0 6px 24px rgba(30, 136, 229, 0.6) !important;
    transform: translateY(-2px);
}

/* ============================================
   TEXT FIELDS - Modern Gold Borders
   ============================================ */

[data-theme="GoldBlackLuxe"] .mud-input-outlined .mud-input-outlined-border {
    border-color: rgba(255, 215, 0, 0.3) !important;
    border-radius: var(--radius-md) !important;
    transition: var(--transition-default) !important;
}

[data-theme="GoldBlackLuxe"] .mud-input-outlined:hover .mud-input-outlined-border {
    border-color: var(--gold-primary) !important;
    box-shadow: 0 0 0 1px rgba(255, 215, 0, 0.2) !important;
}

[data-theme="GoldBlackLuxe"] .mud-input-outlined.mud-input-outlined-focused .mud-input-outlined-border {
    border-color: var(--gold-primary) !important;
    border-width: 2px !important;
    box-shadow: var(--gold-glow) !important;
}

/* Input Labels - Gold */
[data-theme="GoldBlackLuxe"] .mud-input-label {
    color: var(--gold-primary) !important;
}

[data-theme="GoldBlackLuxe"] .mud-input-label.mud-input-label-inputcontrol {
    color: var(--gold-primary) !important;
}

[data-theme="GoldBlackLuxe"] .mud-input-label.mud-input-label-shrink {
    color: var(--gold-primary) !important;
}

/* Input Fields - White Text on Dark Background */
[data-theme="GoldBlackLuxe"] .mud-input,
[data-theme="GoldBlackLuxe"] .mud-input-root input,
[data-theme="GoldBlackLuxe"] .mud-input-control input,
[data-theme="GoldBlackLuxe"] .mud-input-control .mud-input,
[data-theme="GoldBlackLuxe"] .mud-textfield input,
[data-theme="GoldBlackLuxe"] .mud-textfield .mud-input,
[data-theme="GoldBlackLuxe"] .mud-textarea textarea,
[data-theme="GoldBlackLuxe"] .mud-textarea .mud-input {
    color: #FFFFFF !important;
    background-color: transparent !important;
}

[data-theme="GoldBlackLuxe"] .mud-input::placeholder,
[data-theme="GoldBlackLuxe"] .mud-input-root input::placeholder,
[data-theme="GoldBlackLuxe"] .mud-input-control input::placeholder,
[data-theme="GoldBlackLuxe"] .mud-textfield input::placeholder,
[data-theme="GoldBlackLuxe"] .mud-textarea textarea::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1 !important;
}

/* Input Helper Text */
[data-theme="GoldBlackLuxe"] .mud-input-helper-text {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* Input Adornment */
[data-theme="GoldBlackLuxe"] .mud-input-adornment {
    color: var(--gold-primary) !important;
}

/* ============================================
   SELECT & DROPDOWN - Gold Accents
   ============================================ */

[data-theme="GoldBlackLuxe"] .mud-select-outlined .mud-input-outlined-border {
    border-color: rgba(255, 215, 0, 0.3) !important;
    border-radius: var(--radius-md) !important;
}

[data-theme="GoldBlackLuxe"] .mud-select-outlined:hover .mud-input-outlined-border {
    border-color: var(--gold-primary) !important;
}

[data-theme="GoldBlackLuxe"] .mud-select-outlined.mud-input-outlined-focused .mud-input-outlined-border {
    border-color: var(--gold-primary) !important;
    border-width: 2px !important;
    box-shadow: var(--gold-glow) !important;
}

[data-theme="GoldBlackLuxe"] .mud-menu {
    background: var(--black-glass) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 215, 0, 0.2) !important;
    border-radius: var(--radius-lg) !important;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.6), var(--gold-glow) !important;
}

[data-theme="GoldBlackLuxe"] .mud-menu-item {
    color: #FFFFFF !important;
}

[data-theme="GoldBlackLuxe"] .mud-menu-item:hover {
    background: var(--gold-gradient-subtle) !important;
    color: var(--gold-primary) !important;
}

/* Select Dropdown Text */
[data-theme="GoldBlackLuxe"] .mud-select .mud-input,
[data-theme="GoldBlackLuxe"] .mud-select .mud-input-root input,
[data-theme="GoldBlackLuxe"] .mud-select .mud-input-control input {
    color: #FFFFFF !important;
}

[data-theme="GoldBlackLuxe"] .mud-select .mud-select-input {
    color: #FFFFFF !important;
}

[data-theme="GoldBlackLuxe"] .mud-select-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ============================================
   CHIPS - Modern Gold Outlined
   ============================================ */

[data-theme="GoldBlackLuxe"] .mud-chip {
    background: var(--black-glass) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 215, 0, 0.3) !important;
    color: var(--gold-primary) !important;
    border-radius: var(--radius-full) !important;
    font-weight: 500;
    transition: var(--transition-default) !important;
}

[data-theme="GoldBlackLuxe"] .mud-chip:hover {
    border-color: var(--gold-primary) !important;
    background: var(--gold-gradient-subtle) !important;
    box-shadow: var(--gold-glow) !important;
    transform: scale(1.05);
}

[data-theme="GoldBlackLuxe"] .mud-chip.mud-chip-color-primary {
    background: var(--gold-gradient) !important;
    color: var(--black-pure) !important;
    border: none !important;
    box-shadow: var(--gold-glow) !important;
}

[data-theme="GoldBlackLuxe"] .mud-chip .mud-chip-content {
    color: var(--gold-primary) !important;
}

[data-theme="GoldBlackLuxe"] .mud-chip.mud-chip-color-primary .mud-chip-content {
    color: var(--black-pure) !important;
}

/* ============================================
   TABS - Modern Gold Accented
   ============================================ */

/* Tabs Container - Dark Background */
[data-theme="GoldBlackLuxe"] .mud-tabs {
    background: var(--black-surface) !important;
    background-color: var(--black-surface) !important;
    color: #FFFFFF !important;
}

/* Tabs Paper/Container wrapper */
[data-theme="GoldBlackLuxe"] .mud-tabs .mud-paper {
    background: var(--black-surface) !important;
    background-color: var(--black-surface) !important;
}

/* Tabs Toolbar - Dark Background */
[data-theme="GoldBlackLuxe"] .mud-tabs-toolbar,
[data-theme="GoldBlackLuxe"] .mud-tabs-tabbar {
    background: var(--black-surface) !important;
    background-color: var(--black-surface) !important;
    border-bottom: 1px solid rgba(255, 215, 0, 0.2) !important;
    color: #FFFFFF !important;
}

/* Ensure all elements within tabs toolbar have dark background */
[data-theme="GoldBlackLuxe"] .mud-tabs .mud-tabs-toolbar,
[data-theme="GoldBlackLuxe"] .mud-tabs .mud-tabs-tabbar {
    background: var(--black-surface) !important;
    background-color: var(--black-surface) !important;
}

[data-theme="GoldBlackLuxe"] .mud-tabs-toolbar *,
[data-theme="GoldBlackLuxe"] .mud-tabs-tabbar * {
    color: #FFFFFF !important;
}

[data-theme="GoldBlackLuxe"] .mud-tabs-toolbar .mud-tab,
[data-theme="GoldBlackLuxe"] .mud-tabs-tabbar .mud-tab {
    background: transparent !important;
    background-color: transparent !important;
    color: rgba(255, 255, 255, 0.7) !important;
}

/* Ensure tab text and all nested elements are visible */
[data-theme="GoldBlackLuxe"] .mud-tabs-toolbar .mud-tab-text,
[data-theme="GoldBlackLuxe"] .mud-tabs-tabbar .mud-tab-text,
[data-theme="GoldBlackLuxe"] .mud-tabs-toolbar .mud-tab .mud-typography,
[data-theme="GoldBlackLuxe"] .mud-tabs-tabbar .mud-tab .mud-typography,
[data-theme="GoldBlackLuxe"] .mud-tabs-toolbar .mud-tab span,
[data-theme="GoldBlackLuxe"] .mud-tabs-tabbar .mud-tab span {
    color: rgba(255, 255, 255, 0.7) !important;
}

[data-theme="GoldBlackLuxe"] .mud-tabs-toolbar .mud-tab.mud-tab-active .mud-tab-text,
[data-theme="GoldBlackLuxe"] .mud-tabs-tabbar .mud-tab.mud-tab-active .mud-tab-text,
[data-theme="GoldBlackLuxe"] .mud-tabs-toolbar .mud-tab.mud-tab-active .mud-typography,
[data-theme="GoldBlackLuxe"] .mud-tabs-tabbar .mud-tab.mud-tab-active .mud-typography,
[data-theme="GoldBlackLuxe"] .mud-tabs-toolbar .mud-tab.mud-tab-active span,
[data-theme="GoldBlackLuxe"] .mud-tabs-tabbar .mud-tab.mud-tab-active span {
    color: var(--gold-primary) !important;
}

[data-theme="GoldBlackLuxe"] .mud-tabs-toolbar .mud-tab.mud-tab-active,
[data-theme="GoldBlackLuxe"] .mud-tabs-tabbar .mud-tab.mud-tab-active {
    color: var(--gold-primary) !important;
}

/* Override any white background specifically */
[data-theme="GoldBlackLuxe"] .mud-tabs-toolbar[style*="background"],
[data-theme="GoldBlackLuxe"] .mud-tabs-tabbar[style*="background"] {
    background: var(--black-surface) !important;
    background-color: var(--black-surface) !important;
}

/* Target any element with white background in tabs toolbar */
[data-theme="GoldBlackLuxe"] .mud-tabs-toolbar[style*="background-color: white"],
[data-theme="GoldBlackLuxe"] .mud-tabs-tabbar[style*="background-color: white"],
[data-theme="GoldBlackLuxe"] .mud-tabs-toolbar[style*="background-color: #fff"],
[data-theme="GoldBlackLuxe"] .mud-tabs-tabbar[style*="background-color: #fff"],
[data-theme="GoldBlackLuxe"] .mud-tabs-toolbar[style*="background-color: #ffffff"],
[data-theme="GoldBlackLuxe"] .mud-tabs-tabbar[style*="background-color: #ffffff"],
[data-theme="GoldBlackLuxe"] .mud-tabs-toolbar[style*="background: white"],
[data-theme="GoldBlackLuxe"] .mud-tabs-tabbar[style*="background: white"],
[data-theme="GoldBlackLuxe"] .mud-tabs-toolbar[style*="background: #fff"],
[data-theme="GoldBlackLuxe"] .mud-tabs-tabbar[style*="background: #fff"],
[data-theme="GoldBlackLuxe"] .mud-tabs-toolbar[style*="background: #ffffff"],
[data-theme="GoldBlackLuxe"] .mud-tabs-tabbar[style*="background: #ffffff"] {
    background: var(--black-surface) !important;
    background-color: var(--black-surface) !important;
}

/* Tabs Panels - Dark Background */
[data-theme="GoldBlackLuxe"] .mud-tabs-panels {
    background: var(--black-surface) !important;
    color: #FFFFFF !important;
}

[data-theme="GoldBlackLuxe"] .mud-tab-panel {
    background: var(--black-surface) !important;
    color: #FFFFFF !important;
}

/* Tab Text */
[data-theme="GoldBlackLuxe"] .mud-tab {
    background: transparent !important;
    color: rgba(255, 255, 255, 0.7) !important;
}

[data-theme="GoldBlackLuxe"] .mud-tab.mud-tab-active {
    color: var(--gold-primary) !important;
    background: transparent !important;
}

[data-theme="GoldBlackLuxe"] .mud-tab-text {
    color: inherit !important;
}

/* Tab Indicator - Gold */
[data-theme="GoldBlackLuxe"] .mud-tab-indicator {
    background: var(--gold-primary) !important;
    height: 2px !important;
    box-shadow: 0 0 8px rgba(255, 215, 0, 0.5) !important;
}

/* Ensure all text content in tabs is visible */
[data-theme="GoldBlackLuxe"] .mud-tab-panel * {
    color: #FFFFFF !important;
}

[data-theme="GoldBlackLuxe"] .mud-tab-panel .mud-typography-body1,
[data-theme="GoldBlackLuxe"] .mud-tab-panel .mud-typography-body2 {
    color: #CCCCCC !important;
}

/* List Items Text */
[data-theme="GoldBlackLuxe"] .mud-list-item {
    color: #FFFFFF !important;
}

[data-theme="GoldBlackLuxe"] .mud-list-item-text {
    color: #FFFFFF !important;
}

[data-theme="GoldBlackLuxe"] .mud-list-item-text-primary {
    color: #FFFFFF !important;
}

[data-theme="GoldBlackLuxe"] .mud-list-item-text-secondary {
    color: #CCCCCC !important;
}

/* Link Text */
[data-theme="GoldBlackLuxe"] a,
[data-theme="GoldBlackLuxe"] .mud-link {
    color: var(--gold-primary) !important;
}

[data-theme="GoldBlackLuxe"] a:hover,
[data-theme="GoldBlackLuxe"] .mud-link:hover {
    color: var(--gold-bright) !important;
}

/* ============================================
   ICONS - Gold Theme Colors
   ============================================ */

/* General Icons */
[data-theme="GoldBlackLuxe"] .mud-icon,
[data-theme="GoldBlackLuxe"] .mud-icon-root,
[data-theme="GoldBlackLuxe"] i.mud-icon {
    color: #FFFFFF !important;
}

/* Icon Buttons */
[data-theme="GoldBlackLuxe"] .mud-icon-button {
    color: #FFFFFF !important;
}

[data-theme="GoldBlackLuxe"] .mud-icon-button:hover {
    color: var(--gold-primary) !important;
    background-color: rgba(255, 215, 0, 0.1) !important;
}

[data-theme="GoldBlackLuxe"] .mud-icon-button .mud-icon {
    color: inherit !important;
}

/* Navigation Link Icons */
[data-theme="GoldBlackLuxe"] .mud-nav-link-icon,
[data-theme="GoldBlackLuxe"] .mud-nav-link .mud-icon {
    color: #FFFFFF !important;
}

[data-theme="GoldBlackLuxe"] .mud-nav-link:hover .mud-nav-link-icon,
[data-theme="GoldBlackLuxe"] .mud-nav-link:hover .mud-icon {
    color: var(--gold-primary) !important;
}

[data-theme="GoldBlackLuxe"] .mud-nav-link.mud-nav-link-active .mud-nav-link-icon,
[data-theme="GoldBlackLuxe"] .mud-nav-link.mud-nav-link-active .mud-icon {
    color: var(--black-pure) !important;
}

/* Input Adornment Icons */
[data-theme="GoldBlackLuxe"] .mud-input-adornment .mud-icon,
[data-theme="GoldBlackLuxe"] .mud-input-adornment-icon .mud-icon {
    color: var(--gold-primary) !important;
}

/* Button Icons */
[data-theme="GoldBlackLuxe"] .mud-button .mud-icon,
[data-theme="GoldBlackLuxe"] .mud-button-root .mud-icon {
    color: inherit !important;
}

[data-theme="GoldBlackLuxe"] .mud-button-filled-primary .mud-icon,
[data-theme="GoldBlackLuxe"] .mud-button-filled.mud-primary .mud-icon {
    color: var(--black-pure) !important;
}

[data-theme="GoldBlackLuxe"] .mud-button-outlined-primary .mud-icon,
[data-theme="GoldBlackLuxe"] .mud-button-outlined.mud-primary .mud-icon {
    color: var(--gold-primary) !important;
}

[data-theme="GoldBlackLuxe"] .mud-button-text-primary .mud-icon,
[data-theme="GoldBlackLuxe"] .mud-button-text.mud-primary .mud-icon {
    color: var(--gold-primary) !important;
}

/* Tab Icons */
[data-theme="GoldBlackLuxe"] .mud-tab-icon,
[data-theme="GoldBlackLuxe"] .mud-tab .mud-icon {
    color: rgba(255, 255, 255, 0.7) !important;
}

[data-theme="GoldBlackLuxe"] .mud-tab.mud-tab-active .mud-tab-icon,
[data-theme="GoldBlackLuxe"] .mud-tab.mud-tab-active .mud-icon {
    color: var(--gold-primary) !important;
}

/* List Item Icons */
[data-theme="GoldBlackLuxe"] .mud-list-item-icon,
[data-theme="GoldBlackLuxe"] .mud-list-item .mud-icon {
    color: #FFFFFF !important;
}

/* Menu Item Icons */
[data-theme="GoldBlackLuxe"] .mud-menu-item-icon,
[data-theme="GoldBlackLuxe"] .mud-menu-item .mud-icon {
    color: #FFFFFF !important;
}

[data-theme="GoldBlackLuxe"] .mud-menu-item:hover .mud-menu-item-icon,
[data-theme="GoldBlackLuxe"] .mud-menu-item:hover .mud-icon {
    color: var(--gold-primary) !important;
}

/* Card Icons */
[data-theme="GoldBlackLuxe"] .mud-card .mud-icon {
    color: #FFFFFF !important;
}

[data-theme="GoldBlackLuxe"] .mud-card-actions .mud-icon-button .mud-icon {
    color: #FFFFFF !important;
}

[data-theme="GoldBlackLuxe"] .mud-card-actions .mud-icon-button:hover .mud-icon {
    color: var(--gold-primary) !important;
}

/* Dialog Icons */
[data-theme="GoldBlackLuxe"] .mud-dialog-title .mud-icon,
[data-theme="GoldBlackLuxe"] .mud-dialog-actions .mud-icon {
    color: var(--gold-primary) !important;
}

/* Chip Icons */
[data-theme="GoldBlackLuxe"] .mud-chip-icon,
[data-theme="GoldBlackLuxe"] .mud-chip .mud-icon {
    color: var(--gold-primary) !important;
}

[data-theme="GoldBlackLuxe"] .mud-chip.mud-chip-color-primary .mud-chip-icon,
[data-theme="GoldBlackLuxe"] .mud-chip.mud-chip-color-primary .mud-icon {
    color: var(--black-pure) !important;
}

/* AppBar Icons */
[data-theme="GoldBlackLuxe"] .mud-appbar:not(.app-footer) .mud-icon,
[data-theme="GoldBlackLuxe"] .mud-appbar:not(.app-footer) .mud-icon-button .mud-icon {
    color: var(--gold-primary) !important;
}

[data-theme="GoldBlackLuxe"] .mud-appbar:not(.app-footer) .mud-icon-button:hover .mud-icon {
    color: var(--gold-bright) !important;
}

/* Snackbar Icons */
[data-theme="GoldBlackLuxe"] .mud-snackbar .mud-icon {
    color: var(--gold-primary) !important;
}

/* Avatar Icons */
[data-theme="GoldBlackLuxe"] .mud-avatar .mud-icon {
    color: var(--black-pure) !important;
}

/* Switch Icons */
[data-theme="GoldBlackLuxe"] .mud-switch .mud-icon {
    color: var(--gold-primary) !important;
}

/* Switch Text */
[data-theme="GoldBlackLuxe"] .mud-switch-label {
    color: #FFFFFF !important;
}

/* ============================================
   DIVIDERS - Subtle Gold Tint
   ============================================ */

[data-theme="GoldBlackLuxe"] .mud-divider {
    border-color: rgba(255, 215, 0, 0.2) !important;
}

[data-theme="GoldBlackLuxe"] .mud-divider-vertical {
    border-color: rgba(255, 215, 0, 0.2) !important;
}

/* ============================================
   PROGRESS INDICATORS - Gold
   ============================================ */

[data-theme="GoldBlackLuxe"] .mud-progress-linear {
    background-color: rgba(255, 215, 0, 0.1) !important;
    border-radius: var(--radius-full) !important;
    overflow: hidden;
}

[data-theme="GoldBlackLuxe"] .mud-progress-linear .mud-progress-linear-bar {
    background: var(--gold-gradient) !important;
    border-radius: var(--radius-full) !important;
    box-shadow: var(--gold-glow) !important;
}

[data-theme="GoldBlackLuxe"] .mud-progress-circular .mud-progress-circular-circle {
    stroke: var(--gold-primary) !important;
    filter: drop-shadow(var(--gold-glow));
}

/* ============================================
   SNACKBAR - Modern Gold Accented
   ============================================ */

[data-theme="GoldBlackLuxe"] .mud-snackbar {
    background: var(--black-glass) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid var(--gold-primary) !important;
    border-radius: var(--radius-lg) !important;
    box-shadow: var(--gold-glow-strong) !important;
}

[data-theme="GoldBlackLuxe"] .mud-snackbar-content {
    color: #FFFFFF !important;
}

[data-theme="GoldBlackLuxe"] .mud-snackbar-actions .mud-button {
    color: var(--gold-primary) !important;
}

/* ============================================
   DIALOG - Modern Gold Framed
   ============================================ */

[data-theme="GoldBlackLuxe"] .mud-dialog {
    background: var(--black-glass) !important;
    backdrop-filter: blur(30px) !important;
    border: 2px solid var(--gold-primary) !important;
    border-radius: var(--radius-xl) !important;
    box-shadow: 0 16px 64px rgba(0, 0, 0, 0.8), var(--gold-glow-intense) !important;
}

[data-theme="GoldBlackLuxe"] .mud-dialog-title {
    color: var(--gold-primary) !important;
    font-weight: 700;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(255, 215, 0, 0.2);
    padding-bottom: var(--spacing-md);
    margin-bottom: var(--spacing-md);
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

/* ============================================
   DATA GRID - Modern Gold Headers
   ============================================ */

/* Table Container - Dark Background */
[data-theme="GoldBlackLuxe"] .mud-table {
    background: var(--black-surface) !important;
    color: #FFFFFF !important;
}

/* Table Body - Dark Background */
[data-theme="GoldBlackLuxe"] .mud-table-body {
    background: var(--black-surface) !important;
}

/* Table Rows - Dark Background */
[data-theme="GoldBlackLuxe"] .mud-table-row {
    background: var(--black-surface) !important;
    color: #FFFFFF !important;
}

[data-theme="GoldBlackLuxe"] .mud-table-head .mud-table-cell {
    background: var(--black-elevated) !important;
    color: var(--gold-primary) !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-bottom: 2px solid var(--gold-primary) !important;
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.3);
}

[data-theme="GoldBlackLuxe"] .mud-table-row:hover {
    background: var(--gold-gradient-subtle) !important;
}

[data-theme="GoldBlackLuxe"] .mud-table-cell {
    background: var(--black-surface) !important;
    border-bottom: 1px solid rgba(255, 215, 0, 0.1) !important;
    color: #FFFFFF !important;
}

[data-theme="GoldBlackLuxe"] .mud-table-cell .mud-typography {
    color: #FFFFFF !important;
}

/* Ensure all text content in table cells is visible */
[data-theme="GoldBlackLuxe"] .mud-table-cell * {
    color: #FFFFFF !important;
}

[data-theme="GoldBlackLuxe"] .mud-table-cell .mud-typography-body1,
[data-theme="GoldBlackLuxe"] .mud-table-cell .mud-typography-body2 {
    color: #CCCCCC !important;
}

/* Card Content Text */
[data-theme="GoldBlackLuxe"] .mud-card .mud-typography,
[data-theme="GoldBlackLuxe"] .mud-card-content .mud-typography,
[data-theme="GoldBlackLuxe"] .mud-card-content * {
    color: #FFFFFF !important;
}

[data-theme="GoldBlackLuxe"] .mud-card .mud-typography-body1,
[data-theme="GoldBlackLuxe"] .mud-card .mud-typography-body2 {
    color: #CCCCCC !important;
}

/* Paper Content Text */
[data-theme="GoldBlackLuxe"] .mud-paper .mud-typography,
[data-theme="GoldBlackLuxe"] .mud-paper * {
    color: #FFFFFF !important;
}

[data-theme="GoldBlackLuxe"] .mud-paper .mud-typography-body1,
[data-theme="GoldBlackLuxe"] .mud-paper .mud-typography-body2 {
    color: #CCCCCC !important;
}

/* Dialog Content Text */
[data-theme="GoldBlackLuxe"] .mud-dialog-content .mud-typography,
[data-theme="GoldBlackLuxe"] .mud-dialog-content * {
    color: #FFFFFF !important;
}

[data-theme="GoldBlackLuxe"] .mud-dialog-content .mud-typography-body1,
[data-theme="GoldBlackLuxe"] .mud-dialog-content .mud-typography-body2 {
    color: #CCCCCC !important;
}

/* Dialog content elements - Enhanced visibility */
[data-theme="GoldBlackLuxe"] .mud-dialog-content .mud-input-label,
[data-theme="GoldBlackLuxe"] .mud-dialog-content .mud-input-label-text {
    color: #FFFFFF !important;
}

[data-theme="GoldBlackLuxe"] .mud-dialog-content .mud-input,
[data-theme="GoldBlackLuxe"] .mud-dialog-content .mud-input-control input,
[data-theme="GoldBlackLuxe"] .mud-dialog-content .mud-input-control textarea {
    color: #FFFFFF !important;
}

[data-theme="GoldBlackLuxe"] .mud-dialog-content .mud-select-label,
[data-theme="GoldBlackLuxe"] .mud-dialog-content .mud-select-input {
    color: #FFFFFF !important;
}

[data-theme="GoldBlackLuxe"] .mud-dialog-content .mud-helper-text {
    color: rgba(255, 255, 255, 0.7) !important;
}

[data-theme="GoldBlackLuxe"] .mud-dialog-actions .mud-button-text {
    color: #FFFFFF !important;
}

[data-theme="GoldBlackLuxe"] .mud-dialog-actions .mud-button:hover .mud-button-text {
    color: var(--gold-primary, #FFD700) !important;
}

/* Snackbar content - Enhanced visibility */
[data-theme="GoldBlackLuxe"] .mud-snackbar-content .mud-typography,
[data-theme="GoldBlackLuxe"] .mud-snackbar-content * {
    color: #FFFFFF !important;
}

/* Popover/Tooltip - Enhanced visibility */
[data-theme="GoldBlackLuxe"] .mud-popover,
[data-theme="GoldBlackLuxe"] .mud-tooltip {
    background: var(--black-glass, rgba(29, 29, 29, 0.95)) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid var(--gold-primary, #FFD700) !important;
    color: #FFFFFF !important;
}

[data-theme="GoldBlackLuxe"] .mud-popover .mud-typography,
[data-theme="GoldBlackLuxe"] .mud-tooltip .mud-typography {
    color: #FFFFFF !important;
}

[data-theme="GoldBlackLuxe"] .mud-tooltip strong {
    font-weight: 700 !important;
    color: var(--gold-primary, #FFD700) !important;
}

/* Navigation Links Text */
[data-theme="GoldBlackLuxe"] .mud-nav-link {
    color: #FFFFFF !important;
}

[data-theme="GoldBlackLuxe"] .mud-nav-link .mud-nav-link-text {
    color: #FFFFFF !important;
}

[data-theme="GoldBlackLuxe"] .mud-nav-link.mud-nav-link-active {
    color: var(--black-pure) !important;
}

[data-theme="GoldBlackLuxe"] .mud-nav-link.mud-nav-link-active .mud-nav-link-text {
    color: var(--black-pure) !important;
}

/* ============================================
   SEAT SELECTION - Modern Colors
   ============================================ */

[data-theme="GoldBlackLuxe"] .seat-available {
    background: var(--seat-available) !important;
    border: 2px solid var(--blue-light) !important;
    box-shadow: 0 0 12px rgba(30, 136, 229, 0.4) !important;
}

[data-theme="GoldBlackLuxe"] .seat-booked {
    background: var(--seat-booked) !important;
    border: 2px solid #333333 !important;
    cursor: not-allowed !important;
    opacity: 0.5;
}

[data-theme="GoldBlackLuxe"] .seat-selected {
    background: var(--seat-selected) !important;
    border: 2px solid #66BB6A !important;
    box-shadow: 0 0 16px rgba(76, 175, 80, 0.6) !important;
}

[data-theme="GoldBlackLuxe"] .seat-premium {
    background: var(--seat-premium) !important;
    border: 2px solid var(--gold-primary) !important;
    box-shadow: var(--gold-glow) !important;
}

/* ============================================
   TYPOGRAPHY - Enhanced Readability
   ============================================ */

[data-theme="GoldBlackLuxe"] .mud-typography-h1,
[data-theme="GoldBlackLuxe"] .mud-typography-h2,
[data-theme="GoldBlackLuxe"] .mud-typography-h3,
[data-theme="GoldBlackLuxe"] .mud-typography-h4,
[data-theme="GoldBlackLuxe"] .mud-typography-h5,
[data-theme="GoldBlackLuxe"] .mud-typography-h6 {
    color: #FFFFFF !important;
    font-weight: 700;
    letter-spacing: 0.5px;
}

[data-theme="GoldBlackLuxe"] .mud-typography-body1,
[data-theme="GoldBlackLuxe"] .mud-typography-body2 {
    color: #CCCCCC !important;
    letter-spacing: 0.3px;
    line-height: 1.6;
}

/* Global Text Color Overrides - Ensure all text is visible */
[data-theme="GoldBlackLuxe"] p,
[data-theme="GoldBlackLuxe"] span,
[data-theme="GoldBlackLuxe"] div,
[data-theme="GoldBlackLuxe"] label {
    color: #FFFFFF !important;
}

/* Section Cards - Theme Specific */
[data-theme="GoldBlackLuxe"] .section-card {
    border: 2px solid var(--theme-accent-blue, #1976D2) !important;
}

[data-theme="GoldBlackLuxe"] .section-header-text {
    color: var(--theme-accent-blue, #1976D2) !important;
}

[data-theme="GoldBlackLuxe"] p.text-secondary,
[data-theme="GoldBlackLuxe"] span.text-secondary,
[data-theme="GoldBlackLuxe"] div.text-secondary {
    color: #CCCCCC !important;
}

[data-theme="GoldBlackLuxe"] p.text-muted,
[data-theme="GoldBlackLuxe"] span.text-muted,
[data-theme="GoldBlackLuxe"] div.text-muted {
    color: rgba(255, 255, 255, 0.6) !important;
}

[data-theme="GoldBlackLuxe"] .text-gold {
    color: var(--gold-primary) !important;
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.3);
}

[data-theme="GoldBlackLuxe"] .text-gold-bright {
    color: var(--gold-bright) !important;
}

/* ============================================
   UTILITY CLASSES
   ============================================ */

[data-theme="GoldBlackLuxe"] .gold-border {
    border: 2px solid var(--gold-primary) !important;
}

[data-theme="GoldBlackLuxe"] .gold-glow {
    box-shadow: var(--gold-glow) !important;
}

[data-theme="GoldBlackLuxe"] .gold-gradient-text {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.5));
}

[data-theme="GoldBlackLuxe"] .gold-bg-gradient {
    background: var(--gold-gradient) !important;
}

/* ============================================
   RESPONSIVE - Mobile Optimizations
   ============================================ */

@media (max-width: 960px) {
    [data-theme="GoldBlackLuxe"] .mud-appbar:not(.app-footer) {
        padding: var(--spacing-sm) !important;
    }
    
    [data-theme="GoldBlackLuxe"] .mud-card {
        margin: var(--spacing-sm) !important;
        border-radius: var(--radius-md) !important;
    }
    
    [data-theme="GoldBlackLuxe"] .mud-button-filled-primary,
    [data-theme="GoldBlackLuxe"] .mud-button-outlined-primary {
        width: 100%;
        margin-bottom: var(--spacing-sm);
    }
}

/* ============================================
   ACCESSIBILITY - Focus States
   ============================================ */

[data-theme="GoldBlackLuxe"] .mud-button:focus-visible,
[data-theme="GoldBlackLuxe"] .mud-input:focus-visible,
[data-theme="GoldBlackLuxe"] .mud-select:focus-visible {
    outline: 2px solid var(--gold-primary) !important;
    outline-offset: 2px !important;
    box-shadow: var(--gold-glow) !important;
}

/* ============================================
   ANIMATIONS - Modern Premium Effects
   ============================================ */

@keyframes goldPulse {
    0%, 100% {
        box-shadow: var(--gold-glow);
    }
    50% {
        box-shadow: var(--gold-glow-intense);
    }
}

[data-theme="GoldBlackLuxe"] .gold-pulse {
    animation: goldPulse 2s ease-in-out infinite;
}

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

[data-theme="GoldBlackLuxe"] .fade-in-gold {
    animation: fadeInGold 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

[data-theme="GoldBlackLuxe"] .shimmer {
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.1), transparent);
    background-size: 1000px 100%;
    animation: shimmer 2s infinite;
}
