/* ============================================================
   POWERLIFTING SBD ANALYZER — LOCAL OVERRIDES
   Inherits from ../style-brutal.css
   ============================================================ */

/* Tier Colors — functional, kept intact */
:root {
    --tier-fresh:        #6B7280;
    --tier-beginner:     #4ade80;
    --tier-intermediate: #3b82f6;
    --tier-advanced:     #c084fc;
    --tier-pro:          #fbbf24;
    --tier-elite:        #ef4444;
}

/* Progress bar fill animation — keep linear, no ease */
.brutal-progress-fill {
    transition: width 0.6s linear, background-color 0.1s linear;
}

/* No shine effect — brutalist: raw bars only */

/* Points card — full width across the dashboard grid */
.brutal-points-card {
    grid-column: 1 / -1;
}