/*
  Handicap Success Rate Styles
  Uses same color scheme as possession but with ranges optimized for handicap success rates
  Darker = lower success rate, Brighter = higher success rate
*/

/* Under 50% - Darkest (worst performance) */
.handicap-0-49 {
  background-color: #1e3a3a !important;
  color: #94a3b8 !important;
}

/* 50-59% - 2nd darkest */
.handicap-50-59 {
  background-color: #234545 !important;
  color: #cbd5e1 !important;
}

/* 60-69% - 3rd level */
.handicap-60-69 {
  background-color: #2a5555 !important;
  color: #e2e8f0 !important;
}

/* 70-79% - 4th level */
.handicap-70-79 {
  background-color: #316565 !important;
  color: #f1f5f9 !important;
}

/* 80-89% - 5th level */
.handicap-80-89 {
  background-color: #3a7575 !important;
  color: #f8fafc !important;
}

/* 90-94% - 6th level */
.handicap-90-94 {
  background-color: #438585 !important;
  color: #ffffff !important;
}

/* 95-100% - Brightest (best performance) */
.handicap-95-100 {
  background-color: #4d9999 !important;
  color: #ffffff !important;
}

/* ============================================
   Negative Handicap Classes (Custom Scale)
   Optimized for typically lower success rates
   ============================================ */

/* 0-5% - Darkest (worst performance for negative handicaps) */
.handicap-negative-0-5 {
  background-color: #1e3a3a !important;
  color: #94a3b8 !important;
}

/* 5-10% - 2nd darkest */
.handicap-negative-5-10 {
  background-color: #234545 !important;
  color: #cbd5e1 !important;
}

/* 10-15% - 3rd level */
.handicap-negative-10-15 {
  background-color: #2a5555 !important;
  color: #e2e8f0 !important;
}

/* 15-20% - 4th level */
.handicap-negative-15-20 {
  background-color: #316565 !important;
  color: #f1f5f9 !important;
}

/* 20-25% - 5th level */
.handicap-negative-20-25 {
  background-color: #3a7575 !important;
  color: #f8fafc !important;
}

/* 25-65% - 2nd highest (6th level) */
.handicap-negative-25-65 {
  background-color: #438585 !important;
  color: #ffffff !important;
}

/* 65%+ - Brightest (best performance for negative handicaps) */
.handicap-negative-65-plus {
  background-color: #4d9999 !important;
  color: #ffffff !important;
}
