:root {
  /* Primary — warm coral/orange (the "pin" color) */
  --color-primary: #FF6B6B;
  --color-primary-dark: #E85555;
  --color-primary-light: #FF8E8E;

  /* Secondary — deep blue (trust/safety) */
  --color-secondary: #2C3E6B;
  --color-secondary-dark: #1A2744;
  --color-secondary-light: #4A5F8F;

  /* Accent — warm amber */
  --color-accent: #FFB347;

  /* Status */
  --color-success: #4CAF50;
  --color-warning: #FF9800;
  --color-danger: #F44336;
  --color-info: #2196F3;

  /* Neutrals */
  --color-bg: #F5F7FA;
  --color-surface: #FFFFFF;
  --color-border: #E0E4E8;
  --color-text: #2C3E50;
  --color-text-secondary: #7F8C9A;
  --color-text-muted: #B0B8C1;

  /* Typography */
  --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

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

  /* Sidebar */
  --sidebar-width: 260px;
  --sidebar-collapsed: 70px;

  /* Shadows */
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
  --shadow-md: 0 4px 6px rgba(0,0,0,0.07);
  --shadow-lg: 0 10px 15px rgba(0,0,0,0.1);

  /* Border radius */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-full: 50%;

  /* Top bar */
  --topbar-height: 60px;
}
