/* HorizonNode shared header - isolated from page CSS */
.hn-header{position:relative;z-index:5000;background:#05051d;border-bottom:1px solid rgba(93,91,176,.16);font-family:Montserrat,Arial,sans-serif;color:#fff}
.hn-header,.hn-header *{box-sizing:border-box}
.hn-header:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(rgba(64,81,140,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(64,81,140,.055) 1px,transparent 1px),radial-gradient(circle at 78% 110%,rgba(67,24,86,.25),transparent 28%);background-size:55px 55px,55px 55px,auto}
.hn-header .shell{position:relative;width:min(1400px,calc(100% - 46px));margin:0 auto}

.hn-header .topbar{position:relative;z-index:3;border:0}
.hn-header .topbar-inner{height:54px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid rgba(111,105,169,.18);border-top:0;border-radius:0 0 21px 21px;background:rgba(5,5,29,.35)}
.hn-header .announcement{min-width:0;display:flex;align-items:center;color:#dbe3fb;font-size:14px;font-weight:700;white-space:nowrap;overflow:hidden}
.hn-header .announcement-badge{flex:0 0 auto;margin-right:12px;padding:7px 12px;border-radius:999px;background:rgba(255,165,0,.13);color:#ffb000;font-size:9px;font-weight:900;line-height:1}
.hn-header .announcement-copy{overflow:hidden;text-overflow:ellipsis}
/* =========================================
   HORIZONNODE TOP RIGHT UTILITY LINKS
   ========================================= */

.hn-header .utility-nav{
  display:flex !important;
  align-items:center;
  gap:25px;
  flex:0 0 auto;
  white-space:nowrap;
}

.hn-header .utility-nav a{
  position:relative;
  display:inline-flex !important;
  align-items:center;
  gap:7px;
  padding:0 !important;
  margin:0 !important;
  color:#aeb8d5 !important;
  text-decoration:none !important;
  font-family:Montserrat,Arial,sans-serif;
  font-size:12px !important;
  font-weight:600 !important;
  line-height:1;
  white-space:nowrap;
  transition:color .18s ease,transform .18s ease;
}

.hn-header .utility-nav a:before{
  position:static !important;
  display:inline-block !important;
  width:auto !important;
  height:auto !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  transform:none !important;
  border:0 !important;
  border-radius:0 !important;
  opacity:1 !important;
  font-family:"Font Awesome 6 Free","Font Awesome 5 Free",FontAwesome,sans-serif !important;
  font-weight:900 !important;
  font-size:12px !important;
  line-height:1 !important;
  color:#aeb8d5 !important;
  background:transparent !important;
  box-shadow:none !important;
}

.hn-header .utility-nav a:nth-child(1):before{content:"\f075" !important;}
.hn-header .utility-nav a:nth-child(2):before{content:"\f09d" !important;}
.hn-header .utility-nav a:nth-child(3):before{content:"\f11b" !important;}
.hn-header .utility-nav a:nth-child(4):before{content:"\f233" !important;}

.hn-header .utility-nav a:hover{
  color:#fff !important;
  transform:translateY(-1px);
}

.hn-header .utility-nav a:hover:before{
  color:#3ec1f3 !important;
}

.hn-header .nav-wrap{position:relative;z-index:4;background:rgba(4,4,28,.18)}
.hn-header .nav-inner{height:113px;display:flex;align-items:center;gap:26px}
.hn-header .brand{position:relative;display:flex;align-items:center;justify-content:flex-start;width:205px;height:58px;padding-right:25px;flex:0 0 205px;text-decoration:none;overflow:visible}
.hn-header .brand:after{content:"";position:absolute;right:0;top:9px;bottom:9px;width:1px;background:rgba(255,255,255,.11)}
.hn-header .brand img{display:block;width:178px;height:52px;object-fit:contain;object-position:left center;max-width:none!important;opacity:1!important;visibility:visible!important}
.hn-header .main-nav{display:flex;align-items:center;gap:30px;flex:1;min-width:0;height:100%}
.hn-header .main-nav>a,.hn-header .dropdown-toggle{height:100%;display:inline-flex;align-items:center;gap:8px;padding:0;border:0;background:none;color:#fff;text-decoration:none;white-space:nowrap;font:800 13px/1 Montserrat,Arial,sans-serif;cursor:pointer}
.hn-header .main-nav>a:hover,.hn-header .dropdown-toggle:hover,.hn-header .dropdown.open>.dropdown-toggle{color:#159fff}
.hn-header .dropdown{position:relative;height:100%;display:flex;align-items:center}
.hn-header .nav-chevron{width:10px;height:7px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s ease}
.hn-header .dropdown.open .nav-chevron{transform:rotate(180deg)}
.hn-header .launch-btn{min-width:171px;height:53px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:11px;background:linear-gradient(135deg,#2abaff,#008ffe);box-shadow:0 10px 28px rgba(0,143,254,.12);color:#03111b;text-decoration:none;text-transform:uppercase;white-space:nowrap;font-size:9px;font-weight:900;transition:transform .18s ease,filter .18s ease}
.hn-header .launch-btn:hover{transform:translateY(-2px);filter:brightness(1.06)}
.hn-header .menu-toggle{display:none}

.hn-header .small-menu,.hn-header .mega-menu{position:absolute;top:calc(100% - 14px);z-index:5100;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:opacity .17s ease,transform .17s ease,visibility .17s ease;border:1px solid rgba(65,113,190,.33);background:#08072f;box-shadow:0 28px 65px rgba(0,0,0,.46);color:#fff}
.hn-header .dropdown.open>.small-menu,.hn-header .dropdown.open>.mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
.hn-header .small-menu{left:-24px;width:232px;padding:12px;border-radius:12px}
.hn-header .small-menu a{display:block;padding:14px 14px;border-radius:8px;color:#b8c3df;text-decoration:none;font-size:11px;font-weight:700;line-height:1.2}
.hn-header .small-menu a:hover{background:rgba(20,159,255,.10);color:#fff}
.hn-header .cloud-menu{width:240px}

.hn-header .mega-menu{right:-16px;left:auto;width:735px;padding:26px 28px;display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-radius:10px}
.hn-header .mega-menu section{padding:0 30px}
.hn-header .mega-menu section:first-child{padding-left:0}
.hn-header .mega-menu section:last-child{padding-right:0}
.hn-header .mega-menu section+section{border-left:1px solid rgba(255,255,255,.08)}
.hn-header .mega-menu h3{margin:0 0 16px;color:#fff;text-transform:uppercase;font-size:10px;line-height:1}
.hn-header .mega-menu a{display:flex;align-items:center;gap:12px;padding:8px 0;color:#fff;text-decoration:none}
.hn-header .mega-menu a:hover strong{color:#31b8ff}
.hn-header .menu-icon{width:40px;height:40px;display:grid;place-items:center;flex:0 0 40px;border-radius:9px;background:rgba(0,143,254,.17);color:#2dbbff}
.hn-header .menu-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.hn-header .mega-menu a>span:last-child,.hn-header .mega-menu strong,.hn-header .mega-menu small{display:block}
.hn-header .mega-menu strong{font-size:11px;line-height:1.2}
.hn-header .mega-menu small{margin-top:4px;color:#7986a7;font-size:7px;line-height:1.35}

@media(min-width:1181px){
  .hn-header .dropdown:hover>.small-menu,.hn-header .dropdown:hover>.mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
  .hn-header .dropdown:hover>.dropdown-toggle{color:#159fff}
  .hn-header .dropdown:hover .nav-chevron{transform:rotate(180deg)}
}

@media(max-width:1280px) and (min-width:1181px){
  .hn-header .shell{width:min(1180px,calc(100% - 34px))}
  .hn-header .brand{width:180px;flex-basis:180px}.hn-header .brand img{width:154px}
  .hn-header .main-nav{gap:20px}.hn-header .main-nav>a,.hn-header .dropdown-toggle{font-size:12px}
  .hn-header .launch-btn{min-width:155px}
}

@media(max-width:1180px){
  .hn-header .shell{width:calc(100% - 28px)}
  .hn-header .utility-nav{display:none}
  .hn-header .topbar-inner{height:48px;border-radius:0 0 16px 16px}
  .hn-header .nav-inner{height:83px}
  .hn-header .brand{width:174px;flex-basis:174px;height:50px;padding-right:0}.hn-header .brand:after{display:none}.hn-header .brand img{width:158px;height:45px}
  .hn-header .menu-toggle{margin-left:auto;width:43px;height:43px;padding:10px;display:grid;align-content:center;gap:5px;border:1px solid rgba(62,193,243,.18);border-radius:9px;background:#0b0b2c;cursor:pointer}
  .hn-header .menu-toggle span{display:block;height:2px;border-radius:2px;background:#fff}
  .hn-header .launch-btn{display:none}
  .hn-header .main-nav{position:absolute;top:100%;left:0;right:0;height:auto;max-height:calc(100vh - 128px);padding:15px 18px 22px;display:none;flex-direction:column;align-items:stretch;gap:0;overflow:auto;background:#070723;border-top:1px solid rgba(62,193,243,.12);box-shadow:0 28px 50px rgba(0,0,0,.4)}
  .hn-header .main-nav.open{display:flex}
  .hn-header .main-nav>a,.hn-header .dropdown-toggle{width:100%;height:auto;min-height:48px;justify-content:space-between;padding:0 8px;text-align:left}
  .hn-header .dropdown{height:auto;display:block}
  .hn-header .small-menu,.hn-header .mega-menu{position:static!important;width:auto!important;margin:0 0 10px!important;padding:10px!important;display:none;opacity:1;visibility:visible;pointer-events:auto;transform:none!important;box-shadow:none}
  .hn-header .dropdown.open>.small-menu,.hn-header .dropdown.open>.mega-menu{display:block}
  .hn-header .mega-menu{grid-template-columns:1fr!important}
  .hn-header .mega-menu section{padding:14px 4px!important;border-left:0!important;border-top:1px solid rgba(255,255,255,.07)}
  .hn-header .mega-menu section:first-child{border-top:0}
}

@media(max-width:620px){
  .hn-header .announcement{font-size:9px}.hn-header .announcement-badge{padding:6px 9px;margin-right:8px}
  .hn-header .brand{width:154px;flex-basis:154px}.hn-header .brand img{width:142px}
}


/* =========================================================
   HORIZONNODE HEADER V5 - REFERENCE-STYLE MEGA MENUS
   ========================================================= */

/* Game mega menu */
.hn-header .game-mega-menu,
.hn-header .cloud-mega-menu{
  position:absolute;
  top:calc(100% - 14px);
  z-index:5100;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(10px);
  transition:opacity .17s ease,transform .17s ease,visibility .17s ease;
  border:1px solid rgba(77,98,181,.38);
  background:#08072f;
  box-shadow:0 28px 65px rgba(0,0,0,.46);
  color:#fff;
}

.hn-header .dropdown.open>.game-mega-menu,
.hn-header .dropdown.open>.cloud-mega-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
}

.hn-header .game-mega-menu{
  width:1055px;
  left:-430px;
  padding:26px 32px 25px;
  display:grid;
  grid-template-columns:1.55fr 1.25fr 1.25fr;
  gap:0;
  border-radius:10px;
}

.hn-header .game-column{
  min-height:235px;
  padding:0 32px;
}

.hn-header .game-column:first-child{padding-left:0}
.hn-header .game-column:last-child{padding-right:0}
.hn-header .game-column+.game-column{border-left:1px solid rgba(255,255,255,.08)}

.hn-header .game-column h3,
.hn-header .cloud-mega-menu h3{
  margin:0 0 20px;
  color:#fff;
  text-transform:uppercase;
  font-size:10px;
  font-weight:900;
  line-height:1;
}

.hn-header .game-icon-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:19px 16px;
}

.hn-header .game-icon-grid.compact{
  grid-template-columns:repeat(3,1fr);
}

.hn-header .game-tile{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  color:#d8def1;
  text-decoration:none;
  text-align:center;
  font-size:9px;
  font-weight:800;
  line-height:1.2;
}

.hn-header .game-tile:hover{color:#fff}

.hn-header .game-icon{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:9px;
  box-shadow:0 8px 18px rgba(0,0,0,.23);
  font-size:15px;
  font-weight:900;
  color:#fff;
  transition:transform .16s ease,filter .16s ease;
}

.hn-header .game-tile:hover .game-icon{transform:translateY(-2px);filter:brightness(1.12)}
.hn-header .minecraft{background:linear-gradient(135deg,#598335,#88662f)}
.hn-header .rust{background:#d64b31}
.hn-header .dayz{background:#e63245}
.hn-header .ark{background:linear-gradient(135deg,#2e4b74,#34a2ad)}
.hn-header .gmod{background:#118df0}
.hn-header .satisfactory{background:linear-gradient(135deg,#8d9a9f,#3e5160)}
.hn-header .seven{background:linear-gradient(135deg,#722219,#d1af45)}
.hn-header .palworld{background:linear-gradient(135deg,#61cfdd,#7f5db5)}
.hn-header .sandbox{background:#4a78e6}
.hn-header .hytale{background:linear-gradient(135deg,#1a293f,#687b9c)}
.hn-header .conan{background:linear-gradient(135deg,#362e28,#6f5542)}

.hn-header .view-all-games{
  margin-top:26px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#fff;
  font-size:11px;
  font-weight:800;
  text-decoration:underline;
}

.hn-header .coming-item{
  display:flex;
  align-items:center;
  gap:12px;
  padding:9px 0;
  color:#fff;
  text-decoration:none;
}

.hn-header .coming-icon{
  width:42px;height:42px;
  display:grid;place-items:center;
  flex:0 0 42px;
  border-radius:8px;
  background:#1b1b34;
  font-size:10px;font-weight:900;
}

.hn-header .coming-item strong,
.hn-header .coming-item small{display:block}

.hn-header .coming-item strong{
  font-size:11px;
  line-height:1.2;
}

.hn-header .coming-item small{
  margin-top:4px;
  color:#8d98b8;
  font-size:9px;
}

.hn-header .coming-item:hover strong{color:#2fb6ff}

/* Cloud mega menu */
.hn-header .cloud-mega-menu{
  left:-210px;
  width:565px;
  padding:25px 32px;
  display:grid;
  grid-template-columns:1fr 1fr;
  border-radius:10px;
}

.hn-header .cloud-mega-menu section{
  padding:0 31px;
}

.hn-header .cloud-mega-menu section:first-child{padding-left:0}
.hn-header .cloud-mega-menu section:last-child{padding-right:0}
.hn-header .cloud-mega-menu section+section{border-left:1px solid rgba(255,255,255,.08)}

.hn-header .cloud-item{
  display:flex;
  align-items:center;
  gap:12px;
  color:#fff;
  text-decoration:none;
}

.hn-header .cloud-item strong,
.hn-header .cloud-item small{display:block}

.hn-header .cloud-item strong{
  font-size:12px;
  line-height:1.2;
}

.hn-header .cloud-item small{
  margin-top:5px;
  color:#8590ae;
  font-size:9px;
}

.hn-header .cloud-item:hover strong{color:#2fb6ff}

/* More menu dimensions closer to reference */
.hn-header .mega-menu{
  width:735px;
  right:-320px;
  padding:25px 28px 24px;
}

/* desktop hover */
@media(min-width:1181px){
  .hn-header .dropdown:hover>.game-mega-menu,
  .hn-header .dropdown:hover>.cloud-mega-menu{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0);
  }
}

/* Keep the dropdown row visually above hero content */
.hn-header .nav-wrap,
.hn-header .nav-inner,
.hn-header .main-nav,
.hn-header .dropdown{
  overflow:visible!important;
}

/* Tablet / mobile */
@media(max-width:1180px){
  .hn-header .game-mega-menu,
  .hn-header .cloud-mega-menu{
    position:static!important;
    width:auto!important;
    margin:0 0 10px!important;
    padding:12px!important;
    display:none;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none!important;
    box-shadow:none;
  }

  .hn-header .dropdown.open>.game-mega-menu,
  .hn-header .dropdown.open>.cloud-mega-menu{
    display:block;
  }

  .hn-header .game-mega-menu{
    grid-template-columns:1fr;
  }

  .hn-header .game-column{
    min-height:0;
    padding:16px 4px!important;
    border-left:0!important;
    border-top:1px solid rgba(255,255,255,.07);
  }

  .hn-header .game-column:first-child{border-top:0}

  .hn-header .game-icon-grid,
  .hn-header .game-icon-grid.compact{
    grid-template-columns:repeat(4,minmax(70px,1fr));
  }

  .hn-header .cloud-mega-menu{
    grid-template-columns:1fr;
  }

  .hn-header .cloud-mega-menu section{
    padding:14px 4px!important;
    border-left:0!important;
    border-top:1px solid rgba(255,255,255,.07);
  }

  .hn-header .cloud-mega-menu section:first-child{border-top:0}
}

@media(max-width:620px){
  .hn-header .game-icon-grid,
  .hn-header .game-icon-grid.compact{
    grid-template-columns:repeat(2,minmax(90px,1fr));
  }
}

/* =========================================
   HORIZONNODE ROTATING / CLICKABLE ANNOUNCEMENTS
   ========================================= */

/* Announcement area */
.hn-header .announcement {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    height: 38px;
    min-height: 38px;
    display: block;
    overflow: hidden;
}

/* Every announcement is a full clickable link */
.hn-header .announcement-slide {
    position: absolute;
    left: 0;
    top: 50%;

    width: 100%;
    max-width: 100%;
    height: 38px;

    display: inline-flex;
    align-items: center;
    gap: 14px;

    padding: 0;
    margin: 0;

    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    color: #dbe3fb !important;
    text-decoration: none !important;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translateY(-50%) translateX(15px);

    transition:
        opacity .45s ease,
        transform .45s ease,
        visibility .45s ease;
}

/* Visible announcement */
.hn-header .announcement-slide.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(-50%) translateX(0);
}

/* Announcement text */
.hn-header .announcement-copy {
    min-width: 0;
    display: inline-block;

    margin: 0;
    padding: 0;

    color: #dbe3fb !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;

    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 38px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    text-decoration: none !important;
}

/* NEW / SALE badge */
.hn-header .announcement-badge {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    flex: 0 0 auto;

    height: 28px;
    min-width: 45px;
    padding: 0 14px;
    margin: 0;

    border: 0 !important;
    border-radius: 999px;

    background: rgba(255, 165, 0, .13) !important;
    color: #ffb000 !important;

    font-size: 10px !important;
    font-weight: 900 !important;
    line-height: 1;

    white-space: nowrap;
}

/* SALE badge */
.hn-header .announcement-badge.sale {
    background: rgba(255, 91, 45, .15) !important;
    border: 1px solid rgba(255, 91, 45, .30) !important;
    color: #ff754f !important;
}

/* Hover */
.hn-header .announcement-slide:hover,
.hn-header .announcement-slide:focus,
.hn-header .announcement-slide:active {
    color: #fff !important;
    text-decoration: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.hn-header .announcement-slide:hover .announcement-copy,
.hn-header .announcement-slide:focus .announcement-copy {
    color: #fff !important;
}

.hn-header .announcement-slide:hover .announcement-badge {
    filter: brightness(1.12);
}

/* Make sure generic anchor/button CSS cannot create a second pill */
.hn-header .announcement a,
.hn-header .announcement a:hover,
.hn-header .announcement a:focus,
.hn-header .announcement a:active {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

/* Keep utility links beside the announcements */
.hn-header .topbar-inner {
    position: relative;
}

.hn-header .utility-nav {
    flex: 0 0 auto;
}

/* Tablet */
@media (max-width: 1180px) {
    .hn-header .announcement {
        height: 36px;
        min-height: 36px;
    }

    .hn-header .announcement-slide {
        height: 36px;
    }

    .hn-header .announcement-copy {
        font-size: 13px !important;
        line-height: 36px;
    }

    .hn-header .announcement-badge {
        height: 27px;
        padding: 0 13px;
        font-size: 10px !important;
    }
}

/* Mobile */
@media (max-width: 620px) {
    .hn-header .announcement {
        height: 32px;
        min-height: 32px;
    }

    .hn-header .announcement-slide {
        height: 32px;
        gap: 9px;
    }

    .hn-header .announcement-copy {
        font-size: 11px !important;
        line-height: 32px;
    }

    .hn-header .announcement-badge {
        height: 24px;
        min-width: 40px;
        padding: 0 10px;
        font-size: 9px !important;
    }
}

/* Utility Navigation */
.hn-header .utility-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 0 0 auto;
    white-space: nowrap;
}

.hn-header .utility-nav > a {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    padding: 0 !important;
    margin: 0 !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;

    color: #aeb8d5 !important;
    text-decoration: none !important;

    font-family: Montserrat, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

/* Remove the old square icons */
.hn-header .utility-nav > a::before,
.hn-header .utility-nav > a::after {
    content: none !important;
    display: none !important;
}

/* Font Awesome icons */
.hn-header .utility-nav > a > i {
    display: inline-block !important;
    width: 14px;
    color: #aeb8d5 !important;

    font-size: 12px;
    line-height: 1;

    background: transparent !important;
    border: 0 !important;
}

.hn-header .utility-nav > a:hover {
    color: #ffffff !important;
}

.hn-header .utility-nav > a:hover > i {
    color: #3ec1f3 !important;
}

/* =================================
   GAME HOSTING MEGA MENU
================================= */

.game-mega-menu {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 0;
}


/* =================================
   COLUMNS
================================= */

.game-column {
    min-width: 0;
    padding: 0 28px;
}

.game-column + .game-column {
    border-left: 1px solid rgba(255,255,255,.10);
}

.game-column h3 {
    margin: 0 0 24px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: #ffffff;
}


/* =================================
   GAME GRID
================================= */

.game-icon-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(55px, 1fr));
    gap: 20px 18px;
}

.game-icon-grid.compact {
    grid-template-columns: repeat(2, minmax(70px, 1fr));
    gap: 22px 24px;
}


/* =================================
   GAME TILE
================================= */

.game-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #dfe5ff;
    min-width: 0;
}

.game-tile > span:last-of-type {
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.25;
    font-weight: 700;
}

.game-tile:hover {
    color: #ffffff;
}


/* =================================
   GAME ICON
================================= */

.game-icon.image-icon {
    width: 42px;
    height: 42px;
    border-radius: 9px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #15152e;
    flex-shrink: 0;
}

.game-icon.image-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* =================================
   COMING SOON BADGE
================================= */

.game-coming-soon {
    display: inline-block;
    margin-top: 5px;

    padding: 2px 7px;

    border-radius: 4px;

    background: #3d3650;
    color: #c7bdd8;

    font-size: 8px;
    font-weight: 800;
    line-height: 1.4;

    text-transform: uppercase;
    letter-spacing: .15px;

    white-space: nowrap;
}


/* =================================
   NEW RELEASES
================================= */

.new-releases {
    display: flex;
    flex-direction: column;
}

.new-releases .game-icon-grid {
    flex: 1;
}


/* =================================
   VIEW ALL GAMES
================================= */

.view-all-games {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-top: auto;
    padding-top: 28px;

    color: #ffffff;

    font-size: 11px;
    font-weight: 800;

    text-decoration: underline;
}

.view-all-games:hover {
    color: #3ec1f3;
}

.view-all-arrow {
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
}


/* =================================
   COMING SOON COLUMN
================================= */

.coming-soon {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.coming-item {
    display: flex;
    align-items: center;
    gap: 12px;

    color: #ffffff;
    text-decoration: none;
}

.coming-item:hover {
    color: #3ec1f3;
}


/* =================================
   COMING SOON ICON
================================= */

.coming-icon.image-coming-icon {
    width: 38px;
    height: 38px;

    border-radius: 8px;

    overflow: hidden;

    flex-shrink: 0;

    background: #17172d;
}

.coming-icon.image-coming-icon img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;
}


/* =================================
   COMING SOON TEXT
================================= */

.coming-item-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.coming-item strong {
    font-size: 11px;
    font-weight: 800;
}

.coming-item small {
    font-size: 9px;
    color: #8589a8;
}


/* =================================
   MOBILE
================================= */

@media (max-width: 900px) {

    .game-mega-menu {
        grid-template-columns: 1fr;
    }

    .game-column {
        padding: 20px;
    }

    .game-column + .game-column {
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.10);
    }

    .game-icon-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .game-icon-grid.compact {
        grid-template-columns: repeat(2, 1fr);
    }

}
