﻿/* ===== HILFEKLASSEN ===== */
.mt-4       { margin-top: 1rem; }
.mt-6       { margin-top: 1.5rem; }
.text-muted   { color: var(--color-muted); }
.text-danger  { color: var(--color-danger); }
.text-warning { color: var(--color-warning); }
.text-success { color: var(--color-success); }
.text-right   { text-align: right; }
.text-center  { text-align: center; }

/* ===== Visibility-Utility (CSP-konform, kein Inline-style="display:none") ===== */
.is-hidden { display: none !important; }

/* =====================================================
   _utilities.css
   Zweck:          Core-CSS-Modul (Base)
   Verwendet von:  Core-Basis auf allen Seiten (main.php/auth.php)
   Abhaengigkeiten: Reihenfolge base -> layout -> components
   Verantwortlich: Core-Styles
   ===================================================== */
