/* Dark theme for authentication pages (login & sign-in) - only page-specific styles */

/* Since all common styles are now in the main dark-theme.css file,
   this file only contains any unique authentication-specific styles
   that are not already covered in the main file */

/* Server status indicators in sign-in page */
[data-theme="dark"] .server-status-indicator {
    margin-top: 1rem;
    padding: 0.5rem;
    border-radius: var(--border-radius);
    background-color: rgba(30, 42, 56, 0.4);
}

/* If you need any other auth-specific styles that aren't already in the main file, 
   add them here. Otherwise, this file could potentially be empty or eliminated. */