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

.timer .shadow-card {
    box-shadow: 0 16px 40px -20px oklch(0 0 0 / 0.7);
}
.timer .shadow-glow {
    box-shadow:
            0 0 0 1px oklch(0.86 0.21 138 / 0.25),
            0 12px 40px -12px oklch(0.86 0.21 138 / 0.45);
}
.timer .gradient-primary {
    background-image: linear-gradient(120deg, oklch(0.86 0.21 138), oklch(0.82 0.18 168));
}