/* index.php (moved out of an inline <style> 2026-09-27) */
/* The auth page is hard-wired to the light theme (data-theme-mode="light" on <html>,
   no toggle) and the theme's alert palette is pale amber/blue on a white panel -
   .alert-warning measures 1.7:1 there. These notes carry their own colours. */
.auth-note { border: 1px solid; border-left-width: 4px; border-radius: .375rem; padding: .75rem 1rem; margin-bottom: 1rem; font-size: .925rem; line-height: 1.45; }
.auth-note-info  { background: #eef4ff; border-color: #2f5fd0; color: #123a86; }
.auth-note-warn  { background: #fff5e0; border-color: #a4700a; color: #6b4703; }
.auth-note-error { background: #fdecec; border-color: #b32020; color: #8a1616; }
