/* ==========================================================================
   auth_modal.css — CD-A3b (18.09.2026)
   Ersetzt die 9 statischen style="-Attribute des Auth-Modals (layout/
   auth_modal.tpl) durch amh-*-Klassen — Werte 1:1, unlayered
   (CD-A3b-Muster, Voraussetzung fuer style-src-attr 'none').
   Der Honeypot (Spam-Falle) nutzt stattdessen Bootstraps .d-none —
   byte-identische Deklaration (display:none !important).
   ========================================================================== */
.amh-icon {
  width: 38px; height: 38px;
  background: linear-gradient(135deg, rgba(0,240,255,0.2), rgba(59,130,246,0.3));
  border: 1px solid rgba(0,240,255,0.4);
}
.amh-brand { color: var(--color-accent-text); font-weight: 800; }
.amh-cursor { cursor: pointer; }
.amh-icon-success {
  width: 60px; height: 60px;
  background: linear-gradient(135deg, rgba(16,185,129,0.2), rgba(6,182,212,0.3));
  border: 2px solid #10b981;
}
.amh-maxw-340 { max-width: 340px; }
