/* 
 * BFH Theme Dark (theme-dark.css)
 */

:root,
.bfh-theme-dark {
    /* -------------------- Colors -------------------- */
    --bfh-color-primary: #00A896;
    --bfh-color-primary-hover: #02C3AE;
    --bfh-color-primary-transparent: rgba(0, 168, 150, 0.15);

    --bfh-bg-page: #121212;
    --bfh-surface: #1A1A1A;
    --bfh-surface-hover: #222222;
    --bfh-surface-glass: rgba(26, 26, 26, 0.7);

    --bfh-border: #333333;
    --bfh-border-hover: #444444;

    --bfh-text-primary: #FFFFFF;
    --bfh-text-secondary: #A0A0A0;
    --bfh-text-muted: #666666;
    --bfh-text-inverse: #121212;

    /* -------------------- Status -------------------- */
    --bfh-success: #28A745;
    --bfh-warning: #FFC107;
    --bfh-danger: #DC3545;
    --bfh-info: #17A2B8;

    /* -------------------- Specific Elements -------------------- */
    --bfh-rating-filled: #F4D35E;
    --bfh-rating-empty: #444444;

    --bfh-shadow-1: 0 4px 6px rgba(0, 0, 0, 0.3);
    --bfh-shadow-2: 0 10px 15px rgba(0, 0, 0, 0.4);
    --bfh-shadow-glow: 0 0 15px rgba(0, 168, 150, 0.4);
}
