/* Unified AMC Theme - Dark Mode Only */

:root {
    /* Background Colors */
    --bg-primary: #1a1a2e;
    --bg-secondary: #16213e;
    --bg-tertiary: #2a2a3e;
    --bg-accent: #e94560;
    --bg-accent-hover: #d93550;

    /* Text Colors */
    --text-primary: #ffffff;
    --text-secondary: #aaa;
    --text-tertiary: #666;
    --text-on-primary: #ffffff;

    /* Accent Colors */
    --accent-primary: #e94560;
    --accent-secondary: #f39c12;
    --accent-gradient: linear-gradient(135deg, #e94560 0%, #f39c12 100%);

    /* UI Elements */
    --border-color: rgba(255, 255, 255, 0.1);
    --shadow: rgba(0, 0, 0, 0.3);

    /* Showtimes-specific */
    --bg-sidebar-header: #e94560;
    --bg-filter-section: rgba(255, 255, 255, 0.05);
    --bg-filter-hover: rgba(255, 255, 255, 0.1);
    --bg-filter-active: rgba(233, 69, 96, 0.2);
    --bg-table-header: #e94560;
    --bg-table-header-hover: #d93550;
    --active-indicator: #f39c12;
    --clear-indicator: #e94560;
}
