/* Dark Mode Variablen */
[data-theme="dark"] {
    --background-color: #000000;
    --surface-color: #1c1c1e;
    --surface-muted: #2c2c2e;
    --text-color: #f5f5f7;
    --secondary-text: #98989d;
    --border-color: #3a3a3c;
    --accent-color: #0a84ff;
    --accent-hover: #409cff;
    --button-hover: #003f7f;
    --shadow-soft: 0 28px 60px -30px rgba(0, 0, 0, 0.65);
    --danger: #ff453a;
    --danger-hover: #ff3b30;
    --success: #30d158;
    --success-hover: #248a3d;
}
