/* ================================
   THEME: Premium (Elite & Onyx variants)
   Luxury Editorial Magazine Style
   Dramatic, Asymmetric, High-Fashion Aesthetic
   ================================ */

body {
  background-color: #f7f7f7;
}

[data-mainpage=false] .content-container {
  padding-bottom: 2rem;
}

/* Premium entrance animations */
.fade-up {

    animation: premiumCurtainReveal 1.4s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    opacity: 0;
  
}
.fade-up-delay-1 {

    animation-delay: 0.15s;
  
}
.fade-up-delay-2 {

    animation-delay: 0.3s;
  
}
.fade-up-delay-3 {

    animation-delay: 0.45s;
  
}
.fade-up-delay-4 {

    animation-delay: 0.6s;
  
}
/* ================================
     NAVIGATION - Floating Luxury Bar
     ================================ */
.themed-header-spacer {
  height: 20px; 
}
[data-mainpage=true] .themed-header-spacer {
  height: 60px; 
  
}

.themed-header-wrapper .main-nav .navbar-toggler{
  color: var(--theme-primary);
}

.themed-header-wrapper .main-nav {

    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
    border-bottom: none;
    padding: 0.3rem 0;
    position: relative;
  
}
.themed-header-wrapper .main-nav::before {

    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: var(--primarybgcolor);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    box-shadow:
      0 20px 60px rgba(0, 0, 0, 0.4),
      inset 0 1px 0 rgba(255, 255, 255, 0.1);
    z-index: -1;
  
}
.themed-header-wrapper .main-nav .nav-link {

    color: var(--primarytextcolor) !important;
    font-family: var(--fonttitle);
    font-weight: 300;
    letter-spacing: 3px;
    transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
    position: relative;
    white-space: nowrap;
    font-size: 0.7rem;
    text-transform: uppercase;
    padding: 0.25rem 0.5rem !important;
  
}
.themed-header-wrapper .main-nav .btn {

    border-radius: 5px !important;
    letter-spacing: 2px !important;
  
}
.themed-header-wrapper .main-nav .nav-link::before {

    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 6px;
    height: 6px;
    background: var(--theme-primary);
    border-radius: 50%;
    transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: 0 0 20px var(--theme-primary);
  
}
.themed-header-wrapper .main-nav .nav-link::after {

    display: none;
  
}
.themed-header-wrapper .main-nav .nav-link:hover {

    color: var(--theme-primary) !important;
    letter-spacing: 5px;
  
}
.themed-header-wrapper .main-nav .nav-link:hover::before {

    transform: translate(-50%, -50%) scale(1);
    top: 100%;
  
}
.themed-header-wrapper .main-nav .small-nav .nav-link {

    font-size: 0.6rem;
    opacity: 0.8;
    letter-spacing: 2px;
  
}
.themed-header-wrapper .main-nav .small-nav .nav-link:hover {

    opacity: 1;
    letter-spacing: 3px;
  
}
/* Dropdown - Luxe Glass Panel */
.themed-header-wrapper .main-nav .dropdown-menu {

    background: var(--primarybgcolor);
    backdrop-filter: blur(40px);
    border: none;
    border-radius: 0;
    box-shadow:
      0 40px 100px rgba(0, 0, 0, 0.7),
      inset 1px 0 0 rgba(255, 255, 255, 0.05);
    animation: premiumSlideReveal 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    position: absolute;
    z-index: 1000;
    min-width: 300px;
    padding: 30px;
    border-left: 2px solid var(--theme-primary);
  
}
.themed-header-wrapper .main-nav .dropdown-item {

    color: var(--primarytextcolor);
    padding: 16px 0;
    font-size: 0.75rem;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 0;
    margin: 0;
    background: transparent;
  
}
.themed-header-wrapper .main-nav .dropdown-item::before {

    content: "→";
    position: absolute;
    right: 0;
    opacity: 0;
    transform: translateX(-20px);
    color: var(--theme-primary);
    transition: all 0.2s ease;
  
}
.themed-header-wrapper .main-nav .dropdown-item:hover {

    background: transparent;
    color: rgb(from var(--primarytextcolor) r g b / 0.6);
    padding-left: 0;
    padding-right: 30px;
  
}
.themed-header-wrapper .main-nav .dropdown-item:hover::before {

    opacity: 1;
    transform: translateX(0);
  
}
/* ================================
     MEGA MENU - Editorial Grid
     ================================ */
.themed-header-wrapper .mega-dropdown {

    position: static !important;
  
}
.themed-header-wrapper .mega-menu {

    position: fixed;
    left: 0;
    right: 0;
    background: var(--primarybgcolor);
    backdrop-filter: blur(60px);
    border-top: none;
    box-shadow: 0 60px 150px rgba(0, 0, 0, 0.8);
    z-index: 1000;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    pointer-events: none;
  
}
.themed-header-wrapper .mega-menu::before {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent 0%,
      var(--theme-primary) 30%,
      var(--theme-primary) 70%,
      transparent 100%
    );
  
}
.themed-header-wrapper .mega-dropdown:hover .mega-menu {

    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    pointer-events: auto;
  
}
.themed-header-wrapper .mega-menu-container {

    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 80px;
  
}
.themed-header-wrapper .mega-menu-header {

    border-bottom: none;
    padding-bottom: 30px;
    margin-bottom: 40px;
    position: relative;
  
}
.themed-header-wrapper .mega-menu-header h3 {

    font-family: var(--fonttitle);
    font-weight: 200;
    font-size: 2rem;
    color: var(--primarytextcolor);
    text-transform: none;
    letter-spacing: -1px;
    margin: 0;
  
}
.themed-header-wrapper .mega-menu-header h3::after {

    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: var(--theme-primary);
    margin-top: 20px;
  
}
.themed-header-wrapper .mega-menu-content {

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
  
}
.themed-header-wrapper .mega-menu-column {

    min-width: unset;
    max-width: unset;
  
}
.themed-header-wrapper .mega-menu-links {

    display: flex;
    flex-direction: column;
    gap: 0;
    border-right: none;
    padding-right: 0;
    counter-reset: menu-counter;
  
}
.themed-header-wrapper .mega-menu-link {

    color: var(--primarytextcolor);
    font-family: var(--fonttitle);
    font-weight: 300;
    font-size: 0.85rem;
    text-decoration: none;
    padding: 18px 0;
    transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    counter-increment: menu-counter;
  
}
.themed-header-wrapper .mega-menu-link::before {

    content: counter(menu-counter, decimal-leading-zero);
    font-size: 0.65rem;
    color: var(--theme-primary);
    opacity: 0.5;
    font-weight: 400;
    letter-spacing: 1px;
    transition: all 0.2s ease;
  
}
.themed-header-wrapper .mega-menu-link:hover {

    color: rgb(from var(--primarytextcolor) r g b / 0.6);
    padding-left: 10px;
  
}
.themed-header-wrapper .mega-menu-link:hover::before {

    opacity: 1;
  
}
.themed-header-wrapper .mega-menu-category-title {

    display: block;
    font-family: var(--fonttitle);
    font-weight: 400;
    font-size: 0.65rem;
    color: var(--theme-primary);
    text-transform: uppercase;
    letter-spacing: 4px;
    text-decoration: none;
    margin-bottom: 24px;
    padding-bottom: 0;
    border-bottom: none;
    position: relative;
  
}
.themed-header-wrapper .mega-menu-category-title::before {

    content: "◆";
    margin-right: 10px;
    font-size: 0.5rem;
  
}
.themed-header-wrapper .mega-menu-items {

    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  
}
.themed-header-wrapper .mega-menu-items li > a {

    display: block;
    color: var(--primarytextcolor);
    font-size: 0.8rem;
    font-weight: 300;
    text-decoration: none;
    padding: 14px 0;
    transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
    position: relative;
  
}
.themed-header-wrapper .mega-menu-items li > a:hover {

    color: rgb(from var(--primarytextcolor) r g b / 0.6);
    transform: translateX(8px);
  
}

.themed-header-wrapper .mega-menu-category > a:link:hover {
  color: var(--primarytextcolor) !important;
}

/* ================================
     SECTION TITLES - Editorial Typography
     ================================ */
.section-title {

    font-family: var(--fonttitle);
    font-size: clamp(3rem, 10vw, 7rem) !important;
    font-weight: 100 !important;
    letter-spacing: -4px;
    line-height: 0.9;
    position: relative;
    display: block;
    text-transform: none;
  
}
.section-title::before {

    content: attr(data-number);
    position: absolute;
    top: -20px;
    left: -20px;
    font-size: 0.7rem;
    font-weight: 400;
    color: var(--theme-primary);
    letter-spacing: 3px;
  
}
.section-title::after {

    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 1px;
    height: 60px;
    background: linear-gradient(180deg, var(--theme-primary) 0%, transparent 100%);
  
}
/* ================================
     NEWS SECTION - Magazine Grid
     ================================ */
.news-section {

    background: var(--highlightcolor);
    color: var(--highlightheadercolor);
    position: relative;
    overflow: hidden;

}
.news-section .section-title {
  color: var(--highlightcolor-inversed) !important;
}
.news-card {

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    overflow: visible;
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: none !important;
    position: relative;
  
}
.news-card::before {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
    background: var(--theme-primary);
    transition: height 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  
}
.news-card::after {

    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
  
}
.news-card:hover::before {

    height: 100%;
  
}
.news-card:hover {

    transform: translateX(10px);
  
}
.news-card .card-img-wrapper {

    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
  
}
.news-card .card-img-wrapper::before {

    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, rgb(from var(--theme-primary) r g b / 0.3) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: 1;
    mix-blend-mode: overlay;
}
.news-card:hover .card-img-wrapper::before {

    opacity: 1;
  
}
.news-card .card-img-wrapper img {

    transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
    filter: grayscale(30%);
  
}
.news-card:hover .card-img-wrapper img {

    transform: scale(1.1);
    filter: grayscale(0%);
  
}
.news-card .card-body {

    padding: 0 !important;
    padding-left: 20px !important;
    border-left: 1px solid rgba(0, 0, 0, 0.06);
  
}
.news-card .card-title {

    font-family: var(--fonttitle);
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -0.5px;
    transition: all 0.4s ease;
    color: var(--highlightheadercolor);
  
}
.news-card:hover .card-title {

    letter-spacing: 0;
  
}
.news-card .card-date {

    color: var(--theme-primary);
    font-weight: 400;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
    gap: 12px;
  
}
.news-card .card-date::before {

    content: "◆";
    font-size: 0.4rem;
    opacity: 0.5;
  
}
.news-card .card-text {

    font-size: 0.85rem;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.45);
    font-weight: 300;
  
}
.news-card .card-category {
  color: var(--highlightheadercolor);
}
/* ================================
     BUTTONS - Outlined Luxury
     ================================ */
.btn-theme-primary {

    background: transparent !important;
    color: var(--theme-primary) !important;
    border: 1px solid var(--theme-primary) !important;
    font-family: var(--fonttitle);
    font-weight: 300;
    letter-spacing: 4px;
    padding: 20px 50px;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    font-size: 0.7rem;
    text-transform: uppercase;
  
}
.btn-theme-primary::before {

    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--theme-primary);
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: -1;
  
}
.btn-theme-primary:hover {

    color: var(--theme-secondary) !important;
    letter-spacing: 6px;
  
}
.btn-theme-primary:hover::before {

    left: 0;
  
}
/* ================================
     CALENDAR SECTION - Minimal Grid
     ================================ */
.calendar-section {

    background: var(--gamesbgcolor);
    color: var(--gamestextcolor);
    position: relative;
    overflow-x: hidden;
  
}

.calendar-header {

    background: transparent;
    color: var(--gameshighlightcolor);
    font-family: var(--fonttitle);
    font-weight: 200;
    font-size: 1.8rem;
    text-transform: none;
    letter-spacing: -1px;
    padding: 0 0 30px 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 30px;
  
}

@media screen and (max-width: 992px) {
  .calendar-header {
    margin-bottom: 0px;
  }
}

.match-card {

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: none !important;
    position: relative;
    padding-left: 20px !important;
    border-left: 1px solid rgba(0, 0, 0, 0.06);

}

/* Calendar recent games match event-item look on front page */
.calendar-card__recent .match-card {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 20px !important;
  color: var(--gameshighlightcolor);
}

.calendar-card__recent .match-card h6,
.calendar-card__recent .match-card small {
  color: var(--gameshighlightcolor) !important;
  position: relative;
  z-index: 1;
}

.calendar-card__recent .match-card .badge {
  background: var(--theme-primary) !important;
  color: var(--theme-secondary) !important;
  border: 1px solid var(--theme-primary);
  position: relative;
  z-index: 1;
}
.match-card::before {

    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    width: 3px;
    height: 0;
    background: var(--theme-primary);
    transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  
}
.match-card:hover {

    transform: translateX(10px);
    background: transparent;
  
}
.match-card:hover::before {

    height: 100%;
  
}
.match-card .badge {

    background: transparent !important;
    color: var(--theme-primary) !important;
    border: 1px solid var(--theme-primary);
    font-weight: 300;
    padding: 8px 16px;
    border-radius: 0;
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 2px;
  
}
.event-item .badge-event {

    background: var(--theme-primary) !important;
    color: var(--theme-secondary) !important;
    border: 1px solid var(--theme-primary);
    font-weight: 300;
    padding: 8px 16px;
    border-radius: 0;
    font-size: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 1;
    position: relative;
    white-space: normal;
  
}
.match-card h6 {

    font-family: var(--fonttitle);
    font-weight: 300;
    font-size: 1.1rem;
    letter-spacing: -0.5px;
  
}
.event-item {

    background: transparent;
    color: var(--gameshighlightcolor);
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    font-weight: 300;
    border-radius: 0;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
  
}
.event-item::before {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--theme-primary) 0%, var(--theme-accent) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
  
}
.event-item:hover {

    transform: none;
    border-color: var(--theme-primary);
    color: var(--primarybgcolor);

}
.event-item:hover::before {

    opacity: 1;

}
.event-item:hover h6,
.event-item:hover small {
    color: var(--primarybgcolor);
}
.event-item h6,
  .event-item small {

    position: relative;
    z-index: 1;
    color: var(--gameshighlightcolor);
}
.event-item h6 {

    font-family: var(--fonttitle);
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0;
    
}
.event-item small {

    opacity: 0.6;
    font-size: 0.75rem;
  
}
/* ================================
     BANNER SECTION - Asymmetric Gallery
     ================================ */
/* Calendar day styling */
.calendar-day.event-day {
  background: rgba(255, 255, 255, 0.05) !important;
  border: none !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 0 !important;
}

.calendar-day.event-day::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--theme-primary) 0%, var(--theme-accent) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.calendar-day.event-day .day-number {
  position: relative;
  z-index: 1;
}

.calendar-day.event-day:hover {
  transform: none;
  border-color: var(--theme-primary) !important;
}

.calendar-day.event-day:hover::before {
  opacity: .15;
}

.banner-section {

    background: var(--bannersbgcolor);
    padding: 150px 0;
    position: relative;
  
}
.banner-section::before {

    content: "";
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--fonttitle);
    font-size: 0.7rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.15);
    letter-spacing: 10px;
    text-transform: uppercase;
  
}
.banner-card {

    overflow: hidden;
    border-radius: 0 !important;
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    position: relative;
    display: block;
  
}
.banner-card::before {

    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid transparent;
    transition: all 0.6s ease;
    z-index: 2;
    pointer-events: none;
  
}
.banner-card::after {

    content: "";
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-family: var(--fonttitle);
    font-size: 0.65rem;
    font-weight: 300;
    letter-spacing: 4px;
    color: #ffffff;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 3;
  
}
.banner-card:hover::before {

    border-color: var(--theme-primary);
    inset: 15px;
  
}
.banner-card:hover::after {

    opacity: 1;
    transform: translateY(0);
  
}
.banner-card:hover {

    transform: none;
    z-index: 10;
  
}
.banner-card img {

    transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
    filter: grayscale(20%) contrast(1.1);
  
}
.banner-card:hover img {

    transform: scale(1.15);
    filter: grayscale(0%) contrast(1);
  
}

#bannerstop {
  padding-top: 20px;
}

/* ================================
     CAROUSEL - Cinematic Fullscreen
     ================================ */
.hero-carousel {

    position: relative;
  
}
.hero-carousel .carousel-item {

    position: relative;
  
}
.hero-carousel .carousel-item::before {

    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 40%, transparent 70%);
    z-index: 1;
  
}
.hero-carousel .carousel-item::after {

    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 2;
  
}
.hero-carousel .carousel-caption {

    background: transparent;
    z-index: 10;
    text-align: left;
    left: 8%;
    right: 40%;
    bottom: 18%;
  
}
.hero-carousel .carousel-caption h2 {

    font-family: var(--fonttitle);
    font-weight: 100;
    font-size: clamp(3rem, 10vw, 8rem);
    letter-spacing: -2px;
    line-height: 0.85;
    text-shadow: none;
    animation: premiumTextSplit 1.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    margin-bottom: 2rem;
  
}
.hero-carousel .carousel-caption h2 .highlight {

    color: var(--theme-primary);
    font-weight: 200;
    display: block;
    font-style: italic;
  
}
.hero-carousel .carousel-caption p {

    font-size: 0.95rem;
    font-weight: 300;
    max-width: 400px;
    line-height: 2;
    animation: premiumFadeSlide 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0.4s forwards;
    opacity: 0;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.6);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 20px;
  
}
.hero-carousel .carousel-indicators {

    justify-content: flex-start !important;
    left: 8% !important;
    bottom: 8% !important;
    transform: none !important;
    gap: 20px;
    flex-direction: column !important;
    align-items: flex-start !important;
  
}
.hero-carousel .carousel-indicators button {

    width: 1px !important;
    height: 40px !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 0.15) !important;
    border: none !important;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    margin: 0;
  
}
.hero-carousel .carousel-indicators button.active {

    height: 80px !important;
    background: var(--theme-primary) !important;
    width: 2px !important;
  
}
/* ================================
     SPONSOR SECTION - Minimal Grid
     ================================ */
.sponsors-top-spacing {
  height: 200px; 
  width: 100%; 
  background: var(--bannersbgcolor); 
  transform: translateY(-200px); 
  position: absolute;
}

.sponsor-section {

    background: var(--bannersbgcolor);
    padding: 80px 0;
    position: relative;
    padding-top: 90px !important;
  
}
.sponsor-section::before {

    content: "PARTNERS";
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--fonttitle);
    font-size: 0.6rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.1);
    letter-spacing: 8px;
    text-transform: uppercase;
  
}
.sponsor-logo {

    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    filter: grayscale(100%) opacity(0.3) contrast(1.2);
  
}
.sponsor-logo:hover {

    filter: grayscale(0%) opacity(1) contrast(1);
    transform: none;
  
}

/* ================================
   MOBILE MENU - Editorial Panel
   ================================ */
.mobile-menu-panel {
  background: var(--primarybgcolor);
  backdrop-filter: blur(40px);
  box-shadow: -40px 0 100px rgba(0, 0, 0, 0.7);
}

.mobile-menu-panel-header {
  background: transparent;
  color: var(--theme-primary);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 30px;
}

.mobile-menu-panel-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 40px;
  height: 1px;
  background: var(--theme-primary);
}

.mobile-menu-header {
  background: transparent;
  color: var(--theme-primary);
  letter-spacing: 4px;
  font-size: 0.6rem;
  text-transform: uppercase;
  border-bottom: none;
  padding: 30px 30px 15px;
}

.mobile-menu-arrow {
  color: var(--primarytextcolor);
}

.mobile-menu-link,
.mobile-menu-toggle,
.mobile-menu-parent-link,
.mobile-menu-parent-text {
  color: var(--primarytextcolor);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) !important;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 18px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}

.mobile-menu-link:hover,
.mobile-menu-toggle:hover,
.mobile-menu-parent-link:hover,
.mobile-menu-parent-text:hover {
  background: transparent;
  color: var(--theme-primary);
  padding-left: 40px;
}

.mobile-menu-section-title {
  font-size: 0.7rem;
  text-align: center;
  color: var(--theme-primary);
  font-family: var(--fonttitle);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.6rem;
  backdrop-filter: contrast(0.9);
}

.mobile-submenu {
  background: transparent;
  border-radius: 0;
  margin: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.03);
  margin-left: 30px;
}

/* ================================
   PREMIUM ANIMATIONS
   ================================ */
@keyframes premiumCurtainReveal {
  0% {
    opacity: 0;
    clip-path: inset(100% 0 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

@keyframes premiumSlideReveal {
  0% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

@keyframes premiumTextSplit {
  0% {
    opacity: 0;
    letter-spacing: 20px;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    letter-spacing: -2px;
    filter: blur(0);
  }
}

@keyframes premiumFadeSlide {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes premiumLineExpand {
  from {
    width: 0;
  }
  to {
    width: 60px;
  }
}

/* ================================
   SCROLL ANIMATIONS - Premium
   ================================ */
.scroll-fade-up {
  opacity: 0;
  transform: translateY(50px) translateX(-20px);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.scroll-fade-up.scroll-visible {
  opacity: 1;
  transform: translateY(0) translateX(0);
}

.scroll-fade-left {
  opacity: 0;
  transform: translateX(-80px);
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

.scroll-fade-left.scroll-visible {
  opacity: 1;
  transform: translateX(0);
}

.scroll-fade-right {
  opacity: 0;
  transform: translateX(80px);
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

.scroll-fade-right.scroll-visible {
  opacity: 1;
  transform: translateX(0);
}

.scroll-scale {
  opacity: 0;
  transform: scale(0.85);
  filter: grayscale(100%);
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

.scroll-scale.scroll-visible {
  opacity: 1;
  transform: scale(1);
  filter: grayscale(0%);
}

.scroll-reveal {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.scroll-reveal.scroll-visible {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

.scroll-slide-up {
  opacity: 0;
  transform: translateY(120px);
  transition: all 1.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.scroll-slide-up.scroll-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Premium Staggered animations with curtain */
.scroll-stagger-container .scroll-stagger-item {
  opacity: 0;
  clip-path: inset(100% 0 0 0);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: var(--stagger-delay, 0s);
}

.scroll-stagger-container.scroll-visible .scroll-stagger-item {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}


/* ================================
   Premium Theme Buttons
   ================================ */
.btn-theme-primary,
.v-btn.btn-theme-primary,
.v-btn--variant-elevated,
.v-btn--variant-flat {
  background: transparent !important;
  color: var(--theme-primary) !important;
  border: 1px solid var(--theme-primary) !important;
  border-radius: 0 !important;
  font-family: var(--fonttitle);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.75rem;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
  overflow: hidden;
  padding: 14px 36px;
}

.btn-theme-primary::before,
.v-btn.btn-theme-primary::before,
.v-btn--variant-elevated::before,
.v-btn--variant-flat::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--theme-primary);
  transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: -1;
}

.btn-theme-primary:hover,
.v-btn.btn-theme-primary:hover,
.v-btn--variant-elevated:hover,
.v-btn--variant-flat:hover {
  color: var(--primarybgcolor) !important;
  transform: none !important;
  box-shadow: none !important;
}

.btn-theme-primary:hover::before,
.v-btn.btn-theme-primary:hover::before,
.v-btn--variant-elevated:hover::before,
.v-btn--variant-flat:hover::before {
  left: 0;
}

.btn-theme-secondary,
.v-btn.btn-theme-secondary {
  background: var(--theme-primary) !important;
  color: var(--theme-secondary) !important;
  border: none !important;
  border-radius: 0 !important;
  font-weight: 300;
  letter-spacing: 3px;
}

.btn-theme-outline,
.v-btn.btn-theme-outline,
.v-btn--variant-outlined {
  background: transparent !important;
  color: var(--gamestextcolor) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 0 !important;
  font-weight: 300;
  letter-spacing: 3px;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  padding: 12px 34px !important;
}

.v-btn--variant-outlined:hover {
  border-color: var(--theme-primary) !important;
  color: var(--theme-primary) !important;
}

/* Override Vuetify button colors */
.v-btn--color-primary {
  background: transparent !important;
  color: var(--theme-primary) !important;
  border: 1px solid var(--theme-primary) !important;
  border-radius: 0 !important;
}


/* ================================
   Premium Theme All News Button
   ================================ */
.btn-all-news,
a.btn-all-news {
  background: transparent !important;
  color: var(--highlightcolor-inversed) !important;
  border: 1px solid var(--highlightcolor-inversed) !important;
  font-family: var(--fonttitle);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 16px 40px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  text-decoration: none !important;
  display: inline-block;
}

.btn-all-news::before,
a.btn-all-news::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--highlightcolor-inversed);
  transition: left 0.4s ease;
  z-index: -1;
}

.btn-all-news:hover::before,
a.btn-all-news:hover::before {
  left: 0;
}

.btn-all-news:hover,
a.btn-all-news:hover {
  color: var(--highlightcolor) !important;
}


/* ================================
   Premium Theme Tabs - Outlined Style
   ================================ */
.themed-tab.nav-link {
  background: transparent !important;
  color: var(--theme-primary) !important;
  border: 1px solid var(--theme-primary) !important;
  font-family: var(--fonttitle);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 14px 32px;
  border-radius: 0 !important;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.themed-tab.nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--theme-primary);
  transition: left 0.4s ease;
  z-index: -1;
}

.themed-tab.nav-link:hover::before {
  left: 0;
}

.themed-tab.nav-link:hover {
  color: var(--primarybgcolor) !important;
}

.themed-tab.nav-link.active {
  background: var(--theme-primary) !important;
  background-color: var(--theme-primary) !important;
  color: var(--primarybgcolor) !important;
  border-color: var(--theme-primary) !important;
}

/* ================================
   Premium Theme - Games Page Tabs
   ================================ */
.year-tab.nav-link {
  font-family: var(--fonttitle);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1rem;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.year-tab.nav-link:hover {
  letter-spacing: 5px;
}

.year-tab.nav-link.active {
  letter-spacing: 5px;
  border-bottom: 1px solid var(--theme-primary) !important;
}

.month-tab.btn {
  background: transparent !important;
  color: var(--theme-primary) !important;
  border: 1px solid var(--theme-primary) !important;
  font-family: var(--fonttitle);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.7rem;
  border-radius: 0 !important;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
  overflow: hidden;
}

.month-tab.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--theme-primary);
  transition: width 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: -1;
}

.month-tab.btn:hover::before {
  width: 100%;
}

.month-tab.btn:hover {
  color: var(--primarybgcolor) !important;
  letter-spacing: 3px;
}

.month-tab.btn.active {
  background: var(--theme-primary) !important;
  color: var(--primarybgcolor) !important;
  letter-spacing: 3px;
}

.month-tab.btn .badge {
  background: rgba(129, 129, 129, 0.8) !important;
}

.month-tab.btn.active .badge {
  background: rgba(0, 0, 0, 0.2) !important;
}

.year-tab.nav-link:focus,
.month-tab.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* ================================
   Premium Theme - Game Date Display
   ================================ */
.game-date-display {
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  background: #ffffff;
  border: 2px solid var(--theme-primary);
}

.game-date-display .event-day {
  background: transparent !important;
  color: var(--theme-primary) !important;
  font-family: var(--fonttitle);
  font-weight: 200;
  font-size: 2rem;
  letter-spacing: 2px;
  border: none !important;
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.game-date-display .event-month {
  background: transparent !important;
  color: var(--theme-primary) !important;
  font-family: var(--fonttitle);
  font-weight: 300;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: none !important;
  padding-top: 12px !important;
  border-left: 1px solid var(--theme-primary) !important;
}

.game-date-display .event-time {
  background: transparent !important;
  color: var(--theme-primary) !important;
  font-family: var(--fonttitle);
  font-weight: 300;
  letter-spacing: 2px;
  border: none !important;
  border-top: 1px solid var(--theme-primary) !important;
}

/* ================================
   Premium Theme - News Archive List
   ================================ */
.news-archive-list--premium {
  display: flex;
  flex-direction: column;
}

.news-archive-list--premium .news-archive-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.75rem 0;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid rgb(from var(--theme-primary) r g b / 0.15);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.news-archive-list--premium .news-archive-item:first-child {
  border-top: 1px solid rgb(from var(--theme-primary) r g b / 0.15);
}

.news-archive-list--premium .news-archive-item:hover {
  padding-left: 1.5rem;
  border-bottom-color: var(--theme-primary);
}

.news-archive-list--premium .news-archive-item-content {
  flex: 1;
  min-width: 0;
}

.news-archive-list--premium .news-archive-item-title {
  font-family: var(--fonttitle);
  font-size: 1.1rem;
  font-weight: 300;
  margin: 0 0 0.35rem 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.news-archive-list--premium .news-archive-item:hover .news-archive-item-title {
  color: var(--theme-primary);
}

.news-archive-list--premium .news-archive-item-meta {
  display: flex;
  gap: 2rem;
  font-size: 0.75rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.news-archive-list--premium .news-archive-item-date {
  color: var(--theme-primary);
  font-weight: 400;
}

.news-archive-list--premium .news-archive-item-category {
  color: rgba(0, 0, 0, 0.35);
  font-weight: 300;
}

.news-archive-list--premium .news-archive-item-arrow {
  color: var(--theme-primary);
  font-size: 1rem;
  margin-left: 2rem;
  flex-shrink: 0;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  letter-spacing: 4px;
}

.news-archive-list--premium .news-archive-item:hover .news-archive-item-arrow {
  opacity: 1;
  transform: translateX(4px);
}

/* ================================
   Premium Theme - Games Archive List
   ================================ */
.games-archive-list--premium {
  display: flex;
  flex-direction: column;
}

.games-archive-list--premium .games-archive-item {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.75rem 0;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid rgb(from var(--theme-primary) r g b / 0.15);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.games-archive-list--premium .games-archive-item:first-child {
  border-top: 1px solid rgb(from var(--theme-primary) r g b / 0.15);
}

.games-archive-list--premium .games-archive-item:hover {
  padding-left: 1.5rem;
  border-bottom-color: var(--theme-primary);
}

.games-archive-list--premium .games-archive-item-date {
  flex-shrink: 0;
  width: 100px;
  font-family: var(--fonttitle);
  font-weight: 300;
  font-size: 0.8rem;
  color: var(--theme-primary);
  letter-spacing: 3px;
  text-transform: uppercase;
}

.games-archive-list--premium .games-archive-item-main {
  flex: 1;
  min-width: 0;
}

.games-archive-list--premium .games-archive-item-title {
  font-family: var(--fonttitle);
  font-size: 1.1rem;
  font-weight: 300;
  color: #1a1a1a;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}

.games-archive-list--premium .games-archive-item:hover .games-archive-item-title {
  color: var(--theme-primary);
}

.games-archive-list--premium .games-archive-item-details {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  font-size: 0.7rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.35);
}

.games-archive-list--premium .games-archive-item-league {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.games-archive-list--premium .games-archive-item-place::before,
.games-archive-list--premium .games-archive-item-team::before {
  content: "—";
  margin-right: 1rem;
  color: rgb(from var(--theme-primary) r g b / 0.3);
}

.games-archive-list--premium .games-archive-item-result {
  flex-shrink: 0;
  text-align: right;
  min-width: 100px;
}

.games-archive-list--premium .games-archive-item-score {
  font-family: var(--fonttitle);
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 3px;
}

.games-archive-list--premium .games-archive-item-periods {
  display: block;
  font-size: 0.65rem;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 2px;
  margin-top: 4px;
}

@media (max-width: 767px) {
  .games-archive-list--premium .games-archive-item {
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 1.25rem 0;
  }

  .games-archive-list--premium .games-archive-item-title {
    font-size: 1rem;
  }

  .games-archive-list--premium .games-archive-item-date {
    width: auto;
  }

  .games-archive-list--premium .games-archive-item-details {
    gap: 0.1rem;
    letter-spacing: 0px;
  }

  .games-archive-list--premium .games-archive-item-result {
    width: 100%;
    text-align: left;
    min-width: auto;
  }
}

/* ================================
   Premium Theme - Documents Archive List
   ================================ */
.documents-archive-list--premium {
  display: flex;
  flex-direction: column;
}

.documents-archive-list--premium .documents-archive-item {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem 0;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid rgb(from var(--theme-primary) r g b / 0.15);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.documents-archive-list--premium .documents-archive-item:first-child {
  border-top: 1px solid rgb(from var(--theme-primary) r g b / 0.15);
}

.documents-archive-list--premium .documents-archive-item:hover {
  padding-left: 1.5rem;
  border-bottom-color: var(--theme-primary);
}

.documents-archive-list--premium .documents-archive-item-icon {
  flex-shrink: 0;
  font-size: 1.2rem;
  color: var(--theme-primary);
  opacity: 0.6;
  width: 30px;
  text-align: center;
  transition: opacity 0.6s ease;
}

.documents-archive-list--premium .documents-archive-item:hover .documents-archive-item-icon {
  opacity: 1;
}

.documents-archive-list--premium .documents-archive-item-content {
  flex: 1;
  min-width: 0;
}

.documents-archive-list--premium .documents-archive-item-name {
  font-family: var(--fonttitle);
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.documents-archive-list--premium .documents-archive-item:hover .documents-archive-item-name {
  color: var(--theme-primary);
}

.documents-archive-list--premium .documents-archive-item-meta {
  display: flex;
  gap: 2rem;
  font-size: 0.7rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.35);
}

.documents-archive-list--premium .documents-archive-item-category {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.35);
}

.documents-archive-list--premium .documents-archive-item-description::before {
  content: "—";
  margin-right: 1rem;
  color: rgb(from var(--theme-primary) r g b / 0.3);
}

.documents-archive-list--premium .documents-archive-item-download {
  flex-shrink: 0;
  color: var(--theme-primary);
  font-size: 0.85rem;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.documents-archive-list--premium .documents-archive-item:hover .documents-archive-item-download {
  opacity: 1;
  transform: translateY(-2px);
}

/* ================================
   Premium Theme - Team Contacts
   ================================ */
.team-contacts-grid--premium {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.team-contacts-grid--premium .team-contacts-card {
  padding: 0;
  border-bottom: 1px solid rgb(from var(--theme-primary) r g b / 0.15);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.team-contacts-grid--premium .team-contacts-card:first-child {
  border-top: 1px solid rgb(from var(--theme-primary) r g b / 0.15);
  padding-top: 2rem;
}

.team-contacts-grid--premium .team-contacts-card-header {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-bottom: 1.25rem;
}

.team-contacts-grid--premium .team-contacts-card-image {
  width: 100px;
  height: 70px;
  object-fit: cover;
  cursor: pointer;
  flex-shrink: 0;
  border: 1px solid rgb(from var(--theme-primary) r g b / 0.2);
  opacity: 0.85;
  transition: opacity 0.6s ease;
}

.team-contacts-grid--premium .team-contacts-card-image:hover {
  opacity: 1;
}

.team-contacts-grid--premium .team-contacts-card-info {
  flex: 1;
  min-width: 0;
}

.team-contacts-grid--premium .team-contacts-card-title {
  font-family: var(--fonttitle);
  font-size: 1.1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #111111;
  margin: 0;
}

.team-contacts-grid--premium .team-contacts-card-section {
  color: var(--theme-primary);
  margin-right: 0.75rem;
  font-weight: 400;
}

.team-contacts-grid--premium .team-contacts-card-email {
  display: inline-block;
  margin-top: 0.3rem;
  font-size: 0.75rem;
  color: var(--theme-primary);
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: lowercase;
  font-weight: 300;
}

.team-contacts-grid--premium .team-contacts-card-email:hover {
  text-decoration: underline;
}

.team-contacts-grid--premium .team-contacts-officials {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0;
  padding-bottom: 2rem;
}

.team-contacts-grid--premium .team-contacts-person {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
  padding-right: 1rem;
  text-decoration: none;
  color: inherit;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.team-contacts-grid--premium .team-contacts-person:hover {
  padding-left: 1rem;
}

.team-contacts-grid--premium .team-contacts-person-name {
  font-family: var(--fonttitle);
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1a1a1a;
}

.team-contacts-grid--premium .team-contacts-person:hover .team-contacts-person-name {
  color: var(--theme-primary);
}

.team-contacts-grid--premium .team-contacts-person-role {
  font-size: 0.7rem;
  color: rgba(0, 0, 0, 0.35);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0.15rem;
}

@media (max-width: 767px) {
  .team-contacts-grid--premium .team-contacts-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .team-contacts-grid--premium .team-contacts-card-image {
    width: 100%;
    height: 120px;
  }

  .team-contacts-grid--premium .team-contacts-officials {
    grid-template-columns: 1fr;
  }
}

/* ================================
   Premium Theme - Modal
   ================================ */
.modal--premium .modal-content {
  border: 1px solid rgb(from var(--theme-primary) r g b / 0.15);
  border-radius: 0;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.modal--premium .modal-header {
  border-radius: 0;
  background: var(--theme-primary);
  color: var(--primarybgcolor, #1a1a1a);
  border-bottom: 1px solid rgb(from var(--theme-primary) r g b / 0.15);
  padding: 1.5rem 2rem;
}

.modal--premium .modal-title {
  font-family: var(--fonttitle);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1rem;
}

.modal--premium .modal-body {
  padding: 2rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.5px;
}

.modal--premium .modal-body div + div {
  margin-top: 0.75rem;
}

.modal--premium .modal-footer {
  border-top: 1px solid rgb(from var(--theme-primary) r g b / 0.15);
  padding: 1.25rem 2rem;
}

.modal--premium .modal-footer .btn {
  border: 1px solid rgb(from var(--theme-primary) r g b / 0.3);
  border-radius: 0;
  background: transparent;
  color: var(--theme-primary, #1a1a1a);
  font-family: var(--fonttitle);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.7rem;
  padding: 0.6rem 2rem;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.modal--premium .modal-footer .btn:hover {
  background: var(--theme-primary);
  color: var(--primarybgcolor, #1a1a1a);
  border-color: var(--theme-primary);
}

.modal--premium .btn-close {
  opacity: 0.3;
  transition: opacity 0.6s ease;
  color: var(--primarybgcolor, #1a1a1a);
}

.modal--premium .btn-close:hover {
  opacity: 0.8;
}

/* ================================
   Premium Theme - News Article
   ================================ */
.news-article--premium .news-article-hero {
  margin-bottom: 2rem;
  border: 1px solid rgb(from var(--theme-primary) r g b / 0.15);
  overflow: hidden;
}

.news-article--premium .news-article-hero-image {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.92;
  transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.news-article--premium .news-article-hero:hover .news-article-hero-image {
  opacity: 1;
}

.news-article--premium .news-article-meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.news-article--premium .news-article-meta-team {
  font-weight: 400;
  color: var(--theme-primary);
  filter: grayscale(.5);
}

.news-article--premium .news-article-meta-date {
  color: rgba(0, 0, 0, 0.35);
  font-weight: 300;
}

.news-article--premium .news-article-title {
  font-family: var(--fonttitle);
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #1a1a1a;
  margin-bottom: 2rem;
}

.news-article--premium .news-article-body {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.9;
  letter-spacing: 0.3px;
  color: #333;
}

.news-article--premium .news-article-body img {
  max-width: 100%;
  height: auto;
}

/* Sidebar */
.news-article--premium .news-article-sidebar {
  border-top: 1px solid rgb(from var(--theme-primary) r g b / 0.2);
  padding-top: 1.5rem;
}

.news-article--premium .news-article-sidebar-title {
  font-family: var(--fonttitle);
  font-weight: 300;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 1.5rem 0;
}

.news-article--premium .news-article-sidebar-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

.news-article--premium .news-article-sidebar-item {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid rgb(from var(--theme-primary) r g b / 0.1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.news-article--premium .news-article-sidebar-item:first-child {
  border-top: 1px solid rgb(from var(--theme-primary) r g b / 0.1);
}

.news-article--premium .news-article-sidebar-item:hover {
  padding-left: 1rem;
}

.news-article--premium .news-article-sidebar-item-title {
  font-family: var(--fonttitle);
  font-weight: 300;
  font-size: 0.85rem;
  letter-spacing: 1px;
  line-height: 1.4;
}

.news-article--premium .news-article-sidebar-item:hover .news-article-sidebar-item-title {
  filter: opacity(0.7) !important;
}

.news-article--premium .news-article-sidebar-item-date {
  font-size: 0.7rem;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0.2rem;
}

.news-article--premium .news-article-sidebar-empty {
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 1px;
}

/* ================================
   Premium Theme - Form Controls
   ================================ */
.form-control,
.form-select {
  --theme-primary: var(--theme-primary-darker);
  border: 1px solid rgb(from var(--theme-primary) r g b / 0.2);
  border-radius: 0;
  padding: 0.7rem 1rem;
  font-size: 0.85rem;
  font-weight: 300;
  letter-spacing: 1px;
  background-color: transparent;
  color: #1a1a1a;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--theme-primary);
  box-shadow: none;
  outline: none;
  background-color: rgb(from var(--theme-primary) r g b / 0.03);
}

.form-control::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.player-name {
  background-color: var(--theme-primary) !important;
  filter: grayscale(0.25);
  color: var(--theme-primary) !important;
}

.player-name span, .player-name h2 {
  color: var(--primarybgcolor) !important;
}

.player-number {
  color: #3a3a3a !important;
}


.lang-btn.active {
  background: var(--theme-primary);
  color: var(--theme-secondary);
}

/* ================================
   SubsiteDescription - Premium
   Luxury editorial, dramatic whitespace
   ================================ */
#subsitedescription {
  background-color: rgb(from var(--highlightcolor) r g b / 0.25) !important;
  position: relative;
}

#subsitedescription.description {
  border-top: none;
  border-bottom: none;
}

#subsitedescription .container {
  position: relative;
}

#subsitedescription .container::before {
  content: "";
  display: block;
  width: 1px;
  height: 28px;
  background: linear-gradient(180deg, transparent, var(--theme-primary), transparent);
  margin: 0 auto 1.5rem;
}

#subsitedescription .container::after {
  content: "";
  display: block;
  width: 1px;
  height: 28px;
  background: linear-gradient(180deg, transparent, var(--theme-primary), transparent);
  margin: 1.5rem auto 0;
}

#subsitedescription span {
  font-family: var(--fonttitle);
  font-size: 1.4rem !important;
  font-weight: 200;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  #subsitedescription span {
    font-size: 1rem !important;
  }
}

/* Inner pages with hardcoded light backgrounds use a darker theme-primary
   so accents stay readable. Any var(--theme-primary) inside these scopes
   automatically resolves to the darker variant. */
.news-archive-list--premium,
.games-archive-list--premium,
.documents-archive-list--premium,
.news-article--premium,
.game-page--premium,
.games-page--premium,
.team-contacts-grid--premium,
.modal--premium,
.players-list--premium,
.officials-list--premium {
  --primarybgcolor: var(--primarybgcolor-lighter);
  --theme-secondary: var(--primarybgcolor-lighter);
  --theme-primary: var(--theme-primary-darker);
  --theme-accent: var(--theme-primary-darker);
}