/* Evidenzio — tema per il portale Authelia.
   Authelia definisce il tema con variabili shadcn su [data-theme=...].
   Qui si sovrascrive solo il set "dark", che e quello configurato. */
[data-theme="dark"] {
  --background: #12121f;
  --foreground: #e9ecff;
  --card: #1b1b2e;
  --card-foreground: #e9ecff;
  --popover: #1b1b2e;
  --popover-foreground: #e9ecff;
  --primary: #032eed;
  --primary-foreground: #ffffff;
  --secondary: #2f2e5c;
  --secondary-foreground: #e9ecff;
  --muted: #23233a;
  --muted-foreground: rgba(233, 236, 255, 0.64);
  --accent: #df5a37;
  --accent-foreground: #ffffff;
  --border: rgba(255, 255, 255, 0.11);
  --input: rgba(255, 255, 255, 0.11);
  --ring: #df5a37;
}
body {
  background-image:
    radial-gradient(1100px 520px at 10% -12%, rgba(3, 46, 237, 0.30), transparent 62%),
    radial-gradient(760px 400px at 100% 2%, rgba(223, 90, 55, 0.14), transparent 58%);
  background-attachment: fixed;
  background-repeat: no-repeat;
}
