/* ═══════════════════════════════════════════════════════
   THEME: Sylvain CARON — Emerald Navy
   Replace this file to change the portal's entire skin.
   All components reference these variables exclusively.
   ═══════════════════════════════════════════════════════ */

:root {
  /* ── Brand ── */
  --sc-primary: #1b2a4a;
  --sc-primary-light: #2d4a7a;
  --sc-primary-rgb: 27, 42, 74;
  --sc-accent: #00b894;
  --sc-accent-hover: #00a381;
  --sc-accent-rgb: 0, 184, 148;
  --sc-accent-soft: rgba(0, 184, 148, 0.08);

  /* ── Semantic ── */
  --sc-danger: #e74c3c;
  --sc-danger-soft: rgba(231, 76, 60, 0.08);
  --sc-warning: #f39c12;
  --sc-warning-soft: rgba(243, 156, 18, 0.08);
  --sc-info: #3498db;
  --sc-info-soft: rgba(52, 152, 219, 0.08);
  --sc-success: #00b894;
  --sc-success-soft: rgba(0, 184, 148, 0.08);

  /* ── Surfaces ── */
  --sc-bg: #f4f5f7;
  --sc-bg-elevated: #ffffff;
  --sc-bg-sunken: #eceef1;
  --sc-bg-overlay: rgba(27, 42, 74, 0.6);

  /* ── Text ── */
  --sc-text: #1a1d21;
  --sc-text-secondary: #5f6b7a;
  --sc-text-muted: #8b95a5;
  --sc-text-inverse: #ffffff;

  /* ── Borders ── */
  --sc-border: #e2e5ea;
  --sc-border-strong: #cdd1d8;

  /* ── Spacing scale ── */
  --sc-space-xs: 4px;
  --sc-space-sm: 8px;
  --sc-space-md: 16px;
  --sc-space-lg: 24px;
  --sc-space-xl: 32px;
  --sc-space-2xl: 48px;

  /* ── Radii ── */
  --sc-radius-sm: 6px;
  --sc-radius: 10px;
  --sc-radius-lg: 14px;
  --sc-radius-xl: 20px;
  --sc-radius-full: 9999px;

  /* ── Shadows ── */
  --sc-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.06);
  --sc-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.08);
  --sc-shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.06);
  --sc-shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.06);
  --sc-shadow-accent: 0 4px 14px rgba(0, 184, 148, 0.35);

  /* ── Typography ── */
  --sc-font: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  --sc-font-mono: 'JetBrains Mono', 'Fira Code', monospace;
  --sc-leading: 1.6;
  --sc-leading-tight: 1.25;

  /* ── Transitions ── */
  --sc-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --sc-duration: 0.2s;
  --sc-duration-slow: 0.35s;

  /* ── Z-index ── */
  --sc-z-dropdown: 100;
  --sc-z-sticky: 200;
  --sc-z-navbar: 300;
  --sc-z-overlay: 400;
  --sc-z-modal: 500;
}
