/* ==========================================================================
   PROPTRAIL GLOBAL — DESIGN SYSTEM TOKENS (variables.css)
   Centralized CSS Variables anchored on the official PROPTRAIL GLOBAL logo
   ========================================================================== */

:root {
  /* Brand Palette from Official Logo */
  --brand-primary: #3e2d7f;
  --brand-primary-hover: #312368;
  --brand-primary-light: #523caa;
  --brand-midnight: #1b133d;
  --brand-dark-surface: #241a50;
  --brand-navy-deep: #0f0b24;
  --brand-accent: #6c4ecf;
  --brand-accent-soft: #f2eefa;
  --brand-lavender: #a893ce;
  --brand-lavender-light: #ece7f7;
  --brand-gradient: linear-gradient(135deg, #3e2d7f 0%, #523caa 50%, #2a1b59 100%);
  --brand-gradient-subtle: linear-gradient(180deg, #faf9fe 0%, #f3effb 100%);

  /* Neutrals & Surfaces */
  --bg-body: #f8fafc;
  --bg-surface: #ffffff;
  --bg-subtle: #f1f5f9;
  --bg-alt: #f4f6fa;
  --text-main: #0f172a;
  --text-muted: #475569;
  --text-subtle: #64748b;
  --text-inverse: #ffffff;

  /* Borders & Hairlines */
  --border-light: #e2e8f0;
  --border-brand-subtle: #e4dfec;
  --border-brand: #c9bfdc;
  --border-focus: #6c4ecf;

  /* Shadows */
  --shadow-xs: 0 1px 2px rgba(15, 23, 42, 0.04);
  --shadow-sm: 0 2px 4px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 6px 18px -2px rgba(30, 20, 70, 0.08), 0 2px 6px -1px rgba(30, 20, 70, 0.03);
  --shadow-lg: 0 16px 36px -4px rgba(30, 20, 70, 0.12), 0 4px 12px -2px rgba(30, 20, 70, 0.04);
  --shadow-elevated: 0 24px 50px -8px rgba(18, 14, 40, 0.25);

  /* Status Colors */
  --status-emerald-bg: #ecfdf5;
  --status-emerald-text: #047857;
  --status-emerald-border: #a7f3d0;
  --status-blue-bg: #eff6ff;
  --status-blue-text: #1d4ed8;
  --status-amber-bg: #fffbeb;
  --status-amber-text: #b45309;

  /* Layout & Radii */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 22px;
  --radius-pill: 9999px;
  --max-w: 1200px;
  --transition-fast: 0.18s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-smooth: 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
