/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 *
 * NOTE: RapidRailsUI component styles (dialog, theme_toggle) are now in
 * app/assets/tailwind/rapid_rails_ui/ and imported via Tailwind CSS.
 */

/* Fix: Password toggle button needs full height + z-index to be clickable above the input */
button[aria-label="Toggle password visibility"] {
  top: 0;
  bottom: 0;
  z-index: 10;
}