/*
 * 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.
 */

/* Import Tailwind CSS build */
@import url("/assets/tailwind-9f8d6142.css");

/* FORCE REBUILD - CUSTOM THEME OVERRIDES - HIGHEST SPECIFICITY */
html[data-theme="light"] {
  --color-primary: oklch(45% 0.18 310) !important;
  --color-primary-content: oklch(95% 0 0) !important;
  --color-secondary: oklch(85% 0.02 320) !important;
  --color-secondary-content: oklch(30% 0 0) !important;
}

[data-theme="light"] {
  --color-primary: oklch(45% 0.18 310) !important;
  --color-primary-content: oklch(95% 0 0) !important;
  --color-secondary: oklch(85% 0.02 320) !important;
  --color-secondary-content: oklch(30% 0 0) !important;
}

/* Custom dropdown menu hover styles */
.menu li > *:not(ul):not(.menu-title):not([disabled]):hover,
.menu li > *:not(ul):not(.menu-title):not([disabled]):focus {
  background-color: var(--color-secondary) !important;
  color: var(--color-secondary-content) !important;
}

