/* Ayni brand overrides for the platform auth login page.
   Auto-loaded by core/auth/login.php when this file exists at /config/auth-theme.css.
   These are the values that used to live as the core defaults. */

:root {
  --auth-bg:           #f6f1ed;
  --auth-card:         #ffffff;
  --auth-border:       rgba(42, 38, 32, 0.12);
  --auth-shadow:       0 24px 60px rgba(42, 38, 32, 0.15);
  --auth-text:         #2a2620;
  --auth-text-2:       #6a635a;
  --auth-text-3:       #948c80;
  --auth-accent:       #c0673a;
  --auth-accent-soft:  rgba(192, 103, 58, 0.06);
  --auth-accent-glow:  rgba(192, 103, 58, 0.18);
  --auth-radius:       12px;
  --auth-error-bg:     rgba(239, 68, 68, 0.08);
  --auth-error-border: rgba(239, 68, 68, 0.25);
  --auth-error-text:   #c93838;
  --auth-serif:        'Cormorant Garamond', Georgia, serif;
  --auth-sans:         -apple-system, BlinkMacSystemFont, 'Segoe UI', Manrope, sans-serif;
}

@media (prefers-color-scheme: dark) {
  :root {
    --auth-bg:     #1f1d1a;
    --auth-card:   #25221f;
    --auth-border: rgba(255, 255, 255, 0.08);
    --auth-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
    --auth-text:   #f0ebe2;
    --auth-text-2: #b8aa92;
    --auth-text-3: #6a635a;
  }
}
