/*
 * 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 "hunt.css"; */

/* Streamer loadout builder active slot buttons */
#loadout-builder-container [data-slot][data-active] {
    border-color: #f2ca50 !important;
    background: rgba(242, 202, 80, 0.06);
}

/* Selected items in the main content grid */
#loadout-builder-container [data-item-type].selected {
    border-color: #f2ca50 !important;
    background: rgba(242, 202, 80, 0.1);
}

/* Filter button active state (shared between dashboard and streamer) */
/* Uses #f2ca50 (gold) which matches both Tailwind primary and dashboard theme */
.filter-btn-active {
    border-color: #f2ca50 !important;
    background: rgba(242, 202, 80, 0.1) !important;
    color: #f2ca50;
}
