/* ============================================
   HEYBA INSIDERS - Premium Auth Dark Overrides
   ============================================ */

[data-theme="dark"] .auth-card,
[data-theme="dark"] .auth-visual-card {
    background: linear-gradient(145deg, rgba(17, 24, 39, 0.95), rgba(9, 9, 11, 0.96));
    border-color: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .auth-form .input-wrapper {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .auth-form .input-wrapper:focus-within {
    border-color: rgba(124, 58, 237, 0.9);
    background: rgba(255, 255, 255, 0.06);
}
