:root {
    --blue: #5e72e4;
    --indigo: #5603ad;
    --purple: #8965e0;
    --pink: #f3a4b5;
    --red: #f5365c;
    --orange: #fb6340;
    --yellow: #ffd600;
    --green: #2dce89;
    --teal: #11cdef;
    --cyan: #2bffc6;
    --white: #fff;
    --gray: #8898aa;
    --gray-dark: #32325d;
    --light: #ced4da;
    --lighter: #e9ecef;
    --primary: #5e72e4;
    --secondary: #f7fafc;
    --success: #2dce89;
    --info: #11cdef;
    --warning: #fb6340;
    --danger: #f5365c;
    --light: #adb5bd;
    --dark: #212529;
    --default: #172b4d;
    --white: #fff;
    --neutral: #fff;
    --darker: black;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    /* --font-family-sans-serif: Open Sans, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace; */
  }
  
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }


}
  @-ms-viewport {
    width: device-width;
  }
  
  figcaption,
  footer,
  header,
  main,
  nav,
  section {
    display: block;
  }
  
  /* /* body {
    font-family: Open Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: left;
    color: #525f7f;
    background-color: #f8f9fe;
  } */

  [tabindex='-1']:focus {
    outline: 0 !important;
  }
  
  h2,
  h5 {
    margin-top: 0;
    margin-bottom: .5rem;
  }

  
  
  /* p {
    margin-top: 0;
    margin-bottom: 1rem;
  } */
  
  dfn {
    font-style: italic;
  }
  
  strong {
    font-weight: bolder;
  }
  
  a {
    text-decoration: none;
    /* color: #5e72e4; */
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
  }
  
  a:hover {
    text-decoration: none;
    color: #233dd2;
  }
  
  a:not([href]):not([tabindex]) {
    text-decoration: none;
    color: inherit;
  }
  
  a:not([href]):not([tabindex]):hover,
  a:not([href]):not([tabindex]):focus {
    text-decoration: none;
    color: inherit;
  }
  
  a:not([href]):not([tabindex]):focus {
    outline: 0;
  }
  
  caption {
    padding-top: 1rem;
    padding-bottom: 1rem;
    caption-side: bottom;
    text-align: left;
    color: #8898aa;
  }
  
  button {
    border-radius: 0;
  }
  
  button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }
  
  input,
  button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
  }
  
  button,
  input {
    overflow: visible;
  }
  
  button {
    text-transform: none;
  }
  
  button,
  [type='reset'],
  [type='submit'] {
    -webkit-appearance: button;
  }
  
  button::-moz-focus-inner,
  [type='button']::-moz-focus-inner,
  [type='reset']::-moz-focus-inner,
  [type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
  
  input[type='radio'],
  input[type='checkbox'] {
    box-sizing: border-box;
    padding: 0;
  }
  
  input[type='date'],
  input[type='time'],
  input[type='datetime-local'],
  input[type='month'] {
    -webkit-appearance: listbox;
  }
  
  legend {
    font-size: 1.5rem;
    line-height: inherit;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: .5rem;
    padding: 0;
    white-space: normal;
    color: inherit;
  }
  
  [type='number']::-webkit-inner-spin-button,
  [type='number']::-webkit-outer-spin-button {
    height: auto;
  }
  
  [type='search'] {
    outline-offset: -2px;
    -webkit-appearance: none;
  }
  
  [type='search']::-webkit-search-cancel-button,
  [type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
  }
  
  [hidden] {
    display: none !important;
  }
  
  h22,
  .h22
  {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: .5rem;
    /* color: #32325d; */
  }
  
  h22,
  .h22 {
    font-size: 1.5rem;
  }
  
  
  .container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .row {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    flex-wrap: wrap;
  }
  
  .col,
  .col-auto,
  .col-lg-6,
  .col-xl-3,
  .col-xl-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .col {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  
  .col-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto;
  }
  
  @media (min-width: 992px) {
    .col-lg-6 {
      max-width: 50%;
      flex: 0 0 50%;
    }
  }
  
  @media (min-width: 1200px) {
    .col-xl-3 {
      max-width: 25%;
      flex: 0 0 25%;
    }
    .col-xl-6 {
      max-width: 50%;
      flex: 0 0 50%;
    }
  }
  
  .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: .375rem;
    background-color: #fff;
    background-clip: border-box;
  }
  .card:hover {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, .05);
   border-radius: .375rem;
    background-color: #f5f5f5;
    background-clip: border-box;
  }

  
  .card-body {
    padding: 1.5rem;
    flex: 1 1 auto;
  }
  
  .card-title {
    margin-bottom: 1.25rem;
    font-size: 10px;
  }
  
  @keyframes progress-bar-stripes {
    from {
      background-position: 1rem 0;
    }
    to {
      background-position: 0 0;
    }
  }
  
  .bg-info {
    background-color: #11cdef !important;
  }
  
  a.bg-info:hover,
  a.bg-info:focus,
  button.bg-info:hover,
  button.bg-info:focus {
    background-color: #0da5c0 !important;
  }
  
  .bg-warning {
    background-color: #fb6340 !important;
  }
  
  a.bg-warning:hover,
  a.bg-warning:focus,
  button.bg-warning:hover,
  button.bg-warning:focus {
    background-color: #fa3a0e !important;
  }
  
  .bg-danger {
    background-color: #f5365c !important;
  }
  
  a.bg-danger:hover,
  a.bg-danger:focus,
  button.bg-danger:hover,
  button.bg-danger:focus {
    background-color: #ec0c38 !important;
  }
  
  .bg-default {
    background-color: #172b4d !important;
  }
  
  a.bg-default:hover,
  a.bg-default:focus,
  button.bg-default:hover,
  button.bg-default:focus {
    background-color: #0b1526 !important;
  }
  
  .rounded-circle {
    border-radius: 50% !important;
  }
  
  .align-items-center {
    align-items: center !important;
  }
  
  @media (min-width: 1200px) {
    .justify-content-xl-between {
      justify-content: space-between !important;
    }
  }
  
  .shadow {
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
  }
  
  .mb-0 {
    margin-bottom: 0 !important;
  }
  
  .mr-2 {
    margin-right: .5rem !important;
  }
  
  .mt-3 {
    margin-top: 1rem !important;
  }
  
  .mb-4 {
    margin-bottom: 1.5rem !important;
  }
  
  .mb-5 {
    margin-bottom: 3rem !important;
  }
  
  .pt-5 {
    padding-top: 3rem !important;
  }
  
  .pb-8 {
    padding-bottom: 8rem !important;
  }
  
  .m-auto {
    margin: auto !important;
  }
  
  @media (min-width: 768px) {
    .pt-md-8 {
      padding-top: 8rem !important;
    }
  }
  
  @media (min-width: 1200px) {
    .mb-xl-0 {
      margin-bottom: 0 !important;
    }
  }
  
  .text-nowrap {
    white-space: nowrap !important;
  }
  
  .text-center {
    text-align: center !important;
  }
  
  .text-uppercase {
    text-transform: uppercase !important;
  }
  
  .font-weight-bold {
    font-weight: 600 !important;
  }
  
  .text-white {
    color: #fff !important;
  }
  
  .text-success {
    color: #2dce89 !important;
  }
  
  a.text-success:hover,
  a.text-success:focus {
    color: #24a46d !important;
  }
  
  .text-warning {
    color: #fb6340 !important;
  }
  
  a.text-warning:hover,
  a.text-warning:focus {
    color: #fa3a0e !important;
  }
  
  .text-danger {
    color: #f5365c !important;
  }
  
  a.text-danger:hover,
  a.text-danger:focus {
    color: #ec0c38 !important;
  }
  
  .text-white {
    color: #fff !important;
  }
  
  a.text-white:hover,
  a.text-white:focus {
    color: #e6e6e6 !important;
  }
  
  .text-muted {
    color: #8898aa !important;
  }
  
  @media print {
    *,
    *::before,
    *::after {
      box-shadow: none !important;
      text-shadow: none !important;
    }
    a:not(.btn) {
      text-decoration: underline;
    }
    p,
    h2 {
      orphans: 3;
      widows: 3;
    }
    h2 {
      page-break-after: avoid;
    }
    @ page {
      size: a3;
    }
    body {
      min-width: 992px !important;
    }
  }
  
  figcaption,
  main {
    display: block;
  }
  
  main {
    overflow: hidden;
  }
  
  .bg-yellow {
    background-color: #ffd600 !important;
  }
  
  a.bg-yellow:hover,
  a.bg-yellow:focus,
  button.bg-yellow:hover,
  button.bg-yellow:focus {
    background-color: #ccab00 !important;
  }
  
  .bg-gradient-primary {
    background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
  }
  
  .bg-gradient-primary {
    background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
  }
  
  @keyframes floating-lg {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(15px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  
  @keyframes floating {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(10px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  
  @keyframes floating-sm {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(5px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  
  [class*='shadow'] {
    transition: all .15s ease;
  }
  
  .text-sm {
    font-size: .875rem !important;
  }
  
  .text-white {
    color: #fff !important;
  }
  
  a.text-white:hover,
  a.text-white:focus {
    color: #e6e6e6 !important;
  }
  
  [class*='btn-outline-'] {
    border-width: 1px;
  }
  
  .card-stats .card-body {
    padding: 1rem 1.5rem;
  }
  
  .main-content {
    position: relative;
  }
  
  @media (min-width: 768px) {
    .main-content .container-fluid {
      padding-right: 39px !important;
      padding-left: 39px !important;
    }
  }
  
  .footer {
    padding: 2.5rem 0;
    background: #f7fafc;
  }
  
  .footer .copyright {
    font-size: .875rem;
  }
  
  .header {
    position: relative;
  }
  
  .icon {
    width: 3rem;
    height: 3rem;
  }
  
  .icon i {
    font-size: 2.25rem;
  }
  
  .icon-shape {
    display: inline-flex;
    padding: 12px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }
  
  .icon-shape i {
    font-size: 1.25rem;
  }
  
  @media (min-width: 768px) {
    @ keyframes show-navbar-dropdown {
      0% {
        transition: visibility .25s, opacity .25s, transform .25s;
        transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
        opacity: 0;
      }
      100% {
        transform: translate(0, 0);
        opacity: 1;
      }
    }
    @keyframes hide-navbar-dropdown {
      from {
        opacity: 1;
      }
      to {
        transform: translate(0, 10px);
        opacity: 0;
      }
    }
  }
  
  @keyframes show-navbar-collapse {
    0% {
      transform: scale(.95);
      transform-origin: 100% 0;
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  
  @keyframes hide-navbar-collapse {
    from {
      transform: scale(1);
      transform-origin: 100% 0;
      opacity: 1;
    }
    to {
      transform: scale(.95);
      opacity: 0;
    }
  }
  
  p {
    font-size: 1.25rem;
    font-weight: 300;
    /* line-height: 1.7; */
  }
  
  }

  .drop-container {
    &:hover .drop {
      display: block;
    }
  .drop {
      display: none;
      position: absolute;
      top: 20px;
      left: 8px;
    a {
        display: block;
        padding: 8px 16px;
      }
    }
  }.range-slider {
  margin: 4px 0px 0px 0%;
}

.range-slider {
  width: 100%;
}

.def-pct {
  content: '%';
}

.g-80 {
  background:#2980B9;
}

.g-75 {
  background: #3498DB;
}

.g-70 {
background: #1ABC9C;
}

.g-65 {
  background: #16A085;
  }

.g-60 {
    background: #27AE60;
    }

.g-55 {
background: #2ECC71;
}

.g-50 {
background: #F1C40F;
}

.g-45 {
background: #F39C12;
}

.g-40 {
background: #D35400;
}


.grade-label {
  display: inline-block;
  position: relative;
  font-weight: bold;
  width: 10%;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  padding: 5px 5px;
  margin-top: 0px;
  opacity: 100%;
}

.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (113px));
  height: 10px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin-bottom: 2px;
}
.range-slider__range::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #1abc9c;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-moz-range-thumb {
  background: #1abc9c;
}
.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c;
}

.range-slider__value {
  display: inline-block;
  position: relative;
  width: 100px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  opacity: 100%;
  /* padding: 5px 10px; */
  /* margin-left: 8px; */
}

.range-slider__total {
  display: inline-block;
  font-weight: bolder;
  position: right;
  width: 100px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #2A5366;
  padding: 5px 10px;
  margin-left: 56px;
}

.range-slider__grade {
  display: inline-block;
  font-weight: bolder;
  position: right;
  width: 100px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #2A5366;
  padding: 5px 10px;
  margin-left: 20px;
}

.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: "";
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}

/*# sourceMappingURL=range_style.css.map */
body{
    /* margin-top:20px; */
    /* background:#FAFAFA; */
}
.order-card {
    color: #fff;
}

.bg-c-blue {
    background: linear-gradient(45deg,#406c9e,#114d92);
}

.bg-c-lblue {
    background: linear-gradient(45deg,#7758dd,#0475b7);
}

.bg-c-green {
    background: linear-gradient(45deg,#02b9a4,#a0bb06);
}

.bg-c-yellow {
    background: linear-gradient(45deg,#FFB64D,#ffcb80);
}

.bg-c-pink {
    background: linear-gradient(45deg,#FF5370,#ff869a);
}

.bg-c-slate {
    background: linear-gradient(45deg,#999a9a,#4b4b5a);
}

.bg-c-fund {
  background: linear-gradient(45deg,#e3ecec,#c4c4d9);
  color: rgb(42, 41, 41);
}

.bg-c-gold {
    background: linear-gradient(45deg,#90804f,#906d04);
}

.bg-c-info {
    background: linear-gradient(45deg,#5bc0de,#186add );
}

.bg-c-verbal {
    background: linear-gradient(45deg,rgb(158, 29, 227),rgb(37, 6, 161));
}


.label-hollow-warning {
    border-color: #f0ad4e;
    color: #f0ad4e;
  }
  
  .label-hollow-primary {
    border-color: #337ab7;
    color: #337ab7;
  }
  
  .label-hollow-danger {
    border-color: #d9534f;
    color: #d9534f;
  }
  
  .label-hollow-success {
    border-color: #5cb85c;
    color: #5cb85c;
  }
  
  .label-hollow-info {
    border-color: #5bc0de;
    background-color: #5bc0de;
    color: white;
  }
  
  .label-hollow-purple {
    border-color: rgb(158, 29, 227);
    color: rgb(158, 29, 227);
  }
  .label-hollow-purple-fill {
    border-color: rgb(158, 29, 227);
    color: white;
    background-color: rgb(158, 29, 227);
  }
  
  .label-hollow-navy {
    border-color: rgb(224, 95, 2);
    color: rgb(224, 95, 2);
  }

.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card .card-block {
    padding: 20px;
    padding-top: 0px;
}

.order-card i {
    font-size: 26px;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.box {
    float: right;
    height: 10px;
    width: 10px;
    border: 0.5 px solid white;
    clear: both;
  }
  
  .red {
    background-color: red;
  }
  
  .green {
    background-color: rgb(9, 203, 116);
  }
  
  .yellow {
    background-color: rgb(246, 255, 0);
  }.g-80 {
    background-color:#2980B9;
  }
  
  .g-75 {
    background-color: #3498DB;
  }
  
  .g-70 {
  background-color: #1ABC9C;
  }
  
  .g-65 {
    background-color: #16A085;
    }
  
  .g-60 {
      background-color: #27AE60;
      }
  
  .g-55 {
  background-color: #2ECC71;
  }
  
  .g-50 {
  background-color: #F1C40F;
  }
  
  .g-45 {
  background-color: #F39C12;
  }
  
  .g-40 {
  background-color: #D35400;
  }

  .g-35 {
    background-color: #d33c00;
    }

  .g-30 {
      background-color: #e90404;
      }
    
  .label-hollow {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    border-style: solid;
    border-width: thin;

}

.label-hollow-warning {
  border-color: #f0ad4e;
  color: #f0ad4e;
}

.label-hollow-primary {
  border-color: #337ab7;
  color: #337ab7;
}

.label-hollow-danger {
  border-color: #d9534f;
  color: #d9534f;
}

.label-hollow-success {
  border-color: #5cb85c;
  color: #5cb85c;
}

.label-hollow-info {
  border-color: #5bc0de;
  background-color: #5bc0de;
  color: white;
}

.label-hollow-purple {
  border-color: rgb(158, 29, 227);
  color: rgb(158, 29, 227);
}
.label-hollow-purple-fill {
  border-color: rgb(158, 29, 227);
  color: white;
  background-color: rgb(158, 29, 227);
}

.label-hollow-navy {
  border-color: rgb(224, 95, 2);
  color: rgb(224, 95, 2);
}

.team-icon {
/* background-color: rgb(253, 85, 1); */
/* background: linear-gradient(45deg,#004695,#ff8000); */
/* background: linear-gradient(36deg,#000cec,#00ff8c); */
background: linear-gradient(36deg,#000cecc7,#00ff8cc7);
color: white;
padding: 6px;
font-size: 11px;
margin-top: 14px;
margin-bottom: 0px;
margin-right: 0px;
font-weight: bolder;
text-align: center;
border-color: black;
border-radius: 5px;
border-width: 1px;
text-decoration: none;
}


#portfolioTable.hide7 tr > *:nth-child(7) {
  display: none;
}
/* Modern NFL Predictions Styling */
.modern-nfl-container {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    padding: 0;
    margin: 0 -15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Header Section */
.header-section {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 0 0 30px 30px;
    padding: 30px 20px 20px;
    margin-bottom: 30px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.header-content {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.header-title h1 {
    color: #2c3e50;
    font-size: 3.5rem;
    font-weight: 700;
    margin: 0 0 10px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-title i {
    color: #8b4513;
    margin-right: 15px;
}

.header-subtitle {
    color: #666;
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 30px;
}

/* Week Filter Pills */
.week-filter-container {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.week-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    max-width: 800px;
}

.week-pill {
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 25px;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    min-width: 40px;
    text-align: center;
}

.week-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    border-color: #667eea;
}

.week-pill.active {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border-color: #667eea;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
}

/* Past Week Styling */
.week-pill.past-week {
    background: #f8f9fa;
    border-color: #d6d8db;
    color: #6c757d;
    opacity: 0.7;
}

.week-pill.past-week:hover {
    transform: translateY(-1px);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
    border-color: #adb5bd;
    opacity: 0.85;
}

/* Past week when active */
.week-pill.past-week.active {
    background: linear-gradient(135deg, #6c757d, #495057);
    color: white;
    border-color: #6c757d;
    opacity: 1;
}

/* Main Content Layout */
.main-content {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 25px;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Games Section */
.games-section {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 25px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.games-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.games-header h3 {
    color: #2c3e50;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.games-header i {
    color: #667eea;
}

.games-stats {
    display: flex;
    gap: 20px;
}

.stat-item {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Games Grid */
.games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
}

/* Game Cards */
.game-card {
    background: white;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
}

.game-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
}

.game-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.game-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.game-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.game-day {
    font-size: 12px;
    color: #888;
    font-weight: 500;
    text-transform: uppercase;
}

.game-time {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.game-week {
    background: #f8f9fa;
    color: #666;
    border: 1px solid #e0e0e0;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 500;
    opacity: 0.8;
}

/* Teams Container */
.teams-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: start;
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 12px;
    gap: 10px;
    min-height: 100px; /* Reduced since ELO stats are commented out */
}

.team {
    display: grid;
    grid-template-rows: 33.6px auto auto auto;
    justify-items: center;
    text-align: center;
    gap: 4px;
}

.team-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    margin-bottom: 4px;
}

.team-logo-img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    border-radius: 2px;
}

.team-info {
    display: contents; /* This makes the children become direct grid items */
}

.team-name {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    line-height: 1.2;
    text-align: center;
    max-width: 100%;
    word-wrap: break-word;
    hyphens: auto;
    grid-row: 1;
    align-self: start;
    height: 33.6px; /* Exactly 2 lines at line-height 1.2 */
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-id {
    font-size: 10px;
    color: #888;
    text-transform: uppercase;
    line-height: 1;
    grid-row: 2;
    align-self: start;
}

.team-elo-stats {
    font-size: 11px;
    color: #666;
    line-height: 1.3;
    text-align: center;
    grid-row: 3;
    align-self: start;
    justify-self: center;
    height: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.team-prediction {
    grid-row: 4;
    align-self: end;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.probability-value {
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    transition: all 0.3s ease;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    padding: 4px 8px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255,255,255,0.8), rgba(248,249,250,0.9));
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.vs-divider {
    font-size: 18px;
    font-weight: 700;
    color: #888;
    margin: 0 15px;
    flex-shrink: 0;
    align-self: center;
}

/* Prediction Slider */
.prediction-slider {
    margin: 20px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    border: 2px solid #eee;
}

.slider-label {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 15px;
}

.slider-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

/* Midpoint indicator line */
.slider-container::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 16px;
    background: #666;
    border-radius: 1px;
    z-index: 5;
    pointer-events: none;
    opacity: 0.6;
}

.win-probability-slider {
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: linear-gradient(to right, #27ae60 0%, #f1c40f 50%, #27ae60 100%);
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.win-probability-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    border: 3px solid white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

.win-probability-slider::-webkit-slider-thumb:hover {
    transform: scale(1.1);
}

.win-probability-slider::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    border: 3px solid white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Potential Points */
.potential-points {
    background: #fff;
    border: 2px solid #eee;
    border-radius: 12px;
    padding: 20px;
    margin-top: 30px;
}

.points-header {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 15px;
}

.points-scenarios {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.point-scenario {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.scenario-icon {
    color: #667eea;
    font-size: 16px;
}

.scenario-details {
    flex: 1;
}

.scenario-desc {
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
}

.scenario-points {
    font-size: 16px;
    font-weight: 700;
    transition: color 0.3s ease;
}

/* Score Color Classes */
.score-excellent {
    color: #27ae60 !important;
}

.score-good {
    color: #f39c12 !important;
}

.score-poor {
    color: #e74c3c !important;
}

.score-terrible {
    color: #8b0000 !important;
    background-color: #ffebee;
    padding: 2px 6px;
    border-radius: 4px;
}

.score-neutral {
    color: #95a5a6 !important;
}

/* Leaderboard Section */
.leaderboard-section {
    position: sticky;
    top: 20px;
    max-height: calc(100vh - 40px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.leaderboard-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    min-height: 0;
    max-height: 100%;
}

.leaderboard-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.leaderboard-header h3 {
    color: #2c3e50;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.leaderboard-header i {
    color: #f1c40f;
}

.leaderboard-stats {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-value {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1;
}

.stat-label {
    font-size: 10px;
    color: #2c3e50;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.leaderboard-content {
    flex: 1;
    overflow: hidden;
    min-height: 0;
}

#leaderboard-list {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 5px;
}

/* Custom scrollbar for leaderboard */
#leaderboard-list::-webkit-scrollbar {
    width: 6px;
}

#leaderboard-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

#leaderboard-list::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 3px;
}

#leaderboard-list::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #5a6fd8, #6a42a0);
}

/* Loading State */
.loading-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 40px 20px;
}

.loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f0f0f0;
    border-top: 4px solid #667eea;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-text {
    color: #666;
    font-size: 14px;
}

/* Leaderboard Items */
.leaderboard-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    margin-bottom: 8px;
    background: white;
    border-radius: 12px;
    border: 2px solid #f0f0f0;
    transition: all 0.3s ease;
    position: relative;
}

.leaderboard-item:hover {
    transform: translateX(4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-color: #667eea;
}

.leaderboard-item.rank-1 {
    background: linear-gradient(135deg, #fef9e7, #fef5c7);
    border-color: #f1c40f;
}

.leaderboard-item.rank-1::before {
    content: '👑';
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 16px;
}

.leaderboard-item.rank-2 {
    background: linear-gradient(135deg, #f4f4f4, #e8e8e8);
    border-color: #95a5a6;
}

.leaderboard-item.rank-3 {
    background: linear-gradient(135deg, #fdf2e9, #f4e6d9);
    border-color: #cd7f32;
}

.leaderboard-rank {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}

.rank-1 .leaderboard-rank {
    background: linear-gradient(135deg, #f1c40f, #f39c12);
}

.rank-2 .leaderboard-rank {
    background: linear-gradient(135deg, #95a5a6, #7f8c8d);
}

.rank-3 .leaderboard-rank {
    background: linear-gradient(135deg, #cd7f32, #b8660a);
}

.leaderboard-username {
    flex: 1;
    font-weight: 600;
    color: #2c3e50;
    font-size: 14px;
}

.leaderboard-points {
    font-weight: 700;
    font-size: 16px;
    padding: 4px 8px;
    border-radius: 8px;
}

.points-positive {
    color: #27ae60;
    background: #e8f5e8;
}

.points-negative {
    color: #e74c3c;
    background: #fdeaea;
}

.points-zero {
    color: #95a5a6;
    background: #f5f5f5;
}

/* Notification Styles */
.prediction-saved-notification {
    background: linear-gradient(135deg, #27ae60, #2ecc71) !important;
    border-radius: 8px !important;
    font-size: 11px !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
}

.game-locked-indicator {
    background: linear-gradient(135deg, #e74c3c, #c0392b) !important;
    border-radius: 8px !important;
    font-size: 10px !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
}

/* Locked Game Styling */
.game-card.locked {
    filter: grayscale(40%) brightness(0.6) contrast(0.8);
    pointer-events: none;
    position: relative;
}

/* Exclude indicator from parent filter effects */
.game-card.locked .game-locked-indicator {
    filter: none;
}

.game-card.locked .game-locked-indicator {
    pointer-events: auto !important;
    z-index: 9999 !important;
    opacity: 1 !important;
    filter: brightness(1.67) contrast(1.25) grayscale(0) saturate(1.5) !important;
    background-color: #e74c3c !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
    box-shadow: 0 2px 8px rgba(231, 76, 60, 0.8) !important;
    position: absolute !important;
    transform: none !important;
    visibility: visible !important;
    display: block !important;
}

/* Disable overlay pseudo-element to avoid stacking issues */
.game-card.locked::after {
    display: none;
}

.game-card.locked .win-probability-slider {
    opacity: 0.3 !important;
    cursor: not-allowed !important;
    filter: grayscale(60%);
}

.game-card.locked .probability-value {
    opacity: 0.7;
    color: #999 !important;
    background: #f5f5f5 !important;
    border-color: #ddd !important;
}

.game-card.locked .team-name {
    color: #999 !important;
}

.game-card.locked .team-logo-img {
    opacity: 0.5;
    filter: grayscale(50%);
}

.game-card.locked .potential-points {
    opacity: 0.6;
    background: #f8f8f8 !important;
}

/* Responsive Design */
@media (max-width: 900px) {
    .main-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .leaderboard-section {
        position: static;
        order: -1;
    }
    
    .games-grid {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }
}

@media (max-width: 768px) {
    .header-title h1 {
        font-size: 2.5rem;
    }
    
    .header-subtitle {
        font-size: 1rem;
    }
    
    .week-pills {
        max-width: 100%;
    }
    
    .main-content {
        padding: 0 15px;
    }
    
    .games-grid {
        grid-template-columns: 1fr;
    }
    
    .teams-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        gap: 15px;
        text-align: center;
    }
    
    .team:first-child {
        grid-row: 1;
    }
    
    .vs-divider {
        grid-row: 2;
        grid-column: 1;
        font-size: 24px;
        margin: 10px 0;
        justify-self: center;
    }
    
    .team:last-child {
        grid-row: 3;
    }
    
    .slider-container {
        width: 100%;
    }
    
    .points-scenarios {
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .modern-nfl-container {
        margin: 0 -10px;
    }
    
    .header-section {
        padding: 20px 15px 15px;
        border-radius: 0 0 20px 20px;
    }
    
    .header-title h1 {
        font-size: 2rem;
    }
    
    .games-section,
    .leaderboard-card {
        padding: 20px;
        border-radius: 15px;
    }
    
    .game-card {
        padding: 15px;
    }
    
    .admin-buttons-row {
        flex-direction: column;
        gap: 10px;
    }
    
    .btn-submit-xelo,
    .btn-export-csv {
        font-size: 12px;
        padding: 8px 12px;
        width: 100%;
        max-width: 300px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* ELO Stats Styling - moved to main team-elo-stats above */
.team-elo-stats .elo-rating {
    font-weight: 600;
    margin-bottom: 2px;
}

.team-elo-stats .elo-rank {
    font-size: 10px;
    opacity: 0.8;
}

.team-elo-stats .elo-value {
    color: #667eea;
    font-weight: 700;
}

.team-elo-stats .rank-value {
    color: #764ba2;
    font-weight: 600;
}

/* Simple VS Divider */
.vs-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 2;
    align-self: center;
    min-width: 60px;
}

.vs-text {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
}

/* Quant ELO recommendations under teams */
.quant-elo-recommendation {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 6px 12px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
    margin-top: 8px;
    font-size: 11px;
}

.quant-elo-label {
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
    opacity: 0.9;
}

.quant-elo-confidence {
    font-size: 13px;
    font-weight: 700;
    color: white;
}

/* Quant ELO Slider Indicator */
.quant-elo-slider-indicator {
    position: absolute;
    bottom: -50px;
    transform: translateX(-50%);
    background: #f8f9fa;
    color: #666;
    border: 1px solid #ddd;
    padding: 3px 6px;
    border-radius: 3px;
    text-align: center;
    font-size: 9px;
    font-weight: 500;
    z-index: 10;
    pointer-events: none;
    min-width: 35px;
    opacity: 0.85;
}

.quant-elo-slider-indicator::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 15px;
    background: #999;
    border-radius: 1px;
}

.quant-elo-slider-indicator::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(15px);
    border: 3px solid transparent;
    border-bottom-color: #999;
}

.elo-label {
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
    margin-bottom: 1px;
}

.elo-confidence {
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
}

/* Admin Controls */
.admin-controls {
    margin-top: 20px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    text-align: center;
    border: 2px solid #e0e0e0;
}

.admin-buttons-row {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.btn-submit-xelo {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    box-shadow: 0 4px 15px rgba(247, 147, 30, 0.3);
}

.btn-export-csv {
    background: linear-gradient(135deg, #27ae60, #2ecc71);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    box-shadow: 0 4px 15px rgba(39, 174, 96, 0.3);
}

.btn-submit-xelo:hover {
    background: linear-gradient(135deg, #e55a2b, #de831a);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(247, 147, 30, 0.4);
}

.btn-submit-xelo:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.btn-export-csv:hover {
    background: linear-gradient(135deg, #229954, #28a745);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(39, 174, 96, 0.4);
}

.btn-export-csv:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.xelo-status {
    margin-top: 10px;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
}

.xelo-status.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.xelo-status.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.xelo-status.loading {
    background: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
}

.export-status {
    margin-top: 10px;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
}

.export-status.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.export-status.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.export-status.loading {
    background: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
}

/* Final Score Section */
.final-score-section {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    color: white;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.final-score-header {
    text-align: center;
    margin-bottom: 15px;
}

.final-label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ecf0f1;
    opacity: 0.9;
}

.final-scores {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.team-final-score {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.team-score-name {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    opacity: 0.8;
}

.score-value {
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    color: #bdc3c7;
    display: flex;
    align-items: center;
    gap: 8px;
}

.score-value.winner-score {
    color: #27ae60;
}

.winner-check {
    color: #27ae60;
    font-size: 24px;
    text-shadow: 0 0 8px rgba(39, 174, 96, 0.5);
    animation: winner-pulse 2s infinite;
}

@keyframes winner-pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

.score-vs {
    font-size: 24px;
    font-weight: 700;
    color: #95a5a6;
    margin: 0 10px;
}

/* X-ELO User Styling in Leaderboard */
.leaderboard-item.xelo-user {
    background: linear-gradient(135deg, #fff8e1, #ffecb3) !important;
    border: 2px solid #ff9800 !important;
    position: relative;
}

.leaderboard-item.xelo-user::before {
    content: '🤖';
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 16px;
    background: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.leaderboard-item.xelo-user .leaderboard-username {
    color: #e65100;
    font-weight: 700;
}

.leaderboard-item.xelo-user .leaderboard-rank {
    background: linear-gradient(135deg, #ff9800, #f57c00) !important;
}
