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

/* Dark Mode for Story Reader */
.dark-mode main {
  background: linear-gradient(to bottom, #1e293b, #0f172a) !important;
}

.dark-mode .bg-amber-50 {
  background: rgba(30, 41, 59, 0.95) !important;
  border-color: #475569 !important;
}

.dark-mode .text-amber-900,
.dark-mode .text-amber-700,
.dark-mode .text-amber-600,
.dark-mode .text-amber-800 {
  color: #f1f5f9 !important;
}

.dark-mode .border-amber-700,
.dark-mode .border-amber-800,
.dark-mode .border-amber-200,
.dark-mode .border-amber-400 {
  border-color: #64748b !important;
}

.dark-mode .bg-amber-25,
.dark-mode .bg-amber-700 {
  background-color: #334155 !important;
}
