:root{
  --bg:#111111;
  --panel:#131313;
  --line:#55585b;
  --text:#f4f4f4;
  --muted:#a4a4a4;
  --cyan:#19cdf3;
  --purple:#b783ff;
  --rush:#cdff21;
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:var(--bg);font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);overflow-x:hidden}
.page-shell{width:100%;min-height:100vh;background:#111}
.topbar{height:63px;border-bottom:1px solid #242424;background:#151515;display:flex;align-items:center;justify-content:space-between;padding:0 198px 0 151px}
.nav-left{display:flex;align-items:center;height:100%;gap:30px}
.brand{width:41px;height:41px;display:flex;align-items:center;justify-content:center;margin-right:2px}
.brand img{width:41px;height:41px;object-fit:contain;display:block}
.main-nav{display:flex;align-items:center;gap:42px;height:100%}
.main-nav a,.live-link{color:#eee;text-decoration:none;font-size:15.5px;font-weight:800;letter-spacing:-.25px;line-height:1;white-space:nowrap}
.main-nav a.active{color:#1bc7e8}.live-link{font-size:15.5px}
.mobile-menu-toggle,.mobile-menu{display:none}
.uc-mark{font-size:29px!important;color:var(--purple)!important;font-weight:900!important;font-style:italic;letter-spacing:-3px!important;transform:skew(-8deg);display:inline-block;line-height:1}
.rush-mark{font-size:20px!important;color:var(--rush)!important;font-weight:900!important;font-style:italic;letter-spacing:-2px!important;transform:skew(-13deg);display:inline-block;line-height:1;text-shadow:1px 0 0 var(--rush)}
.match-slider{position:relative;height:193px;background:#141414;overflow:hidden}
.slider-window{height:100%;overflow:hidden;margin-left:177px;margin-right:156px}
.slider-track{height:100%;display:flex;align-items:flex-start;gap:200px;width:max-content;transform:translateX(0);transition:transform .45s cubic-bezier(.2,.8,.2,1)}
.date-group{padding-top:15px;min-width:max-content}.date-group h2{margin:0 0 23px 0;color:#d4d4d4;font-size:13px;font-weight:800;letter-spacing:-.1px}.second-group h2{text-align:center;margin-left:0;margin-bottom:23px}
.matches-row{display:flex;gap:30px;align-items:flex-start}.match-card{width:186px}.match-meta{display:flex;align-items:flex-end;justify-content:space-between;color:var(--muted);font-size:11.8px;font-weight:600;line-height:1;white-space:nowrap}.match-meta time{font-size:13px;color:#a9a9a9;font-weight:700;letter-spacing:-.25px}.divider{height:1px;background:#606063;margin:7px 0 7px}.team-row{height:30px;display:grid;grid-template-columns:30px auto 1fr 18px;align-items:center;column-gap:8px;color:#f6f6f6}.team-row img{width:24px;height:24px;object-fit:contain}.team-row strong{font-size:18px;font-weight:900;letter-spacing:-.7px;line-height:1}.team-row small{font-size:10px;font-weight:800;color:#e1e1e1;margin-left:-3px;align-self:center}.team-row b{width:18px;height:28px;background:#252525;border-radius:5px;color:#bdbdbd;font-size:14px;display:flex;align-items:center;justify-content:center;font-weight:700;line-height:1;padding-bottom:2px}.slider-arrow{position:absolute;top:74px;width:25px;height:36px;border:0;border-radius:15px;background:#2b2b2b;color:#bfbfbf;font-size:30px;line-height:32px;font-weight:300;display:flex;align-items:center;justify-content:center;z-index:5;cursor:pointer;padding:0 0 4px}.slider-arrow-left{left:96px}.slider-arrow-right{right:92px}.mobile-dots{display:none}
@media (max-width: 900px){
  body{background:#111}.topbar{height:65px;padding:0 0 0 18px;justify-content:flex-start;border-bottom:0;background:#111}.brand{width:34px;height:34px}.brand img{width:34px;height:34px}.main-nav,.live-link{display:none}.match-slider{height:161px;background:#111;overflow:hidden}.mobile-dots{display:flex;position:absolute;top:-35px;left:0;right:0;justify-content:center;gap:8px;z-index:6}.mobile-dots span{width:6px;height:6px;border-radius:50%;background:#737373;display:block}.mobile-dots span.is-active{background:#c9c9c9}.slider-arrow.is-disabled{opacity:.35;pointer-events:none}.slider-window{margin:0 0 0 29px;height:100%;overflow:visible}.slider-track{gap:80px}.date-group{padding-top:13px}.date-group h2{margin:0 0 25px 0;font-size:12.2px;color:#d6d6d6}.matches-row{gap:31px}.match-card{width:184px}.match-meta{font-size:11.4px}.match-meta time{font-size:12.3px}.divider{margin:7px 0 7px}.team-row{height:30px;grid-template-columns:30px auto 1fr 18px;column-gap:8px}.team-row img{width:24px;height:24px}.team-row strong{font-size:18px}.team-row small{font-size:10px}.team-row b{width:16px;height:26px;border-radius:5px}.slider-arrow{display:none}
}
@media (min-width:901px) and (max-width:1300px){.topbar{padding-left:90px;padding-right:90px}.slider-window{margin-left:120px;margin-right:100px}.slider-arrow-left{left:54px}.slider-arrow-right{right:48px}.slider-track{gap:120px}.matches-row{gap:24px}.match-card{width:180px}.main-nav{gap:30px}}


/* V3 fixes */
@media (max-width: 900px){
  .topbar{position:relative;justify-content:space-between;padding:0 17px 0 18px;overflow:visible;z-index:20}
  .nav-left{gap:0}
  .mobile-menu-toggle{display:flex;position:absolute;right:18px;top:24px;width:44px;height:28px;border:0;background:transparent;align-items:center;justify-content:center;gap:7px;padding:0;cursor:pointer;z-index:30}
  .mobile-menu-toggle span{width:6px;height:6px;border-radius:50%;background:#bdbdbd;display:block;transition:background .2s ease, transform .2s ease}
  .mobile-menu-toggle.is-open span{background:#f2f2f2}
  .mobile-menu{display:none;position:absolute;top:58px;right:14px;width:205px;background:#1b1b1b;border:1px solid #2e2e2e;border-radius:14px;padding:10px;box-shadow:0 16px 40px rgba(0,0,0,.45);z-index:25}
  .mobile-menu.is-open{display:flex;flex-direction:column;gap:2px}
  .mobile-menu a{color:#ededed;text-decoration:none;font-size:14px;font-weight:800;padding:11px 12px;border-radius:10px;line-height:1;letter-spacing:-.2px}
  .mobile-menu a:hover{background:#262626}
  .mobile-menu a.active{color:var(--cyan)}
  .mobile-menu .uc-mark{font-size:24px!important;padding-top:8px;padding-bottom:8px;color:var(--purple)!important}
  .mobile-menu .rush-mark{font-size:18px!important;padding-top:8px;padding-bottom:8px;color:var(--rush)!important}
  .mobile-dots{top:-36px;pointer-events:none}
}

/* V5 responsive slider: native smooth finger drag, no Sunday-to-Sunday jump */
@media (max-width: 900px){
  .slider-window{
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    scroll-behavior:smooth;
    overscroll-behavior-x:contain;
    touch-action:pan-x;
    padding-right:30px;
  }
  .slider-window::-webkit-scrollbar{display:none}
  .slider-window{scrollbar-width:none;-ms-overflow-style:none}
  .slider-track{
    transform:none!important;
    transition:none!important;
    will-change:auto;
  }
  .date-group{
    flex:0 0 auto;
  }
}

/* V6 fixes: align slider start with logo + sticky dates while horizontally sliding */
:root{--desktop-start:176px;--mobile-start:18px;}
@media (min-width: 901px){
  .topbar{padding-left:var(--desktop-start);}
  .slider-window{
    margin-left:var(--desktop-start);
    margin-right:156px;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    scroll-behavior:smooth;
    overscroll-behavior-x:contain;
    scrollbar-width:none;
    -ms-overflow-style:none;
  }
  .slider-window::-webkit-scrollbar{display:none;}
  .slider-track{
    transform:none!important;
    transition:none!important;
    will-change:auto;
  }
  .date-group{flex:0 0 auto;}
}
.date-group h2{
  position:sticky;
  left:0;
  z-index:4;
  display:inline-block;
  padding-right:18px;
  background:#141414;
}
@media (max-width: 900px){
  .slider-window{margin-left:var(--mobile-start);}
  .date-group h2{background:#111;}
}
@media (min-width:901px) and (max-width:1300px){
  .topbar{padding-left:90px;}
  .slider-window{margin-left:90px;}
}

/* V7 full-screen responsive menu */
@media (max-width: 900px){
  body.menu-open{overflow:hidden;}
  .mobile-menu{
    display:flex!important;
    position:fixed!important;
    top:0!important;
    right:0!important;
    width:100vw!important;
    height:100vh!important;
    min-height:100svh;
    background:#222!important;
    border:0!important;
    border-radius:0!important;
    padding:0!important;
    box-shadow:none!important;
    z-index:999!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    transform:translateX(100%);
    transition:transform .42s cubic-bezier(.22,.9,.22,1);
    overflow:hidden;
  }
  .mobile-menu.is-open{transform:translateX(0);}
  .mobile-menu-close{
    position:absolute;
    top:17px;
    right:24px;
    border:0;
    background:transparent;
    color:#f0f0f0;
    font-size:25px;
    line-height:1;
    font-weight:300;
    cursor:pointer;
    padding:0;
    width:24px;
    height:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:2;
  }
  .mobile-menu-logo{
    width:90px;
    height:90px;
    object-fit:contain;
    margin-top:65px;
    margin-bottom:63px;
  }
  .mobile-menu-links{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:0;
    width:100%;
  }
  .mobile-menu a{
    color:#ededed!important;
    text-decoration:none;
    font-size:20px!important;
    font-weight:900!important;
    padding:0!important;
    border-radius:0!important;
    line-height:1!important;
    letter-spacing:-.7px;
    margin:0 0 25px 0;
    text-align:center;
  }
  .mobile-menu a:hover{background:transparent!important;}
  .mobile-menu a.active{color:var(--cyan)!important;}
  .mobile-menu .uc-mark{
    font-size:42px!important;
    letter-spacing:-4px;
    color:var(--purple)!important;
    margin-top:12px;
    margin-bottom:26px;
    font-weight:950!important;
    transform:skew(-7deg);
  }
  .mobile-menu .rush-mark{
    font-size:25px!important;
    letter-spacing:-2.5px;
    color:var(--rush)!important;
    margin-top:1px;
    margin-bottom:57px;
    font-weight:950!important;
    font-style:italic;
    transform:skew(-11deg);
  }
}


/* V11 match location line - inside each match card, no extra card separation */
.match-location{
  margin-top:5px;
  color:#8f8f8f;
  font-size:8.2px;
  font-weight:700;
  line-height:1;
  letter-spacing:-.15px;
  white-space:nowrap;
  text-align:center;
  width:100%;
}
@media (max-width: 900px){
  .match-location{
    margin-top:5px;
    font-size:8px;
    color:#8d8d8d;
    text-align:center;
    width:100%;
  }
}

/* V14 GAME WIDGET adjustments: restore original size, enlarge team logos 20%, team initials font-weight 700 */
.team-row{
  grid-template-columns:34px auto 1fr 18px;
}
.team-row img{
  width:29px;
  height:29px;
}
.team-row strong{
  font-weight:700;
}

@media (max-width: 900px){
  .team-row{
    grid-template-columns:34px auto 1fr 18px;
  }
  .team-row img{
    width:29px;
    height:29px;
  }
  .team-row strong{
    font-weight:700;
  }
}


/* V15 GAME WIDGET adjustments: initials weight 500 and location left-aligned */
.team-row strong{font-weight:500;}
.match-location{text-align:left;width:auto;}
@media (max-width: 900px){.team-row strong{font-weight:500;}.match-location{text-align:left;width:auto;}}


/* V16 Home news block */
.home-news{
  background:#ececec;
  padding:10px 0 30px;
}
.news-shell{
  padding:0 53px;
}
.news-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.93fr) minmax(360px, .95fr);
  gap:34px;
  align-items:start;
}
.news-card{
  color:#2d2d2d;
}
.news-image-wrap,
.news-thumb-wrap{
  width:100%;
  overflow:hidden;
  background:#d8d8d8;
}
.news-image-wrap img,
.news-thumb-wrap img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.news-image-featured{
  aspect-ratio:16 / 9;
}
.news-image-main-side{
  aspect-ratio:16 / 9;
}
.featured-copy{
  padding:12px 0 0;
}
.featured-copy h2{
  margin:0;
  color:#232323;
  font-size:31px;
  line-height:1.05;
  letter-spacing:-1.4px;
  font-weight:800;
}
.featured-copy p{
  margin:10px 0 0;
  color:#7b7b7b;
  font-size:17px;
  line-height:1.4;
  letter-spacing:-.2px;
  font-weight:500;
}
.news-side-column{
  min-width:0;
}
.news-side-main .news-copy{
  padding:15px 0 19px;
}
.news-kicker{
  display:block;
  color:#949494;
  font-size:12px;
  line-height:1.2;
  font-weight:500;
  margin-bottom:6px;
}
.news-side-main h3{
  margin:0;
  color:#2b2b2b;
  font-size:27px;
  line-height:1.08;
  letter-spacing:-1px;
  font-weight:800;
}
.news-side-list{
  margin-top:14px;
  padding-top:21px;
  border-top:1px solid #d7d7d7;
  display:flex;
  flex-direction:column;
  gap:26px;
}
.news-list-item{
  display:grid;
  grid-template-columns:162px 1fr;
  gap:16px;
  align-items:start;
}
.news-thumb-wrap{
  aspect-ratio:16 / 9;
}
.news-list-item .news-copy{
  padding-top:6px;
}
.news-list-item .news-kicker{
  margin-bottom:8px;
  font-size:12px;
}
.news-list-item p{
  margin:0;
  color:#3d3d3d;
  font-size:15px;
  line-height:1.5;
  letter-spacing:-.2px;
  font-weight:500;
}

@media (max-width: 900px){
  .home-news{
    padding:0 0 24px;
  }
  .news-shell{
    padding:0 14px;
  }
  .news-grid{
    grid-template-columns:1fr;
    gap:52px;
  }
  .news-image-featured,
  .news-image-main-side{
    aspect-ratio:16 / 9;
  }
  .featured-copy{
    padding-top:13px;
  }
  .featured-copy h2{
    font-size:28px;
    line-height:1.03;
    letter-spacing:-1.5px;
  }
  .featured-copy p{
    margin-top:10px;
    font-size:15px;
    line-height:1.45;
  }
  .news-side-main .news-copy{
    padding:14px 0 0;
  }
  .news-kicker{
    font-size:11px;
    margin-bottom:5px;
  }
  .news-side-main h3{
    font-size:23px;
    line-height:1.06;
    letter-spacing:-1px;
  }
  .news-side-list{
    margin-top:16px;
    padding-top:22px;
    gap:26px;
  }
  .news-list-item{
    grid-template-columns:138px 1fr;
    gap:15px;
  }
  .news-list-item .news-copy{
    padding-top:0;
  }
  .news-list-item .news-kicker{
    font-size:11px;
    margin-bottom:6px;
  }
  .news-list-item p{
    font-size:13px;
    line-height:1.55;
  }
}


/* V17 news block alignment + background transition to match preview */
@media (min-width: 901px){
  .home-news{
    background: linear-gradient(to bottom, #141414 0 300px, #ececec 300px 100%);
    padding: 18px 0 30px;
  }
  .news-shell{
    padding-left: var(--desktop-start);
    padding-right: 198px;
  }
  .news-grid{
    background: #efefef;
    padding: 16px 16px 18px 16px;
    gap: 30px;
    grid-template-columns: minmax(0, 1.95fr) minmax(355px, .93fr);
  }
  .featured-copy{
    padding: 13px 0 0;
  }
  .featured-copy h2{
    font-size: 30px;
    line-height: 1.04;
    letter-spacing: -1.55px;
  }
  .featured-copy p{
    margin-top: 9px;
  }
  .news-side-main .news-copy{
    padding: 14px 0 17px;
  }
  .news-side-main h3{
    font-size: 27px;
    line-height: 1.08;
    letter-spacing: -1.05px;
  }
  .news-side-list{
    margin-top: 6px;
    padding-top: 20px;
    gap: 29px;
  }
  .news-list-item{
    grid-template-columns: 146px 1fr;
    gap: 18px;
  }
  .news-list-item .news-copy{
    padding-top: 2px;
  }
}

@media (min-width:901px) and (max-width:1300px){
  .news-shell{
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media (max-width: 900px){
  .home-news{
    background: #ececec;
    padding: 0 0 24px;
  }
}


/* V19 news text updates + mobile space below GAME WIDGET */
@media (max-width: 900px){
  .home-news{
    padding-top: 28px;
  }
}


/* V20 mobile GAME WIDGET: a bit more black breathing room below Gwen Cherry Park */
@media (max-width: 900px){
  .match-slider{
    height: 171px;
  }
  .slider-window{
    padding-bottom: 10px;
  }
}


/* V21 mobile refinements: a bit more bottom space in GAME WIDGET and half the gap before main news */
@media (max-width: 900px){
  .match-slider{
    height: 176px;
  }
  .slider-window{
    padding-bottom: 12px;
  }
  .home-news{
    padding-top: 14px;
  }
}


/* V22 desktop GAME WIDGET refinements: tighter Sunday-to-Sunday spacing + right fade aligned with UFL Live */
:root{--desktop-end:198px;}
@media (min-width: 901px){
  .slider-window{
    margin-right:var(--desktop-end);
  }
  .slider-track{
    gap:100px;
  }
  .match-slider::after{
    content:"";
    position:absolute;
    top:0;
    right:var(--desktop-end);
    width:90px;
    height:100%;
    pointer-events:none;
    z-index:4;
    background:linear-gradient(to right, rgba(20,20,20,0) 0%, rgba(20,20,20,.58) 48%, #141414 100%);
  }
  .slider-arrow-right{
    right:108px;
  }
}
@media (min-width:901px) and (max-width:1300px){
  :root{--desktop-end:90px;}
  .slider-window{
    margin-right:var(--desktop-end);
  }
  .slider-track{
    gap:60px;
  }
  .match-slider::after{
    right:var(--desktop-end);
    width:72px;
  }
  .slider-arrow-right{
    right:44px;
  }
}


/* V24 GAME WIDGET score styling: result numbers 20% larger and full white */
.team-row b.is-score{
  font-size:16.8px;
  color:#ffffff;
}


/* V25 GAME WIDGET: hide empty score box and dash when there is no result */
.team-row.no-score{
  grid-template-columns:34px auto 1fr;
}
.team-row.no-score b{
  display:none;
}
@media (max-width: 900px){
  .team-row.no-score{
    grid-template-columns:34px auto 1fr;
  }
}


/* V26 GAME WIDGET: glass rollover on result cards only */
.match-card{
  position:relative;
  overflow:visible;
}
.match-card-hover{
  display:none;
}
@media (min-width: 901px){
  .match-card.has-result:hover{
    z-index:6;
  }
  .match-card.has-result .match-card-hover{
    position:absolute;
    top:-1px;
    bottom:-1px;
    left:-10px;
    right:-10px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:0;
    background:rgba(18,18,18,.12);
    backdrop-filter:blur(3px) saturate(1.03);
    -webkit-backdrop-filter:blur(3px) saturate(1.03);
    opacity:0;
    visibility:hidden;
    transition:opacity .22s ease, visibility .22s ease;
    pointer-events:none;
    z-index:3;
    -webkit-mask-image:linear-gradient(to right, transparent 0, rgba(0,0,0,.9) 10px, #000 18px, #000 calc(100% - 18px), rgba(0,0,0,.9) calc(100% - 10px), transparent 100%);
    mask-image:linear-gradient(to right, transparent 0, rgba(0,0,0,.9) 10px, #000 18px, #000 calc(100% - 18px), rgba(0,0,0,.9) calc(100% - 10px), transparent 100%);
  }
  .match-card.has-result:hover .match-card-hover{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }
  .go-to-game-btn{
    border:0;
    background:#d9d9d9;
    color:#111111;
    opacity:1;
    font-family:Inter, Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:800;
    letter-spacing:.2px;
    line-height:1;
    padding:10px 14px;
    border-radius:8px;
    cursor:pointer;
    box-shadow:0 6px 18px rgba(0,0,0,.14);
  }
}


/* V33 desktop GAME WIDGET typography refinement */
@media (min-width: 901px){
  .match-meta span{
    font-size:9.8px;
  }
  .match-meta time{
    font-size:11px;
    color:#d4d4d4;
  }
}


/* V34 Secondary news block */
.secondary-news{
  background:#e6e6e6;
  padding:54px 0 70px;
}
.secondary-news-shell{
  padding-left:var(--desktop-start);
  padding-right:198px;
}
.secondary-news-grid{
  display:grid;
  grid-template-columns:minmax(320px,.95fr) minmax(440px,1.2fr) minmax(260px,.7fr);
  gap:31px;
  align-items:start;
}
.promo-image-wrap,
.ball-image-wrap{
  width:100%;
  aspect-ratio:16 / 9;
  overflow:hidden;
  background:#ddd;
}
.promo-image-wrap img,
.ball-image-wrap img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.promo-copy{
  padding:25px 24px 0;
}
.promo-copy h3{
  margin:0 0 9px;
  color:#7a7a7a;
  font-size:16px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:-.25px;
}
.promo-copy p{
  margin:0;
  color:#7e7e7e;
  font-size:16px;
  line-height:1.58;
  font-weight:500;
  letter-spacing:-.2px;
}
.ball-card h2{
  margin:24px 0 0;
  color:#2b2b2b;
  font-size:24px;
  line-height:1.03;
  font-weight:800;
  letter-spacing:-1px;
  max-width:580px;
}
.headline-list{
  padding-top:4px;
}
.headline-item{
  padding:0 0 34px;
  margin:0 0 35px;
  border-bottom:1px solid #c9c9c9;
}
.headline-item span{
  display:block;
  color:#858585;
  font-size:15px;
  line-height:1.25;
  font-weight:800;
  letter-spacing:-.25px;
  margin-bottom:7px;
}
.headline-item h3{
  margin:0;
  color:#111111;
  font-size:16px;
  line-height:1.55;
  font-weight:500;
  letter-spacing:-.15px;
}
@media (min-width:901px) and (max-width:1300px){
  .secondary-news-shell{
    padding-left:90px;
    padding-right:90px;
  }
  .secondary-news-grid{
    grid-template-columns:minmax(260px,.9fr) minmax(360px,1.1fr) minmax(240px,.75fr);
    gap:24px;
  }
}
@media (max-width:900px){
  .secondary-news{
    padding:42px 14px 54px;
    background:#e6e6e6;
  }
  .secondary-news-shell{
    padding:0;
  }
  .secondary-news-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:38px;
  }
  .promo-copy{
    padding:18px 0 0;
  }
  .promo-copy h3{
    font-size:16px;
  }
  .promo-copy p{
    font-size:15px;
    line-height:1.5;
  }
  .ball-card h2{
    margin-top:15px;
    font-size:23px;
    line-height:1.05;
    letter-spacing:-1px;
  }
  .headline-list{
    padding-top:0;
  }
  .headline-item{
    padding-bottom:25px;
    margin-bottom:25px;
  }
  .headline-item span{
    font-size:14px;
  }
  .headline-item h3{
    font-size:16px;
    line-height:1.5;
  }
}


/* V36 secondary news refinements */
.headline-item{
  border-bottom-color:#c7c7c7;
}
@media (max-width:900px){
  .headline-item{
    border-bottom-color:#c7c7c7;
  }
}


/* V37 Footer */
.site-footer{
  background:linear-gradient(180deg, #232323 0%, #1f1f1f 100%);
  color:#ffffff;
}
.footer-shell{
  padding:24px var(--desktop-end, 198px) 18px var(--desktop-start);
}
.footer-sponsors{
  display:block;
}
.sponsor-grid{
  display:grid;
  align-items:center;
  gap:22px 34px;
}
.sponsor-grid-top{
  grid-template-columns:repeat(10, minmax(0, 1fr));
}
.sponsor-grid-bottom{
  grid-template-columns:repeat(9, minmax(0, 1fr));
  margin-top:30px;
}
.sponsor-wordmark{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  color:#ffffff;
  opacity:.98;
  text-align:center;
  font-weight:800;
  font-size:20px;
  line-height:1;
  letter-spacing:-.5px;
  text-transform:none;
}
.sponsor-wordmark.sponsor-small{
  font-size:13px;
  line-height:1.15;
  letter-spacing:.1px;
}
.sponsor-adidas{
  text-transform:lowercase;
  font-style:italic;
}
.footer-divider{
  height:1px;
  background:rgba(255,255,255,.16);
}
.footer-divider-top{
  margin:34px 0 54px;
}
.footer-divider-bottom{
  margin:46px 0 26px;
  opacity:.36;
}
.footer-links{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:40px 70px;
}
.footer-link-group{
  min-width:0;
}
.footer-group-toggle{
  display:block;
  width:100%;
  padding:0;
  margin:0 0 46px;
  background:none;
  border:0;
  color:#ffffff;
  text-align:left;
  font-size:14px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:-.25px;
  cursor:default;
}
.footer-link-group ul{
  list-style:none;
  margin:0;
  padding:0;
}
.footer-link-group li + li{
  margin-top:18px;
}
.footer-link-group a{
  color:#8f8f8f;
  text-decoration:none;
  font-size:14px;
  line-height:1.2;
  font-weight:500;
}
.footer-link-group a:hover{
  color:#ffffff;
}
.footer-team-logos{
  display:grid;
  grid-template-columns:repeat(10, minmax(0, 1fr));
  gap:28px;
  align-items:center;
  margin-top:76px;
}
.footer-team-logos img{
  width:56px;
  height:56px;
  object-fit:contain;
  display:block;
  margin:0 auto;
}
.footer-bottom{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
}
.footer-bottom p{
  margin:0;
  color:#818181;
  font-size:12px;
  line-height:1.25;
  font-weight:500;
}
.footer-wordmark{
  color:#d9d9d9;
  font-size:14px;
  line-height:.95;
  font-weight:800;
  text-align:right;
  letter-spacing:-.4px;
}
@media (min-width:901px) and (max-width:1300px){
  .footer-shell{
    padding:24px 90px 18px 90px;
  }
  .sponsor-grid-top{
    grid-template-columns:repeat(5, minmax(0, 1fr));
  }
  .sponsor-grid-bottom{
    grid-template-columns:repeat(5, minmax(0, 1fr));
  }
  .footer-links{
    gap:36px 30px;
  }
  .footer-team-logos{
    grid-template-columns:repeat(5, minmax(0, 1fr));
    row-gap:24px;
  }
}
@media (max-width:900px){
  .site-footer{
    padding-top:0;
  }
  .footer-shell{
    padding:0 0 18px;
  }
  .footer-divider-top{
    display:none;
  }
  .footer-sponsors{
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:24px 12px;
    padding:24px 18px 30px;
  }
  .sponsor-grid{
    display:contents;
  }
  .sponsor-logo{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    padding:0 2px;
    min-height:40px;
  }
  .sponsor-logo img{
    display:block;
    width:100%;
    height:auto;
    max-width:100%;
    object-fit:contain;
  }
  .footer-links{
    display:block;
    border-top:1px solid rgba(255,255,255,.15);
    border-bottom:1px solid rgba(255,255,255,.15);
  }
  .footer-team-logos{
    display:grid;
    grid-template-columns:repeat(5, minmax(0, 1fr));
    gap:34px 18px;
    padding:34px 24px 38px;
    margin-top:36px;
  }
  .footer-team-logos img{
    width:54px;
    height:54px;
  }
  .footer-link-group{
    border-bottom:1px solid rgba(255,255,255,.15);
  }
  .footer-link-group:last-child{
    border-bottom:0;
  }
  .footer-group-toggle{
    margin:0;
    padding:20px 18px;
    font-size:16px;
    cursor:pointer;
    position:relative;
  }
  .footer-group-toggle::after{
    content:'+';
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    color:#d0d0d0;
    font-size:18px;
    line-height:1;
    font-weight:400;
  }
  .footer-link-group.is-open .footer-group-toggle::after{
    content:'–';
  }
  .footer-link-group ul{
    display:none;
    padding:0 18px 18px;
  }
  .footer-link-group.is-open ul{
    display:block;
  }
  .footer-link-group li + li{
    margin-top:14px;
  }
  .footer-link-group a{
    font-size:15px;
    color:#9f9f9f;
  }
  .footer-divider-bottom{
    margin:46px 16px 20px;
    opacity:.22;
  }
  .footer-bottom{
    display:block;
    padding:0 16px;
    text-align:center;
  }
  .footer-bottom p{
    text-align:center;
    font-size:12px;
  }
  .footer-wordmark{
    text-align:center;
    margin-top:16px;
    font-size:15px;
    line-height:.92;
  }
}


/* V38 footer ordering refinements */
.footer-links + .footer-team-logos{
  margin-top:76px;
}
@media (max-width:900px){
  .footer-links + .footer-team-logos{
    margin-top:34px;
  }
  .footer-team-logos img{
    width:58px;
    height:58px;
  }
}


/* V40 real sponsor logos */
.sponsor-wordmark{display:none;}
.sponsor-logo{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.sponsor-logo img{
  display:block;
  max-width:100%;
  max-height:42px;
  width:auto;
  height:auto;
  object-fit:contain;
}
.sponsor-grid-top .sponsor-logo img{max-height:38px;}
.sponsor-grid-bottom .sponsor-logo img{max-height:34px;}
.sponsor-redbull img{max-height:30px!important;}
.sponsor-adidas img{max-height:32px!important;}
.sponsor-salt img{max-height:35px!important;}
.sponsor-golty img{max-height:30px!important;}
.sponsor-umbro img{max-height:32px!important;}
.sponsor-cyga img{max-height:34px!important;}
.sponsor-trein img{max-height:35px!important;}
.sponsor-level img{max-height:32px!important;}
.sponsor-la-santa img{max-height:36px!important;}
.sponsor-futbol-fever img{max-height:36px!important;}
.sponsor-classic img{max-height:32px!important;}
.sponsor-gatorade img{max-height:26px!important;}
.sponsor-blue img{max-height:34px!important;}
.sponsor-auld img{max-height:34px!important;}
.sponsor-cryo img{max-height:32px!important;}
.sponsor-ohana img{max-height:32px!important;}
.sponsor-dlp img{max-height:34px!important;}
.sponsor-ok1 img{max-height:34px!important;}
.sponsor-mm img{max-height:32px!important;}
@media (min-width:901px) and (max-width:1300px){
  .sponsor-logo img{max-width:130px;}
}


/* V41 sponsor and team-logo alignment refinements */
@media (min-width:901px){
  .footer-sponsors{
    display:flex;
    flex-direction:column;
    gap:26px;
  }
  .sponsor-grid{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
  }
  .sponsor-grid-bottom{
    margin-top:0;
  }
  .sponsor-logo{
    min-height:0;
    flex:0 0 auto;
  }
  .sponsor-logo img{
    max-width:none;
    height:46px;
    max-height:none;
    width:auto;
  }
  .sponsor-grid-bottom .sponsor-logo img{
    height:40px;
  }
  .sponsor-redbull img{height:36px!important;}
  .sponsor-adidas img{height:40px!important;}
  .sponsor-salt img{height:48px!important;}
  .sponsor-golty img{height:38px!important;}
  .sponsor-umbro img{height:45px!important;}
  .sponsor-cyga img{height:46px!important;}
  .sponsor-trein img{height:34px!important;}
  .sponsor-level img{height:40px!important;}
  .sponsor-la-santa img{height:42px!important;}
  .sponsor-futbol-fever img{height:40px!important;}
  .sponsor-classic img{height:40px!important;}
  .sponsor-gatorade img{height:27px!important;}
  .sponsor-blue img{height:34px!important;}
  .sponsor-auld img{height:44px!important;}
  .sponsor-cryo img{height:26px!important;}
  .sponsor-ohana img{height:44px!important;}
  .sponsor-dlp img{height:35px!important;}
  .sponsor-ok1 img{height:44px!important;}
  .sponsor-mm img{height:37px!important;}

  .footer-team-logos{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    margin-top:82px;
  }
  .footer-team-logos img{
    width:58px;
    height:58px;
    margin:0;
    flex:0 0 auto;
  }
}
@media (min-width:901px) and (max-width:1300px){
  .sponsor-grid{
    flex-wrap:wrap;
    justify-content:center;
    gap:22px 34px;
  }
  .sponsor-grid-top,
  .sponsor-grid-bottom{
    display:grid;
  }
  .sponsor-grid-top{grid-template-columns:repeat(5,minmax(0,1fr));}
  .sponsor-grid-bottom{grid-template-columns:repeat(5,minmax(0,1fr));}
  .sponsor-logo{
    justify-content:center;
  }
  .sponsor-logo img{
    width:auto;
  }
  .footer-team-logos{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:24px;
  }
  .footer-team-logos img{
    margin:0 auto;
  }
}


/* V43 sponsors: simple proportional PNG grid, Bootstrap-style */
@media (min-width:901px){
  .footer-sponsors{
    display:block !important;
  }

  .sponsor-grid,
  .sponsor-grid-top,
  .sponsor-grid-bottom{
    display:grid !important;
    align-items:center !important;
    gap:28px 38px !important;
  }

  .sponsor-grid-top{
    grid-template-columns:repeat(10, minmax(0, 1fr)) !important;
  }

  .sponsor-grid-bottom{
    grid-template-columns:repeat(10, minmax(0, 1fr)) !important;
    margin-top:28px !important;
  }

  .sponsor-logo{
    width:100% !important;
    min-height:0 !important;
    height:auto !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .sponsor-logo img,
  .sponsor-grid-top .sponsor-logo img,
  .sponsor-grid-bottom .sponsor-logo img,
  .sponsor-redbull img,
  .sponsor-adidas img,
  .sponsor-salt img,
  .sponsor-golty img,
  .sponsor-umbro img,
  .sponsor-cyga img,
  .sponsor-trein img,
  .sponsor-level img,
  .sponsor-la-santa img,
  .sponsor-futbol-fever img,
  .sponsor-classic img,
  .sponsor-gatorade img,
  .sponsor-blue img,
  .sponsor-auld img,
  .sponsor-cryo img,
  .sponsor-ohana img,
  .sponsor-dlp img,
  .sponsor-ok1 img,
  .sponsor-mm img{
    display:block !important;
    width:100% !important;
    height:auto !important;
    max-width:none !important;
    max-height:none !important;
    object-fit:contain !important;
  }
}

@media (min-width:1201px) and (max-width:1500px){
  .sponsor-grid-top,
  .sponsor-grid-bottom{
    grid-template-columns:repeat(8, minmax(0, 1fr)) !important;
  }
}

@media (min-width:901px) and (max-width:1200px){
  .sponsor-grid-top,
  .sponsor-grid-bottom{
    grid-template-columns:repeat(5, minmax(0, 1fr)) !important;
  }
}


/* V46 Schedule & Scores page */
.schedule-page-shell{
  background:#eeeeee;
}
.schedule-page{
  color:#2d2d2d;
  background:#eeeeee;
}
.schedule-title-bar{
  background:#f7f7f7;
  padding:8px 0 25px;
}
.schedule-title-bar h1{
  margin:0;
  padding-left:var(--desktop-start);
  color:#2c2c2c;
  font-size:31px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:-1.2px;
}
.schedule-content-shell{
  padding:34px var(--desktop-end,198px) 30px var(--desktop-start);
}
.schedule-date-switcher{
  height:68px;
  border-radius:14px;
  background:#dddddd;
  display:grid;
  grid-template-columns:80px 1fr 80px;
  align-items:center;
  margin-bottom:18px;
}
.schedule-date-switcher h2{
  margin:0;
  color:#333333;
  text-align:center;
  font-size:17px;
  line-height:1;
  font-weight:800;
  letter-spacing:-.3px;
}
.schedule-nav-btn{
  width:36px;
  height:36px;
  border:2px solid #5f5f5f;
  border-radius:50%;
  background:transparent;
  color:#555555;
  font-size:32px;
  line-height:28px;
  font-weight:300;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  padding:0 0 4px;
  margin:0 auto;
}
.schedule-nav-btn:disabled{
  opacity:.28;
  cursor:default;
}
.schedule-list{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.schedule-game-card{
  min-height:128px;
  background:#f9f9f9;
  border-radius:14px;
  display:grid;
  grid-template-columns:1fr 1fr 86px 1fr 1fr;
  align-items:center;
  padding:20px 16px;
  color:#1d1d1d;
}
.schedule-status{
  color:#1f1f1f;
  font-size:11px;
  line-height:1;
  font-weight:500;
  justify-self:start;
}
.schedule-team{
  display:flex;
  align-items:center;
  gap:9px;
  min-width:0;
}
.schedule-team-left{
  justify-self:end;
  flex-direction:row;
}
.schedule-team-right{
  justify-self:start;
  flex-direction:row;
}
.schedule-team-logo{
  width:48px;
  height:48px;
  object-fit:contain;
  display:block;
  flex:0 0 auto;
}
.schedule-team-code{
  display:flex;
  align-items:baseline;
  gap:2px;
  min-width:0;
}
.schedule-team-code strong{
  color:#222222;
  font-size:16px;
  line-height:1;
  font-weight:800;
  letter-spacing:-.4px;
}
.schedule-team-code small{
  color:#222222;
  font-size:12px;
  line-height:1;
  font-weight:600;
}
.schedule-score{
  justify-self:center;
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:48px;
  min-height:28px;
  border-radius:6px;
  background:#e0e0e0;
  color:#222222;
  font-size:17px;
  line-height:1;
  font-weight:800;
  letter-spacing:.5px;
  padding:5px 9px;
}
.schedule-score.is-upcoming{
  background:transparent;
  color:#8a8a8a;
  font-size:14px;
  font-weight:800;
  letter-spacing:0;
}
.schedule-type{
  color:#8d8d8d;
  font-size:11px;
  line-height:1;
  font-weight:500;
  justify-self:center;
  white-space:nowrap;
}
@media (min-width:901px) and (max-width:1300px){
  .schedule-title-bar h1{
    padding-left:90px;
  }
  .schedule-content-shell{
    padding-left:90px;
    padding-right:90px;
  }
}
@media (max-width:900px){
  .schedule-title-bar{
    padding:14px 0 18px;
  }
  .schedule-title-bar h1{
    padding:0 18px;
    font-size:30px;
    letter-spacing:-1.2px;
  }
  .schedule-content-shell{
    padding:22px 12px 28px;
  }
  .schedule-date-switcher{
    height:58px;
    grid-template-columns:58px 1fr 58px;
    border-radius:12px;
    margin-bottom:14px;
  }
  .schedule-date-switcher h2{
    font-size:16px;
  }
  .schedule-nav-btn{
    width:34px;
    height:34px;
    font-size:30px;
  }
  .schedule-list{
    gap:10px;
  }
  .schedule-game-card{
    min-height:92px;
    border-radius:12px;
    grid-template-columns:44px 1fr 54px 1fr 74px;
    padding:16px 12px;
  }
  .schedule-status{
    font-size:10px;
  }
  .schedule-team{
    gap:6px;
  }
  .schedule-team-left{
    justify-self:end;
  }
  .schedule-team-logo{
    width:38px;
    height:38px;
  }
  .schedule-team-code strong{
    font-size:14px;
  }
  .schedule-team-code small{
    font-size:10px;
  }
  .schedule-score{
    min-width:42px;
    min-height:26px;
    font-size:15px;
    padding:5px 7px;
  }
  .schedule-score.is-upcoming{
    font-size:13px;
  }
  .schedule-type{
    font-size:10px;
    justify-self:end;
    white-space:normal;
    text-align:right;
    line-height:1.2;
  }
}
@media (max-width:520px){
  .schedule-game-card{
    grid-template-columns:38px 1fr 48px 1fr 58px;
    column-gap:3px;
  }
  .schedule-team-logo{
    width:32px;
    height:32px;
  }
  .schedule-team-code strong{
    font-size:13px;
  }
  .schedule-team-code small{
    display:none;
  }
  .schedule-type{
    font-size:9px;
  }
}


/* V47 Schedule desktop refinements */
.schedule-match-info{
  justify-self:start;
  color:#8d8d8d;
  display:flex;
  flex-direction:column;
  gap:7px;
  font-size:11px;
  line-height:1;
  font-weight:500;
}
.schedule-match-info span{
  color:#8d8d8d;
}
.schedule-match-info time,
.schedule-match-info small{
  color:#7f7f7f;
  font-size:11px;
  font-weight:500;
  line-height:1;
}
.schedule-team-rank{
  color:#222222;
  font-size:12px;
  line-height:1;
  font-weight:600;
}
.schedule-team-name-code{
  display:none;
}
.schedule-team-name-full{
  display:inline;
}
.schedule-score{
  gap:7px;
}
.schedule-score i{
  display:block;
  width:1px;
  height:13px;
  background:#858585;
  opacity:.55;
  transform:scaleX(.55);
}
.schedule-score span{
  display:inline-block;
  min-width:10px;
  text-align:center;
}
@media (min-width:901px){
  .schedule-game-card{
    grid-template-columns:1.05fr 1.28fr 72px 1.28fr 1fr;
  }
  .schedule-team-code{
    gap:4px;
  }
  .schedule-team-code strong{
    font-size:16px;
    font-weight:800;
    letter-spacing:-.5px;
    white-space:nowrap;
  }
  .schedule-score{
    min-width:48px;
    min-height:28px;
    padding:5px 8px;
    letter-spacing:0;
  }
}
@media (max-width:900px){
  .schedule-match-info{
    font-size:10px;
    gap:4px;
  }
  .schedule-match-info time,
  .schedule-match-info small{
    font-size:9px;
  }
  .schedule-team-name-full{
    display:none;
  }
  .schedule-team-name-code{
    display:inline;
  }
  .schedule-team-rank{
    font-size:10px;
  }
  .schedule-score{
    gap:6px;
  }
  .schedule-score i{
    height:11px;
  }
}
@media (max-width:520px){
  .schedule-match-info small{
    display:none;
  }
}


/* V48 Schedule desktop info placement refinements */
@media (min-width:901px){
  .schedule-status{
    justify-self:start;
    color:#1f1f1f;
    font-size:11px;
    line-height:1;
    font-weight:500;
  }
  .schedule-match-info{
    justify-self:center;
    align-items:flex-start;
  }
  .schedule-match-info span{
    font-weight:800;
    color:#8d8d8d;
  }
  .schedule-match-info time,
  .schedule-match-info small{
    color:#7f7f7f;
    font-weight:500;
  }
}


/* V49 Schedule upcoming match adjustments */
.schedule-score.is-upcoming{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;
  background:transparent;
  min-width:72px;
  padding:0;
  color:#2d2d2d;
  font-weight:800;
}
.schedule-score.is-upcoming .schedule-vs{
  display:block;
  font-size:16px;
  line-height:1;
  color:#2d2d2d;
  font-weight:800;
  text-transform:uppercase;
}
.schedule-score.is-upcoming .schedule-live-note{
  display:block;
  color:#7f7f7f;
  font-size:11px;
  line-height:1;
  font-weight:500;
  white-space:nowrap;
  letter-spacing:0;
  margin-top:14px;
}
.schedule-match-info span{
  font-weight:700;
}
@media (max-width:900px){
  .schedule-score.is-upcoming{
    min-width:54px;
    gap:4px;
  }
  .schedule-score.is-upcoming .schedule-vs{
    font-size:13px;
  }
  .schedule-score.is-upcoming .schedule-live-note{
    font-size:9px;
    margin-top:10px;
  }
}


/* V52 Schedule upcoming layout refinements */
.schedule-team-right .schedule-team-code{
  justify-content:flex-start;
}
.schedule-score.is-upcoming{
  min-width:92px;
}
.schedule-score.is-upcoming .schedule-upcoming-time{
  display:block;
  color:#2d2d2d;
  font-size:15px;
  line-height:1;
  font-weight:800;
  white-space:nowrap;
}
.schedule-match-info.is-upcoming-info{
  gap:7px;
}
.schedule-match-info.is-upcoming-info small{
  color:#7f7f7f;
  font-size:11px;
  font-weight:500;
  line-height:1;
}
.schedule-youtube-live{
  display:flex;
  align-items:center;
  gap:4px;
  color:#7f7f7f;
  font-style:normal;
  font-size:5.5px;
  line-height:1;
  font-weight:500;
  white-space:nowrap;
  letter-spacing:0;
}
.youtube-icon{
  position:relative;
  display:inline-flex;
  width:9px;
  height:6px;
  border-radius:2px;
  background:#b7b7b7;
  flex:0 0 auto;
}
.youtube-icon::after{
  content:"";
  position:absolute;
  left:3.5px;
  top:1.6px;
  width:0;
  height:0;
  border-left:3px solid #242424;
  border-top:1.6px solid transparent;
  border-bottom:1.6px solid transparent;
}
@media (max-width:900px){
  .schedule-score.is-upcoming{
    min-width:62px;
  }
  .schedule-score.is-upcoming .schedule-upcoming-time{
    font-size:11px;
  }
  .schedule-match-info.is-upcoming-info small{
    font-size:9px;
  }
  .schedule-youtube-live{
    font-size:5px;
    gap:3px;
  }
  .youtube-icon{
    width:8px;
    height:5px;
  }
  .youtube-icon::after{
    left:3px;
    top:1.25px;
    border-left-width:2.5px;
    border-top-width:1.25px;
    border-bottom-width:1.25px;
  }
}


/* V53 Schedule upcoming refinements */
.schedule-score.is-upcoming .schedule-upcoming-time{
  color:#6a6a6a;
}
.schedule-youtube-live{
  font-weight:800;
}
.youtube-icon{
  display:none!important;
}
@media (max-width:900px){
  .schedule-score.is-upcoming .schedule-upcoming-time{
    color:#6a6a6a;
  }
  .schedule-youtube-live{
    font-weight:800;
  }
}

/* V54 Schedule spacing and upcoming match typography refinements */
.schedule-title-bar{
  padding-top:28px;
}
.schedule-score.is-upcoming .schedule-upcoming-time{
  font-size:11px;
  color:#6a6a6a;
}
.schedule-youtube-live{
  font-size:11px;
  font-weight:800;
  color:#7f7f7f;
}
@media (max-width:900px){
  .schedule-title-bar{
    padding-top:24px;
  }
  .schedule-score.is-upcoming .schedule-upcoming-time{
    font-size:11px;
    color:#6a6a6a;
  }
  .schedule-youtube-live{
    font-size:9px;
    font-weight:800;
  }
}
@media (max-width:520px){
  .schedule-title-bar{
    padding-top:22px;
  }
}


/* V55 Schedule mobile refinements */
@media (max-width:900px){
  .schedule-game-card{
    column-gap:8px;
  }
  .schedule-score{
    margin:0 4px;
  }
  .schedule-game-card.is-played-card .schedule-match-info time{
    display:none;
  }
  .schedule-game-card.is-played-card .schedule-match-info{
    gap:6px;
  }
  .schedule-score.is-upcoming .schedule-upcoming-time{
    font-size:10px;
    color:#6a6a6a;
  }
  .schedule-game-card.is-upcoming-card .schedule-match-info{
    justify-self:end;
    gap:7px;
    padding-top:17px;
  }
  .schedule-game-card.is-upcoming-card .schedule-match-info small,
  .schedule-game-card.is-played-card .schedule-match-info small{
    display:block;
    font-size:9px;
    color:#7f7f7f;
  }
  .schedule-youtube-live{
    font-size:9px;
    font-weight:800;
  }
}
@media (max-width:520px){
  .schedule-game-card{
    grid-template-columns:38px 1fr 54px 1fr 66px;
    column-gap:7px;
  }
  .schedule-score{
    margin:0 4px;
  }
  .schedule-score.is-upcoming .schedule-upcoming-time{
    font-size:10px;
  }
  .schedule-game-card.is-upcoming-card .schedule-match-info{
    padding-top:16px;
  }
  .schedule-game-card.is-upcoming-card .schedule-match-info small,
  .schedule-game-card.is-played-card .schedule-match-info small{
    display:block;
    font-size:8.5px;
  }
  .schedule-youtube-live{
    font-size:8.5px;
  }
}


/* V56 Schedule mobile location + match type style refinements */
.schedule-mobile-location{
  display:none;
}
.schedule-match-info span,
.schedule-game-card.is-upcoming-card .schedule-status{
  color:#7f7f7f;
  font-size:11px;
  font-weight:800;
  line-height:1;
}
@media (max-width:900px){
  .schedule-game-card{
    grid-template-rows:auto auto;
    row-gap:8px;
  }
  .schedule-mobile-location{
    display:block;
    grid-column:2 / 5;
    grid-row:2;
    justify-self:center;
    text-align:center;
    color:#7f7f7f;
    font-size:9px;
    line-height:1;
    font-weight:500;
    margin-top:2px;
    white-space:nowrap;
  }
  .schedule-game-card .schedule-match-info small{
    display:none!important;
  }
  .schedule-game-card.is-upcoming-card .schedule-match-info{
    padding-top:0;
    align-self:center;
  }
  .schedule-match-info span,
  .schedule-game-card.is-upcoming-card .schedule-status,
  .schedule-youtube-live{
    color:#7f7f7f;
    font-size:9px;
    font-weight:800;
    line-height:1;
  }
}
@media (max-width:520px){
  .schedule-mobile-location{
    font-size:8.5px;
    grid-column:2 / 5;
  }
  .schedule-match-info span,
  .schedule-game-card.is-upcoming-card .schedule-status,
  .schedule-youtube-live{
    font-size:8.5px;
  }
}


/* V57 mobile menu navigation fixes */
@media (max-width:900px){
  .mobile-menu-logo-link{
    display:flex;
    align-items:center;
    justify-content:center;
    width:90px;
    height:90px;
    margin-top:65px;
    margin-bottom:63px;
    text-decoration:none;
  }
  .mobile-menu-logo-link .mobile-menu-logo{
    margin:0;
  }
}

/* V58 mobile full-screen menu vertical centering */
@media (max-width: 900px){
  .mobile-menu{
    justify-content:center!important;
  }
  .mobile-menu-logo{
    margin-top:0!important;
    margin-bottom:52px!important;
  }
  .mobile-menu .rush-mark{
    margin-bottom:0!important;
  }
}


/* V59 Standings page */
.standings-page-shell{
  background:#f1f1f1;
}
.standings-page{
  background:#f1f1f1;
  color:#111;
  min-height:720px;
  padding:64px 0 74px;
}
.standings-title-bar,
.standings-content-shell{
  padding-left:var(--desktop-start);
  padding-right:var(--desktop-end, 198px);
}
.standings-title-bar h1{
  margin:0;
  color:#111;
  font-size:44px;
  line-height:.95;
  letter-spacing:-2px;
  font-weight:900;
}
.standings-title-bar p{
  margin:10px 0 0;
  color:#7a7a7a;
  font-size:13px;
  line-height:1;
  font-weight:700;
  letter-spacing:-.2px;
}
.standings-content-shell{
  margin-top:38px;
}
.standings-tabs{
  display:flex;
  gap:10px;
  margin-bottom:18px;
}
.standings-tabs button{
  border:0;
  background:#dedede;
  color:#5e5e5e;
  font-family:Inter, Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:1;
  font-weight:800;
  padding:10px 14px;
  border-radius:999px;
  cursor:pointer;
}
.standings-tabs button.is-active{
  background:#111;
  color:#fff;
}
.standings-table-card{
  background:#fff;
  border:1px solid #e1e1e1;
  overflow:hidden;
}
.standings-table-head,
.standings-row{
  display:grid;
  grid-template-columns:44px minmax(260px, 1.7fr) repeat(8, minmax(42px,.3fr)) minmax(154px,.8fr);
  align-items:center;
  column-gap:8px;
}
.standings-table-head{
  min-height:45px;
  background:#ececec;
  color:#8b8b8b;
  font-size:10px;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.15px;
  padding:0 18px;
}
.standings-row{
  min-height:72px;
  padding:0 18px;
  border-top:1px solid #ebebeb;
  color:#232323;
  font-size:13px;
  line-height:1;
  font-weight:700;
}
.standings-row.playoff-zone{
  box-shadow:inset 4px 0 0 #cdff21;
}
.standings-row b{
  color:#111;
  font-size:15px;
  font-weight:900;
}
.col-pos{
  color:#9a9a9a;
  font-weight:900;
}
.club-cell{
  display:flex;
  align-items:center;
  gap:13px;
  min-width:0;
}
.club-cell img{
  width:36px;
  height:36px;
  object-fit:contain;
  flex:0 0 auto;
}
.club-cell strong{
  display:block;
  color:#111;
  font-size:15px;
  line-height:1.05;
  font-weight:800;
  letter-spacing:-.45px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.club-cell small{
  display:block;
  margin-top:5px;
  color:#8c8c8c;
  font-size:10px;
  line-height:1;
  font-weight:800;
}
.form-cell{
  display:flex;
  gap:5px;
  align-items:center;
}
.form-cell i{
  width:22px;
  height:22px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-style:normal;
  font-size:9px;
  line-height:1;
  font-weight:900;
  color:#111;
  background:#dcdcdc;
}
.form-cell i.win{background:#1ec853;color:#fff;}
.form-cell i.draw{background:#d3d3d3;color:#333;}
.form-cell i.loss{background:#e53935;color:#fff;}
.standings-legend{
  display:flex;
  align-items:center;
  gap:24px;
  margin-top:18px;
  color:#777;
  font-size:11px;
  line-height:1.3;
  font-weight:700;
}
.standings-legend span:first-child{
  display:flex;
  align-items:center;
  gap:7px;
}
.standings-legend i{
  width:22px;
  height:4px;
  display:inline-block;
  background:#cdff21;
}
@media (min-width:901px) and (max-width:1300px){
  .standings-title-bar,
  .standings-content-shell{
    padding-left:90px;
    padding-right:90px;
  }
  .standings-table-head,
  .standings-row{
    grid-template-columns:38px minmax(220px, 1.4fr) repeat(8, minmax(38px,.3fr)) minmax(140px,.7fr);
  }
}
@media (max-width:900px){
  .standings-page{
    padding:42px 14px 58px;
  }
  .standings-title-bar,
  .standings-content-shell{
    padding-left:0;
    padding-right:0;
  }
  .standings-title-bar h1{
    font-size:36px;
    letter-spacing:-1.6px;
  }
  .standings-content-shell{
    margin-top:28px;
  }
  .standings-tabs{
    overflow-x:auto;
    padding-bottom:2px;
  }
  .standings-tabs::-webkit-scrollbar{display:none;}
  .standings-table-card{
    background:transparent;
    border:0;
    overflow:visible;
  }
  .standings-table-head{
    display:none;
  }
  .standings-table-body{
    display:flex;
    flex-direction:column;
    gap:10px;
  }
  .standings-row{
    display:grid;
    grid-template-columns:30px 1fr auto;
    grid-template-areas:
      'pos club pts'
      'form form form';
    min-height:auto;
    padding:13px 12px;
    border:1px solid #e2e2e2;
    background:#fff;
    column-gap:10px;
    row-gap:12px;
  }
  .standings-row.playoff-zone{
    box-shadow:inset 3px 0 0 #cdff21;
  }
  .standings-row > span:not(.col-pos),
  .standings-row > b{
    display:none;
  }
  .standings-row .col-pos{
    grid-area:pos;
    align-self:center;
    font-size:13px;
  }
  .standings-row .club-cell{
    grid-area:club;
  }
  .standings-row .club-cell img{
    width:34px;
    height:34px;
  }
  .standings-row .club-cell strong{
    font-size:14px;
  }
  .standings-row > b{
    grid-area:pts;
  }
  .standings-row b{
    display:flex!important;
    align-items:center;
    justify-content:center;
    min-width:42px;
    height:32px;
    border-radius:8px;
    background:#f0f0f0;
    font-size:16px;
  }
  .form-cell{
    grid-area:form;
    padding-left:40px;
  }
  .standings-legend{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
    margin-top:16px;
  }
}


/* V60 Standings desktop adjustments */
.standings-page{
  padding-top:0;
}
.standings-title-bar{
  background:#f7f7f7;
  padding:28px 0 25px;
}
.standings-title-bar h1{
  margin:0;
  padding-left:0;
  color:#2c2c2c;
  font-size:31px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:-1.2px;
}
.standings-title-bar p{
  display:none;
}
.standings-tabs{
  display:none!important;
}
.standings-content-shell{
  margin-top:0;
  padding-top:34px;
}
.standings-row.playoff-zone{
  box-shadow:inset 4px 0 0 #1BC7E8;
}
.form-cell i.win{
  background:#1ec853;
  color:#fff;
}
.standings-legend i{
  background:#1BC7E8;
}
@media (min-width:901px){
  .standings-table-head,
  .standings-row{
    grid-template-columns:44px minmax(260px, 1.7fr) repeat(8, minmax(42px,.3fr)) minmax(154px,.8fr);
  }
}
@media (min-width:901px) and (max-width:1300px){
  .standings-title-bar h1{
    padding-left:0;
  }
}
@media (max-width:900px){
  .standings-title-bar{
    padding:24px 0 18px;
  }
  .standings-title-bar h1{
    padding:0 18px;
    font-size:30px;
    letter-spacing:-1.2px;
  }
  .standings-content-shell{
    padding-top:22px;
  }
  .standings-row.playoff-zone{
    box-shadow:inset 3px 0 0 #1BC7E8;
  }
}


/* V61 Standings title alignment */
@media (min-width:901px){
  .standings-title-bar{
    padding:28px var(--desktop-end,198px) 25px var(--desktop-start);
  }
  .standings-title-bar h1{
    padding-left:0;
  }
}
@media (min-width:901px) and (max-width:1300px){
  .standings-title-bar{
    padding-left:90px;
    padding-right:90px;
  }
}

/* V62 Standings mobile table layout */
@media (max-width:900px){
  .standings-page{
    padding:42px 0 58px;
  }
  .standings-title-bar{
    padding-left:18px;
    padding-right:18px;
  }
  .standings-content-shell{
    padding-left:14px;
    padding-right:0;
  }
  .standings-table-card{
    background:#fff;
    border:1px solid #e1e1e1;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .standings-table-card::-webkit-scrollbar{display:none;}
  .standings-table-head,
  .standings-row{
    display:grid;
    grid-template-columns:32px minmax(160px, 1.35fr) 42px 38px 34px 34px 34px 38px 38px 42px 112px;
    min-width:720px;
    column-gap:6px;
    align-items:center;
  }
  .standings-table-head{
    min-height:38px;
    padding:0 12px;
    background:#ececec;
    color:#8b8b8b;
    font-size:9px;
    line-height:1;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.12px;
  }
  .standings-table-body{
    display:block;
    min-width:720px;
  }
  .standings-row{
    min-height:58px;
    padding:0 12px;
    border:0;
    border-top:1px solid #ebebeb;
    background:#fff;
    color:#232323;
    font-size:11px;
    line-height:1;
    font-weight:700;
    grid-template-areas:none;
    row-gap:0;
  }
  .standings-row.playoff-zone{
    box-shadow:inset 3px 0 0 #1BC7E8;
  }
  .standings-row > span:not(.col-pos),
  .standings-row > b{
    display:block;
  }
  .standings-row .col-pos{
    grid-area:auto;
    align-self:center;
    font-size:11px;
  }
  .standings-row .club-cell{
    grid-area:auto;
    gap:9px;
  }
  .standings-row .club-cell img{
    width:28px;
    height:28px;
  }
  .standings-row .club-cell strong{
    font-size:12px;
    line-height:1.05;
    letter-spacing:-.35px;
  }
  .standings-row .club-cell small{
    margin-top:4px;
    font-size:8.5px;
  }
  .standings-row > b{
    grid-area:auto;
  }
  .standings-row b{
    display:block!important;
    min-width:0;
    height:auto;
    border-radius:0;
    background:transparent;
    font-size:12px;
    font-weight:900;
    text-align:left;
  }
  .form-cell{
    grid-area:auto;
    padding-left:0;
    gap:4px;
  }
  .form-cell i{
    width:18px;
    height:18px;
    font-size:7.5px;
  }
  .standings-legend{
    padding-left:14px;
    padding-right:14px;
  }
  .standings-legend i{
    background:#1BC7E8;
  }
}


/* V63 standings qualification zones */
:root{
  --ufl-blue:#1BC7E8;
  --ufl-green:#ff8a00;
  --ufl-red:#ff3b3b;
}
.standings-row.super-cup-zone{
  box-shadow:inset 4px 0 0 var(--ufl-green);
}
.standings-row.relegation-zone{
  box-shadow:inset 4px 0 0 var(--ufl-red);
}
.standings-legend-zones{
  flex-wrap:wrap;
  gap:18px 24px;
}
.standings-legend-zones span{
  display:flex;
  align-items:center;
  gap:7px;
}
.standings-legend-zones .legend-line{
  width:28px;
  height:4px;
  display:inline-block;
  flex:0 0 auto;
}
.standings-legend-zones .playoff-line{
  background:var(--ufl-blue)!important;
}
.standings-legend-zones .super-cup-line{
  background:linear-gradient(90deg, var(--ufl-blue) 0 50%, var(--ufl-green) 50% 100%)!important;
}
.standings-legend-zones .relegation-line{
  background:var(--ufl-red)!important;
}
@media (max-width:900px){
  .standings-row.super-cup-zone{
    box-shadow:inset 3px 0 0 var(--ufl-green);
  }
  .standings-row.relegation-zone{
    box-shadow:inset 3px 0 0 var(--ufl-red);
  }
  .standings-legend-zones{
    display:flex;
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
    margin-top:16px;
    font-size:10px;
  }
  .standings-legend-zones .legend-line{
    width:24px;
    height:4px;
  }
}

/* V65 default page title spacing: Standings matches Schedule title spacing */
@media (min-width:901px){
  .standings-page{
    padding-top:0;
  }
  .standings-title-bar{
    padding-top:28px;
  }
}
@media (max-width:900px){
  .standings-page{
    padding-top:0;
  }
  .standings-title-bar{
    padding-top:24px;
  }
}


/* V66 standings qualification refinements */
:root{
  --ufl-buy-in:#74A458;
  --ufl-orange:#ff8a00;
}
.standings-row.buy-in-zone{
  box-shadow:inset 4px 0 0 var(--ufl-buy-in)!important;
}
.standings-row.super-cup-zone{
  box-shadow:inset 4px 0 0 var(--ufl-orange)!important;
}
.standings-legend-zones .buy-in-line{
  background:var(--ufl-buy-in)!important;
}
.standings-legend-zones .playoff-line{
  background:linear-gradient(90deg, var(--ufl-buy-in) 0 50%, var(--ufl-blue) 50% 100%)!important;
}
.standings-legend-zones .super-cup-line{
  background:linear-gradient(90deg, var(--ufl-buy-in) 0 33.33%, var(--ufl-blue) 33.33% 66.66%, var(--ufl-orange) 66.66% 100%)!important;
}
@media (max-width:900px){
  .standings-row.buy-in-zone{
    box-shadow:inset 3px 0 0 var(--ufl-buy-in)!important;
  }
  .standings-row.super-cup-zone{
    box-shadow:inset 3px 0 0 var(--ufl-orange)!important;
  }
}


/* V67 Match timeline page */
.timeline-page-shell{
  background:#f1f1f1;
}
.timeline-hero{
  position:relative;
  min-height:318px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:#111;
}
.timeline-hero-bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.72), rgba(0,0,0,.66)),
    url('https://theufleague.com/img/timeline_bg.jpg') center 45% / cover no-repeat;
  filter:saturate(.72);
  transform:scale(1.02);
}
.timeline-hero-content{
  position:relative;
  z-index:2;
  color:#fff;
  width:100%;
  max-width:1060px;
  margin:0 auto;
  padding:28px 24px;
  text-align:center;
}
.timeline-meta{
  display:flex;
  flex-direction:column;
  gap:5px;
  align-items:center;
  margin-bottom:36px;
  color:#eeeeee;
}
.timeline-meta strong{
  font-size:14px;
  line-height:1;
  font-weight:800;
}
.timeline-meta span{
  font-size:16px;
  line-height:1.1;
  font-weight:500;
}
.timeline-final-label{
  color:#f2f2f2;
  font-size:13px;
  font-weight:800;
  line-height:1;
  margin-bottom:10px;
}
.timeline-scoreboard{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:26px;
  align-items:center;
}
.timeline-team{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}
.timeline-team-home{
  justify-content:flex-end;
  text-align:right;
}
.timeline-team-away{
  justify-content:flex-start;
  text-align:left;
}
.timeline-team img{
  width:64px;
  height:64px;
  object-fit:contain;
  flex:0 0 auto;
}
.timeline-team h1{
  margin:0;
  color:#fff;
  font-size:30px;
  line-height:1;
  font-weight:900;
  letter-spacing:-1.6px;
}
.timeline-team p{
  margin:6px 0 0;
  color:#e0e0e0;
  font-size:14px;
  line-height:1.2;
  font-weight:500;
}
.timeline-score-box{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:112px;
  height:52px;
  border-radius:5px;
  background:rgba(255,255,255,.14);
  overflow:hidden;
}
.timeline-score-box span{
  min-width:45px;
  color:#fff;
  font-size:34px;
  line-height:1;
  font-weight:900;
  letter-spacing:-1px;
}
.timeline-score-box i{
  width:1px;
  height:28px;
  background:rgba(255,255,255,.38);
}
.timeline-actions{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-top:32px;
}
.timeline-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:45px;
  padding:0 24px;
  border-radius:12px;
  text-decoration:none;
  font-size:14px;
  font-weight:800;
  line-height:1;
}
.timeline-button-light{
  background:#fff;
  color:#111;
}
.timeline-button-dark{
  background:rgba(255,255,255,.2);
  color:#fff;
}
.match-timeline-section{
  background:#f1f1f1;
  padding:54px 0 70px;
}
.match-timeline-shell{
  max-width:930px;
  margin:0 auto;
  padding:0 24px;
}
.match-timeline{
  position:relative;
  display:flex;
  flex-direction:column;
}
.match-timeline::before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:50%;
  width:1px;
  background:#dddddd;
  transform:translateX(-.5px);
}
.timeline-event{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) 36px 86px 36px minmax(0,1fr);
  align-items:center;
  min-height:72px;
  border-bottom:1px solid #dedede;
}
.timeline-event.home .event-content{
  grid-column:1;
  text-align:right;
  padding-right:14px;
}
.timeline-event.home img{
  grid-column:2;
}
.timeline-event.home .timeline-center{
  grid-column:3;
}
.timeline-event.away .timeline-center{
  grid-column:3;
}
.timeline-event.away img{
  grid-column:4;
}
.timeline-event.away .event-content{
  grid-column:5;
  text-align:left;
  padding-left:14px;
}
.timeline-event img{
  width:32px;
  height:32px;
  object-fit:contain;
  justify-self:center;
  z-index:2;
}
.timeline-center{
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  z-index:3;
}
.score-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:58px;
  height:28px;
  padding:0 10px;
  border-radius:3px;
  background:#e1e1e1;
  color:#181818;
  font-size:14px;
  font-weight:700;
  line-height:1;
}
.event-dot{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  border-radius:50%;
  background:#fff;
  border:1px solid #e0e0e0;
  color:#111;
  font-size:9px;
  font-weight:900;
}
.yellow-card::after{
  content:"";
  width:8px;
  height:12px;
  border-radius:1px;
  background:#ffd400;
  display:block;
}
.red-card::after{
  content:"";
  width:8px;
  height:12px;
  border-radius:1px;
  background:#e53935;
  display:block;
}
.yellow-red-card{
  position:relative;
}
.yellow-red-card::before{
  content:"";
  position:absolute;
  width:8px;
  height:12px;
  border-radius:1px;
  background:#ffd400;
  left:9px;
  top:8px;
  opacity:.7;
}
.yellow-red-card::after{
  content:"";
  position:absolute;
  width:8px;
  height:12px;
  border-radius:1px;
  background:#e53935;
  left:13px;
  top:9px;
  display:block;
}
.own-goal-event .event-content h3,
.own-goal-event .event-content h3 span,
.own-goal-event .event-content p{
  color:#d83a34;
}
.own-goal{
  color:#d33;
  font-size:9px;
}
.event-content h3{
  margin:0;
  color:#171717;
  font-size:15px;
  line-height:1.05;
  font-weight:800;
  letter-spacing:-.2px;
}
.event-content h3 span{
  color:#111;
  margin-left:5px;
  font-weight:900;
}
.event-content p{
  margin:5px 0 0;
  color:#595959;
  font-size:13px;
  line-height:1.2;
  font-weight:500;
}
@media (max-width:900px){
  .timeline-hero{
    min-height:360px;
  }
  .timeline-hero-content{
    padding:28px 16px;
  }
  .timeline-meta{
    margin-bottom:28px;
  }
  .timeline-meta span{
    font-size:14px;
  }
  .timeline-scoreboard{
    grid-template-columns:1fr;
    gap:14px;
  }
  .timeline-team,
  .timeline-team-home,
  .timeline-team-away{
    justify-content:center;
    text-align:center;
  }
  .timeline-team-home{
    flex-direction:column-reverse;
  }
  .timeline-team-away{
    flex-direction:column;
  }
  .timeline-team img{
    width:56px;
    height:56px;
  }
  .timeline-team h1{
    font-size:28px;
  }
  .timeline-team p{
    font-size:12px;
  }
  .timeline-score-box{
    margin:0 auto;
    height:48px;
  }
  .timeline-score-box span{
    font-size:30px;
  }
  .timeline-actions{
    margin-top:24px;
  }
  .timeline-button{
    min-height:42px;
    padding:0 18px;
    font-size:13px;
  }
  .match-timeline-section{
    padding:32px 0 50px;
  }
  .match-timeline-shell{
    padding:0 14px;
  }
  .timeline-event{
    grid-template-columns:minmax(0,1fr) 31px 62px 31px minmax(0,1fr);
    min-height:72px;
  }
  .timeline-event.home .event-content{
    padding-right:8px;
  }
  .timeline-event.away .event-content{
    padding-left:8px;
  }
  .timeline-event img{
    width:26px;
    height:26px;
  }
  .score-pill{
    min-width:48px;
    height:26px;
    font-size:13px;
    padding:0 8px;
  }
  .event-dot{
    width:28px;
    height:28px;
  }
  .event-content h3{
    font-size:13px;
  }
  .event-content p{
    font-size:11px;
  }
}


/* V69 timeline and game-info linking refinements */
.go-to-game-btn{
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.timeline-team-form{
  margin-top:8px;
  justify-content:flex-end;
  gap:5px;
}
.timeline-team-away .timeline-team-form{
  justify-content:flex-start;
}
.timeline-team-form i{
  width:20px;
  height:20px;
  font-size:9px;
  border-radius:50%;
  box-shadow:0 2px 8px rgba(0,0,0,.18);
}
@media (max-width:900px){
  .timeline-team-form,
  .timeline-team-away .timeline-team-form{
    justify-content:center;
  }
}
@media (min-width:901px){
  .schedule-game-card{
    position:relative;
    overflow:visible;
  }
  .schedule-game-card:hover{
    z-index:8;
  }
  .schedule-card-hover{
    position:absolute;
    top:-1px;
    bottom:-1px;
    left:-10px;
    right:-10px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:0;
    background:rgba(18,18,18,.12);
    backdrop-filter:blur(3px) saturate(1.03);
    -webkit-backdrop-filter:blur(3px) saturate(1.03);
    opacity:0;
    visibility:hidden;
    transition:opacity .22s ease, visibility .22s ease;
    pointer-events:none;
    z-index:6;
    text-decoration:none;
    -webkit-mask-image:linear-gradient(to right, transparent 0, rgba(0,0,0,.9) 10px, #000 18px, #000 calc(100% - 18px), rgba(0,0,0,.9) calc(100% - 10px), transparent 100%);
    mask-image:linear-gradient(to right, transparent 0, rgba(0,0,0,.9) 10px, #000 18px, #000 calc(100% - 18px), rgba(0,0,0,.9) calc(100% - 10px), transparent 100%);
  }
  .schedule-game-card:hover .schedule-card-hover{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }
}
@media (max-width:900px){
  .schedule-card-hover{display:none;}
}






/* V74 Watch Highlights: real direct link, no hover animation/effect */
.watch-highlights-link,
.watch-highlights-link:link,
.watch-highlights-link:visited,
.watch-highlights-link:hover,
.watch-highlights-link:focus,
.watch-highlights-link:active{
  background:rgba(255,255,255,.2)!important;
  color:#ffffff!important;
  text-decoration:none!important;
  transform:none!important;
  transition:none!important;
  animation:none!important;
  box-shadow:none!important;
  filter:none!important;
  opacity:1!important;
  outline:none!important;
}
.watch-highlights-link:hover,
.watch-highlights-link:focus,
.watch-highlights-link:active{
  background:rgba(255,255,255,.2)!important;
}


/* V75 Timeline tabs + lineups */
.timeline-team h1 small{
  font-size:13px;
  line-height:1;
  font-weight:800;
  color:rgba(255,255,255,.72);
  letter-spacing:-.2px;
  vertical-align:middle;
  margin-left:4px;
}
.timeline-form .form-loss,
.form-dot.form-loss,
.form-cell.form-loss{
  background:#e53935!important;
  color:#ffffff!important;
}

.match-tabs{
  background:#f1f1f1;
  border-bottom:1px solid #dddddd;
}
.match-tabs-shell{
  max-width:930px;
  margin:0 auto;
  padding:0 24px;
  display:flex;
  align-items:center;
  gap:28px;
}
.match-tab{
  appearance:none;
  border:0;
  background:transparent;
  padding:20px 0 17px;
  color:#8d8d8d;
  font-size:14px;
  line-height:1;
  font-weight:800;
  letter-spacing:-.25px;
  cursor:pointer;
  position:relative;
}
.match-tab.is-active{
  color:#111111;
}
.match-tab.is-active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:2px;
  background:#1bc7e8;
}
.match-tab-panel{
  display:none;
}
.match-tab-panel.is-active{
  display:block;
}

.match-lineups-section{
  background:#f1f1f1;
  padding:54px 0 74px;
}
.match-lineups-shell{
  max-width:930px;
  margin:0 auto;
  padding:0 24px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:36px;
}
.lineup-column{
  background:#ffffff;
  border:1px solid #dddddd;
}
.lineup-title{
  display:flex;
  align-items:center;
  gap:12px;
  padding:18px 20px;
  border-bottom:1px solid #dddddd;
}
.lineup-title img{
  width:34px;
  height:34px;
  object-fit:contain;
}
.lineup-title h2{
  margin:0;
  color:#151515;
  font-size:18px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.8px;
}
.lineup-list{
  list-style:none;
  margin:0;
  padding:0;
}
.lineup-list li{
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:0 20px;
  border-bottom:1px solid #eeeeee;
  color:#252525;
  font-size:14px;
  line-height:1.1;
  font-weight:700;
}
.lineup-list li:last-child{
  border-bottom:0;
}
.lineup-icons{
  display:inline-flex;
  align-items:center;
  gap:7px;
  flex:0 0 auto;
}
.mini-ball{
  width:13px;
  height:13px;
  border-radius:50%;
  background:
    radial-gradient(circle at 50% 50%, #111 0 18%, transparent 19%),
    radial-gradient(circle at 28% 32%, #111 0 11%, transparent 12%),
    radial-gradient(circle at 72% 32%, #111 0 11%, transparent 12%),
    radial-gradient(circle at 35% 76%, #111 0 10%, transparent 11%),
    radial-gradient(circle at 68% 76%, #111 0 10%, transparent 11%),
    #ffffff;
  border:1px solid #111;
  display:inline-block;
}
.mini-ball.own{
  background:
    radial-gradient(circle at 50% 50%, #fff 0 18%, transparent 19%),
    radial-gradient(circle at 28% 32%, #fff 0 11%, transparent 12%),
    radial-gradient(circle at 72% 32%, #fff 0 11%, transparent 12%),
    radial-gradient(circle at 35% 76%, #fff 0 10%, transparent 11%),
    radial-gradient(circle at 68% 76%, #fff 0 10%, transparent 11%),
    #d83a34;
  border-color:#d83a34;
}
.mini-card{
  width:9px;
  height:13px;
  border-radius:1px;
  display:inline-block;
}
.mini-card.yellow{
  background:#ffd400;
}
.mini-card.red{
  background:#e53935;
}
.mini-card.yellow-red{
  position:relative;
  background:#e53935;
  margin-left:3px;
}
.mini-card.yellow-red::before{
  content:"";
  position:absolute;
  width:9px;
  height:13px;
  border-radius:1px;
  background:#ffd400;
  left:-4px;
  top:-1px;
  z-index:-1;
  opacity:.85;
}
.mini-boot{
  width:16px;
  height:10px;
  display:inline-block;
  position:relative;
  background:#111;
  border-radius:7px 10px 3px 3px;
  transform:skewX(-12deg);
}
.mini-boot::after{
  content:"";
  position:absolute;
  width:6px;
  height:3px;
  background:#111;
  right:-3px;
  bottom:0;
  border-radius:0 2px 2px 0;
}
@media (max-width:900px){
  .timeline-team h1 small{
    display:block;
    margin:6px 0 0;
    font-size:12px;
  }
  .match-tabs-shell{
    padding:0 16px;
    justify-content:center;
  }
  .match-tab{
    font-size:14px;
    padding:18px 0 15px;
  }
  .match-lineups-section{
    padding:32px 0 52px;
  }
  .match-lineups-shell{
    grid-template-columns:1fr;
    gap:22px;
    padding:0 14px;
  }
  .lineup-title{
    padding:16px;
  }
  .lineup-list li{
    padding:0 16px;
    font-size:13px;
  }
}


/* V76 repair: keep approved hovers working and keep Watch Highlights plain */
.match-card.has-result{
  position:relative;
}
@media (min-width:901px){
  .match-card.has-result .match-card-hover{
    position:absolute;
    top:-1px;
    bottom:-1px;
    left:-10px;
    right:-10px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:0;
    background:rgba(18,18,18,.12);
    backdrop-filter:blur(3px) saturate(1.03);
    -webkit-backdrop-filter:blur(3px) saturate(1.03);
    opacity:0;
    visibility:hidden;
    transition:opacity .22s ease, visibility .22s ease;
    pointer-events:none;
    z-index:6;
    -webkit-mask-image:linear-gradient(to right, transparent 0, rgba(0,0,0,.9) 10px, #000 18px, #000 calc(100% - 18px), rgba(0,0,0,.9) calc(100% - 10px), transparent 100%);
    mask-image:linear-gradient(to right, transparent 0, rgba(0,0,0,.9) 10px, #000 18px, #000 calc(100% - 18px), rgba(0,0,0,.9) calc(100% - 10px), transparent 100%);
  }
  .match-card.has-result:hover{
    z-index:7;
  }
  .match-card.has-result:hover .match-card-hover{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }

  .schedule-game-card{
    position:relative;
    overflow:hidden;
  }
  .schedule-card-hover{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(18,18,18,.12);
    backdrop-filter:blur(3px) saturate(1.03);
    -webkit-backdrop-filter:blur(3px) saturate(1.03);
    opacity:0;
    visibility:hidden;
    transition:opacity .22s ease, visibility .22s ease;
    pointer-events:none;
    z-index:8;
    text-decoration:none;
  }
  .schedule-game-card:hover .schedule-card-hover{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }
  .schedule-card-hover .go-to-game-btn{
    background:#1bc7e8!important;
    color:#ffffff!important;
  }
}

.watch-highlights-link,
.watch-highlights-link:link,
.watch-highlights-link:visited,
.watch-highlights-link:hover,
.watch-highlights-link:focus,
.watch-highlights-link:active{
  background:rgba(255,255,255,.2)!important;
  color:#ffffff!important;
  text-decoration:none!important;
  transform:none!important;
  transition:none!important;
  animation:none!important;
  box-shadow:none!important;
  filter:none!important;
  opacity:1!important;
  outline:none!important;
}


/* V77 Lineups refinements */
.lineup-column{
  background:transparent!important;
  border:0!important;
}
.lineup-title{
  padding-left:0!important;
  padding-right:0!important;
  border-bottom:1px solid #d8d8d8!important;
}
.lineup-list li{
  padding-left:0!important;
  padding-right:0!important;
  background:transparent!important;
}
.lineup-player{
  display:inline-flex;
  align-items:baseline;
  gap:.72em;
  min-width:0;
}
.lineup-player strong{
  font-weight:900;
  color:#171717;
  min-width:18px;
  text-align:left;
}
.lineup-player em{
  font-style:normal;
  font-weight:500;
  color:#2b2b2b;
}
.lineup-wa-icon,
.lineup-icons .fa-regular,
.lineup-icons .fa-solid{
  font-size:15px;
  line-height:1;
  color:#111111;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.lineup-wa-icon.own,
.lineup-icons .own{
  color:#d83a34!important;
}
.mini-card{
  flex:0 0 auto;
}

/* keep left header rank beside the team name cleanly */
.timeline-team h1 small{
  display:inline-block;
}
@media (max-width:900px){
  .lineup-player{
    gap:.72em;
  }
  .lineup-title,
  .lineup-list li{
    padding-left:0!important;
    padding-right:0!important;
  }
}


/* V78 Lineup separators and lighter timeline header team names */
.timeline-team h1{
  font-weight:500!important;
}
.timeline-team h1 small{
  font-weight:500!important;
}

/* keep visible separators between every lineup player */
.lineup-list li{
  border-bottom:1px solid #d8d8d8!important;
}
.lineup-list li:last-child{
  border-bottom:0!important;
}

/* make the double-yellow/red card match the timeline card language clearly */
.lineup-icons .mini-card.yellow-red{
  position:relative;
  background:#e53935!important;
  margin-left:4px;
  overflow:visible;
}
.lineup-icons .mini-card.yellow-red::before{
  content:"";
  position:absolute;
  width:9px;
  height:13px;
  border-radius:1px;
  background:#ffd400;
  left:-5px;
  top:-1px;
  z-index:-1;
  opacity:.9;
}


/* V79 mobile timeline / schedule / lineup refinements */
.lineup-icons .mini-card.yellow-red{
  width:13px!important;
  height:13px!important;
  position:relative!important;
  display:inline-block!important;
  background:transparent!important;
  margin-left:0!important;
  overflow:visible!important;
}
.lineup-icons .mini-card.yellow-red::before{
  content:""!important;
  position:absolute!important;
  width:8px!important;
  height:12px!important;
  border-radius:1px!important;
  background:#ffd400!important;
  left:0!important;
  top:0!important;
  opacity:1!important;
  z-index:1!important;
}
.lineup-icons .mini-card.yellow-red::after{
  content:""!important;
  position:absolute!important;
  width:8px!important;
  height:12px!important;
  border-radius:1px!important;
  background:#e53935!important;
  left:4px!important;
  top:0!important;
  z-index:2!important;
}

@media (min-width:901px){
  .schedule-card-hover .go-to-game-btn{
    background:#d9d9d9!important;
    color:#111111!important;
  }
}

@media (max-width:900px){
  /* timeline header should stay side by side on mobile */
  .timeline-hero{
    min-height:auto!important;
  }
  .timeline-hero-content{
    padding:20px 14px 22px!important;
  }
  .timeline-meta{
    margin-bottom:14px!important;
  }
  .timeline-meta strong{
    font-size:15px;
  }
  .timeline-meta span{
    font-size:13px!important;
  }
  .timeline-final-label{
    margin-bottom:10px;
    font-size:12px;
  }
  .timeline-scoreboard{
    grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;
    gap:8px!important;
    align-items:center!important;
  }
  .timeline-team{
    min-width:0;
    gap:8px!important;
  }
  .timeline-team-home{
    flex-direction:row!important;
    justify-content:flex-end!important;
    text-align:right!important;
  }
  .timeline-team-away{
    flex-direction:row!important;
    justify-content:flex-start!important;
    text-align:left!important;
  }
  .timeline-team img{
    width:42px!important;
    height:42px!important;
    flex:0 0 42px;
  }
  .timeline-team-copy{
    min-width:0;
  }
  .timeline-team h1{
    font-size:17px!important;
    line-height:.96!important;
    letter-spacing:-.45px!important;
    white-space:normal!important;
  }
  .timeline-team h1 small{
    display:inline-block!important;
    margin:0 3px 0 0!important;
    font-size:10px!important;
    line-height:1!important;
    vertical-align:baseline!important;
  }
  .timeline-team-away h1 small{
    margin:0 0 0 3px!important;
  }
  .timeline-team-form,
  .timeline-team-away .timeline-team-form{
    justify-content:flex-start!important;
    margin-top:5px!important;
    gap:4px!important;
    flex-wrap:nowrap!important;
  }
  .timeline-team-home .timeline-team-form{
    justify-content:flex-end!important;
  }
  .timeline-team-form i{
    width:14px!important;
    height:14px!important;
    font-size:7px!important;
  }
  .timeline-score-box{
    height:42px!important;
    padding:0 10px!important;
  }
  .timeline-score-box span{
    font-size:28px!important;
  }
  .timeline-actions{
    margin-top:18px!important;
  }

  /* line ups side by side on mobile */
  .match-lineups-shell{
    grid-template-columns:1fr 1fr!important;
    gap:18px!important;
    padding:0 14px!important;
  }
  .lineup-title{
    padding:0 0 10px!important;
    gap:8px!important;
  }
  .lineup-title img{
    width:22px!important;
    height:22px!important;
  }
  .lineup-title h2{
    font-size:14px!important;
    letter-spacing:-.4px!important;
  }
  .lineup-list li{
    min-height:36px!important;
    font-size:12px!important;
    gap:8px!important;
    padding:0!important;
  }
  .lineup-player{
    gap:.86em!important;
  }
  .lineup-player strong{
    min-width:22px!important;
  }
  .lineup-wa-icon,
  .lineup-icons .fa-regular,
  .lineup-icons .fa-solid{
    font-size:13px!important;
  }

  /* schedule upcoming live label: LIVE on second line only in mobile */
  .schedule-youtube-live span{
    display:block!important;
    line-height:1.04!important;
  }
  .schedule-upcoming-time{
    font-size:11px!important;
    color:#6a6a6a!important;
  }
}


/* V80 Timeline header mobile abbreviations + stronger FORM loss circles */
.team-name-short{
  display:none;
}
.timeline-team-form i.loss,
.timeline-team-form .loss,
.timeline-team-form .form-loss{
  background:#e53935!important;
  color:#ffffff!important;
  border-color:#e53935!important;
}

@media (max-width:900px){
  .timeline-team h1 .team-name-full{
    display:none!important;
  }
  .timeline-team h1 .team-name-short{
    display:inline!important;
  }
}


/* V81 Schedule hover only for played/result matches */
@media (min-width:901px){
  .schedule-game-card.is-upcoming-card .schedule-card-hover{
    display:none!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  .schedule-game-card.is-played-card:hover .schedule-card-hover{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
}


/* UFLWEB_V82 Clubs page */
.clubs-page-shell{
  background:#f1f1f1;
}
.clubs-title-bar{
  padding-left:var(--desktop-start);
  padding-right:var(--desktop-end, 198px);
}
.clubs-page{
  background:#f1f1f1;
  padding:38px var(--desktop-end, 198px) 72px var(--desktop-start);
}
.clubs-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:0 30px;
}
.club-item{
  display:flex;
  align-items:center;
  gap:16px;
  min-height:84px;
  border-bottom:1px solid #d4d4d4;
}
.club-logo{
  width:48px;
  height:48px;
  object-fit:contain;
  flex:0 0 48px;
}
.club-copy{
  min-width:0;
}
.club-copy h2{
  margin:0 0 8px;
  color:#151515;
  font-size:21px;
  line-height:1;
  font-weight:900;
  letter-spacing:-1px;
}
.club-copy h2 span{
  color:#8d8d8d;
  font-size:19px;
  font-weight:500;
  margin-left:4px;
}
.club-copy p{
  margin:0;
  color:#151515;
  font-size:14px;
  line-height:1;
  font-weight:500;
}
.club-copy a{
  color:#151515;
  text-decoration:underline;
  text-underline-offset:2px;
}
.club-copy span{
  color:#555555;
  margin:0 5px;
}
@media (max-width:1100px){
  .clubs-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}
@media (max-width:900px){
  .clubs-title-bar{
    padding-left:18px;
    padding-right:18px;
  }
  .clubs-page{
    padding:24px 18px 52px;
  }
  .clubs-grid{
    grid-template-columns:1fr;
    gap:0;
  }
  .club-item{
    min-height:76px;
    gap:14px;
  }
  .club-logo{
    width:44px;
    height:44px;
    flex-basis:44px;
  }
  .club-copy h2{
    font-size:19px;
  }
  .club-copy p{
    font-size:13px;
  }
}


/* UFLWEB_V83 Clubs refinements */
.clubs-title-bar{
  display:block!important;
  padding-top:0!important;
  padding-bottom:26px!important;
  padding-left:var(--desktop-start)!important;
  padding-right:var(--desktop-end, 198px)!important;
}
.clubs-title-bar h1{
  margin:0!important;
  color:#2b2b2b!important;
  font-size:32px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:-1.6px!important;
}
.club-copy h2{
  font-weight:700!important;
}
@media (max-width:900px){
  .clubs-title-bar{
    padding-left:18px!important;
    padding-right:18px!important;
    padding-bottom:24px!important;
  }
  .clubs-title-bar h1{
    font-size:30px!important;
  }
}


/* UFLWEB_V84 Team schedule page */
.team-schedule-page-shell .schedule-title-bar h1{
  text-transform:none;
}


/* UFLWEB_V85 Team schedule vertical list */
.team-schedule-page-shell .schedule-content-shell{
  padding-top:0;
}
.team-schedule-game-card{
  position:relative;
}
.team-schedule-date{
  position:absolute;
  left:18px;
  top:16px;
  color:#8c8c8c;
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.1px;
}
.team-schedule-game-card .schedule-status{
  padding-top:18px;
}
@media (max-width:900px){
  .team-schedule-date{
    left:14px;
    top:12px;
    font-size:10px;
  }
  .team-schedule-game-card .schedule-status{
    padding-top:15px;
  }
}


/* UFLWEB_V86 Clubs title aligned with Standings default page title */
.clubs-title-bar{
  padding-top:0!important;
  padding-bottom:26px!important;
  padding-left:var(--desktop-start)!important;
  padding-right:var(--desktop-end, 198px)!important;
  background:#f1f1f1!important;
}
.clubs-title-bar h1{
  margin:0!important;
  color:#2b2b2b!important;
  font-size:32px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:-1.6px!important;
}
@media (max-width:900px){
  .clubs-title-bar{
    padding-left:18px!important;
    padding-right:18px!important;
    padding-bottom:24px!important;
  }
  .clubs-title-bar h1{
    font-size:30px!important;
  }
}


/* UFLWEB_V86 Team schedule date placement and spacing */
.team-schedule-page-shell .schedule-content-shell{
  padding-top:26px!important;
}
.team-schedule-game-card .team-schedule-date{
  position:static!important;
  display:block!important;
  margin-top:9px!important;
  color:#8c8c8c!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:700!important;
  letter-spacing:0!important;
}
.team-schedule-game-card .schedule-status{
  padding-top:0!important;
}
@media (max-width:900px){
  .team-schedule-page-shell .schedule-content-shell{
    padding-top:22px!important;
  }
  .team-schedule-game-card .team-schedule-date{
    margin-top:7px!important;
    font-size:10px!important;
  }
}


/* UFLWEB_V88 Clubs page repaired and title normalized */
.clubs-page-shell{
  background:#f1f1f1!important;
}
.clubs-page-shell .clubs-page{
  background:#f1f1f1!important;
  color:#111!important;
  min-height:720px!important;
  padding:64px 0 74px!important;
}
.clubs-page-shell .clubs-title-bar,
.clubs-page-shell .clubs-content-shell{
  padding-left:var(--desktop-start)!important;
  padding-right:var(--desktop-end, 198px)!important;
}
.clubs-page-shell .clubs-title-bar{
  padding-top:0!important;
  padding-bottom:0!important;
  background:#f1f1f1!important;
}
.clubs-page-shell .clubs-title-bar h1{
  margin:0!important;
  color:#111!important;
  font-size:44px!important;
  line-height:.95!important;
  letter-spacing:-2px!important;
  font-weight:900!important;
}
.clubs-page-shell .clubs-content-shell{
  margin-top:38px!important;
}
.clubs-page-shell .clubs-grid{
  display:grid!important;
  grid-template-columns:repeat(3, minmax(0, 1fr))!important;
  gap:0 30px!important;
}
.clubs-page-shell .club-item{
  display:flex!important;
  align-items:center!important;
  gap:16px!important;
  min-height:84px!important;
  border-bottom:1px solid #d4d4d4!important;
}
.clubs-page-shell .club-logo{
  width:48px!important;
  height:48px!important;
  object-fit:contain!important;
  flex:0 0 48px!important;
}
.clubs-page-shell .club-copy{
  min-width:0!important;
}
.clubs-page-shell .club-copy h2{
  margin:0 0 8px!important;
  color:#151515!important;
  font-size:21px!important;
  line-height:1!important;
  font-weight:700!important;
  letter-spacing:-1px!important;
}
.clubs-page-shell .club-copy h2 span{
  color:#8d8d8d!important;
  font-size:19px!important;
  font-weight:500!important;
  margin-left:4px!important;
}
.clubs-page-shell .club-copy p{
  margin:0!important;
  color:#151515!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:500!important;
}
.clubs-page-shell .club-copy a{
  color:#151515!important;
  text-decoration:underline!important;
  text-underline-offset:2px!important;
}
.clubs-page-shell .club-copy p span{
  color:#555555!important;
  margin:0 5px!important;
}
@media (max-width:1100px){
  .clubs-page-shell .clubs-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr))!important;
  }
}
@media (max-width:900px){
  .clubs-page-shell .clubs-page{
    padding:46px 0 54px!important;
  }
  .clubs-page-shell .clubs-title-bar,
  .clubs-page-shell .clubs-content-shell{
    padding-left:18px!important;
    padding-right:18px!important;
  }
  .clubs-page-shell .clubs-title-bar h1{
    font-size:38px!important;
    line-height:.95!important;
    letter-spacing:-1.7px!important;
  }
  .clubs-page-shell .clubs-content-shell{
    margin-top:30px!important;
  }
  .clubs-page-shell .clubs-grid{
    grid-template-columns:1fr!important;
    gap:0!important;
  }
  .clubs-page-shell .club-item{
    min-height:76px!important;
    gap:14px!important;
  }
  .clubs-page-shell .club-logo{
    width:44px!important;
    height:44px!important;
    flex-basis:44px!important;
  }
  .clubs-page-shell .club-copy h2{
    font-size:19px!important;
  }
  .clubs-page-shell .club-copy p{
    font-size:13px!important;
  }
}


/* UFLWEB_V89 FINAL Clubs title correction: exact Standings title system */
.clubs-page-shell .clubs-page{
  background:#f1f1f1!important;
  color:#111!important;
  min-height:720px!important;
  padding-top:0!important;
  padding-right:0!important;
  padding-bottom:74px!important;
  padding-left:0!important;
}
.clubs-page-shell .clubs-title-bar,
.clubs-page-shell .clubs-content-shell{
  padding-left:var(--desktop-start)!important;
  padding-right:var(--desktop-end, 198px)!important;
}
.clubs-page-shell .clubs-title-bar{
  padding-top:28px!important;
  padding-bottom:0!important;
  background:#f1f1f1!important;
}
.clubs-page-shell .clubs-title-bar h1{
  margin:0!important;
  color:#111!important;
  font-size:44px!important;
  line-height:.95!important;
  letter-spacing:-2px!important;
  font-weight:900!important;
}
.clubs-page-shell .clubs-content-shell{
  margin-top:38px!important;
}
@media (max-width:900px){
  .clubs-page-shell .clubs-page{
    padding-top:0!important;
    padding-bottom:54px!important;
  }
  .clubs-page-shell .clubs-title-bar,
  .clubs-page-shell .clubs-content-shell{
    padding-left:18px!important;
    padding-right:18px!important;
  }
  .clubs-page-shell .clubs-title-bar{
    padding-top:24px!important;
    padding-bottom:0!important;
  }
  .clubs-page-shell .clubs-title-bar h1{
    font-size:44px!important;
    line-height:.95!important;
    letter-spacing:-2px!important;
    font-weight:900!important;
  }
  .clubs-page-shell .clubs-content-shell{
    margin-top:38px!important;
  }
}


/* UFLWEB_V90 Clubs title corrected to match Schedule title style */
.clubs-page-shell{
  background:#eeeeee!important;
}
.clubs-page-shell .clubs-page{
  background:#eeeeee!important;
  color:#2d2d2d!important;
  min-height:720px!important;
  padding:0 0 74px!important;
}
.clubs-page-shell .clubs-title-bar{
  background:#f7f7f7!important;
  padding:8px 0 25px!important;
}
.clubs-page-shell .clubs-title-bar h1{
  margin:0!important;
  padding-left:var(--desktop-start)!important;
  padding-right:var(--desktop-end, 198px)!important;
  color:#2c2c2c!important;
  font-size:31px!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:-1.2px!important;
}
.clubs-page-shell .clubs-content-shell{
  margin-top:0!important;
  padding:34px var(--desktop-end, 198px) 30px var(--desktop-start)!important;
}
.clubs-page-shell .clubs-grid{
  display:grid!important;
  grid-template-columns:repeat(3, minmax(0, 1fr))!important;
  gap:0 30px!important;
}
@media (max-width:900px){
  .clubs-page-shell .clubs-page{
    padding:0 0 54px!important;
  }
  .clubs-page-shell .clubs-title-bar{
    padding:8px 0 24px!important;
  }
  .clubs-page-shell .clubs-title-bar h1{
    padding-left:18px!important;
    padding-right:18px!important;
    font-size:31px!important;
    line-height:1.2!important;
    font-weight:800!important;
    letter-spacing:-1.2px!important;
  }
  .clubs-page-shell .clubs-content-shell{
    margin-top:0!important;
    padding:24px 18px 52px!important;
  }
}


/* UFLWEB_V91 Clubs title top padding refinement */
.clubs-page-shell .clubs-title-bar{
  padding-top:18px!important;
}
@media (max-width:900px){
  .clubs-page-shell .clubs-title-bar{
    padding-top:16px!important;
  }
}


/* UFLWEB_V92 Stats blank page */
.stats-page-shell{
  background:#eeeeee!important;
}
.stats-page{
  background:#eeeeee!important;
  color:#2d2d2d!important;
  min-height:520px!important;
}
.stats-title-bar{
  background:#f7f7f7!important;
}
.stats-content-shell{
  min-height:320px;
}


/* UFLWEB_V93 Clubs mobile cleanup: one clean list of 10 teams */
@media (max-width:900px){
  .clubs-page-shell .clubs-page{
    background:#eeeeee!important;
    padding:0 0 54px!important;
  }

  .clubs-page-shell .clubs-title-bar{
    background:#f7f7f7!important;
    padding:16px 0 24px!important;
  }

  .clubs-page-shell .clubs-title-bar h1{
    padding-left:18px!important;
    padding-right:18px!important;
    font-size:31px!important;
    line-height:1.2!important;
    font-weight:800!important;
    letter-spacing:-1.2px!important;
    color:#2c2c2c!important;
  }

  .clubs-page-shell .clubs-content-shell{
    padding:24px 18px 52px!important;
    margin-top:0!important;
  }

  .clubs-page-shell .clubs-grid{
    display:block!important;
    grid-template-columns:none!important;
    gap:0!important;
    width:100%!important;
  }

  .clubs-page-shell .club-item{
    width:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:14px!important;
    min-height:82px!important;
    padding:0!important;
    border-bottom:1px solid #cfcfcf!important;
  }

  .clubs-page-shell .club-logo{
    width:46px!important;
    height:46px!important;
    flex:0 0 46px!important;
    object-fit:contain!important;
  }

  .clubs-page-shell .club-copy{
    flex:1 1 auto!important;
    min-width:0!important;
    display:block!important;
  }

  .clubs-page-shell .club-copy h2{
    margin:0 0 8px!important;
    font-size:19px!important;
    line-height:1!important;
    font-weight:700!important;
    letter-spacing:-.7px!important;
    white-space:normal!important;
  }

  .clubs-page-shell .club-copy p{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    gap:0!important;
    margin:0!important;
    font-size:13px!important;
    line-height:1.15!important;
  }

  .clubs-page-shell .club-copy p span{
    margin:0 5px!important;
  }
}


/* UFLWEB_V94 Roster blank page */
.roster-page-shell{
  background:#eeeeee!important;
}
.roster-page{
  background:#eeeeee!important;
  color:#2d2d2d!important;
  min-height:520px!important;
}
.roster-title-bar{
  background:#f7f7f7!important;
}
.roster-content-shell{
  min-height:320px;
}


/* UFLWEB_V95 Roster cards page */
.roster-page-shell{
  background:#eeeeee!important;
}
.roster-page{
  background:#eeeeee!important;
  color:#2d2d2d!important;
  min-height:720px!important;
}
.roster-title-bar{
  background:#f7f7f7!important;
}
.roster-content-shell{
  min-height:320px;
  padding:30px var(--desktop-end, 198px) 60px var(--desktop-start);
}

.roster-position-group + .roster-position-group{
  margin-top:52px;
}

.roster-position-title{
  margin:0 0 18px;
  color:#353535;
  font-size:20px;
  line-height:1.1;
  font-weight:800;
  letter-spacing:-0.5px;
  text-transform:uppercase;
  font-style:italic;
}

.roster-cards-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(172px, 172px));
  gap:24px 30px;
  align-items:start;
}

.roster-player-card{
  position:relative;
  width:172px;
  aspect-ratio:172 / 214;
  border-radius:10px;
  overflow:hidden;
  background:#d9d9d9;
  box-shadow:0 0 0 1px rgba(0,0,0,.03) inset;
}

.roster-player-card::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:42%;
  background:linear-gradient(to top, rgba(0,0,0,.88), rgba(0,0,0,.46) 42%, rgba(0,0,0,0));
  pointer-events:none;
}

.roster-player-image{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.roster-player-number{
  position:absolute;
  top:10px;
  right:12px;
  color:rgba(255,255,255,.9);
  font-size:28px;
  line-height:1;
  font-weight:800;
  letter-spacing:-1px;
  z-index:2;
}

.roster-player-copy{
  position:absolute;
  left:16px;
  right:16px;
  bottom:18px;
  z-index:2;
  color:#fff;
}

.roster-player-name{
  margin:0 0 2px;
  color:#fff;
  font-size:16px;
  line-height:1.08;
  font-weight:700;
  letter-spacing:-0.45px;
}

.roster-player-position{
  margin:0;
  color:rgba(255,255,255,.92);
  font-size:14px;
  line-height:1.15;
  font-weight:400;
  letter-spacing:-0.2px;
}

@media (max-width:900px){
  .roster-content-shell{
    padding:24px 18px 52px;
  }

  .roster-position-group + .roster-position-group{
    margin-top:40px;
  }

  .roster-position-title{
    margin-bottom:14px;
    font-size:18px;
  }

  .roster-cards-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:16px 14px;
  }

  .roster-player-card{
    width:100%;
    aspect-ratio:172 / 214;
  }

  .roster-player-number{
    top:10px;
    right:11px;
    font-size:24px;
  }

  .roster-player-copy{
    left:14px;
    right:14px;
    bottom:14px;
  }

  .roster-player-name{
    font-size:15px;
  }

  .roster-player-position{
    font-size:13px;
  }
}


/* UFLWEB_V96 Roster desktop grid: 5 cards aligned with main nav width */
@media (min-width:901px){
  .roster-content-shell{
    padding-left:var(--desktop-start)!important;
    padding-right:var(--desktop-end, 198px)!important;
  }

  .roster-cards-grid{
    grid-template-columns:repeat(5, minmax(0, 1fr))!important;
    gap:24px 30px!important;
    align-items:start!important;
  }

  .roster-player-card{
    width:100%!important;
    max-width:none!important;
    aspect-ratio:172 / 214!important;
  }
}


/* UFLWEB_V97 Roster responsive card count while keeping card proportion */
@media (min-width:1401px){
  .roster-cards-grid{
    grid-template-columns:repeat(5, minmax(0, 1fr))!important;
  }
}

@media (min-width:1181px) and (max-width:1400px){
  .roster-cards-grid{
    grid-template-columns:repeat(4, minmax(0, 1fr))!important;
  }
}

@media (min-width:901px) and (max-width:1180px){
  .roster-cards-grid{
    grid-template-columns:repeat(3, minmax(0, 1fr))!important;
  }
}

@media (min-width:901px){
  .roster-player-card{
    width:100%!important;
    aspect-ratio:172 / 214!important;
  }
}

/* keep mobile exactly as approved: 2 cards per row */
@media (max-width:900px){
  .roster-cards-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr))!important;
  }
  .roster-player-card{
    width:100%!important;
    aspect-ratio:172 / 214!important;
  }
}


/* UFLWEB_V98 Roster title logo/links + larger player numbers */
.roster-title-bar{
  background:#f7f7f7!important;
}
.roster-title-inner{
  padding-left:var(--desktop-start)!important;
  padding-right:var(--desktop-end, 198px)!important;
  display:flex;
  align-items:center;
  gap:14px;
}
.roster-team-logo{
  width:42px;
  height:42px;
  object-fit:contain;
  flex:0 0 42px;
}
.roster-title-copy{
  min-width:0;
}
.roster-title-copy h1{
  padding-left:0!important;
  padding-right:0!important;
}
.roster-title-links{
  margin:4px 0 0;
  color:#6f6f6f;
  font-size:12px;
  line-height:1;
  font-weight:700;
}
.roster-title-links a{
  color:#6f6f6f;
  text-decoration:underline;
  text-underline-offset:2px;
}
.roster-title-links span{
  margin:0 5px;
  color:#8b8b8b;
}
.roster-player-number{
  font-size:34px!important;
}

@media (max-width:900px){
  .roster-title-inner{
    padding-left:18px!important;
    padding-right:18px!important;
    gap:12px;
  }
  .roster-team-logo{
    width:36px;
    height:36px;
    flex-basis:36px;
  }
  .roster-title-links{
    font-size:11px;
    margin-top:3px;
  }
  .roster-player-number{
    font-size:29px!important;
  }
}


/* UFLWEB_V99 Roster title standings summary */
.roster-title-inner{
  justify-content:space-between;
}
.roster-title-copy{
  flex:1 1 auto;
}
.roster-standings-box{
  flex:0 1 650px;
  max-width:650px;
  min-width:520px;
}
.roster-standings-row{
  display:grid;
  grid-template-columns:40px minmax(140px,1.5fr) repeat(8, minmax(32px,.45fr)) minmax(112px,1fr);
  align-items:center;
  gap:8px;
  min-height:58px;
  padding:10px 14px;
  border-radius:12px;
  background:#ffffff;
  box-shadow:0 0 0 1px rgba(0,0,0,.06);
  color:#171717;
}
.roster-standings-row .rs-pos{
  font-size:13px;
  font-weight:900;
  color:#111;
}
.roster-standings-row .rs-club{
  display:flex;
  align-items:center;
  gap:9px;
  min-width:0;
}
.roster-standings-row .rs-club img{
  width:28px;
  height:28px;
  object-fit:contain;
  flex:0 0 28px;
}
.roster-standings-row .rs-club strong{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:13px;
  line-height:1;
  font-weight:800;
}
.roster-standings-row span:not(.rs-club):not(.rs-pos):not(.rs-form){
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:3px;
}
.roster-standings-row b{
  font-size:13px;
  line-height:1;
  font-weight:900;
}
.roster-standings-row small{
  color:#8a8a8a;
  font-size:8px;
  line-height:1;
  font-weight:800;
}
.roster-standings-row .rs-form{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:4px;
}
.roster-standings-row .rs-form i{
  width:20px;
  height:20px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#ffffff;
  font-size:9px;
  line-height:1;
  font-weight:900;
  font-style:normal;
}
.roster-standings-row .rs-form .win{
  background:#74A458;
}
.roster-standings-row .rs-form .draw{
  background:#8c8c8c;
}
.roster-standings-row .rs-form .loss{
  background:#e53935;
}

@media (max-width:1180px) and (min-width:901px){
  .roster-title-inner{
    align-items:flex-start;
    flex-wrap:wrap;
  }
  .roster-standings-box{
    flex:1 1 100%;
    max-width:none;
    min-width:0;
    margin-top:18px;
  }
}

@media (max-width:900px){
  .roster-title-inner{
    align-items:flex-start;
    flex-wrap:wrap;
  }
  .roster-standings-box{
    flex:1 1 100%;
    max-width:none;
    min-width:0;
    width:100%;
    margin-top:16px;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }
  .roster-standings-row{
    min-width:650px;
    border-radius:10px;
  }
}


/* UFLWEB_V100 Roster standings summary refinements */
.roster-standings-row .rs-club strong{
  text-transform:uppercase!important;
  letter-spacing:.2px!important;
}

/* Mobile: keep the standings box compact with no horizontal slide */
@media (max-width:900px){
  .roster-standings-box{
    overflow:visible!important;
  }

  .roster-standings-row{
    min-width:0!important;
    width:100%!important;
    grid-template-columns:36px minmax(54px,.8fr) repeat(2, minmax(34px,.45fr)) minmax(38px,.45fr) minmax(104px,1.15fr)!important;
    gap:6px!important;
    padding:10px 10px!important;
  }

  /* Hide only on mobile: W, D, L, GF, GA */
  .roster-standings-row > span:nth-child(5),
  .roster-standings-row > span:nth-child(6),
  .roster-standings-row > span:nth-child(7),
  .roster-standings-row > span:nth-child(8),
  .roster-standings-row > span:nth-child(9){
    display:none!important;
  }

  .roster-standings-row .rs-club{
    gap:6px!important;
  }

  .roster-standings-row .rs-club img{
    width:24px!important;
    height:24px!important;
    flex-basis:24px!important;
  }

  .roster-standings-row .rs-club strong,
  .roster-standings-row b{
    font-size:12px!important;
  }

  .roster-standings-row .rs-form{
    justify-content:flex-end!important;
    gap:3px!important;
  }

  .roster-standings-row .rs-form i{
    width:18px!important;
    height:18px!important;
    font-size:8px!important;
  }
}


/* UFLWEB_V101 Roster standings box: initials only, mobile keeps W/D/L and hides only GF/GA */
.roster-standings-row .rs-club strong{
  text-transform:uppercase!important;
  max-width:42px!important;
  overflow:hidden!important;
}

/* Override V100 mobile rule: show W, D, L again and hide only GF + GA */
@media (max-width:900px){
  .roster-standings-box{
    overflow:visible!important;
  }

  .roster-standings-row{
    min-width:0!important;
    width:100%!important;
    grid-template-columns:30px minmax(48px,.7fr) repeat(6, minmax(25px,.38fr)) minmax(86px,.95fr)!important;
    gap:4px!important;
    padding:9px 8px!important;
  }

  .roster-standings-row > span:nth-child(5),
  .roster-standings-row > span:nth-child(6),
  .roster-standings-row > span:nth-child(7){
    display:flex!important;
  }

  .roster-standings-row > span:nth-child(8),
  .roster-standings-row > span:nth-child(9){
    display:none!important;
  }

  .roster-standings-row .rs-pos{
    font-size:11px!important;
  }

  .roster-standings-row .rs-club{
    gap:4px!important;
  }

  .roster-standings-row .rs-club img{
    width:20px!important;
    height:20px!important;
    flex-basis:20px!important;
  }

  .roster-standings-row .rs-club strong{
    font-size:11px!important;
    max-width:28px!important;
  }

  .roster-standings-row b{
    font-size:10px!important;
  }

  .roster-standings-row small{
    font-size:7px!important;
  }

  .roster-standings-row .rs-form{
    justify-content:flex-end!important;
    gap:2px!important;
  }

  .roster-standings-row .rs-form i{
    width:15px!important;
    height:15px!important;
    font-size:7px!important;
  }
}


/* UFLWEB_V102 Mini standings: no logo, larger initials, all mobile stats visible */
.roster-standings-row .rs-club{
  justify-content:center!important;
  gap:0!important;
}
.roster-standings-row .rs-club img{
  display:none!important;
}
.roster-standings-row .rs-club strong{
  max-width:none!important;
  font-size:16px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.4px!important;
}

/* Mobile: show the full row without horizontal scrolling */
@media (max-width:900px){
  .roster-standings-box{
    overflow:visible!important;
  }

  .roster-standings-row{
    min-width:0!important;
    width:100%!important;
    grid-template-columns:24px 34px repeat(8, minmax(20px, 1fr)) 74px!important;
    gap:2px!important;
    padding:8px 6px!important;
  }

  .roster-standings-row > span{
    min-width:0!important;
  }

  /* show everything again: PTS, MP, W, D, L, GF, GA, GD */
  .roster-standings-row > span:nth-child(5),
  .roster-standings-row > span:nth-child(6),
  .roster-standings-row > span:nth-child(7),
  .roster-standings-row > span:nth-child(8),
  .roster-standings-row > span:nth-child(9){
    display:flex!important;
  }

  .roster-standings-row .rs-pos{
    font-size:10px!important;
  }

  .roster-standings-row .rs-club strong{
    font-size:14px!important;
    max-width:none!important;
  }

  .roster-standings-row b{
    font-size:9px!important;
  }

  .roster-standings-row small{
    font-size:6px!important;
    letter-spacing:-.1px!important;
  }

  .roster-standings-row .rs-form{
    justify-content:flex-end!important;
    gap:1px!important;
  }

  .roster-standings-row .rs-form i{
    width:13px!important;
    height:13px!important;
    font-size:6px!important;
  }
}


/* UFLWEB_V103 Mini standings tighter/larger + hide GF/GA */
.roster-standings-row{
  grid-template-columns:34px 44px repeat(6, minmax(31px,.45fr)) minmax(104px,1fr)!important;
  gap:4px!important;
  padding:11px 12px!important;
}
.roster-standings-row .rs-pos{
  text-align:right!important;
  padding-right:0!important;
  font-size:14px!important;
}
.roster-standings-row .rs-club{
  justify-content:flex-start!important;
  margin-left:-4px!important;
}
.roster-standings-row .rs-club strong{
  font-size:18px!important;
}

/* Hide GF and GA in the mini standings table */
.roster-standings-row > span:nth-child(8),
.roster-standings-row > span:nth-child(9){
  display:none!important;
}

.roster-standings-row b{
  font-size:14px!important;
}
.roster-standings-row small{
  font-size:8px!important;
}
.roster-standings-row .rs-form i{
  width:21px!important;
  height:21px!important;
}

@media (max-width:900px){
  .roster-standings-row{
    grid-template-columns:24px 34px repeat(6, minmax(20px, 1fr)) 76px!important;
    gap:1px!important;
    padding:9px 6px!important;
  }
  .roster-standings-row .rs-pos{
    font-size:11px!important;
    text-align:right!important;
  }
  .roster-standings-row .rs-club{
    justify-content:flex-start!important;
    margin-left:-3px!important;
  }
  .roster-standings-row .rs-club strong{
    font-size:15px!important;
  }
  .roster-standings-row b{
    font-size:10px!important;
  }
  .roster-standings-row small{
    font-size:6px!important;
  }
  .roster-standings-row .rs-form{
    gap:1px!important;
  }
  .roster-standings-row .rs-form i{
    width:13px!important;
    height:13px!important;
    font-size:6px!important;
  }

  /* keep GF / GA hidden on mobile too */
  .roster-standings-row > span:nth-child(8),
  .roster-standings-row > span:nth-child(9){
    display:none!important;
  }
}


/* UFLWEB_V104 Mini standings spacing + desktop full data */
@media (min-width:901px){
  .roster-standings-box{
    flex-basis:690px!important;
    max-width:690px!important;
    min-width:560px!important;
  }

  .roster-standings-row{
    grid-template-columns:32px 54px repeat(8, 31px) 112px!important;
    gap:3px!important;
    padding:11px 12px!important;
    justify-content:end!important;
  }

  .roster-standings-row .rs-pos{
    text-align:left!important;
    padding-right:0!important;
    font-size:14px!important;
  }

  .roster-standings-row .rs-club{
    justify-content:flex-start!important;
    margin-left:0!important;
    padding-left:6px!important;
  }

  .roster-standings-row .rs-club strong{
    font-size:18px!important;
  }

  .roster-standings-row > span:nth-child(8),
  .roster-standings-row > span:nth-child(9){
    display:flex!important;
  }

  .roster-standings-row span:not(.rs-club):not(.rs-pos):not(.rs-form){
    align-items:center!important;
  }

  .roster-standings-row .rs-form{
    justify-content:flex-end!important;
  }
}

@media (max-width:900px){
  .roster-standings-row{
    grid-template-columns:26px 42px repeat(6, minmax(20px, 1fr)) 74px!important;
    gap:2px!important;
  }

  .roster-standings-row .rs-pos{
    text-align:left!important;
  }

  .roster-standings-row .rs-club{
    margin-left:0!important;
    padding-left:5px!important;
    justify-content:flex-start!important;
  }

  .roster-standings-row > span:nth-child(8),
  .roster-standings-row > span:nth-child(9){
    display:none!important;
  }
}


/* UFLWEB_V105 Mini standings alignment refinements */
@media (min-width:901px){
  .roster-standings-row{
    justify-content:stretch!important;
  }

  .roster-standings-row .rs-pos,
  .roster-standings-row .rs-club{
    justify-self:start!important;
  }

  .roster-standings-row .rs-pos{
    text-align:left!important;
  }

  .roster-standings-row .rs-club{
    padding-left:0!important;
    margin-left:0!important;
  }

  .roster-standings-row span:not(.rs-club):not(.rs-pos):not(.rs-form){
    justify-self:end!important;
    align-items:flex-end!important;
    text-align:right!important;
  }

  .roster-standings-row .rs-form{
    justify-self:end!important;
    justify-content:flex-end!important;
  }
}

@media (max-width:900px){
  .roster-standings-row{
    grid-template-columns:26px 40px repeat(6, minmax(22px, 1fr)) 78px!important;
    gap:2px!important;
  }

  .roster-standings-row .rs-pos,
  .roster-standings-row .rs-club{
    justify-self:start!important;
  }

  .roster-standings-row .rs-pos{
    font-size:12px!important;
    text-align:left!important;
  }

  .roster-standings-row .rs-club{
    padding-left:4px!important;
    margin-left:0!important;
  }

  .roster-standings-row .rs-club strong{
    font-size:16px!important;
  }

  .roster-standings-row span:not(.rs-club):not(.rs-pos):not(.rs-form){
    justify-self:end!important;
    align-items:flex-end!important;
    text-align:right!important;
  }

  .roster-standings-row b{
    font-size:11px!important;
  }

  .roster-standings-row small{
    font-size:7px!important;
  }

  .roster-standings-row .rs-form{
    justify-self:end!important;
    justify-content:flex-end!important;
    gap:2px!important;
  }

  .roster-standings-row .rs-form i{
    width:15px!important;
    height:15px!important;
    font-size:7px!important;
  }
}


/* UFLWEB_V106 Mini standings: evenly distributed and legible */
.roster-standings-box{
  flex:0 1 690px!important;
  max-width:690px!important;
  min-width:560px!important;
}

.roster-standings-row{
  grid-template-columns:.65fr .8fr repeat(8, .55fr) 1.35fr!important;
  gap:5px!important;
  align-items:center!important;
  justify-content:stretch!important;
  padding:12px 14px!important;
}

.roster-standings-row > span{
  min-width:0!important;
}

.roster-standings-row .rs-pos,
.roster-standings-row .rs-club,
.roster-standings-row span:not(.rs-club):not(.rs-pos):not(.rs-form),
.roster-standings-row .rs-form{
  justify-self:stretch!important;
  text-align:center!important;
  justify-content:center!important;
  align-items:center!important;
}

.roster-standings-row .rs-club{
  padding-left:0!important;
  margin-left:0!important;
}

.roster-standings-row .rs-club strong{
  font-size:17px!important;
  max-width:none!important;
}

.roster-standings-row .rs-pos{
  font-size:13px!important;
}

.roster-standings-row b{
  font-size:13px!important;
}

.roster-standings-row small{
  font-size:8px!important;
}

.roster-standings-row .rs-form{
  display:flex!important;
  gap:3px!important;
}

.roster-standings-row .rs-form i{
  width:19px!important;
  height:19px!important;
  font-size:8px!important;
}

/* Restore all data columns in desktop */
@media (min-width:901px){
  .roster-standings-row > span:nth-child(8),
  .roster-standings-row > span:nth-child(9){
    display:flex!important;
  }
}

/* Mobile: same balanced structure, compressed but readable, no horizontal scroll */
@media (max-width:900px){
  .roster-standings-box{
    flex:1 1 100%!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    overflow:visible!important;
  }

  .roster-standings-row{
    width:100%!important;
    min-width:0!important;
    grid-template-columns:.62fr .78fr repeat(8, .52fr) 1.25fr!important;
    gap:1px!important;
    padding:9px 6px!important;
  }

  /* Show every stat in mobile too */
  .roster-standings-row > span:nth-child(5),
  .roster-standings-row > span:nth-child(6),
  .roster-standings-row > span:nth-child(7),
  .roster-standings-row > span:nth-child(8),
  .roster-standings-row > span:nth-child(9){
    display:flex!important;
  }

  .roster-standings-row .rs-pos{
    font-size:10px!important;
  }

  .roster-standings-row .rs-club strong{
    font-size:13px!important;
    letter-spacing:.1px!important;
  }

  .roster-standings-row b{
    font-size:9px!important;
  }

  .roster-standings-row small{
    font-size:5.6px!important;
    letter-spacing:-.15px!important;
  }

  .roster-standings-row .rs-form{
    gap:1px!important;
  }

  .roster-standings-row .rs-form i{
    width:11px!important;
    height:11px!important;
    font-size:5.5px!important;
  }
}


/* UFLWEB_V107 Mobile mini standings: hide GF/GA and keep remaining data evenly distributed */
@media (max-width:900px){
  .roster-standings-row{
    grid-template-columns:.7fr .9fr repeat(6, .62fr) 1.45fr!important;
    gap:2px!important;
  }

  .roster-standings-row > span:nth-child(8),
  .roster-standings-row > span:nth-child(9){
    display:none!important;
  }

  .roster-standings-row .rs-pos,
  .roster-standings-row .rs-club,
  .roster-standings-row span:not(.rs-club):not(.rs-pos):not(.rs-form),
  .roster-standings-row .rs-form{
    justify-self:stretch!important;
    text-align:center!important;
    justify-content:center!important;
    align-items:center!important;
  }

  .roster-standings-row b{
    font-size:10px!important;
  }

  .roster-standings-row small{
    font-size:6px!important;
  }

  .roster-standings-row .rs-form i{
    width:12px!important;
    height:12px!important;
    font-size:6px!important;
  }
}


/* UFLWEB_V108 Mobile roster NEXT GAME card */
.roster-next-game-mobile{
  display:none;
}

@media (max-width:900px){
  .roster-next-game-mobile{
    display:block!important;
    flex:1 1 100%!important;
    width:100%!important;
    margin-top:16px!important;
  }

  .roster-next-game-mobile h2{
    margin:0 0 9px!important;
    color:#2c2c2c!important;
    font-size:12px!important;
    line-height:1!important;
    font-weight:900!important;
    letter-spacing:.25px!important;
  }

  .roster-next-game-card{
    display:grid!important;
    grid-template-columns:56px minmax(0, 1fr) 74px minmax(0, 1fr) 76px!important;
    align-items:center!important;
    min-height:74px!important;
    padding:10px 9px!important;
    border-radius:12px!important;
    background:#171717!important;
    color:#ffffff!important;
    box-shadow:0 10px 24px rgba(0,0,0,.14)!important;
    overflow:hidden!important;
  }

  .rng-meta{
    display:flex!important;
    flex-direction:column!important;
    gap:7px!important;
    color:#d9d9d9!important;
    text-align:left!important;
  }

  .rng-meta span{
    font-size:8.8px!important;
    line-height:1!important;
    font-weight:900!important;
  }

  .rng-meta small{
    font-size:10px!important;
    line-height:1!important;
    font-weight:700!important;
    color:#9d9d9d!important;
  }

  .rng-team{
    display:flex!important;
    align-items:center!important;
    gap:7px!important;
    min-width:0!important;
  }

  .rng-team-left{
    justify-content:flex-end!important;
    text-align:right!important;
  }

  .rng-team-right{
    justify-content:flex-start!important;
    text-align:left!important;
  }

  .rng-team strong{
    color:#ffffff!important;
    font-size:13px!important;
    line-height:1!important;
    font-weight:800!important;
    white-space:nowrap!important;
  }

  .rng-team img{
    width:28px!important;
    height:28px!important;
    object-fit:contain!important;
    flex:0 0 28px!important;
  }

  .rng-time{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    height:34px!important;
    margin:0 7px!important;
    border-radius:8px!important;
    background:#242424!important;
    color:#d4d4d4!important;
  }

  .rng-time strong{
    color:#d4d4d4!important;
    font-size:10px!important;
    line-height:1!important;
    font-weight:800!important;
    white-space:nowrap!important;
  }

  .rng-info{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-end!important;
    justify-content:center!important;
    gap:7px!important;
    text-align:right!important;
  }

  .rng-info small{
    color:#d4d4d4!important;
    font-size:8.5px!important;
    line-height:1!important;
    font-weight:700!important;
  }

  .rng-info em{
    color:#ffffff!important;
    font-size:8.5px!important;
    line-height:1.05!important;
    font-weight:900!important;
    font-style:normal!important;
  }

  .rng-info em span{
    display:block!important;
  }
}


/* UFLWEB_V109 NEXT GAME team standings positions */
@media (max-width:900px){
  .rng-rank{
    color:#8f8f8f!important;
    font-size:9px!important;
    line-height:1!important;
    font-weight:800!important;
    white-space:nowrap!important;
  }

  .rng-team-left .rng-rank{
    margin-right:1px!important;
  }

  .rng-team-right .rng-rank{
    margin-left:1px!important;
  }

  .rng-team{
    gap:5px!important;
  }
}


/* UFLWEB_V110 Mobile-only STANDINGS title above mini standings */
.roster-mobile-section-title{
  display:none;
}

@media (max-width:900px){
  .roster-mobile-section-title{
    display:block!important;
    margin:0 0 9px!important;
    color:#2c2c2c!important;
    font-size:12px!important;
    line-height:1!important;
    font-weight:900!important;
    letter-spacing:.25px!important;
  }
}


/* UFLWEB_V111 clickable team/logo routing */
.roster-link-target,
.footer-team-logos img,
.standings-row .club-cell img,
.timeline-hero .timeline-team img,
.timeline-event img,
.lineup-title img,
.roster-next-game-card .rng-team img,
.match-card .team-row img,
.schedule-game-card.is-upcoming-card .schedule-team{
  cursor:pointer;
}

.schedule-game-card.is-played-card .schedule-team{
  cursor:default;
}


/* UFLWEB_V112 Player page hero */
.player-page .roster-title-bar{
  margin-bottom:0;
}

.player-hero-shell{
  width:min(100%, 1414px);
  margin:0 auto;
  padding:0 0 34px;
}

.player-hero{
  position:relative;
  min-height:540px;
  border-radius:0;
  overflow:hidden;
  background:
    linear-gradient(90deg, rgba(0, 82, 58, 0.82) 0%, rgba(0, 108, 74, 0.62) 46%, rgba(0, 74, 52, 0.28) 68%, rgba(0, 74, 52, 0.18) 100%),
    url('https://theufleague.com/img/teams/MIA/bg.jpg') center center / cover no-repeat;
  display:flex;
  align-items:stretch;
  justify-content:space-between;
  padding:38px 0 0;
}

.player-hero-copy{
  position:relative;
  z-index:2;
  width:min(100%, 560px);
  padding:0 48px 48px;
  color:#ffffff;
}

.player-hero-position{
  margin:0 0 16px;
  font-size:13px;
  font-weight:500;
  letter-spacing:.3px;
  text-transform:uppercase;
}

.player-hero-name{
  margin:0;
  color:#f2f2f2;
  font-size:78px;
  line-height:.95;
  font-weight:900;
  letter-spacing:-2.6px;
  text-transform:uppercase;
}

.player-hero-name span{
  display:inline-block;
  margin-left:8px;
  font-size:.64em;
  color:rgba(255,255,255,.78);
}

.player-hero-stats-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 148px));
  gap:22px 24px;
  margin-top:38px;
}

.player-stat-box{
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.22);
}

.player-stat-box small{
  display:block;
  margin-bottom:8px;
  font-size:12px;
  line-height:1.2;
  color:rgba(255,255,255,.72);
}

.player-stat-box strong{
  display:block;
  font-size:15px;
  line-height:1.25;
  color:#ffffff;
  font-weight:700;
}

.player-hero-figure{
  position:relative;
  z-index:1;
  flex:1;
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  min-width:360px;
}

.player-hero-figure img{
  display:block;
  width:min(100%, 760px);
  max-width:760px;
  height:auto;
  object-fit:contain;
  object-position:right bottom;
}

.player-roster-content-shell{
  padding-top:10px;
}

@media (max-width: 1280px){
  .player-hero{
    min-height:500px;
  }
  .player-hero-name{
    font-size:68px;
  }
  .player-hero-figure img{
    max-width:660px;
  }
}

@media (max-width: 1024px){
  .player-hero{
    min-height:460px;
    padding-top:30px;
  }
  .player-hero-copy{
    width:min(100%, 500px);
    padding:0 34px 34px;
  }
  .player-hero-name{
    font-size:56px;
    letter-spacing:-1.8px;
  }
  .player-hero-stats-grid{
    gap:18px 18px;
    grid-template-columns:repeat(2, minmax(0, 138px));
  }
  .player-hero-figure{
    min-width:280px;
  }
  .player-hero-figure img{
    max-width:520px;
  }
}

@media (max-width: 900px){
  .player-hero-shell{
    padding-bottom:20px;
  }
  .player-hero{
    min-height:auto;
    border-radius:18px;
    flex-direction:column;
    align-items:flex-start;
    padding-top:24px;
    background:
      linear-gradient(180deg, rgba(0, 86, 60, 0.86) 0%, rgba(0, 100, 69, 0.72) 52%, rgba(0, 72, 51, 0.84) 100%),
      url('https://theufleague.com/img/teams/MIA/bg.jpg') center center / cover no-repeat;
  }
  .player-hero-copy{
    width:100%;
    padding:0 22px 20px;
  }
  .player-hero-position{
    margin-bottom:10px;
    font-size:12px;
  }
  .player-hero-name{
    font-size:44px;
    line-height:.96;
  }
  .player-hero-name span{
    margin-left:6px;
  }
  .player-hero-stats-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:14px 14px;
    margin-top:24px;
  }
  .player-stat-box{
    padding-top:12px;
  }
  .player-stat-box small{
    font-size:11px;
    margin-bottom:6px;
  }
  .player-stat-box strong{
    font-size:14px;
  }
  .player-hero-figure{
    width:100%;
    min-width:0;
    justify-content:center;
    align-items:flex-end;
    margin-top:6px;
  }
  .player-hero-figure img{
    width:min(100%, 360px);
    max-width:360px;
  }
}

@media (max-width: 560px){
  .player-hero{
    border-radius:16px;
    padding-top:18px;
  }
  .player-hero-copy{
    padding:0 16px 16px;
  }
  .player-hero-position{
    font-size:11px;
  }
  .player-hero-name{
    font-size:34px;
    letter-spacing:-1.2px;
  }
  .player-hero-stats-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:12px;
    margin-top:18px;
  }
  .player-stat-box strong{
    font-size:13px;
  }
  .player-hero-figure img{
    width:min(100%, 280px);
    max-width:280px;
  }
}


/* UFLWEB_V113 Player hero full-width + roster card links */
.player-page-shell .player-hero-shell{
  width:100vw!important;
  max-width:none!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  padding-left:0!important;
  padding-right:0!important;
}

.player-page-shell .player-hero{
  width:100%!important;
  max-width:none!important;
  border-radius:0!important;
}

.roster-player-card{
  cursor:pointer;
}

.roster-player-card:focus-visible{
  outline:2px solid #1bc7e8;
  outline-offset:3px;
}


.roster-player-card,
.roster-player-card:link,
.roster-player-card:visited,
.roster-player-card:hover,
.roster-player-card:active{
  display:block;
  color:inherit;
  text-decoration:none;
}


/* UFLWEB_V114: full-width player hero with inner content container */
.player-page-shell .player-hero{
  padding-left:max(28px, calc((100vw - 1414px) / 2 + 28px)) !important;
  padding-right:max(28px, calc((100vw - 1414px) / 2 + 28px)) !important;
  box-sizing:border-box !important;
}

@media (max-width: 1280px){
  .player-page-shell .player-hero{
    padding-left:28px !important;
    padding-right:28px !important;
  }
}

@media (max-width: 900px){
  .player-page-shell .player-hero{
    padding-left:18px !important;
    padding-right:18px !important;
  }
}


/* UFLWEB_V115: mobile player hero layout - image above stats */
@media (max-width:900px){
  .player-page-shell .player-hero{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    padding-top:22px!important;
    padding-bottom:0!important;
    min-height:auto!important;
  }

  .player-page-shell .player-hero-copy{
    display:contents!important;
  }

  .player-page-shell .player-hero-name{
    order:1!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    font-size:44px!important;
    line-height:.92!important;
    letter-spacing:-1.6px!important;
    text-align:left!important;
    z-index:3!important;
  }

  .player-page-shell .player-hero-position{
    order:2!important;
    width:100%!important;
    margin:10px 0 0!important;
    padding:0!important;
    font-size:12px!important;
    line-height:1!important;
    text-align:left!important;
    z-index:3!important;
  }

  .player-page-shell .player-hero-figure{
    order:3!important;
    width:100%!important;
    min-width:0!important;
    margin:12px 0 0!important;
    display:flex!important;
    justify-content:center!important;
    align-items:flex-end!important;
    z-index:2!important;
  }

  .player-page-shell .player-hero-figure img{
    width:min(100%, 390px)!important;
    max-width:390px!important;
    height:auto!important;
    object-fit:contain!important;
    object-position:center bottom!important;
  }

  .player-page-shell .player-hero-stats-grid{
    order:4!important;
    width:100%!important;
    box-sizing:border-box!important;
    margin:18px 0 22px!important;
    display:grid!important;
    grid-template-columns:repeat(2, minmax(0, 1fr))!important;
    gap:14px!important;
    z-index:3!important;
  }
}

@media (max-width:560px){
  .player-page-shell .player-hero-name{
    font-size:38px!important;
  }

  .player-page-shell .player-hero-figure img{
    width:min(100%, 320px)!important;
    max-width:320px!important;
  }

  .player-page-shell .player-hero-stats-grid{
    margin-top:16px!important;
  }
}


/* UFLWEB_V116: mobile player image larger with bottom fade */
@media (max-width:900px){
  .player-page-shell .player-hero-figure{
    min-height:410px!important;
    margin:4px 0 0!important;
    justify-content:center!important;
    align-items:flex-end!important;
    overflow:hidden!important;
  }

  .player-page-shell .player-hero-figure img{
    width:min(92vw, 470px)!important;
    max-width:470px!important;
    transform:translateY(10px)!important;
    -webkit-mask-image:linear-gradient(to bottom, #000 0%, #000 82%, rgba(0,0,0,.72) 90%, transparent 100%)!important;
    mask-image:linear-gradient(to bottom, #000 0%, #000 82%, rgba(0,0,0,.72) 90%, transparent 100%)!important;
  }

  .player-page-shell .player-hero-stats-grid{
    margin-top:0!important;
    position:relative!important;
    z-index:4!important;
  }
}

@media (max-width:560px){
  .player-page-shell .player-hero-figure{
    min-height:355px!important;
  }

  .player-page-shell .player-hero-figure img{
    width:min(92vw, 390px)!important;
    max-width:390px!important;
    transform:translateY(8px)!important;
  }
}

@media (max-width:420px){
  .player-page-shell .player-hero-figure{
    min-height:330px!important;
  }

  .player-page-shell .player-hero-figure img{
    width:min(95vw, 365px)!important;
    max-width:365px!important;
  }
}


/* UFLWEB_V117: mobile player image fills the right-side dead space */
@media (max-width:900px){
  .player-page-shell .player-hero{
    position:relative!important;
    min-height:620px!important;
    overflow:hidden!important;
  }

  .player-page-shell .player-hero-name,
  .player-page-shell .player-hero-position{
    position:relative!important;
    z-index:5!important;
    max-width:44%!important;
  }

  .player-page-shell .player-hero-figure{
    position:absolute!important;
    top:70px!important;
    right:-10px!important;
    bottom:76px!important;
    width:66%!important;
    min-height:0!important;
    height:auto!important;
    margin:0!important;
    display:flex!important;
    align-items:flex-end!important;
    justify-content:center!important;
    overflow:hidden!important;
    z-index:2!important;
  }

  .player-page-shell .player-hero-figure img{
    width:auto!important;
    height:112%!important;
    max-width:none!important;
    max-height:none!important;
    transform:translateY(8px) scale(1.22)!important;
    transform-origin:center bottom!important;
    -webkit-mask-image:linear-gradient(to bottom, #000 0%, #000 82%, rgba(0,0,0,.72) 91%, transparent 100%)!important;
    mask-image:linear-gradient(to bottom, #000 0%, #000 82%, rgba(0,0,0,.72) 91%, transparent 100%)!important;
  }

  .player-page-shell .player-hero-stats-grid{
    position:relative!important;
    z-index:6!important;
    margin-top:390px!important;
  }
}

@media (max-width:560px){
  .player-page-shell .player-hero{
    min-height:575px!important;
  }

  .player-page-shell .player-hero-name,
  .player-page-shell .player-hero-position{
    max-width:43%!important;
  }

  .player-page-shell .player-hero-figure{
    top:72px!important;
    right:-16px!important;
    bottom:72px!important;
    width:68%!important;
  }

  .player-page-shell .player-hero-figure img{
    height:116%!important;
    transform:translateY(8px) scale(1.28)!important;
  }

  .player-page-shell .player-hero-stats-grid{
    margin-top:360px!important;
  }
}

@media (max-width:420px){
  .player-page-shell .player-hero{
    min-height:545px!important;
  }

  .player-page-shell .player-hero-figure{
    top:74px!important;
    right:-24px!important;
    bottom:70px!important;
    width:72%!important;
  }

  .player-page-shell .player-hero-figure img{
    height:120%!important;
    transform:translateY(8px) scale(1.34)!important;
  }

  .player-page-shell .player-hero-stats-grid{
    margin-top:335px!important;
  }
}


/* UFLWEB_V118: refined mobile player hero, larger image but contained like reference */
@media (max-width:900px){
  .player-page-shell .player-hero{
    display:grid !important;
    grid-template-columns: 40% 60% !important;
    grid-template-areas:
      "name figure"
      "position figure"
      "stats stats" !important;
    column-gap: 0 !important;
    row-gap: 0 !important;
    align-items:start !important;
    padding: 20px 18px 0 !important;
    min-height: auto !important;
    overflow:hidden !important;
  }

  .player-page-shell .player-hero-copy{
    display: contents !important;
  }

  .player-page-shell .player-hero-name{
    grid-area:name !important;
    align-self:end !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    font-size:42px !important;
    line-height:.92 !important;
    letter-spacing:-1.4px !important;
    z-index:3 !important;
  }

  .player-page-shell .player-hero-position{
    grid-area:position !important;
    width:100% !important;
    margin:10px 0 0 !important;
    font-size:11px !important;
    line-height:1.1 !important;
    z-index:3 !important;
  }

  .player-page-shell .player-hero-figure{
    grid-area:figure !important;
    position:relative !important;
    width:100% !important;
    min-width:0 !important;
    min-height:360px !important;
    height:360px !important;
    margin:0 !important;
    display:flex !important;
    align-items:flex-end !important;
    justify-content:center !important;
    align-self:stretch !important;
    overflow:hidden !important;
    z-index:2 !important;
  }

  .player-page-shell .player-hero-figure img{
    width:auto !important;
    height:103% !important;
    max-width:100% !important;
    max-height:none !important;
    object-fit:contain !important;
    object-position:center bottom !important;
    transform:none !important;
    -webkit-mask-image:linear-gradient(to bottom, #000 0%, #000 84%, rgba(0,0,0,.65) 93%, transparent 100%) !important;
    mask-image:linear-gradient(to bottom, #000 0%, #000 84%, rgba(0,0,0,.65) 93%, transparent 100%) !important;
  }

  .player-page-shell .player-hero-stats-grid{
    grid-area:stats !important;
    margin:14px 0 22px !important;
    width:100% !important;
    display:grid !important;
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:14px 14px !important;
    z-index:4 !important;
  }
}

@media (max-width:560px){
  .player-page-shell .player-hero{
    grid-template-columns: 37% 63% !important;
    padding: 18px 14px 0 !important;
  }

  .player-page-shell .player-hero-name{
    font-size:34px !important;
    letter-spacing:-1.1px !important;
  }

  .player-page-shell .player-hero-position{
    margin-top:8px !important;
    font-size:10px !important;
  }

  .player-page-shell .player-hero-figure{
    min-height:320px !important;
    height:320px !important;
  }

  .player-page-shell .player-hero-figure img{
    height:104% !important;
  }

  .player-page-shell .player-hero-stats-grid{
    margin-top:10px !important;
    gap:12px !important;
  }
}

@media (max-width:420px){
  .player-page-shell .player-hero{
    grid-template-columns: 35% 65% !important;
  }

  .player-page-shell .player-hero-name{
    font-size:32px !important;
  }

  .player-page-shell .player-hero-figure{
    min-height:300px !important;
    height:300px !important;
  }

  .player-page-shell .player-hero-figure img{
    height:102% !important;
  }
}


/* UFLWEB_V119: mobile player hero tuned to match reference layout more closely */
@media (max-width:900px){
  .player-page-shell .player-hero{
    display:grid !important;
    grid-template-columns: 36% 64% !important;
    grid-template-areas:
      "name figure"
      "position figure"
      "stats stats" !important;
    align-items:start !important;
    column-gap:0 !important;
    row-gap:0 !important;
    padding:20px 12px 0 !important;
    min-height:auto !important;
    overflow:hidden !important;
  }

  .player-page-shell .player-hero-copy{
    display:contents !important;
  }

  .player-page-shell .player-hero-name,
  .player-page-shell .player-hero-position{
    position:relative !important;
    z-index:4 !important;
    max-width:none !important;
    width:100% !important;
  }

  .player-page-shell .player-hero-name{
    grid-area:name !important;
    margin:0 !important;
    font-size:34px !important;
    line-height:.92 !important;
    letter-spacing:-1.1px !important;
  }

  .player-page-shell .player-hero-position{
    grid-area:position !important;
    margin:10px 0 0 !important;
    font-size:10px !important;
    line-height:1.1 !important;
  }

  .player-page-shell .player-hero-figure{
    grid-area:figure !important;
    position:relative !important;
    width:100% !important;
    min-width:0 !important;
    height:370px !important;
    min-height:370px !important;
    margin:8px 0 0 !important;
    display:flex !important;
    align-items:flex-end !important;
    justify-content:flex-end !important;
    align-self:start !important;
    overflow:hidden !important;
    z-index:2 !important;
  }

  .player-page-shell .player-hero-figure img{
    width:auto !important;
    height:108% !important;
    max-width:none !important;
    max-height:none !important;
    object-fit:contain !important;
    object-position:right bottom !important;
    transform:translateX(6px) translateY(0) scale(1.02) !important;
    transform-origin:center bottom !important;
    -webkit-mask-image:linear-gradient(to bottom, #000 0%, #000 84%, rgba(0,0,0,.72) 93%, transparent 100%) !important;
    mask-image:linear-gradient(to bottom, #000 0%, #000 84%, rgba(0,0,0,.72) 93%, transparent 100%) !important;
  }

  .player-page-shell .player-hero-stats-grid{
    grid-area:stats !important;
    width:100% !important;
    margin:12px 0 22px !important;
    display:grid !important;
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:14px !important;
    z-index:5 !important;
  }
}

@media (max-width:560px){
  .player-page-shell .player-hero{
    grid-template-columns: 34% 66% !important;
    padding:18px 10px 0 !important;
  }

  .player-page-shell .player-hero-name{
    font-size:32px !important;
    letter-spacing:-1px !important;
  }

  .player-page-shell .player-hero-position{
    margin-top:8px !important;
    font-size:9px !important;
  }

  .player-page-shell .player-hero-figure{
    height:350px !important;
    min-height:350px !important;
    margin-top:10px !important;
  }

  .player-page-shell .player-hero-figure img{
    height:104% !important;
    transform:translateX(2px) translateY(0) scale(1) !important;
  }

  .player-page-shell .player-hero-stats-grid{
    margin-top:10px !important;
    gap:12px !important;
  }
}

@media (max-width:420px){
  .player-page-shell .player-hero{
    grid-template-columns: 33% 67% !important;
  }

  .player-page-shell .player-hero-name{
    font-size:30px !important;
    letter-spacing:-0.9px !important;
  }

  .player-page-shell .player-hero-figure{
    height:330px !important;
    min-height:330px !important;
  }

  .player-page-shell .player-hero-figure img{
    height:102% !important;
    transform:translateX(0) translateY(0) scale(1) !important;
  }
}


/* UFLWEB_V120: corrected mobile player hero spacing/layout */
@media (max-width:900px){
  .player-page-shell .player-hero{
    display:block!important;
    position:relative!important;
    box-sizing:border-box!important;
    min-height:auto!important;
    padding:24px 16px 0!important;
    overflow:hidden!important;
  }

  .player-page-shell .player-hero-copy{
    display:contents!important;
  }

  .player-page-shell .player-hero-name{
    position:relative!important;
    z-index:5!important;
    display:block!important;
    width:42%!important;
    max-width:42%!important;
    margin:0!important;
    padding:0!important;
    font-size:38px!important;
    line-height:.9!important;
    letter-spacing:-1.25px!important;
    text-align:left!important;
  }

  .player-page-shell .player-hero-name span{
    margin-left:5px!important;
  }

  .player-page-shell .player-hero-position{
    position:relative!important;
    z-index:5!important;
    display:block!important;
    width:42%!important;
    max-width:42%!important;
    margin:9px 0 0!important;
    padding:0!important;
    font-size:10.5px!important;
    line-height:1!important;
    text-align:left!important;
  }

  .player-page-shell .player-hero-figure{
    position:absolute!important;
    z-index:2!important;
    top:22px!important;
    right:8px!important;
    width:64%!important;
    height:360px!important;
    min-height:0!important;
    margin:0!important;
    display:flex!important;
    align-items:flex-end!important;
    justify-content:center!important;
    overflow:hidden!important;
    pointer-events:none!important;
  }

  .player-page-shell .player-hero-figure img{
    width:auto!important;
    height:100%!important;
    max-width:none!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:center bottom!important;
    transform:none!important;
    -webkit-mask-image:linear-gradient(to bottom, #000 0%, #000 84%, rgba(0,0,0,.72) 93%, transparent 100%)!important;
    mask-image:linear-gradient(to bottom, #000 0%, #000 84%, rgba(0,0,0,.72) 93%, transparent 100%)!important;
  }

  .player-page-shell .player-hero-stats-grid{
    position:relative!important;
    z-index:4!important;
    width:100%!important;
    box-sizing:border-box!important;
    margin:286px 0 22px!important;
    display:grid!important;
    grid-template-columns:repeat(2, minmax(0, 1fr))!important;
    gap:0 14px!important;
  }

  .player-page-shell .player-stat-box{
    padding-top:11px!important;
    padding-bottom:14px!important;
  }
}

@media (max-width:560px){
  .player-page-shell .player-hero{
    padding:22px 12px 0!important;
  }

  .player-page-shell .player-hero-name{
    width:40%!important;
    max-width:40%!important;
    font-size:33px!important;
    line-height:.9!important;
    letter-spacing:-1px!important;
  }

  .player-page-shell .player-hero-position{
    width:40%!important;
    max-width:40%!important;
    margin-top:8px!important;
    font-size:9.5px!important;
  }

  .player-page-shell .player-hero-figure{
    top:18px!important;
    right:4px!important;
    width:66%!important;
    height:330px!important;
  }

  .player-page-shell .player-hero-stats-grid{
    margin-top:254px!important;
    gap:0 12px!important;
  }
}

@media (max-width:420px){
  .player-page-shell .player-hero{
    padding:20px 10px 0!important;
  }

  .player-page-shell .player-hero-name{
    font-size:30px!important;
    width:39%!important;
    max-width:39%!important;
  }

  .player-page-shell .player-hero-position{
    width:39%!important;
    max-width:39%!important;
  }

  .player-page-shell .player-hero-figure{
    top:16px!important;
    right:0!important;
    width:68%!important;
    height:305px!important;
  }

  .player-page-shell .player-hero-stats-grid{
    margin-top:232px!important;
  }
}


/* UFLWEB_V121: align player hero inner margins with global nav/logo-live edges */
.player-page-shell .player-hero{
  padding-left:var(--desktop-start)!important;
  padding-right:var(--desktop-end, 198px)!important;
}

@media (min-width:901px) and (max-width:1300px){
  .player-page-shell .player-hero{
    padding-left:90px!important;
    padding-right:90px!important;
  }
}

/* UFLWEB_V122: mobile player hero aligned to NEXT GAME margins + larger player info */
@media (max-width:900px){
  .player-page-shell .player-hero{
    padding-left:18px!important;
    padding-right:18px!important;
  }

  .player-page-shell .player-hero-name{
    width:46%!important;
    max-width:46%!important;
    font-size:49px!important;
    line-height:.9!important;
    letter-spacing:-1.35px!important;
  }

  .player-page-shell .player-hero-name span{
    margin-left:6px!important;
  }

  .player-page-shell .player-hero-position{
    width:46%!important;
    max-width:46%!important;
    margin-top:10px!important;
    font-size:13.5px!important;
    letter-spacing:.15px!important;
  }
}

@media (max-width:560px){
  .player-page-shell .player-hero{
    padding-left:18px!important;
    padding-right:18px!important;
  }

  .player-page-shell .player-hero-name{
    width:45%!important;
    max-width:45%!important;
    font-size:43px!important;
    line-height:.9!important;
  }

  .player-page-shell .player-hero-position{
    width:45%!important;
    max-width:45%!important;
    font-size:12.5px!important;
  }
}

@media (max-width:420px){
  .player-page-shell .player-hero{
    padding-left:18px!important;
    padding-right:18px!important;
  }

  .player-page-shell .player-hero-name{
    width:45%!important;
    max-width:45%!important;
    font-size:39px!important;
    line-height:.9!important;
  }

  .player-page-shell .player-hero-position{
    width:45%!important;
    max-width:45%!important;
    font-size:12px!important;
  }
}

/* UFLWEB_V123: subtle player links in Timeline and Line ups */
.player-profile-link,
.player-profile-link:link,
.player-profile-link:visited{
  color:inherit;
  text-decoration:none;
  transition:opacity .18s ease, text-decoration-color .18s ease;
}

@media (min-width:901px){
  .timeline-event .player-profile-link:hover,
  .lineup-player .player-profile-link:hover{
    opacity:.72;
    text-decoration:underline;
    text-decoration-thickness:1px;
    text-underline-offset:3px;
    text-decoration-color:rgba(0,0,0,.35);
  }
}

.player-hero-stats-grid .player-stat-box small{
  white-space:normal;
}


/* UFLWEB_V124: assister names also link to player profile; make links active on mobile */
.player-profile-link,
.player-profile-link:link,
.player-profile-link:visited,
.player-profile-link:active{
  color: inherit;
  text-decoration: none;
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0,0,0,0.06);
  position: relative;
  z-index: 2;
}

@media (max-width:900px){
  .timeline-event .player-profile-link,
  .lineup-player .player-profile-link,
  .timeline-event-copy .player-profile-link{
    display: inline;
    pointer-events: auto;
  }
}

@media (min-width:901px){
  .timeline-event .player-profile-link:hover,
  .lineup-player .player-profile-link:hover,
  .timeline-event-copy .player-profile-link:hover{
    opacity: .72;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    text-decoration-color: rgba(0,0,0,.35);
  }
}


/* UFLWEB_V125 clean footer menu pages */
.ufl-info-page,
.clean-page{
  background:#eeeeee!important;
  color:#2d2d2d!important;
  min-height:520px!important;
}

.clean-title-bar{
  background:#f7f7f7!important;
}

.clean-content-shell{
  min-height:320px;
}


/* UFLWEB_V127 Stats dashboard cards */
.stats-page{
  background:#eeeeee!important;
  color:#111!important;
}

.stats-content-shell{
  min-height:320px;
  padding:34px var(--desktop-end, 198px) 74px var(--desktop-start);
}

.stats-section + .stats-section{
  margin-top:48px;
}

.stats-section-title{
  margin:0 0 24px;
  color:#171717;
  font-size:25px;
  line-height:1;
  font-weight:900;
  letter-spacing:-1px;
}

.stats-card-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:30px;
  align-items:start;
}

.stats-leader-card{
  background:#ffffff;
  color:#111;
  overflow:hidden;
}

.stats-card-visual{
  position:relative;
  height:194px;
  background:
    linear-gradient(106deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.94) 58%, rgba(225,225,225,.85) 58%, rgba(225,225,225,.95) 100%),
    #f4f4f4;
  overflow:hidden;
}

.stats-card-visual h3{
  position:absolute;
  top:17px;
  left:16px;
  margin:0;
  color:#111;
  font-size:16px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.45px;
  z-index:3;
}

.stats-player-image{
  position:absolute;
  left:50%;
  bottom:-24px;
  transform:translateX(-50%);
  width:auto;
  height:184px;
  object-fit:contain;
  z-index:2;
}

.stats-card-logo{
  position:absolute;
  top:32px;
  right:24px;
  width:42px;
  height:42px;
  object-fit:contain;
  z-index:3;
}

.stats-leader-bar{
  min-height:66px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:12px 17px;
  background:#1f1246;
  color:#ffffff;
}

.stats-leader-bar.assist-bar{
  background:#1f1f1f;
}

.stats-leader-bar strong{
  display:block;
  color:#fff;
  font-size:23px;
  line-height:.95;
  font-weight:900;
  letter-spacing:-1.15px;
}

.stats-leader-bar span{
  display:block;
  margin-top:5px;
  color:#ffffff;
  font-size:14px;
  line-height:1;
  font-weight:500;
}

.stats-leader-bar b{
  color:#fff;
  font-size:34px;
  line-height:1;
  font-weight:900;
  letter-spacing:-1px;
}

.stats-mini-list{
  list-style:none;
  margin:0;
  padding:0 17px;
  background:#ffffff;
}

.stats-mini-list li{
  min-height:40px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  border-bottom:1px solid #d8d8d8;
  font-size:14px;
  line-height:1;
}

.stats-mini-list li span{
  color:#111;
  font-weight:500;
}

.stats-mini-list li em{
  margin-left:6px;
  color:#7a7a7a;
  font-style:normal;
  font-weight:500;
}

.stats-mini-list li b{
  color:#111;
  font-size:16px;
  font-weight:600;
}

.stats-full-link{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  padding:17px 11px 0 17px;
  min-height:48px;
  color:#111;
  text-decoration:none;
  font-size:14px;
  line-height:1;
  font-weight:900;
}

.stats-full-link span{
  font-size:24px;
  line-height:.6;
  font-weight:400;
}

.club-visual{
  display:flex;
  align-items:center;
  justify-content:center;
}

.stats-club-logo{
  width:136px;
  height:136px;
  object-fit:contain;
}

.club-goals-bar{
  background:#062d54;
}

.club-assists-bar{
  background:#075bc8;
}

.club-leader-card .stats-leader-bar strong{
  font-size:22px;
  letter-spacing:-.8px;
}

.fairplay-card{
  background:#ffffff;
}

.fairplay-card-head{
  min-height:96px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  padding:18px 17px;
  background:#f2c94c;
  color:#111;
}

.red-fairplay-card .fairplay-card-head,
.red-card-head{
  background:#d83636;
  color:#ffffff;
}

.fairplay-card-head h3{
  margin:0;
  font-size:22px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.8px;
}

.fairplay-card-head b{
  font-size:38px;
  line-height:.85;
  font-weight:900;
  letter-spacing:-1px;
}

.fairplay-list li{
  min-height:43px;
}

@media (max-width:900px){
  .stats-content-shell{
    padding:28px 18px 58px;
  }

  .stats-section + .stats-section{
    margin-top:38px;
  }

  .stats-section-title{
    margin-bottom:18px;
    font-size:23px;
  }

  .stats-card-grid{
    grid-template-columns:1fr;
    gap:24px;
  }

  .stats-card-visual{
    height:176px;
  }

  .stats-player-image{
    height:170px;
  }

  .stats-leader-bar strong{
    font-size:21px;
  }

  .stats-leader-bar b{
    font-size:32px;
  }

  .stats-club-logo{
    width:122px;
    height:122px;
  }
}


/* UFLWEB_V128: player stats cards use roster-style image layout */
.player-leader-card{
  border-radius:0;
  background:#fff;
}

.stats-player-showcase{
  position:relative;
  height:196px;
  background:linear-gradient(102deg, rgba(242,242,242,0.98) 0%, rgba(242,242,242,0.98) 72%, rgba(229,229,229,0.98) 72%, rgba(229,229,229,0.98) 100%);
  overflow:hidden;
}

.stats-player-showcase h3{
  position:absolute;
  top:22px;
  left:16px;
  margin:0;
  color:#111;
  font-size:16px;
  line-height:1;
  font-weight:900;
  letter-spacing:-0.45px;
  z-index:3;
}

.stats-player-team-logo{
  position:absolute;
  left:15px;
  bottom:22px;
  width:56px;
  height:56px;
  object-fit:contain;
  z-index:3;
}

.stats-player-showcase-image{
  position:absolute;
  right:0;
  top:0;
  bottom:auto;
  width:36%;
  height:63%;
  object-fit:cover;
  object-position:center top;
  z-index:2;
  -webkit-mask-image:linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 14%, rgba(0,0,0,0.82) 26%, #000 38%, #000 100%);
  mask-image:linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 14%, rgba(0,0,0,0.82) 26%, #000 38%, #000 100%);
}

.stats-player-highlight{
  min-height:66px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:11px 17px 12px;
  background:var(--leader-accent, #1f1246);
  color:var(--leader-accent-text, #fff);
}

.stats-player-highlight strong{
  display:block;
  color:inherit;
  font-size:22px;
  line-height:0.98;
  font-weight:900;
  letter-spacing:-1.05px;
}

.stats-player-highlight span{
  display:block;
  margin-top:4px;
  color:inherit;
  opacity:0.95;
  font-size:13px;
  line-height:1;
  font-weight:600;
}

.stats-player-highlight b{
  flex:0 0 auto;
  color:inherit;
  font-size:30px;
  line-height:1;
  font-weight:900;
  letter-spacing:-1px;
}

/* neutralize previous generic player visual styles */
.player-leader-card .stats-card-visual,
.player-leader-card .stats-leader-bar,
.player-leader-card .stats-card-logo,
.player-leader-card .stats-player-image{
  display:none;
}

@media (max-width:900px){
  .stats-player-showcase{
    height:184px;
  }

  .stats-player-showcase-image{
    width:38%;
    height:66%;
  }

  .stats-player-team-logo{
    width:50px;
    height:50px;
    left:14px;
    bottom:18px;
  }

  .stats-player-highlight{
    min-height:62px;
    padding:10px 15px 12px;
  }

  .stats-player-highlight strong{
    font-size:19px;
  }

  .stats-player-highlight span{
    font-size:12px;
  }

  .stats-player-highlight b{
    font-size:26px;
  }
}


/* UFLWEB_V132: stats player image specs from V130 base */
.stats-player-showcase-image{
  width:33%!important;
  height:100%!important;
  top:0!important;
  bottom:auto!important;
  object-fit:cover!important;
  object-position:center top!important;
}


/* UFLWEB_V133: mobile player stats photos wider */
@media (max-width:900px){
  .stats-player-showcase-image{
    width:50%!important;
    height:100%!important;
  }
}


/* UFLWEB_V134: Stats links for players and teams */
.stats-player-link,
.stats-player-link:link,
.stats-player-link:visited,
.stats-team-link,
.stats-team-link:link,
.stats-team-link:visited{
  color:inherit;
  text-decoration:none;
  transition:opacity .18s ease, text-decoration-color .18s ease;
}

.stats-mini-list em .stats-team-link,
.stats-mini-list em .stats-team-link:link,
.stats-mini-list em .stats-team-link:visited{
  color:inherit;
}

@media (min-width:901px){
  .stats-player-link:hover,
  .stats-team-link:hover{
    opacity:.72;
    text-decoration:underline;
    text-decoration-thickness:1px;
    text-underline-offset:3px;
    text-decoration-color:rgba(0,0,0,.35);
  }
}

.club-leader-card .stats-leader-bar strong{
  font-size:20px!important;
  line-height:1!important;
}

/* UFLWEB_V135: Suspensions + full sortable stats page */
.suspensions-card{grid-column:1 / -1;background:#fff}
.suspensions-card-head{min-height:76px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:18px 17px;background:#111;color:#fff}
.suspensions-card-head h3{margin:0;font-size:23px;line-height:1;font-weight:900;letter-spacing:-.9px}
.suspensions-card-head b{color:#fff;opacity:.7;font-size:12px;line-height:1;font-weight:900;letter-spacing:.7px}
.suspensions-list{list-style:none;margin:0;padding:0 17px 10px;background:#fff}
.suspensions-list li{min-height:46px;display:grid;grid-template-columns:minmax(210px,1fr) minmax(150px,.65fr) 100px;align-items:center;gap:18px;border-bottom:1px solid #d8d8d8;color:#111}
.suspensions-list li span{min-width:0;font-size:14px;font-weight:700}
.suspensions-list li em{display:inline-block;margin-left:8px;color:#777;font-style:normal;font-weight:600}
.suspensions-list li strong{font-size:13px;line-height:1;font-weight:800;color:#111}
.suspensions-list li b{justify-self:end;font-size:14px;font-weight:900}

.stats-full-content-shell{padding-top:34px}
.stats-table-tabs{display:flex;align-items:center;gap:12px;margin-bottom:24px}
.stats-table-tab{border:0;border-radius:999px;padding:11px 18px;background:#dedede;color:#111;font-size:13px;line-height:1;font-weight:900;cursor:pointer}
.stats-table-tab.is-active{background:#111;color:#fff}
.stats-table-panel{display:none}.stats-table-panel.is-active{display:block}
.stats-table-scroll{width:100%;overflow-x:auto;background:#fff;border-top:1px solid #d9d9d9;-webkit-overflow-scrolling:touch}
.stats-data-table{width:100%;min-width:1180px;border-collapse:separate;border-spacing:0;background:#fff;color:#111}
.stats-data-table th,.stats-data-table td{padding:14px 16px;border-bottom:0;text-align:left;white-space:nowrap;font-size:14px;line-height:1}
.stats-data-table th{position:sticky;top:0;z-index:4;background:#fff;border-bottom:1px solid #aeb4ba;font-size:13px;font-weight:900;cursor:pointer;user-select:none}
.stats-data-table th::after{content:"";display:block;width:12px;height:1px;margin-top:6px;background:#777}
.stats-data-table th.is-sorted::after{background:#f13636;height:2px}
.stats-data-table td{height:58px;font-weight:500}
.stats-data-table .is-highlight{background:#f1f1f1}.stats-data-table td.is-highlight b{font-weight:900}
.stats-table-player,.stats-table-team{display:inline-flex;align-items:center;gap:12px;color:#111;text-decoration:none;font-weight:600}
.stats-table-player img{width:34px;height:34px;border-radius:50%;object-fit:cover;background:#f2f2f2;border:1px solid #e2e2e2}
.stats-table-team img{width:34px;height:34px;object-fit:contain}
@media (min-width:901px){.stats-table-player:hover,.stats-table-team:hover{opacity:.72;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}}
@media (max-width:900px){
  .suspensions-list li{grid-template-columns:1fr;gap:5px;align-items:start;padding:12px 0}
  .suspensions-list li b{justify-self:start}
  .stats-table-tabs{gap:8px;margin-bottom:18px}
  .stats-table-tab{padding:10px 13px;font-size:12px}
  .stats-data-table{min-width:980px}
  .stats-data-table th,.stats-data-table td{padding:13px 14px;font-size:13px}
}

/* UFLWEB_V136: all_stats pagination */
.stats-pagination{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:18px 0 0}
.stats-pagination button{border:0;background:#dedede;color:#111;min-width:34px;height:34px;border-radius:999px;padding:0 12px;font-size:12px;font-weight:900;cursor:pointer}
.stats-pagination button.is-active{background:#111;color:#fff}
.stats-pagination button:disabled{opacity:.35;cursor:default}


/* UFLWEB_V137: all_stats active category highlight + no player thumbnails */
.stats-data-table th.is-highlight,
.stats-data-table td.is-highlight{
  background:#e7e7e7!important;
}

.stats-data-table th.is-highlight::after{
  background:#f13636!important;
  height:2px!important;
}

.stats-table-player{
  gap:0!important;
}

.stats-table-player img{
  display:none!important;
}


/* UFLWEB_V138: reference highlight without locking sort state */
.stats-data-table th.is-highlight{
  background:#e7e7e7!important;
}
.stats-data-table th.is-sorted::after{
  background:#f13636!important;
  height:2px!important;
}


/* UFLWEB_V139: reliable manual sorting state for all_stats */
.stats-data-table th{
  cursor:pointer!important;
}
.stats-data-table th.is-sorted::after{
  background:#f13636!important;
  height:2px!important;
}


/* UFLWEB_V140: revised stats table data + desktop tooltip bubbles */
.compact-stats-table{
  min-width:760px!important;
}

[data-stats-panel="teams"] .compact-stats-table{
  min-width:1060px!important;
}

.compact-stats-table th,
.compact-stats-table td{
  padding:14px 15px!important;
}

@media (min-width:901px){
  .stats-data-table th[data-tooltip]{
    position:sticky;
  }

  .stats-data-table th[data-tooltip]::before{
    content:attr(data-tooltip);
    position:absolute;
    left:50%;
    top:-36px;
    transform:translateX(-50%) translateY(4px);
    background:#111;
    color:#fff;
    border-radius:999px;
    padding:8px 11px;
    font-size:11px;
    line-height:1;
    font-weight:800;
    white-space:nowrap;
    pointer-events:none;
    opacity:0;
    transition:opacity .16s ease, transform .16s ease;
    box-shadow:0 8px 18px rgba(0,0,0,.18);
    z-index:20;
  }

  .stats-data-table th[data-tooltip]:hover::before{
    opacity:1;
    transform:translateX(-50%) translateY(0);
  }
}

@media (max-width:900px){
  .compact-stats-table{
    min-width:720px!important;
  }
  [data-stats-panel="teams"] .compact-stats-table{
    min-width:1040px!important;
  }
}


/* UFLWEB_V142: make stats tooltip bubble visible inside table scroll */
.stats-table-scroll{
  overflow-x:auto!important;
  overflow-y:visible!important;
  padding-top:44px!important;
  margin-top:-44px!important;
}

@media (min-width:901px){
  .stats-data-table th[data-tooltip]{
    position:sticky!important;
    overflow:visible!important;
    z-index:30!important;
  }

  .stats-data-table th[data-tooltip]::before{
    top:calc(100% + 9px)!important;
    bottom:auto!important;
    left:50%!important;
    transform:translateX(-50%) translateY(-4px)!important;
    opacity:0!important;
    visibility:hidden!important;
    z-index:999!important;
  }

  .stats-data-table th[data-tooltip]:hover::before{
    opacity:1!important;
    visibility:visible!important;
    transform:translateX(-50%) translateY(0)!important;
  }
}

/* UFLWEB_V143: fix all_stats tabs spacing so tabs do not overlap the table */
.stats-full-content-shell{padding-top:46px!important;}
.stats-table-tabs{position:relative!important;z-index:5!important;margin-bottom:34px!important;}
.stats-table-scroll{margin-top:0!important;padding-top:0!important;}

/* UFLWEB_V143 standings tabs + brackets */
.standings-tabs{display:flex;gap:10px;padding:26px var(--desktop-end,198px) 0 var(--desktop-start);background:#eeeeee;}
.standings-tab{border:0;border-radius:999px;background:#dcdcdc;color:#1c1c1c;padding:12px 18px;font-size:13px;line-height:1;font-weight:900;cursor:pointer;white-space:nowrap}
.standings-tab.is-active{background:#111;color:#fff}
.standings-tab-panel{display:none}.standings-tab-panel.is-active{display:block}
.bracket-tab-panel{background:#eeeeee;padding:30px var(--desktop-end,198px) 76px var(--desktop-start)}
.bracket-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:8px 0 24px}
.ufl-bracket{position:relative;min-width:1020px;height:560px;background:#f7f7f7;border-radius:22px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.04)}
.ufl-bracket-supercup{min-width:1080px;height:650px}
.bracket-game{position:absolute;width:230px}.bracket-game h3{margin:0 0 8px 10px;color:#0f0f0f;font-size:14px;line-height:1;font-weight:900}
.bracket-match-card{position:relative;z-index:4;width:230px;border:2px solid #bdbdbd;border-radius:18px;background:rgba(255,255,255,.88);padding:14px 13px;box-shadow:0 10px 24px rgba(0,0,0,.04)}
.bracket-match-card.compact{width:188px}.bracket-team{display:grid;grid-template-columns:22px 1fr repeat(3,28px);align-items:center;gap:8px;min-height:36px}.bracket-match-card.compact .bracket-team{grid-template-columns:22px 1fr 28px}
.bracket-team img{width:18px;height:18px;object-fit:contain;opacity:.68}.bracket-team span{color:#111;font-size:22px;line-height:1;font-weight:800}.bracket-team i{display:block;width:28px;height:28px;border-radius:8px;background:#f1f1f1;border:1px solid #bebebe}
.bracket-line{position:absolute;display:block;background:#bcbcbc;z-index:1}.bracket-logo-card{position:absolute;display:grid;place-items:center;width:112px;height:112px;border:2px solid #bdbdbd;border-radius:20px;background:rgba(255,255,255,.75)}.bracket-logo-card img{width:74px;height:74px;object-fit:contain;filter:grayscale(1);opacity:.42}
.bracket-logo-card-top{left:30px;top:35px}.ufl-bracket-playoffs .bracket-logo-card-final{right:40px;top:252px}.ufl-bracket-playoffs .game-p1{left:30px;top:178px}.ufl-bracket-playoffs .game-p2{left:30px;top:342px}.ufl-bracket-playoffs .game-p3{left:360px;top:130px}.ufl-bracket-playoffs .game-p4{left:360px;top:342px}.ufl-bracket-playoffs .game-p5{left:690px;top:254px}
.p-line-1{left:142px;top:89px;width:152px;height:2px}.p-line-2{left:292px;top:89px;width:2px;height:164px}.p-line-3{left:260px;top:253px;width:34px;height:2px}.p-line-4{left:260px;top:417px;width:72px;height:2px}.p-line-5{left:330px;top:253px;width:2px;height:166px}.p-line-6{left:330px;top:253px;width:30px;height:2px}.p-line-7{left:590px;top:203px;width:2px;height:212px}.p-line-8{left:590px;top:310px;width:100px;height:2px}
.ufl-bracket-supercup .game-s1{left:40px;top:40px}.ufl-bracket-supercup .game-s2{left:40px;top:190px}.ufl-bracket-supercup .game-s3{left:40px;top:340px}.ufl-bracket-supercup .game-s4{left:40px;top:490px}.ufl-bracket-supercup .game-s5{left:310px;top:120px}.ufl-bracket-supercup .game-s6{left:310px;top:390px}.ufl-bracket-supercup .game-s7{left:560px;top:270px}.ufl-bracket-supercup .bracket-logo-card-final{left:830px;top:275px}
.s-line-1{left:228px;top:104px;width:42px;height:2px}.s-line-2{left:270px;top:104px;width:2px;height:150px}.s-line-3{left:228px;top:254px;width:42px;height:2px}.s-line-4{left:270px;top:178px;width:40px;height:2px}.s-line-5{left:228px;top:404px;width:42px;height:2px}.s-line-6{left:270px;top:404px;width:2px;height:150px}.s-line-7{left:228px;top:554px;width:42px;height:2px}.s-line-8{left:270px;top:470px;width:40px;height:2px}.s-line-9{left:498px;top:178px;width:42px;height:2px}.s-line-10{left:540px;top:178px;width:2px;height:290px}.s-line-11{left:498px;top:470px;width:42px;height:2px}.s-line-12{left:540px;top:324px;width:20px;height:2px}
@media(max-width:900px){.standings-tabs{padding:20px 18px 0;overflow-x:auto}.standings-tab{flex:0 0 auto;padding:10px 14px;font-size:12px}.bracket-tab-panel{padding:22px 18px 54px}.ufl-bracket{min-width:980px}.ufl-bracket-supercup{min-width:1040px}}


/* UFLWEB_V144: force standings competition tabs visible */
.standings-tabs{
  display:flex!important;
  visibility:visible!important;
  opacity:1!important;
}

.standings-tab-panel{
  display:none!important;
}

.standings-tab-panel.is-active{
  display:block!important;
}

@media (max-width:900px){
  .standings-tabs{
    display:flex!important;
  }
}


/* UFLWEB_V145: rebuild playoffs bracket with centered layout and accurate connectors */
.bracket-scroll{
  display:flex!important;
  justify-content:center!important;
}

.ufl-bracket-playoffs{
  width:1260px!important;
  min-width:1260px!important;
  height:740px!important;
  margin:0 auto!important;
}

.ufl-bracket-playoffs .bracket-logo-card{
  width:126px!important;
  height:126px!important;
  border-radius:22px!important;
}

.ufl-bracket-playoffs .bracket-logo-card img{
  width:82px!important;
  height:82px!important;
  opacity:.40!important;
}

.ufl-bracket-playoffs .bracket-match-card{
  width:260px!important;
  padding:16px 18px!important;
  border-radius:20px!important;
}

.ufl-bracket-playoffs .bracket-match-card.compact{
  width:220px!important;
}

.ufl-bracket-playoffs .bracket-team{
  grid-template-columns:22px 1fr repeat(3, 30px)!important;
  gap:10px!important;
  min-height:46px!important;
}

.ufl-bracket-playoffs .bracket-match-card.compact .bracket-team{
  grid-template-columns:22px 1fr 30px!important;
}

.ufl-bracket-playoffs .bracket-team span{
  font-size:22px!important;
  font-weight:800!important;
}

.ufl-bracket-playoffs .bracket-team i{
  width:30px!important;
  height:30px!important;
  border-radius:9px!important;
}

.ufl-bracket-playoffs .bracket-game h3{
  margin:0 0 10px 12px!important;
  font-size:18px!important;
  font-weight:900!important;
}

.ufl-bracket-playoffs .bracket-logo-card-top{
  left:78px!important;
  top:36px!important;
}

.ufl-bracket-playoffs .bracket-logo-card-bottom{
  left:78px!important;
  top:584px!important;
}

.ufl-bracket-playoffs .game-p1{
  left:78px!important;
  top:208px!important;
  width:260px!important;
}

.ufl-bracket-playoffs .game-p2{
  left:78px!important;
  top:412px!important;
  width:260px!important;
}

.ufl-bracket-playoffs .game-p3{
  left:490px!important;
  top:115px!important;
  width:260px!important;
}

.ufl-bracket-playoffs .game-p4{
  left:490px!important;
  top:454px!important;
  width:260px!important;
}

.ufl-bracket-playoffs .game-p5{
  left:846px!important;
  top:281px!important;
  width:220px!important;
}

.ufl-bracket-playoffs .bracket-logo-card-final{
  right:82px!important;
  top:305px!important;
}

/* left side connections */
.ufl-bracket-playoffs .p-line-1{left:204px!important;top:99px!important;width:170px!important;height:2px!important;}      /* top bye -> merge */
.ufl-bracket-playoffs .p-line-2{left:372px!important;top:99px!important;width:2px!important;height:160px!important;}      /* merge down */
.ufl-bracket-playoffs .p-line-3{left:338px!important;top:259px!important;width:36px!important;height:2px!important;}       /* game1 -> merge */
.ufl-bracket-playoffs .p-line-4{left:374px!important;top:179px!important;width:116px!important;height:2px!important;}      /* merge -> semi1 */

.ufl-bracket-playoffs .p-line-5{left:338px!important;top:463px!important;width:36px!important;height:2px!important;}       /* game2 -> merge */
.ufl-bracket-playoffs .p-line-6{left:372px!important;top:463px!important;width:2px!important;height:184px!important;}      /* merge down */
.ufl-bracket-playoffs .p-line-7{left:204px!important;top:647px!important;width:170px!important;height:2px!important;}      /* bottom bye -> merge */
.ufl-bracket-playoffs .p-line-8{left:374px!important;top:554px!important;width:116px!important;height:2px!important;}      /* merge -> semi2 */

/* semi finals -> final */
.ufl-bracket-playoffs .p-line-9{left:750px!important;top:166px!important;width:96px!important;height:2px!important;}       /* semi1 -> merge */
.ufl-bracket-playoffs .p-line-10{left:844px!important;top:166px!important;width:2px!important;height:338px!important;}     /* vertical merge */
.ufl-bracket-playoffs .p-line-11{left:750px!important;top:504px!important;width:96px!important;height:2px!important;}      /* semi2 -> merge */
.ufl-bracket-playoffs .p-line-12{left:846px!important;top:335px!important;width:0!important;height:2px!important;}         /* dummy keep slot */
.ufl-bracket-playoffs .p-line-12{left:846px!important;top:335px!important;width:0!important;height:2px!important;}
.ufl-bracket-playoffs .p-line-13{left:1066px!important;top:336px!important;width:112px!important;height:2px!important;}    /* final -> trophy */

.ufl-bracket-playoffs .game-p5::before{
  content:"";
  position:absolute;
  left:-2px;
  top:54px;
  width:2px;
  height:2px;
  background:transparent;
}

.ufl-bracket-playoffs::before{
  content:"";
  position:absolute;
  left:846px;
  top:335px;
  width:0;
  height:0;
}

/* horizontal from semis merge into final */
.ufl-bracket-playoffs .game-p5 .bracket-match-card::before{
  content:"";
  position:absolute;
  left:-94px;
  top:55px;
  width:94px;
  height:2px;
  background:#bcbcbc;
  z-index:1;
}

@media (max-width:900px){
  .ufl-bracket-playoffs{
    min-width:1260px!important;
    width:1260px!important;
  }
}


/* UFLWEB_V146: remove Playoffs bracket, center Super Cup bracket, improve mobile scale */
.standings-tabs{
  justify-content:flex-start!important;
}

.bracket-scroll{
  display:flex!important;
  justify-content:center!important;
  align-items:flex-start!important;
}

.ufl-bracket-supercup{
  width:1080px!important;
  max-width:none!important;
  margin:0 auto!important;
}

/* Keep desktop centered and clean */
@media (min-width:901px){
  .bracket-tab-panel[data-standings-panel="supercup"] .bracket-scroll{
    overflow-x:visible!important;
  }
}

/* On mobile, make the bracket smaller and start from the left side of the keys */
@media (max-width:900px){
  .bracket-tab-panel{
    padding:22px 0 54px 0!important;
  }

  .bracket-tab-panel[data-standings-panel="supercup"] .bracket-scroll{
    justify-content:flex-start!important;
    overflow-x:auto!important;
    padding-left:18px!important;
    padding-right:18px!important;
  }

  .ufl-bracket-supercup{
    min-width:720px!important;
    width:720px!important;
    height:430px!important;
    transform:scale(.74)!important;
    transform-origin:left top!important;
    margin:0!important;
  }

  .ufl-bracket-supercup .bracket-match-card.compact{
    width:150px!important;
    padding:10px 10px!important;
    border-radius:14px!important;
  }

  .ufl-bracket-supercup .bracket-game{
    width:150px!important;
  }

  .ufl-bracket-supercup .bracket-game h3{
    font-size:12px!important;
    margin:0 0 6px 7px!important;
  }

  .ufl-bracket-supercup .bracket-team{
    grid-template-columns:18px 1fr 24px!important;
    gap:6px!important;
    min-height:30px!important;
  }

  .ufl-bracket-supercup .bracket-team img{
    width:15px!important;
    height:15px!important;
  }

  .ufl-bracket-supercup .bracket-team span{
    font-size:18px!important;
  }

  .ufl-bracket-supercup .bracket-team i{
    width:24px!important;
    height:24px!important;
    border-radius:7px!important;
  }

  .ufl-bracket-supercup .bracket-logo-card{
    width:90px!important;
    height:90px!important;
    border-radius:16px!important;
  }

  .ufl-bracket-supercup .bracket-logo-card img{
    width:58px!important;
    height:58px!important;
  }

  /* Reposition Super Cup bracket for smaller mobile proportion */
  .ufl-bracket-supercup .game-s1{left:20px!important;top:28px!important;}
  .ufl-bracket-supercup .game-s2{left:20px!important;top:126px!important;}
  .ufl-bracket-supercup .game-s3{left:20px!important;top:224px!important;}
  .ufl-bracket-supercup .game-s4{left:20px!important;top:322px!important;}

  .ufl-bracket-supercup .game-s5{left:230px!important;top:78px!important;}
  .ufl-bracket-supercup .game-s6{left:230px!important;top:274px!important;}

  .ufl-bracket-supercup .game-s7{left:420px!important;top:176px!important;}
  .ufl-bracket-supercup .bracket-logo-card-final{left:615px!important;top:184px!important;}

  .ufl-bracket-supercup .s-line-1{left:170px!important;top:82px!important;width:30px!important;height:2px!important;}
  .ufl-bracket-supercup .s-line-2{left:200px!important;top:82px!important;width:2px!important;height:96px!important;}
  .ufl-bracket-supercup .s-line-3{left:170px!important;top:180px!important;width:30px!important;height:2px!important;}
  .ufl-bracket-supercup .s-line-4{left:200px!important;top:130px!important;width:30px!important;height:2px!important;}

  .ufl-bracket-supercup .s-line-5{left:170px!important;top:278px!important;width:30px!important;height:2px!important;}
  .ufl-bracket-supercup .s-line-6{left:200px!important;top:278px!important;width:2px!important;height:96px!important;}
  .ufl-bracket-supercup .s-line-7{left:170px!important;top:376px!important;width:30px!important;height:2px!important;}
  .ufl-bracket-supercup .s-line-8{left:200px!important;top:326px!important;width:30px!important;height:2px!important;}

  .ufl-bracket-supercup .s-line-9{left:380px!important;top:132px!important;width:28px!important;height:2px!important;}
  .ufl-bracket-supercup .s-line-10{left:408px!important;top:132px!important;width:2px!important;height:196px!important;}
  .ufl-bracket-supercup .s-line-11{left:380px!important;top:328px!important;width:28px!important;height:2px!important;}
  .ufl-bracket-supercup .s-line-12{left:408px!important;top:230px!important;width:12px!important;height:2px!important;}
}

@media (max-width:520px){
  .ufl-bracket-supercup{
    transform:scale(.66)!important;
  }

  .bracket-tab-panel[data-standings-panel="supercup"] .bracket-scroll{
    padding-left:14px!important;
  }
}


/* UFLWEB_V147: mobile Super Cup bracket larger, tighter bottom space, champion aligned */
@media (max-width:900px){
  .bracket-tab-panel[data-standings-panel="supercup"] .bracket-scroll{
    height:420px!important;
    overflow-y:hidden!important;
    align-items:flex-start!important;
  }

  .ufl-bracket-supercup{
    transform:scale(.96)!important;
    height:410px!important;
  }

  /* Align champion box with the last/final match box */
  .ufl-bracket-supercup .bracket-logo-card-final{
    top:176px!important;
  }
}

@media (max-width:520px){
  .bracket-tab-panel[data-standings-panel="supercup"] .bracket-scroll{
    height:385px!important;
  }

  .ufl-bracket-supercup{
    transform:scale(.86)!important;
    height:410px!important;
  }

  .ufl-bracket-supercup .bracket-logo-card-final{
    top:176px!important;
  }
}


/* UFLWEB_V148: hide mobile bracket horizontal scrollbar while keeping swipe/slide active */
.bracket-scroll{
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
}

.bracket-scroll::-webkit-scrollbar{
  display:none!important;
  width:0!important;
  height:0!important;
}

@media (max-width:900px){
  .bracket-tab-panel[data-standings-panel="supercup"] .bracket-scroll{
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
  }

  .bracket-tab-panel[data-standings-panel="supercup"] .bracket-scroll::-webkit-scrollbar{
    display:none!important;
    width:0!important;
    height:0!important;
  }
}


/* UFLWEB_V149: improve mobile Super Cup bracket vertical spacing and legibility */
@media (max-width:900px){
  .bracket-tab-panel[data-standings-panel="supercup"] .bracket-scroll{
    height:560px!important;
    padding-top:8px!important;
    overflow-y:hidden!important;
  }

  .ufl-bracket-supercup{
    height:560px!important;
    transform:scale(.90)!important;
    transform-origin:left top!important;
  }

  .ufl-bracket-supercup .bracket-game h3{
    margin:0 0 11px 8px!important;
    font-size:12.5px!important;
    line-height:1!important;
    letter-spacing:-.2px!important;
  }

  .ufl-bracket-supercup .bracket-match-card.compact{
    padding:11px 10px!important;
  }

  .ufl-bracket-supercup .bracket-team{
    min-height:32px!important;
  }

  /* More vertical breathing room between first-round games */
  .ufl-bracket-supercup .game-s1{top:24px!important;}
  .ufl-bracket-supercup .game-s2{top:150px!important;}
  .ufl-bracket-supercup .game-s3{top:276px!important;}
  .ufl-bracket-supercup .game-s4{top:402px!important;}

  /* Center second round between each pair */
  .ufl-bracket-supercup .game-s5{top:88px!important;}
  .ufl-bracket-supercup .game-s6{top:340px!important;}

  /* Final and champion aligned cleanly */
  .ufl-bracket-supercup .game-s7{top:214px!important;}
  .ufl-bracket-supercup .bracket-logo-card-final{top:222px!important;}

  /* Connector lines aligned to the new spacing */
  .ufl-bracket-supercup .s-line-1{top:78px!important;}
  .ufl-bracket-supercup .s-line-2{top:78px!important;height:128px!important;}
  .ufl-bracket-supercup .s-line-3{top:206px!important;}
  .ufl-bracket-supercup .s-line-4{top:142px!important;}

  .ufl-bracket-supercup .s-line-5{top:330px!important;}
  .ufl-bracket-supercup .s-line-6{top:330px!important;height:128px!important;}
  .ufl-bracket-supercup .s-line-7{top:458px!important;}
  .ufl-bracket-supercup .s-line-8{top:394px!important;}

  .ufl-bracket-supercup .s-line-9{top:142px!important;}
  .ufl-bracket-supercup .s-line-10{top:142px!important;height:252px!important;}
  .ufl-bracket-supercup .s-line-11{top:394px!important;}
  .ufl-bracket-supercup .s-line-12{top:268px!important;}
}

@media (max-width:520px){
  .bracket-tab-panel[data-standings-panel="supercup"] .bracket-scroll{
    height:500px!important;
  }

  .ufl-bracket-supercup{
    height:560px!important;
    transform:scale(.80)!important;
  }
}


/* UFLWEB_V150: align champion box with the final match box on mobile */
@media (max-width:900px){
  .ufl-bracket-supercup .bracket-logo-card-final{
    top:246px!important;
  }
}

@media (max-width:520px){
  .ufl-bracket-supercup .bracket-logo-card-final{
    top:246px!important;
  }
}


/* UFLWEB_V151: final mobile champion box alignment correction */
/* Final game mobile card starts at approx: game-s7 top 214px + title/margin 23px = 237px.
   The champion box is set to the same visual line so both blocks align cleanly. */
@media (max-width:900px){
  .ufl-bracket-supercup .bracket-logo-card-final{
    top:237px!important;
  }
}

@media (max-width:520px){
  .ufl-bracket-supercup .bracket-logo-card-final{
    top:237px!important;
  }
}


/* UFLWEB_V152: MOTM + Suspensions as two half-width cards */
.motm-card,
.suspensions-card{
  grid-column:auto!important;
}

.motm-card-head{
  background:#111111!important;
  color:#ffffff!important;
}

.motm-card-head b{
  color:#ffffff!important;
  opacity:.7;
  font-size:12px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.7px!important;
}

.motm-list li{
  min-height:46px;
}

.suspensions-card-head{
  min-height:96px!important;
}

.suspensions-list li{
  grid-template-columns:1fr!important;
  gap:5px!important;
  align-items:start!important;
  padding:12px 0!important;
}

.suspensions-list li b{
  justify-self:start!important;
}

/* Center Yellow Cards / Red Cards card titles on mobile */
@media (max-width:900px){
  .fairplay-card-head{
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    flex-direction:column!important;
    gap:8px!important;
  }

  .fairplay-card-head h3{
    width:100%!important;
    text-align:center!important;
  }

  .fairplay-card-head b{
    width:100%!important;
    text-align:center!important;
  }

  .motm-card-head,
  .suspensions-card-head{
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
  }
}


/* UFLWEB_V153: MOTM color + Suspensions layout refinements */
.motm-card-head{
  background:#35a1d4!important;
  color:#ffffff!important;
}

/* Revert Yellow Cards / Red Cards mobile title centering from V152 */
@media (max-width:900px){
  .fairplay-card:not(.motm-card) .fairplay-card-head{
    align-items:flex-end!important;
    justify-content:space-between!important;
    text-align:left!important;
    flex-direction:row!important;
    gap:18px!important;
  }

  .fairplay-card:not(.motm-card) .fairplay-card-head h3{
    width:auto!important;
    text-align:left!important;
  }

  .fairplay-card:not(.motm-card) .fairplay-card-head b{
    width:auto!important;
    text-align:right!important;
  }

  .red-fairplay-card .fairplay-card-head,
  .fairplay-card:not(.motm-card) .red-card-head{
    align-items:flex-end!important;
    justify-content:space-between!important;
  }
}

/* Suspensions: player/team left, reason/games right on desktop and mobile */
.suspensions-list li{
  grid-template-columns:minmax(0,1fr) minmax(190px,auto)!important;
  align-items:center!important;
  gap:18px!important;
  padding:12px 0!important;
}

.suspensions-list li span{
  justify-self:start!important;
  text-align:left!important;
}

.suspensions-list li strong{
  justify-self:end!important;
  text-align:right!important;
  line-height:1.15!important;
}

.suspensions-list li b{
  justify-self:end!important;
  text-align:right!important;
  display:block!important;
  margin-top:4px!important;
}

.suspensions-list li strong::after{
  content:"";
}

.suspensions-list li strong + b{
  grid-column:2!important;
}

/* Put reason and games visually as one right-side block */
.suspensions-list li{
  grid-template-areas:"player reason" "player games"!important;
}

.suspensions-list li span{grid-area:player!important;}
.suspensions-list li strong{grid-area:reason!important;}
.suspensions-list li b{grid-area:games!important;}

@media (max-width:900px){
  .suspensions-list li{
    grid-template-columns:minmax(0,1fr) minmax(118px,auto)!important;
    grid-template-areas:"player reason" "player games"!important;
    gap:6px 12px!important;
    align-items:center!important;
  }

  .suspensions-list li span{
    font-size:13px!important;
  }

  .suspensions-list li em{
    display:block!important;
    margin-left:0!important;
    margin-top:4px!important;
  }

  .suspensions-list li strong,
  .suspensions-list li b{
    justify-self:end!important;
    text-align:right!important;
  }
}


/* UFLWEB_V154: Suspensions layout and all_stats Suspensions tab */
.motm-card-head,
.suspensions-card-head{
  align-items:flex-end!important;
  justify-content:space-between!important;
  text-align:left!important;
  flex-direction:row!important;
  gap:18px!important;
}
.motm-card-head h3,
.suspensions-card-head h3{width:auto!important;text-align:left!important;}
.motm-card-head b,
.suspensions-card-head b{width:auto!important;text-align:right!important;}

/* Suspensions card: one clean line on desktop */
@media (min-width:901px){
  .suspensions-list li{
    display:grid!important;
    grid-template-columns:minmax(0, 1.05fr) minmax(150px, .7fr) 82px!important;
    grid-template-areas:"player reason games"!important;
    align-items:center!important;
    gap:18px!important;
    min-height:46px!important;
    padding:0!important;
  }
  .suspensions-list li span{
    grid-area:player!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    justify-self:start!important;
    text-align:left!important;
  }
  .suspensions-list li em{display:inline!important;margin-left:8px!important;}
  .suspensions-list li strong{
    grid-area:reason!important;
    justify-self:end!important;
    color:#777!important;
    font-weight:800!important;
    text-align:right!important;
    white-space:nowrap!important;
  }
  .suspensions-list li b{
    grid-area:games!important;
    justify-self:end!important;
    color:#111!important;
    font-weight:900!important;
    text-align:right!important;
    margin-top:0!important;
    white-space:nowrap!important;
  }
}

/* Mobile keeps left/right structure, with suspension type separated in gray */
@media (max-width:900px){
  .motm-card-head,
  .suspensions-card-head{
    align-items:flex-end!important;
    justify-content:space-between!important;
    text-align:left!important;
    flex-direction:row!important;
  }
  .suspensions-list li{
    grid-template-columns:minmax(0,1fr) minmax(120px,auto) 70px!important;
    grid-template-areas:"player reason games"!important;
    gap:10px!important;
  }
  .suspensions-list li strong{color:#777!important;}
  .suspensions-list li b{color:#111!important;margin-top:0!important;}
}
.suspensions-stats-table{min-width:720px!important;}


/* UFLWEB_V155: fix Suspensions card overlap */
@media (min-width:901px){
  .suspensions-list li{
    display:grid!important;
    grid-template-columns:minmax(0, 1fr) minmax(180px, auto) minmax(72px, auto)!important;
    grid-template-areas:"player reason games"!important;
    align-items:center!important;
    column-gap:22px!important;
    min-height:46px!important;
    padding:0!important;
  }

  .suspensions-list li span{
    grid-area:player!important;
    min-width:0!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  .suspensions-list li strong{
    grid-area:reason!important;
    justify-self:end!important;
    white-space:nowrap!important;
    color:#777!important;
    font-size:12px!important;
    line-height:1!important;
    font-weight:800!important;
  }

  .suspensions-list li b{
    grid-area:games!important;
    justify-self:end!important;
    white-space:nowrap!important;
    color:#111!important;
    font-size:13px!important;
    line-height:1!important;
    font-weight:900!important;
    margin:0!important;
  }
}

@media (max-width:900px){
  .suspensions-list li{
    display:grid!important;
    grid-template-columns:minmax(0, 1fr) minmax(118px, auto)!important;
    grid-template-areas:
      "player reason"
      "player games"!important;
    align-items:center!important;
    gap:4px 12px!important;
    padding:12px 0!important;
  }

  .suspensions-list li span{
    grid-area:player!important;
    min-width:0!important;
    text-align:left!important;
  }

  .suspensions-list li strong{
    grid-area:reason!important;
    justify-self:end!important;
    text-align:right!important;
    color:#777!important;
    font-size:12px!important;
    line-height:1.1!important;
    white-space:normal!important;
  }

  .suspensions-list li b{
    grid-area:games!important;
    justify-self:end!important;
    text-align:right!important;
    color:#111!important;
    font-size:13px!important;
    line-height:1.1!important;
    margin:0!important;
    white-space:nowrap!important;
  }
}


/* UFLWEB_V156: desktop Suspensions card no-overlap alignment */
@media (min-width:901px){
  .suspensions-list li{
    display:grid!important;
    grid-template-columns:minmax(0, 1fr) 138px 76px!important;
    grid-template-areas:"player reason games"!important;
    align-items:center!important;
    column-gap:18px!important;
    min-height:46px!important;
    padding:0!important;
  }

  .suspensions-list li span{
    grid-area:player!important;
    min-width:0!important;
    justify-self:start!important;
    text-align:left!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  .suspensions-list li strong{
    grid-area:reason!important;
    width:138px!important;
    max-width:138px!important;
    justify-self:end!important;
    text-align:right!important;
    color:#777!important;
    font-size:11.5px!important;
    line-height:1!important;
    font-weight:800!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  .suspensions-list li b{
    grid-area:games!important;
    width:76px!important;
    max-width:76px!important;
    justify-self:end!important;
    text-align:right!important;
    color:#111!important;
    font-size:13px!important;
    line-height:1!important;
    font-weight:900!important;
    margin:0!important;
    white-space:nowrap!important;
  }
}


/* UFLWEB_V157: definitive Suspensions card alignment fix */
.suspensions-list li{
  display:grid!important;
  grid-template-columns:minmax(0, 1fr) minmax(235px, auto)!important;
  grid-template-areas:"player meta"!important;
  align-items:center!important;
  column-gap:20px!important;
  min-height:46px!important;
  padding:0!important;
}

.suspensions-list li > span{
  grid-area:player!important;
  min-width:0!important;
  justify-self:start!important;
  text-align:left!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.suspensions-list li > span em{
  display:inline!important;
  margin-left:8px!important;
  color:#777!important;
  white-space:nowrap!important;
}

.suspension-meta{
  grid-area:meta!important;
  justify-self:end!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:16px!important;
  min-width:235px!important;
  max-width:235px!important;
  white-space:nowrap!important;
  text-align:right!important;
}

.suspension-meta strong,
.suspensions-list li .suspension-meta strong{
  display:block!important;
  width:auto!important;
  max-width:150px!important;
  min-width:0!important;
  color:#777!important;
  font-size:11.5px!important;
  line-height:1!important;
  font-weight:800!important;
  text-align:right!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  margin:0!important;
}

.suspension-meta b,
.suspensions-list li .suspension-meta b{
  display:block!important;
  width:68px!important;
  max-width:68px!important;
  flex:0 0 68px!important;
  color:#111!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:900!important;
  text-align:right!important;
  white-space:nowrap!important;
  margin:0!important;
}

/* Mobile remains clean in two lines on the right */
@media (max-width:900px){
  .suspensions-list li{
    grid-template-columns:minmax(0, 1fr) minmax(118px, auto)!important;
    grid-template-areas:"player meta"!important;
    gap:10px!important;
    min-height:54px!important;
    padding:10px 0!important;
  }

  .suspensions-list li > span em{
    display:block!important;
    margin-left:0!important;
    margin-top:4px!important;
  }

  .suspension-meta{
    min-width:118px!important;
    max-width:140px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-end!important;
    justify-content:center!important;
    gap:4px!important;
  }

  .suspension-meta strong,
  .suspensions-list li .suspension-meta strong{
    max-width:140px!important;
    font-size:11.5px!important;
    line-height:1.05!important;
    white-space:normal!important;
  }

  .suspension-meta b,
  .suspensions-list li .suspension-meta b{
    width:auto!important;
    max-width:none!important;
    flex:0 0 auto!important;
    font-size:13px!important;
  }
}


/* UFLWEB_V158: all_stats player photo thumbs + new team assists + suspension dates */
.stats-table-player.has-photo{
  gap:10px!important;
}

.stats-player-thumb{
  width:34px;
  height:34px;
  border-radius:9px;
  overflow:hidden;
  flex:0 0 34px;
  background:#e8e8e8;
  display:inline-block;
}

.stats-player-thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center top!important;
  display:block!important;
}

.suspensions-stats-table{
  min-width:920px!important;
}

[data-stats-panel="teams"] .compact-stats-table{
  min-width:1120px!important;
}

@media (max-width:900px){
  .stats-player-thumb{
    width:30px;
    height:30px;
    border-radius:8px;
    flex-basis:30px;
  }

  .suspensions-stats-table{
    min-width:920px!important;
  }

  [data-stats-panel="teams"] .compact-stats-table{
    min-width:1120px!important;
  }
}


/* UFLWEB_V159: player search + 40% zoomed player thumbnails */
.stats-player-thumb img{
  transform:scale(1.4)!important;
  transform-origin:center top!important;
}

.stats-player-search-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin:0 0 18px;
  padding:16px 18px;
  background:#ffffff;
  border:1px solid #dedede;
}

.stats-player-search-wrap label{
  color:#111;
  font-size:13px;
  line-height:1;
  font-weight:900;
  white-space:nowrap;
}

.stats-player-search{
  width:min(360px, 100%);
  border:1px solid #cfcfcf;
  border-radius:999px;
  background:#f4f4f4;
  color:#111;
  padding:12px 16px;
  font-size:13px;
  line-height:1;
  font-weight:700;
  outline:none;
}

.stats-player-search:focus{
  border-color:#111;
  background:#ffffff;
}

.stats-pagination-empty{
  color:#777;
  font-size:13px;
  font-weight:800;
}

@media (max-width:900px){
  .stats-player-search-wrap{
    align-items:stretch;
    flex-direction:column;
    gap:10px;
    padding:14px;
  }

  .stats-player-search{
    width:100%;
  }
}


/* UFLWEB_V160: real UC + RUSH navigation logos */
.main-nav .league-mark,
.mobile-menu-links .league-mark{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  line-height:1!important;
}

.main-nav .league-mark img{
  display:block!important;
  width:auto!important;
  height:24px!important;
  object-fit:contain!important;
}

.main-nav .rush-mark img{
  height:23px!important;
}

.mobile-menu-links .league-mark{
  min-height:42px!important;
}

.mobile-menu-links .league-mark img{
  display:block!important;
  width:auto!important;
  height:36px!important;
  object-fit:contain!important;
}

.mobile-menu-links .rush-mark img{
  height:35px!important;
}

@media (max-width:900px){
  .main-nav .league-mark img{
    height:22px!important;
  }
}


/* UFLWEB_V161: UC + RUSH nav logos at 30px */
.main-nav .league-mark img,
.main-nav .rush-mark img,
.mobile-menu-links .league-mark img,
.mobile-menu-links .rush-mark img{
  height:30px!important;
  width:auto!important;
}


/* UFLWEB_V162: mobile two-line match labels in schedule pages */
.schedule-competition-label{
  display:inline-block;
}

@media (max-width:900px){
  .schedule-status,
  .schedule-match-info span,
  .schedule-competition-label,
  .schedule-youtube-live{
    line-height:1.05!important;
    white-space:normal!important;
    text-align:center!important;
  }

  .mobile-stack-word{
    display:block!important;
    line-height:1.05!important;
    white-space:nowrap!important;
  }

  .schedule-youtube-live .mobile-stack-word{
    font-style:normal!important;
  }
}

@media (min-width:901px){
  .mobile-stack-word{
    display:inline!important;
  }

  .mobile-stack-word + .mobile-stack-word::before{
    content:" ";
  }
}


/* UFLWEB_V163: force mobile Schedule labels to two lines and right aligned */
@media (max-width:900px){
  /* Status column: Regular / Season aligned right */
  .schedule-game-card .schedule-status{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-end!important;
    justify-content:center!important;
    text-align:right!important;
    gap:2px!important;
    line-height:1.02!important;
    white-space:normal!important;
  }

  .schedule-game-card .schedule-status .mobile-stack-word{
    display:block!important;
    width:100%!important;
    text-align:right!important;
    line-height:1.02!important;
    white-space:nowrap!important;
  }

  .schedule-game-card .schedule-status .team-schedule-date{
    display:block!important;
    width:100%!important;
    text-align:right!important;
    margin-top:4px!important;
  }

  /* Right info column: Regular / Season and Youtube / LIVE aligned right */
  .schedule-game-card .schedule-match-info,
  .schedule-game-card .schedule-match-info.is-upcoming-info{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-end!important;
    justify-content:center!important;
    text-align:right!important;
  }

  .schedule-game-card .schedule-match-info .schedule-competition-label{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-end!important;
    justify-content:center!important;
    width:100%!important;
    text-align:right!important;
    line-height:1.02!important;
  }

  .schedule-game-card .schedule-match-info .schedule-competition-label .mobile-stack-word{
    display:block!important;
    width:100%!important;
    text-align:right!important;
    line-height:1.02!important;
    white-space:nowrap!important;
  }

  .schedule-game-card .schedule-youtube-live{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-end!important;
    justify-content:center!important;
    width:100%!important;
    text-align:right!important;
    line-height:1.02!important;
    gap:2px!important;
    white-space:normal!important;
  }

  .schedule-game-card .schedule-youtube-live .mobile-stack-word{
    display:block!important;
    width:100%!important;
    text-align:right!important;
    line-height:1.02!important;
    white-space:nowrap!important;
  }

  .schedule-game-card .schedule-match-info small{
    width:100%!important;
    text-align:right!important;
  }
}


/* UFLWEB_V164: final mobile schedule label alignment */
@media (max-width:900px){
  /* Regular / Season in the left status column must sit on the RIGHT edge of its grid cell */
  .schedule-game-card.is-upcoming-card .schedule-status,
  .team-schedule-game-card.is-upcoming-card .schedule-status{
    justify-self:end!important;
    align-self:center!important;
    width:max-content!important;
    max-width:52px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-end!important;
    justify-content:center!important;
    text-align:right!important;
    line-height:1.02!important;
    white-space:normal!important;
  }

  .schedule-game-card.is-upcoming-card .schedule-status .mobile-stack-word,
  .team-schedule-game-card.is-upcoming-card .schedule-status .mobile-stack-word{
    display:block!important;
    width:auto!important;
    text-align:right!important;
    line-height:1.02!important;
    white-space:nowrap!important;
  }

  /* Regular / Season in the right info column also right aligned */
  .schedule-game-card .schedule-match-info .schedule-competition-label,
  .team-schedule-game-card .schedule-match-info .schedule-competition-label{
    align-self:flex-end!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-end!important;
    justify-content:center!important;
    width:auto!important;
    text-align:right!important;
    line-height:1.02!important;
    white-space:normal!important;
  }

  .schedule-game-card .schedule-match-info .schedule-competition-label .mobile-stack-word,
  .team-schedule-game-card .schedule-match-info .schedule-competition-label .mobile-stack-word{
    display:block!important;
    width:auto!important;
    text-align:right!important;
    line-height:1.02!important;
    white-space:nowrap!important;
  }

  /* Youtube / LIVE: always two lines, aligned right */
  .schedule-game-card .schedule-youtube-live,
  .team-schedule-game-card .schedule-youtube-live{
    align-self:flex-end!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-end!important;
    justify-content:center!important;
    width:auto!important;
    text-align:right!important;
    line-height:1.02!important;
    white-space:normal!important;
    gap:2px!important;
  }

  .schedule-game-card .schedule-youtube-live .mobile-stack-word,
  .team-schedule-game-card .schedule-youtube-live .mobile-stack-word{
    display:block!important;
    width:auto!important;
    text-align:right!important;
    line-height:1.02!important;
    white-space:nowrap!important;
  }

  .schedule-game-card .schedule-match-info,
  .team-schedule-game-card .schedule-match-info{
    align-items:flex-end!important;
    text-align:right!important;
  }
}


/* UFLWEB_V165: verified right-edge alignment for mobile schedule labels */
@media (max-width:900px){
  /* LEFT column match type: stretch to full grid column, then right-align the text */
  .schedule-game-card.is-upcoming-card > .schedule-status,
  .team-schedule-game-card.is-upcoming-card > .schedule-status{
    grid-column:1!important;
    justify-self:stretch!important;
    align-self:center!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-end!important;
    justify-content:center!important;
    text-align:right!important;
    line-height:1.02!important;
    white-space:normal!important;
    margin:0!important;
    padding:0!important;
  }

  .schedule-game-card.is-upcoming-card > .schedule-status .mobile-stack-word,
  .team-schedule-game-card.is-upcoming-card > .schedule-status .mobile-stack-word{
    display:block!important;
    width:100%!important;
    text-align:right!important;
    line-height:1.02!important;
    white-space:nowrap!important;
  }

  .team-schedule-game-card.is-upcoming-card > .schedule-status .team-schedule-date{
    display:block!important;
    width:100%!important;
    text-align:right!important;
    margin-top:4px!important;
  }

  /* RIGHT column match info: stretch to the full right grid column and align all labels to the right edge */
  .schedule-game-card > .schedule-match-info,
  .team-schedule-game-card > .schedule-match-info,
  .schedule-game-card.is-upcoming-card > .schedule-match-info,
  .team-schedule-game-card.is-upcoming-card > .schedule-match-info{
    justify-self:stretch!important;
    align-self:center!important;
    width:100%!important;
    min-width:0!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-end!important;
    justify-content:center!important;
    text-align:right!important;
    margin:0!important;
    padding:0!important;
  }

  .schedule-game-card > .schedule-match-info .schedule-competition-label,
  .team-schedule-game-card > .schedule-match-info .schedule-competition-label,
  .schedule-game-card > .schedule-match-info .schedule-youtube-live,
  .team-schedule-game-card > .schedule-match-info .schedule-youtube-live{
    align-self:flex-end!important;
    width:100%!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-end!important;
    justify-content:center!important;
    text-align:right!important;
    line-height:1.02!important;
    white-space:normal!important;
    gap:2px!important;
  }

  .schedule-game-card > .schedule-match-info .schedule-competition-label .mobile-stack-word,
  .team-schedule-game-card > .schedule-match-info .schedule-competition-label .mobile-stack-word,
  .schedule-game-card > .schedule-match-info .schedule-youtube-live .mobile-stack-word,
  .team-schedule-game-card > .schedule-match-info .schedule-youtube-live .mobile-stack-word{
    display:block!important;
    width:100%!important;
    text-align:right!important;
    line-height:1.02!important;
    white-space:nowrap!important;
  }

  .schedule-game-card > .schedule-match-info small,
  .team-schedule-game-card > .schedule-match-info small{
    width:100%!important;
    text-align:right!important;
  }
}


/* UFLWEB_V166: restore roster player images with fallback background */
.roster-player-card{
  background-image:url("assets/player.jpg")!important;
  background-size:cover!important;
  background-position:center top!important;
  background-repeat:no-repeat!important;
}

.roster-player-card .roster-player-image,
img.roster-player-image{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center top!important;
  z-index:0!important;
}

.roster-player-card::after,
.roster-player-number,
.roster-player-copy{
  z-index:2!important;
}


/* UFLWEB_V167: roster cards are visible even before JS renders */
.roster-cards-grid{
  min-height:220px;
}

.roster-player-card{
  display:block!important;
  position:relative!important;
}

.roster-player-image{
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
}


/* UFLWEB_V169: schedule Regular Season alignment rules */
/* Upcoming games: Regular / Season stays on the LEFT side of the left label box.
   Played games: Regular / Season in the match info column stays aligned RIGHT. */
@media (max-width:900px){
  .schedule-game-card.is-upcoming-card > .schedule-status,
  .team-schedule-game-card.is-upcoming-card > .schedule-status{
    justify-self:start!important;
    align-self:center!important;
    width:100%!important;
    max-width:none!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:center!important;
    text-align:left!important;
    line-height:1.02!important;
    white-space:normal!important;
    margin:0!important;
    padding:0!important;
  }

  .schedule-game-card.is-upcoming-card > .schedule-status .mobile-stack-word,
  .team-schedule-game-card.is-upcoming-card > .schedule-status .mobile-stack-word{
    display:block!important;
    width:100%!important;
    text-align:left!important;
    line-height:1.02!important;
    white-space:nowrap!important;
  }

  .team-schedule-game-card.is-upcoming-card > .schedule-status .team-schedule-date{
    display:block!important;
    width:100%!important;
    text-align:left!important;
    margin-top:4px!important;
  }

  .schedule-game-card.is-played-card > .schedule-match-info,
  .team-schedule-game-card.is-played-card > .schedule-match-info{
    justify-self:stretch!important;
    align-items:flex-end!important;
    text-align:right!important;
  }

  .schedule-game-card.is-played-card > .schedule-match-info .schedule-competition-label,
  .team-schedule-game-card.is-played-card > .schedule-match-info .schedule-competition-label{
    width:100%!important;
    align-items:flex-end!important;
    text-align:right!important;
  }

  .schedule-game-card.is-played-card > .schedule-match-info .schedule-competition-label .mobile-stack-word,
  .team-schedule-game-card.is-played-card > .schedule-match-info .schedule-competition-label .mobile-stack-word{
    display:block!important;
    width:100%!important;
    text-align:right!important;
  }
}


/* UFLWEB_V170: roster Next Game Regular / Season aligned left */
@media (max-width:900px){
  .roster-next-game-card .rng-meta,
  #roster-next-game-card .rng-meta{
    align-items:flex-start!important;
    justify-content:center!important;
    text-align:left!important;
  }

  .roster-next-game-card .rng-meta .schedule-competition-label,
  #roster-next-game-card .rng-meta .schedule-competition-label{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:center!important;
    width:100%!important;
    text-align:left!important;
    line-height:1.02!important;
  }

  .roster-next-game-card .rng-meta .mobile-stack-word,
  #roster-next-game-card .rng-meta .mobile-stack-word{
    display:block!important;
    width:100%!important;
    text-align:left!important;
    line-height:1.02!important;
    white-space:nowrap!important;
  }

  .roster-next-game-card .rng-meta small,
  #roster-next-game-card .rng-meta small{
    width:100%!important;
    text-align:left!important;
  }
}


/* UFLWEB_V171: desktop roster Next Game under standings box */
@media (min-width:901px){
  .roster-title-inner{
    flex-wrap:wrap!important;
    align-items:flex-start!important;
  }

  .roster-team-logo{
    order:1!important;
  }

  .roster-title-copy{
    order:2!important;
    flex:1 1 340px!important;
  }

  .roster-standings-box{
    order:3!important;
    flex:0 0 650px!important;
    max-width:650px!important;
    min-width:520px!important;
    margin-left:auto!important;
  }

  .roster-next-game-mobile{
    order:4!important;
    display:block!important;
    flex:0 0 650px!important;
    max-width:650px!important;
    min-width:520px!important;
    margin-left:auto!important;
    margin-top:12px!important;
  }

  .roster-next-game-mobile h2{
    margin:0 0 8px!important;
    color:#2c2c2c!important;
    font-size:12px!important;
    line-height:1!important;
    font-weight:900!important;
    letter-spacing:.25px!important;
    text-align:left!important;
  }

  .roster-next-game-card{
    display:grid!important;
    grid-template-columns:72px minmax(0, 1fr) 96px minmax(0, 1fr) 92px!important;
    align-items:center!important;
    min-height:78px!important;
    padding:12px 14px!important;
    border-radius:12px!important;
    background:#171717!important;
    color:#ffffff!important;
    box-shadow:0 10px 24px rgba(0,0,0,.14)!important;
    overflow:hidden!important;
  }

  .rng-meta{
    display:flex!important;
    flex-direction:column!important;
    gap:7px!important;
    color:#d9d9d9!important;
    text-align:left!important;
    align-items:flex-start!important;
  }

  .rng-meta span{
    font-size:9px!important;
    line-height:1!important;
    font-weight:900!important;
  }

  .rng-meta small{
    font-size:10px!important;
    line-height:1!important;
    font-weight:700!important;
    color:#9d9d9d!important;
  }

  .rng-team{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    min-width:0!important;
  }

  .rng-team-left{
    justify-content:flex-end!important;
    text-align:right!important;
  }

  .rng-team-right{
    justify-content:flex-start!important;
    text-align:left!important;
  }

  .rng-team strong{
    color:#ffffff!important;
    font-size:14px!important;
    line-height:1!important;
    font-weight:800!important;
    white-space:nowrap!important;
  }

  .rng-rank{
    color:#8e8e8e!important;
    font-size:11px!important;
    line-height:1!important;
    font-weight:800!important;
  }

  .rng-team img{
    width:34px!important;
    height:34px!important;
    object-fit:contain!important;
    flex:0 0 34px!important;
  }

  .rng-time{
    justify-self:center!important;
    text-align:center!important;
  }

  .rng-time strong{
    color:#ffffff!important;
    font-size:13px!important;
    line-height:1!important;
    font-weight:900!important;
    white-space:nowrap!important;
  }

  .rng-info{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-end!important;
    gap:7px!important;
    text-align:right!important;
  }

  .rng-info small{
    color:#9d9d9d!important;
    font-size:9px!important;
    line-height:1!important;
    font-weight:700!important;
    white-space:nowrap!important;
  }

  .rng-info em{
    color:#ffffff!important;
    font-size:9px!important;
    line-height:1!important;
    font-style:normal!important;
    font-weight:900!important;
    text-align:right!important;
  }

  .rng-info em span{
    display:block!important;
  }
}


/* UFLWEB_V172: show STANDINGS title on desktop roster header */
@media (min-width:901px){
  .roster-standings-box .roster-standings-title{
    display:block!important;
    margin:0 0 8px!important;
    color:#2c2c2c!important;
    font-size:12px!important;
    line-height:1!important;
    font-weight:900!important;
    letter-spacing:.25px!important;
    text-align:left!important;
  }
}

/* UFLWEB_V173: Super Cup TBD typography + team logo sizing */
.ufl-bracket-supercup .bracket-team span{
  color:#6b6b6b!important;
  font-size:16px!important;
  line-height:1!important;
  font-weight:600!important;
}

.ufl-bracket-supercup .bracket-team,
.ufl-bracket-supercup .bracket-match-card.compact .bracket-team{
  grid-template-columns:30px 1fr 28px!important;
}

.ufl-bracket-supercup .bracket-team img{
  width:30px!important;
  height:30px!important;
  object-fit:contain!important;
}

.ufl-bracket-supercup .bracket-logo-card-final img{
  width:74px!important;
  height:74px!important;
}

@media (max-width:900px){
  .ufl-bracket-supercup .bracket-team,
  .ufl-bracket-supercup .bracket-match-card.compact .bracket-team{
    grid-template-columns:30px 1fr 24px!important;
  }

  .ufl-bracket-supercup .bracket-team img{
    width:30px!important;
    height:30px!important;
  }

  .ufl-bracket-supercup .bracket-team span{
    color:#6b6b6b!important;
    font-size:16px!important;
    line-height:1!important;
    font-weight:600!important;
  }
}

/* UFLWEB_V174: mobile Super Cup scroll limit + tighter bottom space */
@media (max-width:900px){
  .bracket-tab-panel[data-standings-panel="supercup"]{
    padding-bottom:27px!important;
  }

  .bracket-tab-panel[data-standings-panel="supercup"] .bracket-scroll{
    width:100%!important;
    max-width:100%!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    overscroll-behavior-x:contain!important;
    padding-bottom:12px!important;
    height:510px!important;
  }

  .bracket-tab-panel[data-standings-panel="supercup"] .ufl-bracket-supercup{
    transform:none!important;
    zoom:.90!important;
    min-width:760px!important;
    width:760px!important;
    max-width:none!important;
    height:560px!important;
  }
}

@media (max-width:520px){
  .bracket-tab-panel[data-standings-panel="supercup"]{
    padding-bottom:27px!important;
  }

  .bracket-tab-panel[data-standings-panel="supercup"] .bracket-scroll{
    height:455px!important;
    padding-bottom:10px!important;
  }

  .bracket-tab-panel[data-standings-panel="supercup"] .ufl-bracket-supercup{
    transform:none!important;
    zoom:.80!important;
    min-width:760px!important;
    width:760px!important;
    height:560px!important;
  }
}

/* UFLWEB_V175: Super Cup bracket connector alignment fixes */
.ufl-bracket-supercup::after{
  content:"";
  position:absolute;
  left:748px;
  top:331px;
  width:82px;
  height:2px;
  background:#bcbcbc;
  z-index:1;
  display:block;
}

@media (max-width:900px){
  /* Re-align mobile connector lines to the visible center of each compact game card */
  .ufl-bracket-supercup .s-line-1{left:170px!important;top:93px!important;width:30px!important;height:2px!important;}
  .ufl-bracket-supercup .s-line-2{left:200px!important;top:93px!important;width:2px!important;height:126px!important;}
  .ufl-bracket-supercup .s-line-3{left:170px!important;top:219px!important;width:30px!important;height:2px!important;}
  .ufl-bracket-supercup .s-line-4{left:200px!important;top:156px!important;width:30px!important;height:2px!important;}

  .ufl-bracket-supercup .s-line-5{left:170px!important;top:345px!important;width:30px!important;height:2px!important;}
  .ufl-bracket-supercup .s-line-6{left:200px!important;top:345px!important;width:2px!important;height:126px!important;}
  .ufl-bracket-supercup .s-line-7{left:170px!important;top:471px!important;width:30px!important;height:2px!important;}
  .ufl-bracket-supercup .s-line-8{left:200px!important;top:408px!important;width:30px!important;height:2px!important;}

  .ufl-bracket-supercup .s-line-9{left:380px!important;top:156px!important;width:28px!important;height:2px!important;}
  .ufl-bracket-supercup .s-line-10{left:408px!important;top:156px!important;width:2px!important;height:252px!important;}
  .ufl-bracket-supercup .s-line-11{left:380px!important;top:408px!important;width:28px!important;height:2px!important;}
  .ufl-bracket-supercup .s-line-12{left:408px!important;top:282px!important;width:12px!important;height:2px!important;}

  .ufl-bracket-supercup::after{
    left:570px;
    top:282px;
    width:45px;
    height:2px;
  }
}


/* UFLWEB_V176: fake Super Cup first round data score styling */
.ufl-bracket-supercup .bracket-team i{
  display:grid!important;
  place-items:center!important;
  color:#111!important;
  font-size:15px!important;
  line-height:1!important;
  font-weight:800!important;
}


/* UFLWEB_V177: Super Cup bracket logo clarity + non-italic score boxes */
.ufl-bracket-supercup .bracket-team img{
  opacity:1!important;
  filter:none!important;
}

.ufl-bracket-supercup .bracket-team i{
  font-style:normal!important;
}

/* UFLWEB_V178: tighten Super Cup bracket connector joints */
.ufl-bracket-supercup .bracket-line,
.ufl-bracket-supercup::after{
  background:#bcbcbc!important;
  border-radius:0!important;
}

/* Desktop: overlap line joints by 2px so there are no tiny visual gaps */
.ufl-bracket-supercup .s-line-1{left:226px!important;top:104px!important;width:46px!important;height:2px!important;}
.ufl-bracket-supercup .s-line-2{left:269px!important;top:103px!important;width:2px!important;height:153px!important;}
.ufl-bracket-supercup .s-line-3{left:226px!important;top:254px!important;width:46px!important;height:2px!important;}
.ufl-bracket-supercup .s-line-4{left:269px!important;top:178px!important;width:43px!important;height:2px!important;}

.ufl-bracket-supercup .s-line-5{left:226px!important;top:404px!important;width:46px!important;height:2px!important;}
.ufl-bracket-supercup .s-line-6{left:269px!important;top:403px!important;width:2px!important;height:153px!important;}
.ufl-bracket-supercup .s-line-7{left:226px!important;top:554px!important;width:46px!important;height:2px!important;}
.ufl-bracket-supercup .s-line-8{left:269px!important;top:470px!important;width:43px!important;height:2px!important;}

.ufl-bracket-supercup .s-line-9{left:496px!important;top:178px!important;width:46px!important;height:2px!important;}
.ufl-bracket-supercup .s-line-10{left:539px!important;top:177px!important;width:2px!important;height:293px!important;}
.ufl-bracket-supercup .s-line-11{left:496px!important;top:470px!important;width:46px!important;height:2px!important;}
.ufl-bracket-supercup .s-line-12{left:539px!important;top:324px!important;width:23px!important;height:2px!important;}

.ufl-bracket-supercup::after{
  left:746px!important;
  top:331px!important;
  width:86px!important;
  height:2px!important;
}

@media (max-width:900px){
  .ufl-bracket-supercup .s-line-1{left:168px!important;top:93px!important;width:34px!important;height:2px!important;}
  .ufl-bracket-supercup .s-line-2{left:199px!important;top:92px!important;width:2px!important;height:129px!important;}
  .ufl-bracket-supercup .s-line-3{left:168px!important;top:219px!important;width:34px!important;height:2px!important;}
  .ufl-bracket-supercup .s-line-4{left:199px!important;top:156px!important;width:33px!important;height:2px!important;}

  .ufl-bracket-supercup .s-line-5{left:168px!important;top:345px!important;width:34px!important;height:2px!important;}
  .ufl-bracket-supercup .s-line-6{left:199px!important;top:344px!important;width:2px!important;height:129px!important;}
  .ufl-bracket-supercup .s-line-7{left:168px!important;top:471px!important;width:34px!important;height:2px!important;}
  .ufl-bracket-supercup .s-line-8{left:199px!important;top:408px!important;width:33px!important;height:2px!important;}

  .ufl-bracket-supercup .s-line-9{left:378px!important;top:156px!important;width:32px!important;height:2px!important;}
  .ufl-bracket-supercup .s-line-10{left:407px!important;top:155px!important;width:2px!important;height:255px!important;}
  .ufl-bracket-supercup .s-line-11{left:378px!important;top:408px!important;width:32px!important;height:2px!important;}
  .ufl-bracket-supercup .s-line-12{left:407px!important;top:282px!important;width:15px!important;height:2px!important;}

  .ufl-bracket-supercup::after{
    left:568px!important;
    top:282px!important;
    width:49px!important;
    height:2px!important;
  }
}


/* UFLWEB_V180 footer content pages */
.clean-content-shell{
  padding:34px var(--desktop-end, 198px) 74px var(--desktop-start);
}
.info-card{
  background:#f8f8f8;
  border:1px solid rgba(0,0,0,.08);
  border-radius:18px;
  padding:30px;
  color:#1c1c1c;
  box-shadow:0 14px 30px rgba(0,0,0,.05);
}
.info-card + .info-card{
  margin-top:22px;
}
.info-card h2{
  margin:0 0 18px;
  font-size:30px;
  line-height:1;
  letter-spacing:-1.1px;
  font-weight:900;
  color:#111;
}
.info-card h3{
  margin:26px 0 10px;
  font-size:17px;
  line-height:1.05;
  font-weight:900;
  color:#111;
  letter-spacing:-.35px;
}
.info-card p{
  margin:0 0 14px;
  font-size:15px;
  line-height:1.65;
  font-weight:600;
  color:#444;
}
.info-card a{
  color:#111;
  font-weight:900;
  text-decoration:none;
  border-bottom:1px solid rgba(0,0,0,.25);
}
.info-kicker{
  margin:0 0 12px!important;
  color:#6b6b6b!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.effective-date{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  background:#eaeaea;
  color:#333!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:800!important;
  margin-bottom:16px!important;
}
.info-list{
  margin:0 0 18px;
  padding-left:20px;
  color:#444;
  font-size:15px;
  line-height:1.55;
  font-weight:600;
}
.info-list li{
  margin:7px 0;
}
.info-list.ordered{
  padding-left:22px;
}
.compact-grid{
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:8px;
  padding-left:0;
  list-style:none;
}
.compact-grid-eight{
  grid-template-columns:repeat(4, minmax(0, 1fr));
}
.compact-grid li{
  margin:0;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:10px;
  padding:10px 12px;
  text-align:center;
  font-size:13px;
  font-weight:800;
  color:#333;
}
.discipline-list li{
  margin-bottom:10px;
}
.contact-strip{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-top:22px;
  padding:18px 20px;
  border-radius:14px;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
}
.contact-strip span{
  color:#6b6b6b;
  font-size:12px;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.1em;
}
.service-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
}
.service-grid section{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px;
  padding:20px;
}
.service-grid h3{
  margin-top:0;
}
.service-grid p{
  margin-bottom:0;
}
@media (max-width:900px){
  .clean-content-shell{
    padding:24px 18px 54px;
  }
  .info-card{
    border-radius:16px;
    padding:22px;
  }
  .info-card h2{
    font-size:24px;
    line-height:1.05;
  }
  .compact-grid,
  .compact-grid-eight,
  .service-grid{
    grid-template-columns:1fr;
  }
  .contact-strip{
    align-items:flex-start;
    flex-direction:column;
  }
}


/* UFLWEB_V181 footer page refinements */
.ufl-info-page .info-card p,
.ufl-info-page .info-card li,
.ufl-info-page .contact-strip span,
.ufl-info-page .contact-strip a,
.ufl-info-page .effective-date{
  font-weight:100!important;
}
.ufl-info-page .info-card h2,
.ufl-info-page .info-card h3,
.ufl-info-page .clean-title-bar h1{
  font-weight:900;
}
.info-hero-banner{
  width:100%;
  margin:0 0 22px;
  border-radius:20px;
  overflow:hidden;
  background:#111;
  box-shadow:0 18px 34px rgba(0,0,0,.10);
}
.info-hero-banner img{
  display:block;
  width:100%;
  height:auto;
}
@media (max-width:900px){
  .info-hero-banner{
    border-radius:16px;
    margin-bottom:18px;
  }
}

/* UFLWEB_V182 fee structure page */
.fee-feature-list{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:0;
  border-top:1px solid rgba(0,0,0,.08);
}
.fee-feature-list li{
  list-style:none;
  padding:15px 0;
  border-bottom:1px solid rgba(0,0,0,.08);
}
.fee-feature-list li:nth-child(odd){
  padding-right:18px;
}
.fee-feature-list li:nth-child(even){
  padding-left:18px;
}
.fee-image-section{
  display:block;
  width:100%;
  margin-top:8px;
}
.fee-desktop-images{
  display:grid;
  grid-template-columns:1fr;
  gap:0;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 18px 34px rgba(0,0,0,.10);
  background:#111;
}
.fee-desktop-images img,
.fee-mobile-image{
  display:block;
  width:100%;
  height:auto;
}
.fee-mobile-image{
  display:none;
  border-radius:16px;
  box-shadow:0 18px 34px rgba(0,0,0,.10);
}
.ufl-info-page .fee-image-section,
.ufl-info-page .fee-image-section img{
  font-weight:100!important;
}
@media (max-width:900px){
  .fee-feature-list{
    grid-template-columns:1fr;
  }
  .fee-feature-list li:nth-child(odd),
  .fee-feature-list li:nth-child(even){
    padding-left:0;
    padding-right:0;
  }
  .fee-desktop-images{
    display:none;
  }
  .fee-mobile-image{
    display:block;
  }
}

/* UFLWEB_V185: verified fixed/sticky top navigation on desktop and mobile */
html{
  scroll-padding-top:63px;
}
body{
  padding-top:63px;
}
.topbar{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:5000!important;
  transform:none!important;
  will-change:auto;
}

@media (max-width: 900px){
  html{
    scroll-padding-top:65px;
  }
  body{
    padding-top:65px;
  }
  .topbar{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    z-index:5000!important;
    transform:none!important;
  }
  .mobile-menu-toggle{
    z-index:5010!important;
  }
  .mobile-menu{
    z-index:6000!important;
  }
}

/* UFLWEB_V214 Stats table mobile swipe note */
.stats-swipe-note{
  display:none;
  align-items:center;
  margin:0 0 12px 0;
  padding:8px 12px;
  border-radius:999px;
  background:#f1f1f1;
  color:#111;
  font-size:12px;
  line-height:1;
  font-weight:900;
  letter-spacing:.01em;
}
.stats-player-search-wrap + .stats-swipe-note{
  margin-top:-4px;
}
@media (max-width:900px){
  .stats-swipe-note{
    display:inline-flex;
    font-size:11px;
    padding:8px 11px;
    margin-bottom:10px;
  }
}

/* UFLWEB_V187: UFL Live dark video grid template */
.live-body,
.live-page-shell{
  background:#070707!important;
  color:#ffffff!important;
}
.live-page-shell .site-footer{
  background:#070707!important;
}
.ufl-live-page{
  width:100%;
  min-height:620px;
  background:
    radial-gradient(circle at 18% 2%, rgba(110,220,255,.14), transparent 34%),
    linear-gradient(180deg, #101010 0%, #070707 38%, #050505 100%);
  color:#fff;
  padding:46px var(--desktop-end, 54px) 78px var(--desktop-start, 54px);
}
.ufl-live-hero{
  max-width:850px;
  margin:0 0 34px;
}
.ufl-live-kicker,
.ufl-live-eyebrow{
  display:inline-flex;
  color:#6edcff;
  font-size:12px;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.ufl-live-hero h1{
  margin:14px 0 12px;
  color:#fff;
  font-size:54px;
  line-height:.92;
  letter-spacing:-2.6px;
  font-weight:900;
}
.ufl-live-hero p{
  max-width:650px;
  margin:0;
  color:#a8a8a8;
  font-size:16px;
  line-height:1.45;
  font-weight:600;
}
.ufl-live-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin:0 0 20px;
}
.ufl-live-section-head h2{
  margin:8px 0 0;
  color:#fff;
  font-size:30px;
  line-height:1;
  letter-spacing:-1.2px;
  font-weight:900;
}
.ufl-live-filter-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  background:rgba(255,255,255,.06);
  color:#d7d7d7;
  font-size:12px;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.ufl-video-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:20px;
}
.ufl-video-card{
  min-width:0;
  overflow:hidden;
  border-radius:15px;
  background:#1b1b1b;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 18px 35px rgba(0,0,0,.32);
  transition:transform .2s ease, border-color .2s ease, background .2s ease;
}
.ufl-video-card:hover{
  transform:translateY(-3px);
  border-color:rgba(110,220,255,.38);
  background:#202020;
}
.ufl-video-card a,
.ufl-video-card-button{
  display:block;
  width:100%;
  color:inherit;
  text-decoration:none;
}
.ufl-video-card-button{
  appearance:none;
  border:0;
  padding:0;
  margin:0;
  background:transparent;
  font:inherit;
  text-align:left;
  cursor:pointer;
}
.ufl-video-thumb{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#111;
}
.ufl-video-thumb::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,0) 52%, rgba(0,0,0,.18) 100%);
  pointer-events:none;
}
.ufl-video-thumb img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.01);
}
.ufl-video-duration{
  position:absolute;
  right:8px;
  bottom:8px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 7px;
  border-radius:6px;
  background:rgba(0,0,0,.84);
  color:#fff;
  font-size:12px;
  line-height:1;
  font-weight:800;
}
.ufl-video-copy{
  padding:13px 14px 15px;
}
.ufl-video-copy h3{
  margin:0 0 8px;
  color:#e8e8e8;
  font-size:14px;
  line-height:1.18;
  letter-spacing:-.25px;
  font-weight:900;
}
.ufl-video-copy p{
  margin:0;
  color:#94a0ad;
  font-size:13px;
  line-height:1;
  font-weight:800;
}
.ufl-video-copy p span{
  margin:0 8px;
  color:#6f7780;
}
.ufl-video-card.is-hidden{
  display:none;
}
.ufl-live-load-wrap{
  display:flex;
  justify-content:center;
  margin-top:28px;
}
.ufl-live-load-more{
  appearance:none;
  border:1px solid rgba(110,220,255,.32);
  background:linear-gradient(135deg, rgba(110,220,255,.16), rgba(255,255,255,.05));
  color:#fff;
  min-width:158px;
  min-height:44px;
  padding:0 22px;
  border-radius:999px;
  font-size:13px;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
  cursor:pointer;
}
.ufl-live-load-more:hover{
  border-color:rgba(110,220,255,.65);
  background:linear-gradient(135deg, rgba(110,220,255,.25), rgba(255,255,255,.08));
}
.ufl-live-load-more.is-hidden{
  display:none;
}
@media (max-width:1200px){
  .ufl-video-grid{
    grid-template-columns:repeat(3, minmax(0,1fr));
  }
}
@media (max-width:900px){
  .ufl-live-page{
    padding:34px 18px 58px;
  }
  .ufl-live-hero{
    margin-bottom:28px;
  }
  .ufl-live-hero h1{
    font-size:38px;
    line-height:.95;
    letter-spacing:-1.8px;
  }
  .ufl-live-hero p{
    font-size:14px;
    line-height:1.42;
  }
  .ufl-live-section-head{
    align-items:flex-start;
    flex-direction:column;
    gap:12px;
  }
  .ufl-video-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:12px;
  }
  .ufl-video-card{
    border-radius:12px;
  }
  .ufl-video-copy{
    padding:9px 9px 11px;
  }
  .ufl-video-copy h3{
    font-size:11px;
    line-height:1.12;
    letter-spacing:-.18px;
  }
  .ufl-video-copy p{
    font-size:10px;
    line-height:1.12;
  }
  .ufl-video-copy p span{
    margin:0 4px;
  }
  .ufl-video-duration{
    min-height:18px;
    padding:0 5px;
    border-radius:5px;
    right:5px;
    bottom:5px;
    font-size:10px;
  }
}
@media (min-width:1500px){
  .ufl-video-grid{
    grid-template-columns:repeat(4, minmax(0,1fr));
    gap:22px;
  }
}

/* UFLWEB_V189: UFL Live real feed status */
.ufl-live-status{
  width:100%;
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 0 18px;
  padding:12px 16px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  background:rgba(255,255,255,.045);
  color:#d8d8d8;
  font-size:13px;
  line-height:1.2;
  font-weight:900;
  text-align:center;
}
.ufl-live-status.is-hidden{
  display:none;
}
.ufl-live-status.is-error{
  border-color:rgba(255,88,88,.35);
  color:#ff9b9b;
  background:rgba(255,88,88,.08);
}
.ufl-live-load-more:disabled{
  cursor:wait;
  opacity:.65;
}


/* UFLWEB_V190: UFL Live popup video player */
.ufl-video-play-icon{
  position:absolute;
  left:50%;
  top:50%;
  z-index:3;
  width:48px;
  height:48px;
  border-radius:999px;
  background:rgba(0,0,0,.62);
  border:1px solid rgba(255,255,255,.28);
  transform:translate(-50%, -50%);
  opacity:0;
  transition:opacity .2s ease, background .2s ease, transform .2s ease;
}
.ufl-video-play-icon::after{
  content:"";
  position:absolute;
  left:19px;
  top:14px;
  border-left:15px solid #fff;
  border-top:10px solid transparent;
  border-bottom:10px solid transparent;
}
.ufl-video-card:hover .ufl-video-play-icon,
.ufl-video-card-button:focus-visible .ufl-video-play-icon{
  opacity:1;
  transform:translate(-50%, -50%) scale(1.03);
  background:rgba(0,0,0,.76);
}
.ufl-video-card-button:focus-visible{
  outline:2px solid rgba(110,220,255,.9);
  outline-offset:3px;
}
.ufl-video-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:28px;
}
.ufl-video-modal.is-open{
  display:flex;
}
.ufl-video-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.86);
  backdrop-filter:blur(8px);
}
.ufl-video-modal-panel{
  position:relative;
  z-index:1;
  width:min(1120px, 94vw);
  border-radius:18px;
  background:#050505;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 30px 90px rgba(0,0,0,.72);
}
.ufl-video-modal-close{
  position:absolute;
  right:-14px;
  top:-14px;
  z-index:3;
  width:38px;
  height:38px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  background:#111;
  color:#fff;
  font-size:28px;
  line-height:34px;
  font-weight:400;
  cursor:pointer;
}
.ufl-video-modal-frame{
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  border-radius:18px;
  background:#000;
}
.ufl-video-modal-frame iframe{
  display:block;
  width:100%;
  height:100%;
  border:0;
}
body.ufl-video-modal-open{
  overflow:hidden;
}
@media (max-width:900px){
  .ufl-video-play-icon{
    width:34px;
    height:34px;
    opacity:1;
    background:rgba(0,0,0,.52);
  }
  .ufl-video-play-icon::after{
    left:13px;
    top:10px;
    border-left-width:11px;
    border-top-width:7px;
    border-bottom-width:7px;
  }
  .ufl-video-modal{
    padding:14px;
  }
  .ufl-video-modal-panel{
    width:100%;
    border-radius:13px;
  }
  .ufl-video-modal-frame{
    border-radius:13px;
  }
  .ufl-video-modal-close{
    right:6px;
    top:-48px;
    width:40px;
    height:40px;
    line-height:36px;
  }
}

/* V195 Home YouTube slider */
.home-youtube-strip{
  background:linear-gradient(180deg, #232323 0%, #1f1f1f 100%);
  padding:18px 0 58px;
  overflow:hidden;
}
.home-youtube-shell{
  padding-left:var(--desktop-start);
  padding-right:0;
}
.home-youtube-shell h2{
  margin:0 0 18px;
  color:#fff;
  font-size:28px;
  line-height:1.05;
  font-weight:900;
  letter-spacing:-.85px;
}
.home-youtube-status{
  margin:0 34px 14px 0;
  color:rgba(255,255,255,.68);
  font-size:13px;
  line-height:1.2;
  font-weight:700;
}
.home-youtube-status.is-hidden{
  display:none;
}
.home-youtube-status.is-error{
  color:#ff8b8b;
}
.home-youtube-slider{
  display:flex;
  gap:12px;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x proximity;
  -webkit-overflow-scrolling:touch;
  padding:2px 34px 0 0;
  scrollbar-width:none;
}
.home-youtube-slider::-webkit-scrollbar{
  display:none;
  height:0;
}
.home-youtube-card{
  flex:0 0 310px;
  scroll-snap-align:start;
  background:#111;
  border:1px solid rgba(255,255,255,.11);
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 16px 36px rgba(0,0,0,.28);
}
.home-youtube-card-button{
  display:block;
  width:100%;
  height:100%;
  padding:0;
  border:0;
  background:transparent;
  text-align:left;
  cursor:pointer;
  color:inherit;
  -webkit-tap-highlight-color:transparent;
}
.home-youtube-card-button:focus-visible{
  outline:2px solid #6edcff;
  outline-offset:3px;
}
.home-youtube-thumb{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#050505;
}
.home-youtube-thumb::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.05) 48%, rgba(0,0,0,.48));
  pointer-events:none;
}
.home-youtube-thumb img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .28s ease, filter .28s ease;
}
.home-youtube-card:hover .home-youtube-thumb img{
  transform:scale(1.045);
  filter:saturate(1.08) contrast(1.03);
}
.home-youtube-badge{
  position:absolute;
  top:8px;
  left:8px;
  z-index:2;
  background:linear-gradient(135deg, #a23cff, #6728ff);
  color:#fff;
  font-size:10px;
  line-height:1;
  font-weight:900;
  padding:5px 10px;
  border-radius:999px;
  text-transform:uppercase;
  letter-spacing:.2px;
}
.home-youtube-play{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  z-index:2;
  width:44px;
  height:44px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(0,0,0,.56);
  color:#fff;
  font-size:15px;
  text-indent:2px;
  border:1px solid rgba(255,255,255,.36);
  opacity:.92;
}
.home-youtube-duration{
  position:absolute;
  right:8px;
  bottom:8px;
  z-index:2;
  border-radius:5px;
  background:rgba(0,0,0,.75);
  color:#fff;
  font-size:11px;
  line-height:1;
  font-weight:800;
  padding:5px 6px;
}
.home-youtube-card h3{
  min-height:44px;
  margin:0;
  padding:10px 10px 12px;
  color:#fff;
  font-size:14px;
  line-height:1.15;
  font-weight:850;
  letter-spacing:-.25px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

@media (min-width:901px) and (max-width:1300px){
  .home-youtube-shell{
    padding-left:90px;
  }
}
@media (max-width:900px){
  .home-youtube-strip{
    padding-top:14px;
    padding-bottom:44px;
  }
  .home-youtube-shell{
    padding-left:14px;
  }
  .home-youtube-shell h2{
    font-size:23px;
    margin-bottom:14px;
    letter-spacing:-.65px;
  }
  .home-youtube-status{
    font-size:12px;
    margin-right:18px;
  }
  .home-youtube-slider{
    gap:8px;
    padding-right:18px;
  }
  .home-youtube-card{
    flex-basis:calc((100vw - 36px) / 2);
    border-radius:9px;
  }
  .home-youtube-badge{
    top:7px;
    left:7px;
    font-size:9px;
    padding:5px 8px;
  }
  .home-youtube-play{
    width:34px;
    height:34px;
    font-size:12px;
  }
  .home-youtube-duration{
    right:6px;
    bottom:6px;
    font-size:9.5px;
    padding:4px 5px;
  }
  .home-youtube-card h3{
    min-height:38px;
    padding:8px 8px 10px;
    font-size:11.5px;
    line-height:1.12;
  }
}

/* UFLWEB_V198: player cards default photo + keep text fully above the photo/overlay */
.roster-player-card::after{
  z-index:1!important;
}
.roster-player-number,
.roster-player-copy{
  z-index:4!important;
  opacity:1!important;
}
.roster-player-number{
  color:#fff!important;
  text-shadow:none!important;
}
.roster-player-name,
.roster-player-position{
  color:#fff!important;
  opacity:1!important;
  text-shadow:none!important;
}
.roster-player-position{
  font-weight:500!important;
}
.roster-player-card .roster-player-image,
img.roster-player-image{
  z-index:0!important;
  opacity:1!important;
}


/* V199: Player cards - plain text on top, no shadow, no opacity */
.roster-player-number,
.roster-player-name,
.roster-player-position,
.roster-player-copy{
  opacity:1!important;
  text-shadow:none!important;
  filter:none!important;
}
.roster-player-number,
.roster-player-copy{
  z-index:4!important;
}

/* UFL News Article Template */
.news-article-page {
  background: #f4f4f4;
  padding: 34px 24px 54px;
}

.news-article-shell {
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 70%) minmax(280px, 30%);
  gap: 34px;
  align-items: start;
}

.news-article-main {
  min-width: 0;
}

.news-article-category {
  display: inline-flex;
  margin-bottom: 10px;
  color: #8d8d8d;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.news-article-title {
  margin: 0 0 22px;
  color: #202020;
  font-size: clamp(34px, 4vw, 64px);
  line-height: 0.92;
  letter-spacing: -0.075em;
  font-weight: 950;
  max-width: 980px;
}

.news-article-photo {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
  margin-bottom: 24px;
}

.news-article-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-article-subtitle {
  margin: 0 0 24px;
  color: #202020;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 900;
  max-width: 920px;
}

.news-article-body {
  max-width: 940px;
}

.news-article-body p {
  margin: 0 0 18px;
  color: #303030;
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: -0.025em;
  font-weight: 100;
}

.news-related-panel {
  position: sticky;
  top: 108px;
  background: #ededed;
  padding: 0 0 4px;
}

.news-related-heading {
  margin: 0 0 18px;
  color: #202020;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 950;
}

.news-related-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.news-related-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: inherit;
  text-decoration: none;
}

.news-related-card:first-child {
  border-top: none;
  padding-top: 0;
}

.news-related-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.news-related-copy {
  min-width: 0;
  align-self: center;
}

.news-related-copy span {
  display: block;
  margin-bottom: 7px;
  color: #969696;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.news-related-copy h3 {
  margin: 0;
  color: #2b2b2b;
  font-size: 17px;
  line-height: 1.18;
  letter-spacing: -0.045em;
  font-weight: 850;
}

.news-related-card:hover h3 {
  color: #111;
}

.news-side-main-link,
.news-featured-link,
.news-list-link {
  color: inherit;
  text-decoration: none;
  display: block;
}

@media (max-width: 900px) {
  .news-article-page {
    padding: 24px 16px 42px;
  }

  .news-article-shell {
    display: block;
  }

  .news-article-title {
    margin-bottom: 16px;
  }

  .news-article-photo {
    margin-bottom: 18px;
  }

  .news-article-body p {
    font-size: 16px;
    line-height: 1.52;
  }

  .news-related-panel {
    position: static;
    margin-top: 36px;
  }

  .news-related-heading {
    font-size: 21px;
  }

  .news-related-card {
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 14px;
    padding: 14px 0;
  }

  .news-related-copy h3 {
    font-size: 16px;
  }
}

@media (max-width: 520px) {
  .news-article-page {
    padding-left: 14px;
    padding-right: 14px;
  }

  .news-article-title {
    font-size: 34px;
  }

  .news-article-subtitle {
    font-size: 22px;
  }

  .news-related-card {
    grid-template-columns: 116px minmax(0, 1fr);
  }
}


/* V202: Editorial news template hero style */
.news-article-page{
  position:relative;
  overflow:hidden;
  background:#f4f4f4;
  padding:46px 24px 64px;
}
.news-article-page::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:clamp(290px, 24vw, 365px);
  background:#1f1f1f;
  z-index:0;
}
.news-article-shell{
  position:relative;
  z-index:1;
}
.news-article-category{
  color:rgba(255,255,255,.52);
  font-size:12px;
  font-weight:500;
  text-transform:none;
  letter-spacing:-.02em;
  margin-bottom:8px;
}
.news-article-title{
  color:#fff;
  max-width:980px;
  margin-bottom:22px;
  font-size:clamp(32px, 3.45vw, 56px);
  line-height:.94;
  letter-spacing:-.07em;
  font-weight:900;
}
.news-article-photo{
  border-radius:0;
  box-shadow:none;
  margin-bottom:18px;
}
.news-article-meta{
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:14px 0 18px;
  margin-bottom:12px;
  border-bottom:1px solid rgba(0,0,0,.12);
  color:#232323;
}
.news-article-meta strong{
  display:block;
  font-size:14px;
  line-height:1;
  letter-spacing:-.025em;
  font-weight:800;
}
.news-article-meta span{
  display:block;
  color:#8e8e8e;
  font-size:12px;
  line-height:1;
  letter-spacing:-.015em;
  font-weight:200;
}
.news-article-subtitle{
  margin-top:0;
  max-width:820px;
  color:#242424;
  font-size:clamp(21px, 1.9vw, 30px);
  line-height:1.08;
  letter-spacing:-.055em;
  font-weight:850;
}
.news-article-body{
  max-width:840px;
}
.news-article-body p{
  color:#2f2f2f;
  font-size:17px;
  line-height:1.62;
  letter-spacing:-.018em;
  font-weight:100!important;
}
.news-related-panel{
  background:transparent;
  padding-top:clamp(265px, 31vw, 430px);
}
.news-related-heading{
  color:#202020;
  font-size:20px;
  font-weight:950;
  margin-bottom:14px;
}
.news-related-card{
  grid-template-columns:126px minmax(0,1fr);
  gap:14px;
  padding:14px 0;
  border-top:1px solid rgba(0,0,0,.1);
}
.news-related-card:first-child{
  border-top:1px solid rgba(0,0,0,.1);
  padding-top:14px;
}
.news-related-copy span{
  color:#9a9a9a;
  font-size:11px;
  font-weight:400;
  text-transform:none;
}
.news-related-copy h3{
  font-size:15px;
  line-height:1.2;
  letter-spacing:-.04em;
  font-weight:800;
}

@media (max-width:900px){
  .news-article-page{
    padding:34px 16px 48px;
  }
  .news-article-page::before{
    height:clamp(260px, 50vw, 380px);
  }
  .news-article-title{
    font-size:clamp(30px, 8vw, 46px);
    line-height:.95;
  }
  .news-related-panel{
    padding-top:0;
    margin-top:34px;
  }
  .news-article-body p{
    font-size:16px;
    line-height:1.58;
    font-weight:100!important;
  }
}

@media (max-width:520px){
  .news-article-page{
    padding-top:28px;
  }
  .news-article-page::before{
    height:310px;
  }
  .news-article-title{
    font-size:32px;
  }
  .news-related-card{
    grid-template-columns:112px minmax(0,1fr);
  }
}


/* V203: News article template refinements + Man of the Match card */
.news-article-title{
  font-size:45px!important;
  line-height:.98!important;
  letter-spacing:-.03em!important;
  font-weight:600!important;
  max-width:980px!important;
}
.news-article-subtitle{
  font-weight:700!important;
}
.news-article-body p{
  color:#303030!important;
  font-size:18px!important;
  line-height:1.55!important;
  letter-spacing:-.025em!important;
  font-weight:100!important;
}
.news-related-panel{
  padding-top:clamp(250px, 24vw, 370px)!important;
}
.news-related-heading{
  margin-bottom:12px!important;
}
.news-motm-card{
  max-width:840px;
  margin:36px 0 0;
  padding:14px;
  border-radius:18px;
  background:#171717;
  color:#ffffff;
  display:grid;
  grid-template-columns:112px minmax(0, 1fr);
  gap:18px;
  align-items:center;
  overflow:hidden;
}
.news-motm-photo{
  width:112px;
  aspect-ratio:1 / 1;
  border-radius:14px;
  background:#2a2a2a;
  overflow:hidden;
}
.news-motm-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.news-motm-content{
  min-width:0;
}
.news-motm-kicker{
  display:block;
  margin-bottom:7px;
  color:#9b9b9b;
  font-size:11px;
  line-height:1;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.02em;
}
.news-motm-content h2{
  margin:0 0 12px;
  color:#ffffff;
  font-size:26px;
  line-height:.95;
  letter-spacing:-.04em;
  font-weight:800;
}
.news-motm-match{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:12px;
  color:#d7d7d7;
  font-size:13px;
  line-height:1;
  font-weight:700;
}
.news-motm-match strong{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:58px;
  height:34px;
  border-radius:10px;
  background:#242424;
  color:#ffffff;
  font-size:15px;
  line-height:1;
  font-weight:900;
}
.news-motm-details{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.news-motm-details span{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 9px;
  border-radius:999px;
  background:#242424;
  color:#cfcfcf;
  font-size:11px;
  line-height:1;
  font-weight:700;
}
@media (max-width:900px){
  .news-article-title{
    font-size:clamp(34px, 8vw, 45px)!important;
  }
  .news-related-panel{
    padding-top:0!important;
    margin-top:34px!important;
  }
  .news-motm-card{
    margin-top:32px;
  }
  .news-article-body p{
    font-size:16px!important;
    line-height:1.58!important;
  }
}
@media (max-width:520px){
  .news-motm-card{
    grid-template-columns:86px minmax(0, 1fr);
    gap:13px;
    padding:12px;
    border-radius:16px;
  }
  .news-motm-photo{
    width:86px;
    border-radius:12px;
  }
  .news-motm-content h2{
    font-size:20px;
    margin-bottom:10px;
  }
  .news-motm-match{
    gap:8px;
    font-size:11px;
    flex-wrap:wrap;
  }
  .news-motm-match strong{
    min-width:50px;
    height:30px;
    font-size:13px;
  }
  .news-motm-details{
    gap:6px;
  }
  .news-motm-details span{
    min-height:22px;
    padding:0 8px;
    font-size:10px;
  }
}


/* UFLWEB_V204: News article refinements */
.news-motm-photo img{
  object-position:top center!important;
}
.news-motm-kicker{
  color:#ffca24!important;
}
.news-related-panel{
  padding-top:calc(clamp(290px, 24vw, 365px) + 30px)!important;
}
.news-article-body p{
  color:#444!important;
  font-size:15px!important;
  line-height:1.65!important;
  letter-spacing:0!important;
  font-weight:100!important;
  font-family:'Inter', sans-serif!important;
}
@media (max-width:900px){
  .news-related-panel{
    padding-top:0!important;
    margin-top:34px!important;
  }
  .news-article-body p{
    font-size:15px!important;
    line-height:1.65!important;
  }
}

/* UFLWEB_V205: News article adjustments */
.news-article-body p{
  font-weight:300!important;
}
.news-related-panel{
  padding-top:0!important;
}
.news-motm-match{
  flex-wrap:wrap;
}
.news-motm-team{
  display:inline-flex!important;
  align-items:center;
  gap:7px;
  min-width:0;
}
.news-motm-team img{
  width:24px;
  height:24px;
  object-fit:contain;
  flex:0 0 auto;
  display:block;
}
.news-motm-details{
  align-items:flex-start;
  justify-content:flex-start;
}
.news-motm-stats{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  order:1;
}
.news-motm-date-location{
  order:2;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:4px;
  margin-left:0;
  color:#cfcfcf;
  line-height:1;
}
.news-motm-date-location strong{
  display:block;
  color:#ffffff;
  font-size:11px;
  line-height:1;
  font-weight:800;
}
.news-motm-date-location span{
  display:block;
  min-height:auto!important;
  padding:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#a9a9a9!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:600!important;
}
@media (max-width:520px){
  .news-article-title{
    font-size:29px!important;
    line-height:1!important;
  }
  .news-motm-team img{
    width:22px;
    height:22px;
  }
}

/* UFLWEB_V206: News article MOTM + related panel fixes */
@media (min-width: 901px){
  .news-related-panel{
    padding-top:calc(clamp(290px, 24vw, 365px) - 26px)!important;
  }
}
.news-motm-match .news-motm-team:first-child{
  flex-direction:row-reverse!important;
}
.news-motm-details{
  width:100%!important;
  justify-content:space-between!important;
  align-items:flex-start!important;
}
.news-motm-date-location{
  margin-left:auto!important;
  align-items:flex-end!important;
  text-align:right!important;
}
@media (max-width:900px){
  .news-related-panel{
    padding-top:0!important;
    margin-top:28px!important;
  }
  .news-motm-details{
    justify-content:space-between!important;
  }
}


/* UFLWEB_V207: News template multi-page links */
a.news-list-item{
  color:inherit;
  text-decoration:none;
}


/* UFLWEB_V209: News MOTM links + match table snapshot */
.news-motm-photo{
  display:block;
  color:inherit;
  text-decoration:none;
}
.news-motm-player-link{
  color:inherit;
  text-decoration:none;
}
.news-motm-player-link:hover,
.news-motm-team:hover{
  color:#ffffff;
}
.news-standings-club:hover strong{
  color:#4f4f4f;
}
.news-motm-team{
  color:#d7d7d7;
  text-decoration:none;
}
.news-motm-match .news-motm-team:first-child,
.news-motm-team-left{
  flex-direction:row-reverse!important;
}
.news-match-standings-card{
  max-width:840px;
  margin:18px 0 0;
  border-radius:18px;
  background:#ffffff;
  border:1px solid #ececec;
  overflow:hidden;
  box-shadow:0 18px 42px rgba(0,0,0,.06);
}
.news-match-standings-title{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  padding:18px 18px 14px;
  border-bottom:1px solid #efefef;
}
.news-match-standings-title span{
  color:#111;
  font-size:18px;
  line-height:1;
  font-weight:800;
  letter-spacing:-.03em;
}
.news-match-standings-title small{
  color:#777;
  font-size:11px;
  line-height:1;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.03em;
}
.news-match-standings-scroll{
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
.news-match-standings-scroll::-webkit-scrollbar{display:none;}
.news-match-standings-head,
.news-standings-row{
  display:grid;
  grid-template-columns:38px minmax(180px, 1.65fr) repeat(8, 48px) 150px;
  align-items:center;
  min-width:800px;
  column-gap:6px;
}
.news-match-standings-head{
  min-height:42px;
  padding:0 14px;
  background:#f7f7f7;
  color:#777;
  font-size:10px;
  line-height:1;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.news-standings-row{
  min-height:58px;
  padding:0 14px;
  border-top:1px solid #f0f0f0;
  color:#303030;
  font-size:13px;
  line-height:1;
  font-weight:600;
}
.news-standings-row .col-pos{
  color:#8b8b8b;
  font-weight:800;
}
.news-standings-row > b{
  color:#111;
  font-size:14px;
  font-weight:900;
}
.news-standings-club{
  min-width:0;
  color:#111;
  text-decoration:none;
}
.news-standings-club img{
  width:32px!important;
  height:32px!important;
  object-fit:contain;
}
.news-standings-club strong{
  color:#111;
  font-size:13px;
  line-height:1.05;
  font-weight:800;
  transition:color .18s ease;
}
.news-standings-club small{
  color:#7b7b7b;
  font-size:10px;
  line-height:1;
  font-weight:700;
}
.news-standings-row .form-cell{
  justify-content:flex-start;
}
@media (max-width:900px){
  .news-match-standings-card{
    margin-top:16px;
    border-radius:16px;
  }
  .news-match-standings-title{
    align-items:flex-start;
    flex-direction:column;
    gap:6px;
    padding:16px 14px 12px;
  }
}

/* UFLWEB_V211: Mobile full standings button in news table snapshot */
.news-match-standings-title-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  gap:12px;
}
.news-full-standings-btn{
  display:none;
  flex:0 0 auto;
  color:#111;
  background:#f1f1f1;
  border:1px solid #e4e4e4;
  border-radius:999px;
  padding:8px 11px;
  font-size:10px;
  line-height:1;
  font-weight:800;
  letter-spacing:.02em;
  text-transform:uppercase;
  text-decoration:none;
  transition:background .18s ease,color .18s ease,border-color .18s ease;
}
.news-full-standings-btn:hover{
  color:#111;
  background:#e8e8e8;
  border-color:#d9d9d9;
}
@media (max-width:900px){
  .news-match-standings-title-row{
    align-items:center;
  }
  .news-full-standings-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
  }
}

/* Secondary home news links */
.secondary-news .promo-card,
.secondary-news .ball-card,
.secondary-news .headline-item {
  color: inherit;
  text-decoration: none;
}
.secondary-news .promo-card:hover h3,
.secondary-news .ball-card:hover h2,
.secondary-news .headline-item:hover h3 {
  color: rgba(255,255,255,0.78);
}

/* UFLWEB_V213: Secondary home news hover + right column spacing fix */
.secondary-news .promo-card:hover h3,
.secondary-news .ball-card:hover h2,
.secondary-news .headline-item:hover h3 {
  color:#4a4a4a!important;
}
.secondary-news .promo-card:hover p,
.secondary-news .headline-item:hover span {
  color:#6f6f6f!important;
}
.secondary-news .headline-list{
  padding-top:4px;
}
.secondary-news .headline-item{
  display:block;
  width:100%;
  color:inherit;
  text-decoration:none;
  padding:0 0 36px!important;
  margin:0 0 36px!important;
  border-bottom:1px solid #c7c7c7;
}
.secondary-news .headline-item:last-child{
  margin-bottom:0!important;
}
.secondary-news .headline-item h3{
  transition:color .18s ease;
}
@media (min-width:901px){
  .secondary-news .headline-list{
    padding-left:8px;
  }
}
@media (max-width:900px){
  .secondary-news .headline-item{
    padding-bottom:27px!important;
    margin-bottom:27px!important;
  }
}

/* V45 Dynamic schedule live state */
.schedule-nav-btn,
a.schedule-nav-btn,
a.schedule-nav-btn:visited,
a.schedule-nav-btn:hover,
a.schedule-nav-btn:focus{
  text-decoration:none!important;
}
.schedule-live-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:54px;
  padding:7px 10px;
  border-radius:999px;
  background:#e52323;
  color:#ffffff!important;
  font-size:11px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.02em;
  box-shadow:0 0 0 1px rgba(255,255,255,.12), 0 8px 18px rgba(229,35,35,.22);
  white-space:nowrap;
}
.schedule-live-badge.is-final{
  background:transparent;
  color:#1f1f1f!important;
  box-shadow:none;
  padding:0;
  min-width:0;
  border-radius:0;
}
.schedule-game-card.is-live-card .schedule-score{
  color:#111111;
}
.schedule-game-card.is-live-card .schedule-card-hover{
  display:flex;
}
@media (max-width:900px){
  .schedule-live-badge{
    min-width:46px;
    padding:6px 8px;
    font-size:9px;
  }
  .schedule-live-badge.is-final{
    font-size:10px;
  }
}


/* V47 schedule live badge + mobile card click cleanup */
.schedule-live-badge{
  min-width:38px!important;
}
@media (max-width:900px){
  .schedule-game-card[data-timeline-url]{
    cursor:pointer;
  }
  .schedule-game-card[data-timeline-url] .schedule-card-hover,
  .schedule-game-card[data-timeline-url] .go-to-game-btn{
    display:none!important;
  }
  .schedule-live-badge{
    min-width:34px!important;
    padding:6px 8px!important;
    font-size:9px!important;
  }
}

/* UFL_DYNAMIC_CORE_V146: premium mobile navigation refresh */
@media (max-width: 900px){
  .topbar{
    height:65px!important;
    background:rgba(10,12,15,.82)!important;
    border-bottom:1px solid rgba(255,255,255,.06)!important;
    box-shadow:0 10px 32px rgba(0,0,0,.28)!important;
    backdrop-filter:blur(18px)!important;
    -webkit-backdrop-filter:blur(18px)!important;
  }

  .mobile-menu-toggle{
    top:18px!important;
    right:16px!important;
    width:48px!important;
    height:32px!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.055)!important;
    border:1px solid rgba(255,255,255,.11)!important;
    box-shadow:0 10px 25px rgba(0,0,0,.25)!important;
    gap:5px!important;
  }

  .mobile-menu-toggle span{
    width:5px!important;
    height:5px!important;
    background:#e7edf2!important;
    box-shadow:0 0 14px rgba(110,220,255,.25)!important;
  }

  .mobile-menu-toggle.is-open{
    background:rgba(110,220,255,.14)!important;
    border-color:rgba(110,220,255,.28)!important;
  }

  .mobile-menu{
    background:
      radial-gradient(circle at 18% 12%, rgba(110,220,255,.18), transparent 30%),
      radial-gradient(circle at 88% 74%, rgba(205,255,33,.10), transparent 28%),
      linear-gradient(145deg, #07090c 0%, #10131a 52%, #07090c 100%)!important;
    overflow:hidden!important;
  }

  .mobile-menu::before{
    content:"";
    position:absolute;
    inset:-18% -32% auto auto;
    width:78%;
    height:64%;
    background:linear-gradient(135deg, transparent 0 31%, rgba(110,220,255,.075) 32% 45%, transparent 46% 100%);
    transform:rotate(-10deg);
    pointer-events:none;
  }

  .mobile-menu::after{
    content:"";
    position:absolute;
    left:22px;
    right:22px;
    bottom:22px;
    height:1px;
    background:linear-gradient(90deg, transparent, rgba(110,220,255,.28), transparent);
    pointer-events:none;
  }

  .mobile-menu-close{
    top:18px!important;
    right:18px!important;
    width:38px!important;
    height:38px!important;
    border-radius:50%!important;
    background:rgba(255,255,255,.06)!important;
    border:1px solid rgba(255,255,255,.10)!important;
    font-size:24px!important;
    color:#fff!important;
    box-shadow:0 12px 28px rgba(0,0,0,.22)!important;
  }

  .mobile-menu-logo{
    width:82px!important;
    height:82px!important;
    margin-top:54px!important;
    margin-bottom:34px!important;
    padding:13px!important;
    border-radius:24px!important;
    background:rgba(255,255,255,.045)!important;
    border:1px solid rgba(255,255,255,.08)!important;
    box-shadow:0 18px 42px rgba(0,0,0,.30)!important;
  }

  .mobile-menu-links{
    width:100%!important;
    max-width:390px!important;
    padding:0 22px 42px!important;
    gap:9px!important;
    position:relative!important;
    z-index:1!important;
  }

  .mobile-menu a{
    width:100%!important;
    min-height:47px!important;
    margin:0!important;
    padding:0 18px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:17px!important;
    background:rgba(255,255,255,.045)!important;
    border:1px solid rgba(255,255,255,.075)!important;
    color:#f3f6f8!important;
    font-size:17px!important;
    font-weight:850!important;
    letter-spacing:-.35px!important;
    box-shadow:0 10px 25px rgba(0,0,0,.12)!important;
    transition:transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease!important;
  }

  .mobile-menu a:hover,
  .mobile-menu a:focus{
    transform:translateY(-1px)!important;
    background:rgba(255,255,255,.075)!important;
    border-color:rgba(110,220,255,.25)!important;
  }

  .mobile-menu a.active{
    color:#6edcff!important;
    border-color:rgba(110,220,255,.36)!important;
    background:linear-gradient(135deg, rgba(110,220,255,.12), rgba(255,255,255,.045))!important;
    box-shadow:0 12px 28px rgba(110,220,255,.08)!important;
  }

  .mobile-menu-links .league-mark{
    min-height:54px!important;
    margin-top:5px!important;
    background:rgba(255,255,255,.065)!important;
  }

  .mobile-menu-links .league-mark img,
  .mobile-menu-links .rush-mark img{
    height:34px!important;
    width:auto!important;
    object-fit:contain!important;
    filter:drop-shadow(0 8px 16px rgba(0,0,0,.28))!important;
  }

  .mobile-menu-links .rush-mark{
    border-color:rgba(205,255,33,.20)!important;
    background:linear-gradient(135deg, rgba(205,255,33,.10), rgba(255,255,255,.045))!important;
  }
}

/* UFL_DYNAMIC_CORE_V147: clean premium mobile menu, no boxed menu items */
@media (max-width: 900px){
  .topbar{
    background:rgba(7,9,12,.88)!important;
    border-bottom:1px solid rgba(255,255,255,.055)!important;
    box-shadow:0 12px 34px rgba(0,0,0,.30)!important;
    backdrop-filter:blur(18px)!important;
    -webkit-backdrop-filter:blur(18px)!important;
  }

  .mobile-menu{
    background:
      radial-gradient(circle at 14% 10%, rgba(110,220,255,.13), transparent 28%),
      linear-gradient(180deg, #05070a 0%, #090d12 48%, #05070a 100%)!important;
  }

  .mobile-menu::before{
    opacity:.35!important;
  }

  .mobile-menu-logo{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    border-radius:0!important;
    width:78px!important;
    height:78px!important;
    margin-top:56px!important;
    margin-bottom:26px!important;
    padding:0!important;
  }

  .mobile-menu-links{
    max-width:360px!important;
    gap:0!important;
    padding:0 30px 44px!important;
  }

  .mobile-menu a{
    position:relative!important;
    width:100%!important;
    min-height:46px!important;
    padding:0 22px 0 4px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    border-radius:0!important;
    background:transparent!important;
    border:0!important;
    border-bottom:1px solid rgba(255,255,255,.075)!important;
    box-shadow:none!important;
    color:#eef3f7!important;
    font-size:18px!important;
    font-weight:820!important;
    letter-spacing:-.25px!important;
    text-transform:uppercase!important;
    transform:none!important;
  }

  .mobile-menu a::after{
    content:"";
    position:absolute;
    right:4px;
    top:50%;
    width:6px;
    height:6px;
    border-top:1.5px solid rgba(255,255,255,.38);
    border-right:1.5px solid rgba(255,255,255,.38);
    transform:translateY(-50%) rotate(45deg);
    transition:border-color .18s ease, right .18s ease;
  }

  .mobile-menu a:hover,
  .mobile-menu a:focus{
    background:transparent!important;
    border-color:rgba(255,255,255,.12)!important;
    transform:none!important;
    color:#ffffff!important;
  }

  .mobile-menu a:hover::after,
  .mobile-menu a:focus::after{
    right:0;
    border-color:#6edcff;
  }

  .mobile-menu a.active{
    background:transparent!important;
    border-color:rgba(110,220,255,.26)!important;
    box-shadow:none!important;
    color:#6edcff!important;
    padding-left:14px!important;
  }

  .mobile-menu a.active::before{
    content:"";
    position:absolute;
    left:0;
    top:14px;
    bottom:14px;
    width:3px;
    border-radius:10px;
    background:#6edcff;
    box-shadow:0 0 16px rgba(110,220,255,.55);
  }

  .mobile-menu-links .league-mark,
  .mobile-menu-links .rush-mark{
    min-height:58px!important;
    justify-content:center!important;
    padding:12px 0!important;
    margin-top:14px!important;
    background:transparent!important;
    border:0!important;
    border-top:1px solid rgba(255,255,255,.10)!important;
    border-bottom:0!important;
    box-shadow:none!important;
  }

  .mobile-menu-links .league-mark + .league-mark,
  .mobile-menu-links .league-mark + .rush-mark,
  .mobile-menu-links .rush-mark + .league-mark,
  .mobile-menu-links .rush-mark + .rush-mark{
    margin-top:0!important;
    border-top:0!important;
  }

  .mobile-menu-links .league-mark::after,
  .mobile-menu-links .rush-mark::after,
  .mobile-menu-links .league-mark::before,
  .mobile-menu-links .rush-mark::before{
    display:none!important;
  }

  .mobile-menu-links .league-mark img,
  .mobile-menu-links .rush-mark img{
    height:34px!important;
    max-width:138px!important;
    object-fit:contain!important;
    filter:drop-shadow(0 8px 16px rgba(0,0,0,.25))!important;
    opacity:.94!important;
  }

  .mobile-menu-close{
    background:transparent!important;
    border:1px solid rgba(255,255,255,.12)!important;
    box-shadow:none!important;
  }
}

/* UFL_DYNAMIC_CORE_V148: center mobile menu main logo */
@media (max-width: 900px){
  .mobile-menu .mobile-menu-logo-link{
    width:100%!important;
    max-width:none!important;
    min-height:auto!important;
    height:auto!important;
    margin:56px auto 26px!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    border-bottom:0!important;
    box-shadow:none!important;
    transform:none!important;
    text-decoration:none!important;
  }
  .mobile-menu .mobile-menu-logo-link::before,
  .mobile-menu .mobile-menu-logo-link::after{
    display:none!important;
    content:none!important;
  }
  .mobile-menu .mobile-menu-logo-link .mobile-menu-logo{
    display:block!important;
    width:78px!important;
    height:78px!important;
    margin:0 auto!important;
    padding:0!important;
    object-fit:contain!important;
  }
}

/* UFL_DYNAMIC_CORE_V149: center Kick Off marker in frontend timeline */
.timeline-event.kickoff-event{
  grid-template-columns:minmax(0,1fr) 36px 86px 36px minmax(0,1fr)!important;
  align-items:center!important;
}
.timeline-event.kickoff-event .timeline-center{
  grid-column:3!important;
  width:100%!important;
  min-width:86px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  justify-self:center!important;
  padding:0!important;
  margin:0!important;
}
.timeline-event.kickoff-event .kickoff-dot,
.timeline-event.kickoff-event .event-dot.kickoff-dot{
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  min-height:30px!important;
  max-width:30px!important;
  max-height:30px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  margin:0 auto!important;
  padding:0!important;
  box-sizing:border-box!important;
  line-height:1!important;
  transform:none!important;
}
.timeline-event.kickoff-event .kickoff-content{
  grid-column:4 / 6!important;
  text-align:left!important;
  padding-left:14px!important;
  margin:0!important;
}
@media (max-width:900px){
  .timeline-event.kickoff-event{
    grid-template-columns:minmax(0,1fr) 31px 62px 31px minmax(0,1fr)!important;
  }
  .timeline-event.kickoff-event .timeline-center{
    min-width:62px!important;
  }
  .timeline-event.kickoff-event .kickoff-dot,
  .timeline-event.kickoff-event .event-dot.kickoff-dot{
    width:28px!important;
    height:28px!important;
    min-width:28px!important;
    min-height:28px!important;
    max-width:28px!important;
    max-height:28px!important;
  }
  .timeline-event.kickoff-event .kickoff-content{
    padding-left:8px!important;
  }
}

/* V154: restore tested player.php header name / last name / number layout */
.player-page-shell .player-hero-position,
.player-page-shell .player-hero-name,
.player-page-shell .player-hero-name .player-hero-first-line,
.player-page-shell .player-hero-name .player-hero-last-line,
.player-page-shell .player-hero-name .player-hero-first-name{
  text-align:left!important;
  margin-left:0!important;
  padding-left:0!important;
}

.player-page-shell .player-hero-name{
  display:block!important;
}

.player-page-shell .player-hero-name .player-hero-first-line,
.player-page-shell .player-hero-name .player-hero-last-line{
  display:block!important;
  width:100%!important;
  margin-left:0!important;
  padding-left:0!important;
  line-height:.95!important;
}

.player-page-shell .player-hero-name .player-hero-first-line{
  white-space:nowrap!important;
}

.player-page-shell .player-hero-name .player-hero-first-name{
  display:inline!important;
  margin-left:0!important;
  font-size:1em!important;
  line-height:.95!important;
  color:#f2f2f2!important;
}

.player-page-shell .player-hero-name .player-hero-last-line{
  color:#f2f2f2!important;
}

.player-page-shell .player-hero-name .player-hero-number-desktop{
  display:inline-block!important;
  margin-left:.12em!important;
  padding-left:0!important;
  vertical-align:baseline!important;
  white-space:nowrap!important;
  font-size:.64em!important;
  line-height:1!important;
  color:rgba(255,255,255,.78)!important;
}

.player-page-shell .player-hero-name .player-hero-number-mobile{
  display:none!important;
}

@media (max-width:767px){
  .player-page-shell .player-hero-name .player-hero-first-line{
    white-space:normal!important;
  }
  .player-page-shell .player-hero-name .player-hero-number-desktop{
    display:none!important;
  }
  .player-page-shell .player-hero-name .player-hero-number-mobile{
    display:block!important;
    width:100%!important;
    text-align:left!important;
    margin:4px 0 0 0!important;
    padding-left:0!important;
    font-size:.72em!important;
    line-height:.9!important;
    color:rgba(255,255,255,.78)!important;
  }
}
/* V155: player.php name sizing */
.player-page-shell .player-hero-name .player-hero-first-name,
.player-page-shell .player-hero-name .player-hero-last-line{
  font-size:1.1em!important;
}
