﻿:root {
    /* ===== Couleurs primaires (Thème Magnetar / Cyan Électrique) ===== */
    --primary: #20a7ad;
    --primary-hover: #19797e;
    --primary-light: #5eb1aa;
    --primary-dark: #28938b;
    /*--primary-glow: rgba(32, 167, 173, 0.25);*/
    --primary-subtle: rgba(32, 167, 173, 0.08);
    /* ===== Dégradés ===== */
    --gradient-hero: linear-gradient(135deg, #20a7ad 0%, #0e6e72 100%);
    /*--gradient-button: linear-gradient(135deg, #20a7ad 0%, #0891b2 100%);*/
    /* ===== Neutres ===== */
    --white: #ffffff;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;
    /* ===== Textes dédiés au panneau blanc transparent (OPPOSÉS AU BLANC) ===== */
    --text-main: #111827;
    --text-muted: #374151;
    --text-placeholder: #6b7280;
    /* ===== Feedback ===== */
    --danger: #dc3545;
    --danger-hover: #bb2d3b;
    --danger-bg: #fff5f5;
    --danger-text: #b91c1c;
    --danger-border: #feb2b2;
    --success: #198754;
    --success-bg: #f0fdf4;
    --success-text: #166534;
    --success-border: #bbf7d0;
    /* ===== Ombres Portées ===== */
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 20px 40px rgba(0, 0, 0, 0.15);
    --shadow-focus: 0 0 0 4px rgba(32, 167, 173, 0.25);
    --shadow-button: 0 4px 14px rgba(32, 167, 173, 0.3);
    --shadow-button-hover: 0 6px 20px rgba(32, 167, 173, 0.4);
    /* ===== Coins arrondis ===== */
    /*--radius-sm: 0.375rem;*/
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    --radius-xl: 1rem;
    --radius-full: 9999px;
    /* ===== Transitions ===== */
    --transition-fast: 150ms ease;
    /*--transition-normal: 220ms ease;*/
    --transition-slow: 380ms cubic-bezier(0.4, 0, 0.2, 1);
    /* ===== Typographie ===== */
    --font-family: "Figtree", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --font-size-xs: 0.75rem;
    --font-size-sm: 0.875rem;
    --font-size-base: 1rem;
    --font-size-lg: 1.125rem;
    --font-size-xl: 1.25rem;
    --font-size-2xl: 1.5rem;
    /* ===== Max Width de la carte ===== */
    --form-max-width: 450px;
    --form-max-xl-width: 40rem;
}
