@media (min-width: 992px) {
  body.ch-modern .nav-mega-item { position: static !important; }
  body.ch-modern .nav-mega-item .nav-mega-menu,
  body.ch-modern .nav-mega-item .casino-advanced-menu {
    display: none !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0.9rem !important;
    width: min(1100px, calc(100vw - 2.2rem)) !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    top: calc(100% + 0.45rem) !important;
    border: 1px solid rgba(126, 165, 255, 0.26) !important;
    border-radius: 12px !important;
    background: linear-gradient(170deg, rgba(11, 20, 36, 0.98), rgba(7, 13, 24, 0.98)) !important;
    box-shadow: 0 18px 36px rgba(4, 9, 18, 0.46) !important;
  }
  body.ch-modern .nav-mega-item .nav-mega-menu.show,
  body.ch-modern .nav-mega-item:hover > .nav-mega-menu,
  body.ch-modern .nav-mega-item:focus-within > .nav-mega-menu {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(220px, 1fr)) !important;
    gap: 0.8rem !important;
    align-items: stretch !important;
    width: min(900px, calc(100vw - 2.2rem)) !important;
  }
  body.ch-modern .nav-mega-item .casino-advanced-menu.show,
  body.ch-modern .nav-mega-item:hover > .casino-advanced-menu,
  body.ch-modern .nav-mega-item:focus-within > .casino-advanced-menu {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(180px, 1fr)) minmax(240px, 0.95fr) !important;
    gap: 0.8rem !important;
    align-items: stretch !important;
  }
  body.ch-modern .nav-mega-item .nav-mega-menu::before,
  body.ch-modern .nav-mega-item .casino-advanced-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -0.6rem;
    height: 0.6rem;
    background: transparent;
  }
  body.ch-modern .nav-mega-item > .nav-link.dropdown-toggle::after {
    transition: transform 0.18s ease;
  }
  body.ch-modern .nav-mega-item:hover > .nav-link.dropdown-toggle::after {
    transform: rotate(180deg);
  }
  body.ch-modern .nav-mega-side-logo {
    width: 120px;
    height: 120px;
    border-radius: 18px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.06);
    padding: 14px;
    border: 1px solid rgba(126, 165, 255, 0.22);
    flex-shrink: 0;
    transition: transform 0.2s ease, border-color 0.2s ease;
  }
  body.ch-modern .nav-mega-side-link:hover .nav-mega-side-logo {
    transform: scale(1.04);
    border-color: rgba(126, 165, 255, 0.5);
  }
  body.ch-modern .nav-mega-side--simple {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.85rem !important;
    text-align: center !important;
    padding: 1.1rem 0.8rem !important;
  }
  body.ch-modern .nav-mega-side--simple .nav-mega-side-link {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.6rem !important;
    text-decoration: none !important;
    color: inherit !important;
    width: 100%;
  }
  body.ch-modern .nav-mega-side--simple .nav-mega-side-title {
    font-size: 1.1rem !important;
    text-align: center !important;
  }
  body.ch-modern .nav-mega-col {
    list-style: none !important;
    padding: 0 0.5rem 0 0 !important;
    border-right: 1px solid rgba(126, 165, 255, 0.16);
    min-width: 0;
  }
  body.ch-modern .nav-mega-col:last-of-type {
    border-right: 0 !important;
  }
  body.ch-modern .nav-mega-col-title {
    color: #9ec8ff !important;
    letter-spacing: 0.08em !important;
    font-size: 0.7rem !important;
    text-transform: uppercase !important;
    margin: 0 0 0.4rem !important;
    font-weight: 700 !important;
  }
  body.ch-modern .nav-mega-link {
    display: block !important;
    color: #e6efff !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    padding: 0.28rem 0.38rem !important;
    margin: 0.05rem 0 !important;
    line-height: 1.35 !important;
  }
  body.ch-modern .nav-mega-link:hover {
    background: rgba(79, 140, 255, 0.16) !important;
    color: #fff !important;
  }
  body.ch-modern .nav-mega-side {
    list-style: none !important;
    border: 1px solid rgba(126, 165, 255, 0.2);
    border-radius: 10px;
    padding: 0.7rem;
    background: linear-gradient(170deg, rgba(15, 24, 42, 0.96), rgba(9, 15, 28, 0.97));
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    min-width: 0;
  }
  body.ch-modern .nav-mega-side-kicker {
    color: #9ec8ff !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    font-size: 0.66rem !important;
  }
  body.ch-modern .nav-mega-side-title {
    color: #fff !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    font-size: 1.05rem !important;
    margin: 0 !important;
  }
  body.ch-modern .nav-mega-side-text {
    color: #c5d5ef !important;
    font-size: 0.84rem !important;
    margin: 0 !important;
  }
}
