/* Super Admin dark-mode cleanup to neutralize light inline styles */

html[data-theme='dark'][data-app-role='super_admin'] .dashboard-container [style*='background:#fff'],
html[data-theme='dark'][data-app-role='super_admin'] .dashboard-container [style*='background: #fff'],
html[data-theme='dark'][data-app-role='super_admin'] .dashboard-container [style*='background:#ffffff'],
html[data-theme='dark'][data-app-role='super_admin'] .dashboard-container [style*='background: #ffffff'],
html[data-theme='dark'][data-app-role='super_admin'] .dashboard-container [style*='background:#f8fafc'],
html[data-theme='dark'][data-app-role='super_admin'] .dashboard-container [style*='background: #f8fafc'],
html[data-theme='dark'][data-app-role='super_admin'] .dashboard-container [style*='background:#f9fafb'],
html[data-theme='dark'][data-app-role='super_admin'] .dashboard-container [style*='background: #f9fafb'],
html[data-theme='dark'][data-app-role='super_admin'] .dashboard-container [style*='background:#f1f5f9'],
html[data-theme='dark'][data-app-role='super_admin'] .dashboard-container [style*='background: #f1f5f9'] {
    background: var(--surface) !important;
    border-color: rgba(148, 163, 184, 0.24) !important;
}

html[data-theme='dark'][data-app-role='super_admin'] .dashboard-container [style*='border-top:1px solid #f1f5f9'],
html[data-theme='dark'][data-app-role='super_admin'] .dashboard-container [style*='border-bottom:1px solid #f1f5f9'],
html[data-theme='dark'][data-app-role='super_admin'] .dashboard-container [style*='border:1px solid #e2e8f0'],
html[data-theme='dark'][data-app-role='super_admin'] .dashboard-container [style*='border: 1px solid #e2e8f0'],
html[data-theme='dark'][data-app-role='super_admin'] .dashboard-container [style*='border:1.5px solid #e2e8f0'],
html[data-theme='dark'][data-app-role='super_admin'] .dashboard-container [style*='border: 1.5px solid #e2e8f0'] {
    border-color: rgba(148, 163, 184, 0.24) !important;
}

html[data-theme='dark'][data-app-role='super_admin'] .dashboard-container [style*='color:#0f172a'],
html[data-theme='dark'][data-app-role='super_admin'] .dashboard-container [style*='color: #0f172a'],
html[data-theme='dark'][data-app-role='super_admin'] .dashboard-container [style*='color:#111827'],
html[data-theme='dark'][data-app-role='super_admin'] .dashboard-container [style*='color: #111827'],
html[data-theme='dark'][data-app-role='super_admin'] .dashboard-container [style*='color:#374151'],
html[data-theme='dark'][data-app-role='super_admin'] .dashboard-container [style*='color: #374151'] {
    color: var(--text-primary) !important;
}

html[data-theme='dark'][data-app-role='super_admin'] .dashboard-container [style*='color:#6b7280'],
html[data-theme='dark'][data-app-role='super_admin'] .dashboard-container [style*='color: #6b7280'],
html[data-theme='dark'][data-app-role='super_admin'] .dashboard-container [style*='color:#64748b'],
html[data-theme='dark'][data-app-role='super_admin'] .dashboard-container [style*='color: #64748b'] {
    color: var(--text-secondary) !important;
}

html[data-theme='dark'][data-app-role='super_admin'] .input-premium,
html[data-theme='dark'][data-app-role='super_admin'] .form-input {
    background: var(--surface) !important;
    border-color: rgba(148, 163, 184, 0.24) !important;
    color: var(--text-primary) !important;
}

html[data-theme='dark'][data-app-role='super_admin'] .input-premium:focus,
html[data-theme='dark'][data-app-role='super_admin'] .form-input:focus {
    background: var(--surface) !important;
}

html[data-theme='dark'][data-app-role='super_admin'] .premium-panel[style*='background:linear-gradient'],
html[data-theme='dark'][data-app-role='super_admin'] .premium-panel[style*='background: linear-gradient'] {
    background: linear-gradient(135deg, #111827, #0f172a) !important;
    border-color: rgba(148, 163, 184, 0.24) !important;
}
