
:root{
  --bg:#08090b;
  --bg2:#0d0f12;
  --panel:#111318;
  --panel2:#15181d;
  --line:#252a31;
  --line2:#343941;
  --text:#f5f6f7;
  --muted:#949aa3;
  --red:#e1131b;
  --red2:#9d0d13;
  --white:#fff;
  --green:#79d98a;
  --shadow:0 30px 80px rgba(0,0,0,.42);
  --max:1240px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  background:var(--bg);
  color:var(--text);
  font-family:Inter,"Segoe UI",Arial,sans-serif;
  line-height:1.5;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input{font:inherit}
button{color:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}

.gaming-noise{
  position:fixed;
  inset:0;
  z-index:90;
  pointer-events:none;
  opacity:.035;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

/* HEADER */
.gaming-header{
  position:sticky;
  top:0;
  z-index:80;
  background:rgba(8,9,11,.89);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.07);
}
.gaming-nav{
  height:76px;
  display:flex;
  align-items:center;
  gap:34px;
}
.gaming-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:245px;
}
.gaming-brand img{width:96px;height:auto}
.gaming-brand-divider{
  width:1px;
  height:30px;
  background:linear-gradient(180deg,transparent,#4a4f56,transparent);
}
.gaming-brand-subline{
  color:#8c929b;
  font-size:8px;
  font-weight:900;
  letter-spacing:3.5px;
}
.gaming-menu{
  display:flex;
  align-items:center;
  gap:28px;
  margin-left:auto;
}
.gaming-menu a{
  position:relative;
  color:#aaaeb5;
  font-size:13px;
  font-weight:700;
  transition:.2s;
}
.gaming-menu a:hover,.gaming-menu a.active{color:#fff}
.gaming-menu a.active:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-29px;
  height:2px;
  background:var(--red);
}
.gaming-nav-actions{display:flex;align-items:center;gap:12px}
.gaming-hub-link{
  min-height:40px;
  display:inline-flex;
  align-items:center;
  padding:0 14px;
  border-left:1px solid var(--line);
  color:#9298a1;
  font-size:10px;
  font-weight:900;
  letter-spacing:1px;
  text-transform:uppercase;
}
.gaming-hub-link:hover{color:#fff}
.gaming-mobile-toggle{
  display:none;
  margin-left:auto;
  background:none;
  border:0;
  font-size:22px;
}

/* BUTTONS */
.gaming-btn{
  min-height:48px;
  padding:0 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.025);
  color:#fff;
  font-weight:900;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:1.35px;
  cursor:pointer;
  transition:.22s;
}
.gaming-btn:hover{transform:translateY(-2px);border-color:#4a505a}
.gaming-btn-primary{
  background:linear-gradient(180deg,#f01820 0%,#c90e15 100%);
  border-color:#f01820;
  box-shadow:inset 0 1px rgba(255,255,255,.22),0 14px 34px rgba(225,19,27,.2);
}
.gaming-btn-primary:hover{background:linear-gradient(180deg,#ff222a 0%,#df1119 100%)}
.gaming-btn-small{min-height:40px;padding:0 15px;font-size:9px}
.gaming-btn-block{width:100%}

.eyebrow,.kicker{
  color:#9fa4ad;
  font-size:10px;
  font-weight:900;
  letter-spacing:2.5px;
  text-transform:uppercase;
}
.eyebrow{display:flex;align-items:center;gap:12px}
.eyebrow:before{content:"";width:38px;height:1px;background:var(--red)}

/* HOME VIDEO + HERO */
.gaming-home{
  min-height:100vh;
  background:#08090b;
}
#bg-video{
  position:fixed;
  inset:0;
  z-index:-3;
  width:100%;
  height:100%;
  object-fit:cover;
}
.video-overlay{
  position:fixed;
  inset:0;
  z-index:-2;
  pointer-events:none;
  background:
    radial-gradient(circle at 73% 33%,rgba(225,19,27,.14),transparent 26%),
    linear-gradient(90deg,rgba(5,6,8,.92) 0%,rgba(5,6,8,.68) 44%,rgba(5,6,8,.55) 100%),
    linear-gradient(180deg,rgba(0,0,0,.20),rgba(0,0,0,.64));
}
.video-grid{
  position:fixed;
  inset:76px 0 0;
  z-index:-1;
  pointer-events:none;
  opacity:.10;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(90deg,#000,transparent 88%);
}

.gaming-hero{
  position:relative;
  min-height:650px;
  display:flex;
  align-items:center;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.gaming-hero:after{
  content:"";
  position:absolute;
  right:7vw;
  top:90px;
  width:420px;
  height:420px;
  border:1px solid rgba(225,19,27,.16);
  transform:rotate(45deg);
  pointer-events:none;
}
.gaming-hero-grid{
  display:grid;
  grid-template-columns:1.05fr .78fr;
  align-items:center;
  gap:72px;
  position:relative;
  z-index:2;
}
.gaming-hero h1{
  margin:20px 0 22px;
  max-width:780px;
  font-size:clamp(52px,6vw,88px);
  line-height:.92;
  letter-spacing:-4px;
  text-transform:uppercase;
}
.gaming-hero h1 em{
  display:block;
  color:var(--red);
  font-style:normal;
  text-shadow:0 0 42px rgba(225,19,27,.24);
}
.gaming-hero-copy>p{
  max-width:660px;
  margin:0;
  color:#a6abb2;
  font-size:18px;
}
.gaming-hero-signature{
  margin-top:42px;
  color:#626873;
  font:10px Consolas,monospace;
  letter-spacing:2px;
}
.gaming-live-panel{
  position:relative;
  overflow:hidden;
  background:rgba(15,17,21,.86);
  border:1px solid #2a2f36;
  box-shadow:var(--shadow);
  backdrop-filter:blur(14px);
}
.gaming-live-panel:before,.gaming-live-panel:after{
  content:"";
  position:absolute;
  width:22px;
  height:22px;
  z-index:2;
}
.gaming-live-panel:before{
  top:-1px;left:-1px;
  border-top:2px solid var(--red);
  border-left:2px solid var(--red);
}
.gaming-live-panel:after{
  right:-1px;bottom:-1px;
  border-right:2px solid var(--red);
  border-bottom:2px solid var(--red);
}
.gaming-live-top{
  height:44px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 16px;
  border-bottom:1px solid #292d34;
  color:#7f858e;
  font-size:9px;
  font-weight:900;
  letter-spacing:1.5px;
}
.live-build{color:#f16b70}
.gaming-live-body{padding:28px}
.gaming-live-body h3{margin:5px 0 8px;font-size:29px}
.gaming-live-body p{margin:0;color:#989ea7}
.live-facts{
  display:grid;
  grid-template-columns:1fr 1fr;
  margin-top:24px;
  border:1px solid #2d323a;
}
.live-facts>div{padding:15px;border-right:1px solid #2d323a;border-bottom:1px solid #2d323a}
.live-facts>div:nth-child(2n){border-right:0}
.live-facts>div:nth-last-child(-n+2){border-bottom:0}
.live-facts small{
  display:block;
  color:#6d747e;
  font-size:8px;
  font-weight:900;
  letter-spacing:1px;
  text-transform:uppercase;
}
.live-facts b{display:block;margin-top:4px;font-size:13px}

.live-top-actions{
  display:flex;
  align-items:center;
  gap:10px;
}
.server-join-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:0 12px;
  border:1px solid #f01820;
  background:linear-gradient(180deg,#f01820 0%,#c90e15 100%);
  color:#fff;
  font-size:9px;
  font-weight:900;
  letter-spacing:1.3px;
  text-transform:uppercase;
  white-space:nowrap;
  box-shadow:0 10px 25px rgba(225,19,27,.18);
  transition:background .2s ease,transform .2s ease,box-shadow .2s ease;
}
.server-join-btn:hover{
  background:#f01922;
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(225,19,27,.24);
}
#join-fallback{
  position:fixed;
  left:50%;
  bottom:38px;
  z-index:111;
  transform:translateX(-50%);
  padding:8px 13px;
  border:1px solid #343941;
  background:rgba(8,9,11,.95);
  color:#b5bac1;
  font-size:10px;
  opacity:0;
  pointer-events:none;
  transition:.3s;
}
#join-fallback.show{opacity:1}

/* STATS */
.gaming-stats{
  background:rgba(9,10,13,.90);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(12px);
}
.gaming-stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.gaming-stats-grid>div{
  display:flex;
  align-items:baseline;
  gap:12px;
  padding:28px 24px;
  border-right:1px solid var(--line);
}
.gaming-stats-grid>div:first-child{border-left:1px solid var(--line)}
.gaming-stats-grid strong{font-size:23px;letter-spacing:-.5px}
.gaming-stats-grid span{
  color:#767d86;
  font-size:9px;
  letter-spacing:1.1px;
  text-transform:uppercase;
}

/* CONTENT */
.gaming-section{
  padding:86px 0;
  background:linear-gradient(180deg,rgba(8,9,11,.95),rgba(9,10,13,.98));
}
.gaming-section-dark{
  background:#0b0d10;
  border-top:1px solid rgba(255,255,255,.035);
  border-bottom:1px solid rgba(255,255,255,.035);
}
.section-heading{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:30px;
}
.section-heading h2{
  margin:7px 0 0;
  font-size:38px;
  line-height:1.05;
  letter-spacing:-1.5px;
}
.section-heading p{max-width:580px;margin:0;color:#898f98}

.crosshair-grid{
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:24px;
  align-items:stretch;
}
.crosshair-copy,.crosshair-frame{
  position:relative;
  background:#111318;
  border:1px solid #282d34;
}
.crosshair-copy{padding:38px}
.crosshair-copy:before{
  content:"";
  position:absolute;
  top:-1px;left:-1px;
  width:22px;height:22px;
  border-top:2px solid var(--red);
  border-left:2px solid var(--red);
}
.crosshair-copy h2{margin:8px 0 14px;font-size:38px;line-height:1.04}
.crosshair-copy p{color:#9298a1}
.crosshair-feature-list{margin-top:30px;border-top:1px solid var(--line)}
.crosshair-feature-list div{
  display:flex;
  gap:15px;
  padding:14px 0;
  border-bottom:1px solid var(--line);
  color:#a8adb5;
  font-size:13px;
}
.crosshair-feature-list b{color:var(--red);font:11px Consolas,monospace}
.crosshair-frame{
  min-height:315px;
  padding:28px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.crosshair-frame iframe{display:block;width:100%;max-width:552px}

/* HYBRID FEATURE SHOWCASE v2.2.2 */
.feature-showcase{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(300px,.45fr);
  gap:18px;
  align-items:start;
}
.feature-gallery{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.feature-tile{
  position:relative;
  min-width:0;
  aspect-ratio:16/10;
  overflow:hidden;
  background:#111318;
  border:1px solid #242830;
  box-shadow:0 12px 28px rgba(0,0,0,.12);
  cursor:pointer;
  outline:0;
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease;
}
.feature-tile:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(5,6,8,.01) 28%,rgba(5,6,8,.18) 56%,rgba(5,6,8,.94) 100%),
    linear-gradient(90deg,rgba(225,19,27,.04),transparent 40%);
}
.feature-tile:after{
  content:"";
  position:absolute;
  z-index:3;
  left:-1px;
  top:-1px;
  width:22px;
  height:22px;
  pointer-events:none;
  border-left:2px solid rgba(225,19,27,.72);
  border-top:2px solid rgba(225,19,27,.72);
  transition:.24s ease;
}
.feature-tile img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:saturate(.82) brightness(.82) contrast(1.03);
  transition:transform .35s ease,filter .35s ease;
}
.feature-tile:hover,
.feature-tile:focus,
.feature-tile.is-active{
  transform:translateY(-5px);
  border-color:#454b55;
  box-shadow:0 24px 50px rgba(0,0,0,.27);
}
.feature-tile:hover img,
.feature-tile:focus img,
.feature-tile.is-active img{
  transform:scale(1.025);
  filter:saturate(.97) brightness(.93) contrast(1.04);
}
.feature-tile:hover:after,
.feature-tile:focus:after,
.feature-tile.is-active:after{border-color:var(--red)}
.feature-card-meta{
  position:absolute;
  z-index:2;
  left:14px;
  right:14px;
  bottom:12px;
  display:grid;
  gap:4px;
  pointer-events:none;
}
.feature-card-meta:before{
  content:"";
  width:30px;
  height:1px;
  margin-bottom:2px;
  background:var(--red);
  box-shadow:0 0 10px rgba(225,19,27,.24);
}
.feature-card-meta span{
  color:#858c95;
  font:8px Consolas,monospace;
  font-weight:700;
  letter-spacing:1.2px;
}
.feature-card-meta strong{
  color:#fff;
  font-size:11px;
  line-height:1.12;
  font-weight:900;
  letter-spacing:.35px;
  text-transform:uppercase;
  text-shadow:0 2px 8px #000;
}
.feature-tile-primary{border-color:#472c31}
.feature-tile-primary .feature-card-meta span{color:#d6767b}

.feature-info-panel{
  position:sticky;
  top:98px;
  overflow:hidden;
  background:#101216;
  border:1px solid #2b3037;
  box-shadow:0 24px 58px rgba(0,0,0,.28);
}
.feature-info-panel:before,
.feature-info-panel:after{
  content:"";
  position:absolute;
  width:24px;
  height:24px;
  z-index:4;
  pointer-events:none;
}
.feature-info-panel:before{
  left:-1px;top:-1px;
  border-left:2px solid var(--red);
  border-top:2px solid var(--red);
}
.feature-info-panel:after{
  right:-1px;bottom:-1px;
  border-right:2px solid var(--red);
  border-bottom:2px solid var(--red);
}
.feature-info-art{
  position:relative;
  aspect-ratio:16/10;
  overflow:hidden;
  border-bottom:1px solid #282d34;
  background:#0b0d10;
}
.feature-info-art:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 55%,rgba(8,9,11,.72));
  pointer-events:none;
}
.feature-info-art img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:opacity .18s ease,transform .25s ease;
}
.feature-info-live{
  position:absolute;
  z-index:2;
  left:14px;
  bottom:12px;
  padding:5px 7px;
  border:1px solid rgba(225,19,27,.48);
  background:rgba(8,9,11,.86);
  color:#e57a80;
  font:8px Consolas,monospace;
  letter-spacing:1px;
}
.feature-info-content{padding:24px}
.feature-info-content h3{
  margin:6px 0 10px;
  font-size:27px;
  letter-spacing:-.8px;
}
.feature-info-content p{
  min-height:104px;
  margin:0;
  color:#9298a1;
  font-size:13px;
  line-height:1.65;
}
.feature-info-tags{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:20px;
  padding-top:18px;
  border-top:1px solid #282d34;
}
.feature-info-tags span{
  padding:5px 7px;
  border:1px solid #2f343c;
  color:#a5abb3;
  font-size:8px;
  font-weight:900;
  letter-spacing:.75px;
}
.feature-info-flash .feature-info-content{animation:pzFeatureInfo .18s ease}
@keyframes pzFeatureInfo{
  from{opacity:.68;transform:translateY(3px)}
  to{opacity:1;transform:translateY(0)}
}
@media(max-width:1120px){
  .feature-showcase{grid-template-columns:minmax(0,1fr) 310px}
  .feature-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:900px){
  .feature-showcase{grid-template-columns:1fr}
  .feature-info-panel{
    position:relative;
    top:auto;
    display:grid;
    grid-template-columns:.72fr 1.28fr;
  }
  .feature-info-art{
    height:100%;
    aspect-ratio:auto;
    border-bottom:0;
    border-right:1px solid #282d34;
  }
  .feature-info-content p{min-height:0}
}
@media(max-width:680px){
  .feature-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}
  .feature-info-panel{display:block}
  .feature-info-art{
    aspect-ratio:16/10;
    border-right:0;
    border-bottom:1px solid #282d34;
  }
}
@media(max-width:430px){
  .feature-gallery{grid-template-columns:minmax(0,1fr)}
}


/* PAGE HERO */
.gaming-page{
  min-height:100vh;
  background:
    radial-gradient(circle at 80% 16%,rgba(225,19,27,.12),transparent 25%),
    linear-gradient(145deg,#08090b,#0b0d10 58%,#090a0d);
}
.gaming-page:before{
  content:"";
  position:fixed;
  inset:76px 0 0;
  pointer-events:none;
  opacity:.12;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(90deg,#000,transparent 86%);
}
.page-hero{
  position:relative;
  padding:72px 0 58px;
  border-bottom:1px solid var(--line);
  background:linear-gradient(90deg,rgba(8,9,11,.76),rgba(10,11,14,.52));
}
.page-hero:after{
  content:"PZ // GAMING";
  position:absolute;
  right:5vw;
  bottom:18px;
  color:#252930;
  font-size:34px;
  font-weight:900;
  letter-spacing:4px;
}
.page-hero h1{
  margin:9px 0 8px;
  font-size:58px;
  line-height:.96;
  letter-spacing:-2.5px;
  text-transform:uppercase;
}
.page-hero p{margin:0;max-width:720px;color:#9298a1;font-size:16px}

/* SHOP */
.shop-section{padding:70px 0 90px;position:relative}
.shop-container{
  width:min(var(--max),calc(100% - 40px));
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.shop-item{
  position:relative;
  min-width:0;
  display:flex;
  flex-direction:column;
  background:var(--panel);
  border:1px solid #22262d;
  overflow:hidden;
  transition:.24s;
}
.shop-item:hover{
  transform:translateY(-5px);
  border-color:#3a4049;
  box-shadow:0 24px 50px rgba(0,0,0,.28);
}
.shop-image{
  height:auto;
  aspect-ratio:16/10;
  background-size:cover;
  background-position:center;
  border-bottom:1px solid #242830;
  position:relative;
}
.shop-image:after{
  content:"PANDEMICZ // GAMING";
  position:absolute;
  left:12px;
  bottom:10px;
  padding:5px 7px;
  border:1px solid rgba(255,255,255,.20);
  background:rgba(7,8,10,.80);
  color:#b2b7bf;
  font:8px Consolas,monospace;
  letter-spacing:.8px;
}
.shop-content{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:18px;
}
.shop-title{margin:0 0 5px;color:#fff;font-size:19px;font-weight:800}
.shop-price{color:#fff;font-size:21px;font-weight:900}
.shop-description{
  flex:1;
  min-height:62px;
  margin:12px 0 18px;
  color:#8e949d;
  font-size:13px;
}
.buy-button{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--red);
  background:var(--red);
  color:#fff;
  font-size:9px;
  font-weight:900;
  letter-spacing:1.1px;
  text-transform:uppercase;
  transition:.2s;
}
.buy-button:hover{background:#f01922;transform:translateY(-1px)}

/* LEADERBOARD */
.leaderboard-section{padding:70px 0 100px;position:relative}
.leaderboard-shell{
  width:min(900px,calc(100% - 40px));
  margin:auto;
  padding:28px;
  background:rgba(17,19,24,.93);
  border:1px solid #282d34;
  box-shadow:var(--shadow);
}
.leaderboard-shell:before{
  content:"LIVE RANKINGS";
  display:block;
  margin-bottom:18px;
  color:#777e87;
  font-size:9px;
  font-weight:900;
  letter-spacing:1.4px;
}
.leaderboard-table{
  width:100%;
  border-collapse:collapse;
  background:transparent;
}
.leaderboard-table th,.leaderboard-table td{
  padding:15px 16px;
  text-align:left;
  border-bottom:1px solid #262b32;
}
.leaderboard-table thead{
  background:#0b0d10;
}
.leaderboard-table th{
  color:#8d949e;
  font-size:9px;
  font-weight:900;
  letter-spacing:1.2px;
  text-transform:uppercase;
}
.leaderboard-table th:first-child,.leaderboard-table td:first-child{width:76px;text-align:center}
.leaderboard-table tbody tr{background:rgba(255,255,255,.012)}
.leaderboard-table tbody tr:nth-child(even){background:rgba(255,255,255,.026)}
.leaderboard-table tbody tr:hover{background:rgba(225,19,27,.055)}
.leaderboard-table tbody tr:nth-child(1) td:first-child{color:#ffd86a;font-weight:900}
.leaderboard-table tbody tr:nth-child(2) td:first-child{color:#d6dce5;font-weight:900}
.leaderboard-table tbody tr:nth-child(3) td:first-child{color:#c6875b;font-weight:900}

/* FOOTER */
.gaming-footer{
  position:relative;
  z-index:3;
  padding:58px 0 24px;
  background:#090a0c;
  border-top:1px solid var(--line);
}
.gaming-footer-grid{
  display:grid;
  grid-template-columns:1.4fr repeat(3,.8fr);
  gap:55px;
}
.footer-brand-logo{
  display:inline-flex;
  align-items:center;
  gap:12px;
}
.footer-brand-logo img{width:104px}
.footer-brand-divider{
  width:1px;height:26px;
  background:linear-gradient(180deg,transparent,#4a4f56,transparent);
}
.footer-brand-subline{
  color:#858c95;
  font-size:7px;
  font-weight:900;
  letter-spacing:3.2px;
}
.gaming-footer p,.gaming-footer span,.gaming-footer a{
  color:#777e87;
  font-size:11px;
}
.gaming-footer a{display:block;margin:8px 0}
.gaming-footer a:hover{color:#fff}
.gaming-footer h4{
  margin:0 0 14px;
  color:#fff;
  font-size:9px;
  letter-spacing:1.4px;
  text-transform:uppercase;
}
.gaming-footer-bottom{
  display:flex;
  justify-content:space-between;
  margin-top:48px;
  padding-top:20px;
  border-top:1px solid var(--line);
}
.build-tag{font:9px Consolas,monospace!important;letter-spacing:1px}

/* RESPONSIVE */
@media(max-width:1050px){
  .gaming-menu{gap:18px}
  .gaming-brand{min-width:190px}
  .gaming-hero-grid{grid-template-columns:1fr .8fr;gap:35px}
  .shop-container{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:820px){
  .gaming-nav{height:auto;min-height:70px;flex-wrap:wrap;padding:12px 0}
  .gaming-brand img{width:84px}
  .gaming-mobile-toggle{display:block}
  .gaming-menu{
    order:4;
    width:100%;
    display:none;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    margin:0;
    padding:8px 0 4px;
    border-top:1px solid var(--line);
  }
  body.menu-open .gaming-menu{display:flex}
  .gaming-menu a{width:100%;padding:11px 0}
  .gaming-menu a.active:after{display:none}
  .gaming-nav-actions{margin-left:auto}
  .gaming-hub-link{display:none}
  .gaming-hero{min-height:auto;padding:80px 0 60px}
  .gaming-hero-grid{grid-template-columns:1fr}
  .gaming-hero:after{display:none}
  .gaming-live-panel{max-width:620px}
  .gaming-stats-grid{grid-template-columns:repeat(2,1fr)}
  .crosshair-grid{grid-template-columns:1fr}
  .gaming-footer-grid{grid-template-columns:1fr 1fr}
  .page-hero:after{display:none}
}
@media(max-width:560px){
  .container,.shop-container,.leaderboard-shell{width:min(100% - 28px,var(--max))}
  .gaming-brand-subline,.gaming-brand-divider{display:none}
  .gaming-nav-actions .gaming-btn{display:none}
  .gaming-hero h1{font-size:48px;letter-spacing:-2.5px}
  .gaming-hero-copy>p{font-size:15px}
  .gaming-stats-grid{grid-template-columns:1fr 1fr}
  .gaming-stats-grid>div{padding:19px 13px}
  .gaming-section,.shop-section,.leaderboard-section{padding:60px 0}
  .section-heading{align-items:flex-start;flex-direction:column}
  .crosshair-copy{padding:26px}
  .crosshair-frame{padding:18px}
  .crosshair-frame iframe{height:167px}
  .shop-container{grid-template-columns:1fr}
  .page-hero{padding:55px 0 42px}
  .page-hero h1{font-size:44px}
  .leaderboard-shell{padding:16px}
  .leaderboard-table th,.leaderboard-table td{padding:12px 8px}
  .gaming-footer-grid{grid-template-columns:1fr}
  .gaming-footer-bottom{flex-direction:column;gap:8px}
  #huntermods-link span{display:none}
}


/* PandemicZ Gaming Live Server v2.1.0 */
.server-live-state{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#8d949e;
  font-size:9px;
  font-weight:900;
  letter-spacing:1.2px;
}
.server-live-state i{
  display:block;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#6f7680;
  box-shadow:0 0 0 3px rgba(111,118,128,.10);
}
.server-live-state.loading i{animation:pzServerPulse 1.2s ease-in-out infinite}
.server-live-state.online{color:#84db96}
.server-live-state.online i{
  background:#4ed46d;
  box-shadow:0 0 14px rgba(78,212,109,.55);
}
.server-live-state.offline{color:#e76c74}
.server-live-state.offline i{
  background:#e1131b;
  box-shadow:0 0 14px rgba(225,19,27,.45);
}
@keyframes pzServerPulse{
  0%,100%{opacity:.45}
  50%{opacity:1}
}

.player-counter{
  margin-top:24px;
  padding:18px;
  border:1px solid #2d323a;
  background:#0b0d10;
}
.player-counter small{
  display:block;
  color:#727983;
  font-size:8px;
  font-weight:900;
  letter-spacing:1.2px;
}
.player-counter strong{
  display:flex;
  align-items:baseline;
  gap:7px;
  margin-top:3px;
  font-size:36px;
  line-height:1;
  letter-spacing:-1.8px;
}
.player-counter strong em{
  color:#535a64;
  font-size:20px;
  font-style:normal;
}
.player-meter{
  height:3px;
  margin-top:15px;
  background:#242830;
  overflow:hidden;
}
.player-meter span{
  display:block;
  width:0;
  height:100%;
  background:linear-gradient(90deg,#9d0d13,#e1131b,#ff343c);
  box-shadow:0 0 12px rgba(225,19,27,.35);
  transition:width .5s ease;
}
.server-last-update{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-top:14px;
  color:#626a74;
  font:9px Consolas,monospace;
  letter-spacing:.5px;
}
.gaming-live-panel.is-online{
  border-color:#304038;
}
.gaming-live-panel.is-offline{
  border-color:#4d282d;
}

@media (max-width: 720px){
  .gaming-live-top{height:auto;min-height:44px;padding:10px 14px;align-items:flex-start;gap:10px;flex-direction:column;}
  .live-top-actions{width:100%;justify-content:space-between;flex-wrap:wrap;}
  .server-join-btn{width:100%;min-height:34px;}
}
@media (max-width: 520px){
}



/* TRUE HYBRID SYSTEM ART v2.2.3 */
.feature-hybrid-art{
  position:absolute;
  inset:0;
  overflow:hidden;
}

.feature-hybrid-bg,
.feature-hybrid-icon{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

.feature-hybrid-bg{
  z-index:0;
  filter:saturate(.72) brightness(.52) contrast(1.08);
  transform:scale(1.02);
}

.feature-hybrid-art:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(7,9,12,.56),rgba(7,9,12,.20) 50%,rgba(7,9,12,.54)),
    radial-gradient(circle at 50% 42%,rgba(225,19,27,.08),transparent 45%),
    linear-gradient(180deg,rgba(10,12,15,.15),rgba(8,9,11,.54));
}

.feature-hybrid-icon{
  z-index:2;
  object-fit:cover;
  mix-blend-mode:screen;
  opacity:.78;
  filter:saturate(1.1) contrast(1.03);
}

.feature-tile:hover .feature-hybrid-bg,
.feature-tile:focus .feature-hybrid-bg,
.feature-tile.is-active .feature-hybrid-bg{
  transform:scale(1.055);
  filter:saturate(.84) brightness(.60) contrast(1.08);
}

.feature-tile:hover .feature-hybrid-icon,
.feature-tile:focus .feature-hybrid-icon,
.feature-tile.is-active .feature-hybrid-icon{
  opacity:.92;
  transform:scale(1.018);
}

/* Info panel can display either a hybrid PZ system or a normal cinematic feature. */
.feature-info-bg,
.feature-info-system-icon,
.feature-info-single{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:opacity .18s ease,transform .28s ease,filter .28s ease;
}

.feature-info-bg{
  opacity:0;
  z-index:0;
  filter:saturate(.74) brightness(.50) contrast(1.08);
}

.feature-info-system-icon{
  opacity:0;
  z-index:2;
  mix-blend-mode:screen;
  filter:saturate(1.08);
}

.feature-info-single{
  opacity:1;
  z-index:1;
}

.feature-info-art:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(8,9,11,.45),transparent 48%,rgba(8,9,11,.38)),
    linear-gradient(180deg,transparent 48%,rgba(8,9,11,.70));
}

.feature-info-panel.is-system-feature .feature-info-bg{
  opacity:1;
}

.feature-info-panel.is-system-feature .feature-info-system-icon{
  opacity:.86;
}

.feature-info-panel.is-system-feature .feature-info-single{
  opacity:0;
}

.feature-info-panel.is-system-feature:hover .feature-info-bg{
  transform:scale(1.025);
  filter:saturate(.82) brightness(.56) contrast(1.08);
}

.feature-info-panel.is-system-feature:hover .feature-info-system-icon{
  opacity:.95;
  transform:scale(1.012);
}


/* ================================================================
   PANDEMICZ ECOSYSTEM v2.2.7 — SHARED ACCOUNT ACCESS
   Gaming uses the central /Mods/ account system.
   ================================================================ */

.gaming-account-link{
  min-height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 14px;
  border:1px solid rgba(225,19,27,.28);
  background:linear-gradient(180deg,rgba(225,19,27,.10),rgba(126,11,17,.08));
  color:#f1f2f4!important;
  font-size:9px;
  font-weight:900;
  letter-spacing:1.15px;
  text-transform:uppercase;
  white-space:nowrap;
  transition:.22s;
}
.gaming-account-link:hover{
  transform:translateY(-2px);
  border-color:rgba(240,24,32,.55);
  background:linear-gradient(180deg,rgba(240,24,32,.16),rgba(151,13,19,.12));
  box-shadow:0 8px 22px rgba(225,19,27,.08);
}

@media(max-width:930px){
  .gaming-account-link{padding:0 11px}
}
@media(max-width:560px){
  /* Keep account access visible on phones even when Discord is hidden. */
  .gaming-account-link{
    min-height:38px;
    padding:0 12px;
    font-size:8px;
  }
}


/* Ecosystem v2.2.8 public Admin/session action */
.gaming-admin-link{min-height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border:1px solid rgba(225,19,27,.18);color:#d8dde2!important;font-size:9px;font-weight:900;letter-spacing:1px;text-transform:uppercase;white-space:nowrap}.gaming-admin-link:hover{border-color:rgba(225,19,27,.42);color:#fff!important}.gaming-admin-link[hidden]{display:none!important}


/* ================================================================
   PANDEMICZ ECOSYSTEM v2.2.11 — PUBLIC ACTION STYLE UNIFY
   Hosting blue action style is now the ecosystem reference.
   Scope: public Gaming header.
   ================================================================ */

.gaming-nav-actions{
  display:flex;
  align-items:center;
  gap:12px;
}

.gaming-nav-actions > a{
  white-space:nowrap;
  transition:.22s ease;
}

.gaming-hub-link{
  min-height:40px;
  display:inline-flex;
  align-items:center;
  padding:0 14px;
  border-left:1px solid rgba(137,194,238,.12);
  border-right:1px solid rgba(137,194,238,.08);
  color:#9298a1!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:1px!important;
  text-transform:uppercase;
}
.gaming-hub-link:hover{
  color:#fff!important;
  background:rgba(87,157,210,.04);
}

.gaming-admin-link,
.gaming-account-link,
.gaming-nav-actions .gaming-btn-small{
  min-height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 14px;
  border:1px solid rgba(54,156,226,.34)!important;
  background:linear-gradient(180deg,rgba(40,143,214,.13),rgba(15,77,119,.10))!important;
  color:#edf8ff!important;
  font-size:9px!important;
  font-weight:900!important;
  letter-spacing:1.15px!important;
  text-transform:uppercase;
  box-shadow:none!important;
}

.gaming-admin-link:hover,
.gaming-account-link:hover,
.gaming-nav-actions .gaming-btn-small:hover{
  transform:translateY(-2px);
  border-color:rgba(79,180,244,.62)!important;
  background:linear-gradient(180deg,rgba(47,157,229,.20),rgba(20,95,145,.16))!important;
  box-shadow:0 8px 22px rgba(46,149,223,.10)!important;
}

@media(max-width:900px){
  .gaming-hub-link{display:none}
}
@media(max-width:760px){
  .gaming-nav-actions{
    width:100%;
    justify-content:flex-start;
    gap:8px;
    flex-wrap:wrap;
    padding-top:8px;
  }
  .gaming-admin-link,
  .gaming-account-link,
  .gaming-nav-actions .gaming-btn-small{
    min-height:38px;
    padding:0 12px;
    font-size:8px!important;
  }
}


/* ================================================================
   PANDEMICZ ECOSYSTEM v2.2.13 — FORCE RED PUBLIC ACTION BORDERS
   GAMING branch
   ================================================================ */

body .gaming-header .gaming-nav-actions .gaming-admin-link,
body .gaming-header .gaming-nav-actions .gaming-account-link,
body .gaming-header .gaming-nav-actions .gaming-btn-small{
  border:1px solid rgba(225,19,27,.48)!important;
  border-left:1px solid rgba(225,19,27,.48)!important;
  border-right:1px solid rgba(225,19,27,.48)!important;
  background:linear-gradient(180deg,rgba(225,19,27,.075),rgba(105,8,13,.055))!important;
  color:#f4f5f6!important;
  box-shadow:inset 0 0 0 1px rgba(225,19,27,.02)!important;
}

body .gaming-header .gaming-nav-actions .gaming-admin-link:hover,
body .gaming-header .gaming-nav-actions .gaming-account-link:hover,
body .gaming-header .gaming-nav-actions .gaming-btn-small:hover{
  border-color:#e1131b!important;
  background:linear-gradient(180deg,rgba(225,19,27,.16),rgba(126,11,17,.11))!important;
  box-shadow:0 0 16px rgba(225,19,27,.13)!important;
}


/* ================================================================
   PANDEMICZ ECOSYSTEM v2.2.23 — GAMING PUBLIC CART
   Static Home/Leaderboard now show the real Gaming cart.
   ================================================================ */

body .gaming-header .gaming-nav-actions .gaming-cart-link{
  min-height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 14px;
  border:1px solid rgba(225,19,27,.48)!important;
  background:linear-gradient(180deg,rgba(225,19,27,.075),rgba(105,8,13,.055))!important;
  color:#f4f5f6!important;
  font-size:9px;
  font-weight:900;
  letter-spacing:1.15px;
  text-transform:uppercase;
  white-space:nowrap;
  transition:.22s ease;
}

body .gaming-header .gaming-nav-actions .gaming-cart-link:hover{
  transform:translateY(-2px);
  border-color:#e1131b!important;
  background:linear-gradient(180deg,rgba(225,19,27,.16),rgba(126,11,17,.11))!important;
  box-shadow:0 0 16px rgba(225,19,27,.13)!important;
}

body .gaming-header .gaming-nav-actions .gaming-cart-link span{
  margin-left:7px;
  min-width:19px;
  height:19px;
  display:inline-grid;
  place-items:center;
  padding:0 5px;
  background:#e1131b!important;
  color:#fff!important;
  font-size:8px;
  font-weight:900;
  border-radius:2px;
  box-shadow:0 0 10px rgba(225,19,27,.23)!important;
}

@media(max-width:760px){
  body .gaming-header .gaming-nav-actions .gaming-cart-link{
    min-height:38px;
    padding:0 12px;
    font-size:8px;
  }
}


/* ================================================================
   PANDEMICZ ECOSYSTEM v2.2.24 — ADMIN CORNER POSITION
   Admin is no longer part of the Hub/Account/Discord/Cart action row.
   ================================================================ */

.pz-corner-admin{
  position:absolute!important;
  left:18px!important;
  top:50%!important;
  z-index:95!important;
  min-width:68px;
  min-height:38px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 13px!important;
  transform:translateY(-50%)!important;
  font-size:9px!important;
  font-weight:900!important;
  letter-spacing:1.1px!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  transition:.22s ease!important;
}

.pz-corner-admin-red{
  border:1px solid rgba(225,19,27,.48)!important;
  background:linear-gradient(180deg,rgba(225,19,27,.09),rgba(105,8,13,.07))!important;
  color:#f4f5f6!important;
  box-shadow:inset 0 0 0 1px rgba(225,19,27,.02)!important;
}

.pz-corner-admin-red:hover{
  border-color:#e1131b!important;
  background:linear-gradient(180deg,rgba(225,19,27,.18),rgba(126,11,17,.12))!important;
  box-shadow:0 0 16px rgba(225,19,27,.14)!important;
}

@media(max-width:760px){
  .pz-corner-admin{
    left:9px!important;
    min-width:54px;
    min-height:34px!important;
    padding:0 9px!important;
    font-size:7px!important;
  }
}


/* ================================================================
   PANDEMICZ ECOSYSTEM v2.2.25 — GAMING ADMIN BRANCHBAR STYLE RESTORE
   Restores styling for:
   PANDEMICZ ADMIN | MODDING | GAMING | HOSTING
   ================================================================ */

.gaming-admin-branchbar{
  display:block!important;
  width:100%;
  min-height:44px;
  border-bottom:1px solid rgba(220,228,238,.10);
  background:#07090c;
}

.ga-admin-switch-inner{
  width:min(1240px,calc(100% - 40px));
  min-height:44px;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:22px;
}

.ga-admin-switch-inner>span{
  display:block;
  flex:0 0 auto;
  color:#69727d;
  font-size:7px;
  font-weight:900;
  line-height:1;
  letter-spacing:1.8px;
  text-transform:uppercase;
  white-space:nowrap;
}

.ga-admin-switch-inner nav{
  display:flex;
  align-items:stretch;
  height:44px;
  margin:0;
  padding:0;
}

.ga-admin-switch-inner nav a{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  height:44px;
  padding:0 17px;
  color:#777f89;
  font-size:9px;
  font-weight:900;
  line-height:1;
  letter-spacing:.7px;
  text-transform:uppercase;
  text-decoration:none;
  white-space:nowrap;
  transition:.2s ease;
}

.ga-admin-switch-inner nav a:hover,
.ga-admin-switch-inner nav a.active{
  color:#fff;
}

.ga-admin-switch-inner nav a.active:after{
  content:"";
  position:absolute;
  left:17px;
  right:17px;
  bottom:0;
  height:2px;
}

.ga-admin-switch-inner nav a.modding.active:after,
.ga-admin-switch-inner nav a.gaming.active:after{
  background:#e1131b;
  box-shadow:0 0 10px rgba(225,19,27,.20);
}

.ga-admin-switch-inner nav a.hosting.active:after{
  background:#3099df;
  box-shadow:0 0 10px rgba(48,153,223,.20);
}

.ga-admin-switch-inner .pz-admin-public{
  margin-left:auto;
  color:#717983;
  font-size:8px;
  font-weight:900;
  line-height:1;
  text-decoration:none;
  white-space:nowrap;
}

.ga-admin-switch-inner .pz-admin-public:hover{
  color:#fff;
}

@media(max-width:760px){
  .ga-admin-switch-inner{
    width:calc(100% - 28px);
    overflow-x:auto;
    gap:10px;
  }

  .ga-admin-switch-inner>span{
    display:none;
  }

  .ga-admin-switch-inner nav a{
    padding:0 12px;
  }

  .ga-admin-switch-inner .pz-admin-public{
    display:none;
  }
}

/* PandemicZ account cleanup — global sign out in main navigation */
.gaming-signout-form{margin:0;display:flex;align-items:center}.gaming-signout-link{min-height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border:1px solid rgba(220,80,88,.28);background:rgba(130,30,36,.08);color:#c6cbd1;font-size:8px;font-weight:900;letter-spacing:1px;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:.2s}.gaming-signout-link:hover{border-color:rgba(232,79,88,.55);color:#fff;background:rgba(145,31,38,.16)}
@media(max-width:800px){.gaming-signout-link{min-height:36px;padding:0 9px;font-size:7px}}
