/* Cinema theme — design tokens */
:root {
    --cinema-bg: #0a0e1a;
    --cinema-bg-elevated: #141925;
    --cinema-bg-hover: #1c2233;
    --cinema-text: #e8eaf0;
    --cinema-text-muted: #8088a0;
    --cinema-text-subtle: #5a6280;
    --cinema-border: rgba(255, 255, 255, 0.08);
    --cinema-accent: #ff2e63;
    --cinema-accent-hover: #ff5582;
    --cinema-imdb: #f5c518;
    --cinema-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
    --cinema-glow: 0 0 24px rgba(255, 46, 99, 0.4);
    --header-h: 64px;
    --content-max: 1320px;
    --section-px: 32px;
}

@media (max-width: 768px) {
    :root {
        --header-h: 56px;
        --section-px: 16px;
    }
}
