/* public/css/themes/warm-minimal.css */
/* Warm Minimal is the default theme defined in app.css :root.
   This file ensures the theme works when explicitly selected via data-theme. */

[data-theme="warm-minimal"] {
  /* All variables already defined in :root of app.css — no overrides needed */
  --shadow-elevation-2: 0 4px 12px rgba(0,0,0,.06);
  --shadow-elevation-3: 0 12px 36px rgba(0,0,0,.1);
}

/* Warm-specific: subtle pattern on auth pages */
[data-theme="warm-minimal"] .auth-wrapper::before {
  background: repeating-linear-gradient(45deg, #000 0px, #000 1px, transparent 1px, transparent 20px);
  opacity: .03;
}
