/*
 * GameTracker V5 R7 — literal Noticias/Nexo shell inheritance.
 *
 * Desktop shell geometry is NOT implemented here.
 * On Desktop this page loads the live Noticias shell stylesheet and uses
 * the same outer classes and structural class names: gp-news-nexo-shell,
 * n-news-scroll, n-news-interior, n-rail nxm-rail, n-widget.
 *
 * This file only styles GameTracker-specific product content.
 */

@media (min-width:1181px){
  .gp-gametracker-nexo-shell .gtv4-shell{
    width:100%;
    max-width:none;
    margin:0;
    padding:0 0 86px;
  }

  .gp-gametracker-nexo-shell .gtv4-hero-head{
    display:none!important;
  }

  /* Personal summary */
  .gp-gametracker-nexo-shell .gtv4-today{
    margin:0 0 12px;
    border:1px solid rgba(35,142,178,.30);
    border-radius:10px;
    background:rgba(4,22,32,.92);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.02),0 10px 26px rgba(0,0,0,.14);
  }

  .gp-gametracker-nexo-shell .gtv4-today__item{
    min-height:66px;
    padding:11px 14px;
    background:transparent;
  }

  .gp-gametracker-nexo-shell .gtv4-today__n{
    font-size:28px;
    line-height:1;
    letter-spacing:-.045em;
  }

  .gp-gametracker-nexo-shell .gtv4-today__label{
    margin-top:6px;
    color:#88a3b0;
    font:700 10px/1.2 Barlow,Inter,sans-serif;
  }

  /* Search / filters */
  .gp-gametracker-nexo-shell .gtv4-shell > .gtv4-tools-wrap{
    margin:0;
  }

  .gp-gametracker-nexo-shell .gtv4-tools{
    grid-template-columns:minmax(240px,1.6fr) minmax(150px,.72fr) minmax(150px,.72fr) auto;
    gap:9px 10px;
    padding:11px;
    border:1px solid rgba(35,142,178,.27);
    border-radius:10px;
    background:linear-gradient(180deg,rgba(7,31,44,.92),rgba(4,20,30,.95));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.018),0 10px 26px rgba(0,0,0,.12);
  }

  .gp-gametracker-nexo-shell .gtv4-tools__field label,
  .gp-gametracker-nexo-shell .gtv4-tools__advanced > summary{
    font-size:10.5px!important;
    line-height:1.2!important;
  }

  .gp-gametracker-nexo-shell .gtv4-tools input,
  .gp-gametracker-nexo-shell .gtv4-tools select{
    min-height:44px;
    border-color:rgba(35,142,178,.22);
    background-color:rgba(2,17,26,.72);
    font-size:14px!important;
  }

  .gp-gametracker-nexo-shell .gtv4-tools__advanced{
    border-color:rgba(35,142,178,.22);
    background-color:rgba(2,17,26,.72);
  }

  .gp-gametracker-nexo-shell .gtv4-tools__submit{
    min-height:44px;
    border:1px solid rgba(0,217,255,.58);
    border-radius:8px;
    background:linear-gradient(180deg,#28ebff,#00cde9);
    color:#00202b;
    box-shadow:0 7px 18px rgba(0,217,255,.13);
  }

  .gp-gametracker-nexo-shell .gtv4-tools__footer,
  .gp-gametracker-nexo-shell .gtv4-tools__footer a{
    color:#7e9aa8;
    font-size:10px!important;
  }

  /* Editorial hierarchy */
  .gp-gametracker-nexo-shell .gtv4-section{
    margin-top:23px;
  }

  .gp-gametracker-nexo-shell .gtv4-section__head{
    gap:10px;
    margin-bottom:10px;
    padding-bottom:9px;
    border-bottom:1px solid rgba(0,217,255,.10);
  }

  .gp-gametracker-nexo-shell .gtv4-section__title{
    color:#f1f7fa;
    font:800 15.5px/1 Barlow Condensed,Inter,sans-serif;
    letter-spacing:.08em;
  }

  .gp-gametracker-nexo-shell .gtv4-section__link{
    color:#50e7fb;
    font:800 10.5px/1 Barlow,Inter,sans-serif;
  }

  .gp-gametracker-nexo-shell .gtv4-card{
    border-radius:10px;
    border-color:rgba(35,142,178,.23);
    background:linear-gradient(180deg,rgba(8,34,48,.96),rgba(5,23,34,.98));
    box-shadow:0 10px 24px rgba(0,0,0,.13);
  }

  .gp-gametracker-nexo-shell .gtv4-card:hover{
    border-color:rgba(0,217,255,.38);
    box-shadow:0 15px 32px rgba(0,0,0,.20);
  }

  .gp-gametracker-nexo-shell .gtv4-card__body{
    padding:13px;
  }

  .gp-gametracker-nexo-shell .gtv4-card__title{
    font-size:16.5px;
    line-height:1.12;
  }

  .gp-gametracker-nexo-shell .gtv4-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:11px;
  }

  .gp-gametracker-nexo-shell .gtv4-rail:not(.gtv4-rail--editorial){
    grid-auto-columns:minmax(250px,31.5%);
    gap:10px;
  }

  /* Hidden gem */
  .gp-gametracker-nexo-shell .gtv4-card--hidden-gem{
    min-height:245px;
    border-color:rgba(247,199,96,.25);
  }

  .gp-gametracker-nexo-shell .gtv4-card--hidden-gem .gtv4-card__main{
    grid-template-columns:minmax(0,1.28fr) minmax(310px,.72fr);
    min-height:245px;
  }

  .gp-gametracker-nexo-shell .gtv4-card--hidden-gem .gtv4-card__art{
    min-height:245px;
  }

  .gp-gametracker-nexo-shell .gtv4-card--hidden-gem .gtv4-card__body{
    gap:10px;
    padding:19px 20px;
  }

  .gp-gametracker-nexo-shell .gtv4-card--hidden-gem .gtv4-card__title{
    max-width:15ch;
    font-size:30px;
    line-height:1.02;
  }

  .gp-gametracker-nexo-shell .gtv4-card--hidden-gem .gtv4-card__reason{
    font-size:12px;
    line-height:1.46;
    -webkit-line-clamp:2;
  }

  .gp-gametracker-nexo-shell .gtv4-card--hidden-gem .gtv4-card__action{
    right:16px;
    bottom:16px;
  }

  /* Right rail content only — container/panels come from Noticias CSS. */
  .gp-gametracker-nexo-shell aside.nxm-rail .n-widget-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-bottom:12px;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .n-widget-head h2{
    margin:0;
    color:#f4f9fb;
    font:400 17px/1 'Bebas Neue',Barlow Condensed,Inter,sans-serif;
    letter-spacing:.055em;
    text-transform:uppercase;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .n-widget-head > a{
    flex:none;
    margin-left:auto;
    color:#27e3fb;
    text-decoration:none!important;
    font:700 10.5px/1 Barlow,Inter,sans-serif;
    letter-spacing:0;
    white-space:nowrap;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-total{
    flex:none;
    margin-left:auto;
    color:#55e9fb;
    font:800 10.5px/1 Barlow,Inter,sans-serif;
    letter-spacing:.01em;
    white-space:nowrap;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .n-widget-head > a:hover{
    color:#8ff3ff;
    text-decoration:none!important;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .n-widget{
    color:#e9f2f6;
  }

  /* R10 — GameTracker as a decision tool, not a passive counter. */
  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-tool{
    padding:15px;
    border-color:rgba(0,217,255,.22);
    background:
      radial-gradient(circle at 86% 0,rgba(0,217,255,.09),transparent 34%),
      linear-gradient(180deg,rgba(8,38,53,.98),rgba(5,25,37,.98));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 12px 30px rgba(0,0,0,.16);
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-summary-grid{
    margin-top:0;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-summary-grid button{
    appearance:none;
    min-width:0;
    padding:10px 5px;
    border:0;
    border-radius:0;
    background:transparent;
    color:inherit;
    text-align:center;
    cursor:pointer;
    transition:background .14s ease,color .14s ease;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-summary-grid button+button{
    border-left:1px solid rgba(0,217,255,.08);
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-summary-grid button:hover{
    background:rgba(0,217,255,.055);
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-summary-grid button:hover strong{
    color:#62edff;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-summary-grid button strong{
    display:block;
    color:#edf6f9;
    font:800 19px/1 Barlow,Inter,sans-serif;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-summary-grid button small{
    display:block;
    margin-top:4px;
    color:#7f9aa8;
    font:700 8.8px/1 Barlow Condensed,Inter,sans-serif;
    letter-spacing:.03em;
    text-transform:uppercase;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-now{
    margin-top:13px;
    padding-top:12px;
    border-top:1px solid rgba(0,217,255,.09);
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-label{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    margin-bottom:8px;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-label > span{
    color:#dcebf0;
    font:800 9.5px/1 Barlow Condensed,Inter,sans-serif;
    letter-spacing:.095em;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-label > b{
    display:inline-flex;
    align-items:center;
    min-height:19px;
    padding:0 7px;
    border:1px solid rgba(255,107,117,.26);
    border-radius:999px;
    background:rgba(255,107,117,.07);
    color:#ff9ca4;
    font:700 8px/1 Barlow,Inter,sans-serif;
    white-space:nowrap;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-current{
    display:grid;
    grid-template-columns:50px minmax(0,1fr) 18px;
    align-items:center;
    gap:9px;
    min-height:60px;
    padding:7px;
    border:1px solid rgba(0,217,255,.12);
    border-radius:8px;
    background:rgba(1,16,25,.48);
    color:inherit;
    text-decoration:none;
    transition:border-color .14s ease,background .14s ease,transform .14s ease;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-current:hover{
    border-color:rgba(0,217,255,.32);
    background:rgba(0,217,255,.055);
    transform:translateY(-1px);
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-current img{
    width:50px;
    height:50px;
    border-radius:7px;
    object-fit:cover;
    background:rgba(255,255,255,.04);
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-current > span{
    min-width:0;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-current small{
    display:block;
    margin-bottom:3px;
    color:#66eaff;
    font:800 7.7px/1 Barlow,Inter,sans-serif;
    letter-spacing:.08em;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-current strong{
    display:block;
    overflow:hidden;
    color:#f1f7f9;
    font:750 11.5px/1.16 Barlow,Inter,sans-serif;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-current em{
    display:block;
    margin-top:4px;
    overflow:hidden;
    color:#7893a1;
    font:600 8.8px/1.1 Barlow Condensed,Inter,sans-serif;
    font-style:normal;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-current > i{
    color:#44e7fb;
    font:800 15px/1 Barlow,sans-serif;
    font-style:normal;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-empty-now{
    display:grid;
    grid-template-columns:34px minmax(0,1fr);
    align-items:center;
    gap:9px;
    min-height:58px;
    padding:8px;
    border:1px dashed rgba(0,217,255,.18);
    border-radius:8px;
    background:rgba(2,16,24,.36);
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-empty-icon{
    display:flex;
    width:32px;
    height:32px;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(0,217,255,.09);
    color:#4be8fc;
    font-size:11px;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-empty-now strong{
    display:block;
    color:#eaf3f6;
    font:750 10.5px/1.18 Barlow,Inter,sans-serif;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-empty-now small{
    display:block;
    margin-top:4px;
    color:#89a1ad;
    font:500 9px/1.38 Inter,sans-serif;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-picker{
    margin-top:12px;
    padding-top:12px;
    border-top:1px solid rgba(0,217,255,.09);
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-picker-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:10px;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-picker-head span{
    display:block;
    color:#f0f7fa;
    font:800 10.2px/1 Barlow Condensed,Inter,sans-serif;
    letter-spacing:.075em;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-picker-head small{
    display:block;
    margin-top:4px;
    color:#718c9a;
    font:500 8.5px/1.25 Inter,sans-serif;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-picker-head > button{
    width:28px;
    height:28px;
    flex:none;
    border:1px solid rgba(0,217,255,.20);
    border-radius:7px;
    background:rgba(0,217,255,.06);
    color:#57e9fc;
    cursor:pointer;
    font:700 15px/1 Barlow,sans-serif;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-modes{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:5px;
    margin-top:9px;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-modes button{
    min-height:29px;
    padding:0 7px;
    border:1px solid rgba(84,129,149,.22);
    border-radius:6px;
    background:rgba(2,16,24,.46);
    color:#9ab0bb;
    cursor:pointer;
    font:700 9.2px/1 Barlow,Inter,sans-serif;
    transition:all .14s ease;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-modes button:hover{
    color:#c7d9e0;
    border-color:rgba(0,217,255,.28);
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-modes button.is-active{
    border-color:rgba(0,217,255,.44);
    background:rgba(0,217,255,.10);
    color:#5cecff;
    box-shadow:inset 0 0 0 1px rgba(0,217,255,.05);
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-pick{
    margin-top:8px;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-pick-card{
    display:grid;
    grid-template-columns:46px minmax(0,1fr) 16px;
    align-items:center;
    gap:8px;
    min-height:58px;
    padding:7px;
    border:1px solid rgba(94,239,159,.13);
    border-radius:8px;
    background:linear-gradient(135deg,rgba(94,239,159,.055),rgba(1,16,25,.48));
    color:inherit;
    text-decoration:none;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-pick-card:hover{
    border-color:rgba(94,239,159,.30);
    background:linear-gradient(135deg,rgba(94,239,159,.09),rgba(0,217,255,.035));
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-pick-card img,
  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-pick-fallback{
    width:46px;
    height:46px;
    border-radius:6px;
    object-fit:cover;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-pick-fallback{
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(0,217,255,.08);
    color:#55e8fb;
    font:800 18px/1 Barlow,sans-serif;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-pick-copy{
    min-width:0;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-pick-copy small{
    display:-webkit-box;
    overflow:hidden;
    margin-bottom:4px;
    color:#8ba3af;
    font:500 8.6px/1.28 Inter,sans-serif;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-pick-copy strong{
    display:block;
    overflow:hidden;
    color:#f3f8fa;
    font:750 11.4px/1.15 Barlow,Inter,sans-serif;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-pick-copy em{
    display:block;
    margin-top:4px;
    overflow:hidden;
    color:#9bb0ba;
    font:650 9px/1.15 Barlow Condensed,Inter,sans-serif;
    font-style:normal;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-pick-card > i{
    color:#65ef9f;
    font:800 14px/1 Barlow,sans-serif;
    font-style:normal;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-pick-actions{
    display:flex;
    align-items:center;
    gap:6px;
    margin-top:6px;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-pick-actions a,
  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-pick-actions button{
    display:flex;
    min-height:30px;
    align-items:center;
    justify-content:center;
    flex:1 1 0;
    border:1px solid rgba(0,217,255,.18);
    border-radius:6px;
    background:rgba(0,217,255,.055);
    color:#58e8fb;
    cursor:pointer;
    text-decoration:none!important;
    font:750 8.8px/1 Barlow,Inter,sans-serif;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-pick-actions button{
    color:#a6bac4;
    background:rgba(255,255,255,.025);
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-pick-empty{
    padding:9px;
    border:1px dashed rgba(0,217,255,.16);
    border-radius:7px;
    background:rgba(2,16,24,.36);
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-pick-empty strong{
    display:block;
    color:#dce9ee;
    font:700 9.8px/1.2 Barlow,Inter,sans-serif;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r10-pick-empty span{
    display:block;
    margin-top:4px;
    color:#738f9d;
    font:500 8.5px/1.3 Inter,sans-serif;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r2-summary-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    margin-top:8px;
    overflow:hidden;
    border:1px solid rgba(0,217,255,.09);
    border-radius:7px;
    background:rgba(2,15,23,.50);
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r2-summary-grid span{
    min-width:0;
    padding:10px 5px;
    text-align:center;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r2-summary-grid span+span{
    border-left:1px solid rgba(0,217,255,.08);
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r2-summary-grid strong{
    display:block;
    color:#edf6f9;
    font:800 19px/1 Barlow,Inter,sans-serif;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r2-summary-grid small{
    display:block;
    margin-top:4px;
    color:#7f9aa8;
    font:700 8.8px/1 Barlow Condensed,Inter,sans-serif;
    text-transform:uppercase;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r2-mini-list{
    display:grid;
    gap:3px;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r2-mini{
    display:grid;
    grid-template-columns:42px minmax(0,1fr);
    align-items:center;
    gap:9px;
    min-height:53px;
    padding:5px;
    border-radius:6px;
    color:inherit;
    text-decoration:none;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r2-mini:hover{
    background:rgba(0,217,255,.05);
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r2-mini img{
    width:42px;
    height:42px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:5px;
    object-fit:cover;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r2-mini span{
    min-width:0;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r2-mini strong{
    display:block;
    overflow:hidden;
    color:#e2edf2;
    font:700 11.5px/1.18 Barlow,Inter,sans-serif;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r2-mini small{
    display:block;
    margin-top:3px;
    overflow:hidden;
    color:#7894a3;
    font:600 9.2px/1.15 Barlow Condensed,Inter,sans-serif;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r2-tip p,
  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r2-join p{
    margin:0;
    color:#9ab0bb;
    font:500 11px/1.48 Inter,sans-serif;
  }

  .gp-gametracker-nexo-shell aside.nxm-rail .gtv5r2-join-cta{
    display:flex;
    min-height:36px;
    align-items:center;
    justify-content:center;
    margin-top:10px;
    border:1px solid rgba(0,217,255,.45);
    border-radius:7px;
    background:rgba(0,217,255,.09);
    color:#60ebff;
    font:800 9.8px/1 Barlow,Inter,sans-serif;
    text-decoration:none;
  }
}

/* Narrow Desktop: keep cards and filters readable inside Noticias geometry. */
@media (min-width:1181px) and (max-width:1320px){
  .gp-gametracker-nexo-shell .gtv4-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .gp-gametracker-nexo-shell .gtv4-tools{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;
    grid-template-areas:
      "search search submit"
      "availability order advanced"
      "footer footer footer";
  }

  .gp-gametracker-nexo-shell .gtv4-tools__search{grid-area:search}
  .gp-gametracker-nexo-shell .gtv4-tools__availability{grid-area:availability}
  .gp-gametracker-nexo-shell .gtv4-tools__order{grid-area:order}
  .gp-gametracker-nexo-shell .gtv4-tools__submit{grid-area:submit}
  .gp-gametracker-nexo-shell .gtv4-tools__advanced{grid-area:advanced}
  .gp-gametracker-nexo-shell .gtv4-tools__footer{grid-area:footer}
}

/* Mobile/tablet remains the existing GameTracker V4 product. */
@media (max-width:1180px){
  /* The shared search overlay stylesheet is desktop-only; keep its markup
     out of the mobile document flow while the desktop shell is hidden. */
  .gp-gametracker-nexo-shell #nx-search-overlay{
    display:none!important;
  }

  .gp-gametracker-nexo-shell > .n-shell{
    display:block!important;
  }

  .gp-gametracker-nexo-shell .nxm-sidebar,
  .gp-gametracker-nexo-shell .nxm-rail,
  .gp-gametracker-nexo-shell main.n-main > .nxm-shell-hero,
  .gp-gametracker-nexo-shell .nx-ambient-sides{
    display:none!important;
  }

  .gp-gametracker-nexo-shell main.n-main{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    height:auto!important;
    border:0!important;
    background:transparent!important;
  }

  .gp-gametracker-nexo-shell .n-gametracker-scroll,
  .gp-gametracker-nexo-shell .n-gametracker-interior{
    width:100%!important;
    max-width:none!important;
    overflow:visible!important;
  }
}

@media (prefers-reduced-motion:reduce){
  .gp-gametracker-nexo-shell .gtv4-card,
  .gp-gametracker-nexo-shell .gtv5r2-mini{
    transition:none!important;
  }
}
