/* SSM theme — Strålsäkerhetsmyndigheten (Swedish Radiation Safety Authority).
 *
 * Brand palette from stralsakerhetsmyndigheten.se: #9b2c98 on white.
 * Activates when the logo top-left is toggled by a user with the
 * "@ssm.se" Authelia claim. Internal-only.
 */
:root[data-theme="ssm"] {
  --bg:           #ffffff;
  --bg-card:     #fafafa;
  --bg-strip:    #9b2c98;  /* SSM brand purple */
  --primary:     #9b2c98;
  --primary-hi:  #b94db5;
  --accent:      #6b1d6b;
  --accent-hi:   #823a82;
  --text:        #1a1a1a;
  --text-muted:  #6b6b6b;
  --text-on-dark:#ffffff;
  --border:      #e0e0e0;
  --good:        #2d7a4a;
  --warn:        #b88817;
  --bad:         #b91c1c;
  --shadow:      0 1px 3px rgba(155,44,152,0.08);
  --focus-ring:  #6b1d6b;
}
