/*
Theme Name: TIVIZEER
Theme URI: https://tivizeer.fr
Author: TIVIZEER
Author URI: https://tivizeer.fr
Description: Thème WordPress premium pour TIVIZEER - Service IPTV
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tivizeer
Tags: iptv, streaming, dark-theme

TIVIZEER - Meilleur Service IPTV
*/

/* Variables CSS globales */
:root {
    --accent-primary: #9ACD32;
    --accent-secondary: #7CFC00;
    --accent-hover: #8BC32A;
    --accent-light: rgba(154, 205, 50, 0.15);
    --gradient-primary: linear-gradient(135deg, #9ACD32 0%, #7CFC00 100%);
    --gradient-hero: linear-gradient(180deg, #0a0a0a 0%, #111111 50%, #0d0d0d 100%);
    --bg-page: #0a0a0a;
    --bg-light: #151515;
    --bg-surface: #1a1a1a;
    --bg-card: #1e1e1e;
    --bg-footer: #050505;
    --text-primary: #ffffff;
    --text-secondary: #e0e0e0;
    --text-muted: #888888;
    --text-white: #ffffff;
    --border-color: rgba(154, 205, 50, 0.2);
    --shadow-sm: 0 4px 15px rgba(0, 0, 0, 0.3);
    --shadow-md: 0 10px 40px rgba(0, 0, 0, 0.4);
    --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.5);
    --shadow-glow: 0 0 30px rgba(154, 205, 50, 0.3);
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-full: 50px;
    --transition: all 0.3s ease;
}