
/* ================================================================
   GGU Stats 1.3.8 — unified dashboard visual system
   Presentation only: no statistics or query behavior lives here.
   ================================================================ */

.gguStats{
  --ggu-dash-bg:#0a0d12;
  --ggu-dash-panel:#11151b;
  --ggu-dash-panel-2:#151920;
  --ggu-dash-border:rgba(255,255,255,.075);
  --ggu-dash-border-gold:rgba(255,179,0,.22);
  --ggu-dash-gold:#ffb300;
  --ggu-dash-gold-2:#ffc126;
  --ggu-dash-text:#fff;
  --ggu-dash-muted:rgba(255,255,255,.62);
  --ggu-dash-muted-2:rgba(255,255,255,.42);
  --ggu-dash-radius:10px;
  --ggu-dash-shadow:0 12px 34px rgba(0,0,0,.2);
}

/* Content rhythm */
.gguStats .ggu-content-shell{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.gguStats .page-title{
  position:relative;
  margin:0 0 2px;
  padding:18px 20px 17px;
  overflow:hidden;
  border:1px solid var(--ggu-dash-border-gold);
  border-radius:var(--ggu-dash-radius);
  background:
    radial-gradient(circle at 82% 6%,rgba(255,179,0,.08),transparent 25%),
    linear-gradient(135deg,rgba(255,179,0,.06),rgba(15,18,24,.93) 30%,rgba(11,14,19,.97));
  box-shadow:var(--ggu-dash-shadow);
}
.gguStats .page-title:after{
  content:"";
  position:absolute;
  right:-3%;
  top:40%;
  width:42%;
  height:1px;
  opacity:.45;
  transform:rotate(-8deg);
  background:linear-gradient(90deg,transparent,var(--ggu-dash-gold),transparent);
  pointer-events:none;
}
.gguStats .page-title .eyebrow{
  color:var(--ggu-dash-gold);
  font-size:9px;
  font-weight:900;
  letter-spacing:.14em;
}
.gguStats .page-title h1{
  margin:5px 0 3px;
  color:#fff;
  font-size:clamp(24px,3vw,38px);
}
.gguStats .page-title p{
  max-width:820px;
  margin:0;
  color:var(--ggu-dash-muted);
  line-height:1.45;
}

/* Universal panel treatment */
.gguStats .section,
.gguStats .ggu-player-section,
.gguStats .ggu-player-panel,
.gguStats .table-card,
.gguStats .hero-dashboard,
.gguStats .feature-card,
.gguStats .game-card,
.gguStats .ggu-record-card{
  border-color:var(--ggu-dash-border)!important;
}
.gguStats .section,
.gguStats .ggu-player-section,
.gguStats .ggu-player-panel{
  border:1px solid var(--ggu-dash-border);
  border-radius:var(--ggu-dash-radius);
  background:linear-gradient(145deg,rgba(18,22,29,.95),rgba(11,14,19,.96));
  box-shadow:var(--ggu-dash-shadow);
}
.gguStats .section{
  padding:14px;
}
.gguStats .ggu-player-panel,
.gguStats .ggu-player-section{
  overflow:hidden;
}

/* Section bars — same visual language as the PvE dashboard */
.gguStats .ggu-section-bar,
.gguStats .section-head,
.gguStats .ggu-player-panel-head,
.gguStats .ggu-player-section-title{
  position:relative;
}
.gguStats .ggu-section-bar{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:12px;
  align-items:center;
  min-height:43px;
  margin:-14px -14px 13px;
  padding:9px 13px;
  border-bottom:1px solid rgba(255,179,0,.16);
  background:
    linear-gradient(90deg,rgba(255,179,0,.075),rgba(255,179,0,.015) 30%,rgba(0,0,0,0));
}
.gguStats .ggu-section-context,
.gguStats .ggu-player-panel-head span,
.gguStats .ggu-player-section-title>span{
  color:var(--ggu-dash-gold)!important;
  font-size:8px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
  text-transform:uppercase;
}
.gguStats .ggu-section-title{
  justify-self:center;
  margin:0;
  color:#fff;
  font-size:15px;
}
.gguStats .ggu-section-action,
.gguStats .section-action{
  display:inline-flex;
  align-items:center;
  min-height:27px;
  padding:5px 9px;
  border:1px solid rgba(255,179,0,.28);
  border-radius:6px;
  color:#fff!important;
  background:rgba(255,179,0,.055);
  text-decoration:none!important;
  font-size:9px;
  font-weight:700;
}
.gguStats .ggu-section-action:hover,
.gguStats .section-action:hover{
  border-color:rgba(255,179,0,.6);
  background:rgba(255,179,0,.10);
}

/* Toolbars / filters */
.gguStats .toolbar,
.gguStats .sortbar{
  display:flex;
  align-items:center;
  gap:9px;
  flex-wrap:wrap;
  margin:0;
  padding:10px 12px;
  border:1px solid var(--ggu-dash-border);
  border-radius:8px;
  background:rgba(13,16,22,.86);
}
.gguStats .filter-search{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:min(360px,100%);
  padding:0 10px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:7px;
  background:#11151b;
}
.gguStats .filter-search:focus-within{
  border-color:rgba(255,179,0,.5);
  box-shadow:0 0 0 2px rgba(255,179,0,.06);
}
.gguStats .filter-search input,
.gguStats .toolbar select,
.gguStats .sortbar select{
  color:#fff;
  background:#11151b;
}
.gguStats .filter-search input{
  min-height:36px;
  border:0!important;
  outline:0;
  background:transparent!important;
}
.gguStats .toolbar select{
  min-height:37px;
  padding:7px 31px 7px 10px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:7px;
}
.gguStats .button,
.gguStats button.button,
.gguStats .hero-search button{
  border:1px solid rgba(255,179,0,.52)!important;
  border-radius:7px!important;
  color:#fff!important;
  background:linear-gradient(180deg,#ffb900,#e99b00)!important;
  box-shadow:0 4px 14px rgba(255,179,0,.13);
  font-weight:800;
}
.gguStats .button:hover,
.gguStats button.button:hover{
  filter:brightness(1.08);
  transform:translateY(-1px);
}
.gguStats .chips{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
}
.gguStats .chips a,
.gguStats .sortbar a{
  padding:6px 9px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:6px;
  color:#fff!important;
  background:rgba(255,255,255,.025);
  text-decoration:none!important;
  font-size:9px;
}
.gguStats .chips a.active,
.gguStats .sortbar a.active{
  border-color:rgba(255,179,0,.5);
  background:rgba(255,179,0,.10);
  color:#ffc126!important;
}

/* Inner tabs */
.gguStats .tabs,
.gguStats .ggu-player-primary-tabs .tabs{
  display:flex;
  flex-wrap:wrap;
  gap:0;
  overflow:hidden;
  border:1px solid var(--ggu-dash-border);
  border-radius:8px;
  background:#0f1217;
}
.gguStats .tabs a{
  position:relative;
  padding:10px 15px;
  border-right:1px solid rgba(255,255,255,.055);
  color:#fff!important;
  text-decoration:none!important;
  font-weight:700;
  font-size:10px;
}
.gguStats .tabs a:hover{
  background:rgba(255,179,0,.055);
}
.gguStats .tabs a.active{
  color:#ffc126!important;
  background:linear-gradient(180deg,rgba(255,179,0,.18),rgba(255,179,0,.06));
}
.gguStats .tabs a.active:after{
  content:"";
  position:absolute;
  left:8px;
  right:8px;
  bottom:0;
  height:3px;
  border-radius:3px 3px 0 0;
  background:#ffb300;
}

/* Metrics */
.gguStats .metric-grid,
.gguStats .ggu-player-career-strip{
  gap:8px;
}
.gguStats .metric,
.gguStats .ggu-player-stat{
  border:1px solid rgba(255,255,255,.07)!important;
  border-radius:7px;
  background:linear-gradient(145deg,#171b22,#11141a)!important;
}
.gguStats .metric{
  padding:11px 12px;
}
.gguStats .metric span,
.gguStats .ggu-player-stat>span{
  color:#fff!important;
  opacity:.55;
  font-size:8px!important;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.gguStats .metric b,
.gguStats .ggu-player-stat>strong{
  color:#fff!important;
}
.gguStats .metric small,
.gguStats .ggu-player-stat>small{
  color:#fff!important;
  opacity:.58;
}

/* Tables */
.gguStats .table-card{
  overflow:hidden;
  border:1px solid var(--ggu-dash-border)!important;
  border-radius:9px!important;
  background:linear-gradient(145deg,#12161d,#0c0f14)!important;
  box-shadow:var(--ggu-dash-shadow);
}
.gguStats table{
  color:#fff;
}
.gguStats table thead{
  background:rgba(255,179,0,.045);
}
.gguStats table th{
  color:#fff!important;
  opacity:.58;
  font-size:8px!important;
  font-weight:800!important;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.gguStats table td{
  color:#fff;
  border-color:rgba(255,255,255,.055)!important;
}
.gguStats table tbody tr{
  transition:background .12s ease;
}
.gguStats table tbody tr:hover{
  background:rgba(255,179,0,.035);
}
.gguStats .table-link,
.gguStats .player-link{
  color:#fff!important;
  font-weight:700;
}
.gguStats .table-link:hover,
.gguStats .player-link:hover{
  color:#ffc126!important;
}

/* Homepage dashboard */
.gguStats .hero-dashboard{
  padding:18px;
  border:1px solid var(--ggu-dash-border-gold)!important;
  border-radius:var(--ggu-dash-radius);
  background:
    radial-gradient(circle at 75% 25%,rgba(255,179,0,.085),transparent 23%),
    linear-gradient(135deg,rgba(255,179,0,.07),#11151b 36%,#0b0e13);
  box-shadow:var(--ggu-dash-shadow);
}
.gguStats .hero-dashboard h2{color:#fff}
.gguStats .hero-dashboard p{color:var(--ggu-dash-muted)}
.gguStats .hero-search{
  border:1px solid rgba(255,255,255,.09);
  border-radius:8px;
  background:#0c1015;
}
.gguStats .hero-search input{color:#fff;background:transparent}
.gguStats .dashboard-grid{gap:12px}
.gguStats .game-stack,
.gguStats .feature-grid{gap:9px}
.gguStats .game-card,
.gguStats .feature-card{
  border:1px solid var(--ggu-dash-border)!important;
  border-radius:8px!important;
  background:linear-gradient(145deg,#151920,#101319)!important;
  color:#fff!important;
  box-shadow:none!important;
}
.gguStats .game-card:hover,
.gguStats .feature-card:hover{
  border-color:rgba(255,179,0,.38)!important;
  background:linear-gradient(145deg,rgba(255,179,0,.075),#101319)!important;
  transform:translateY(-1px);
}
.gguStats .game-card small,
.gguStats .feature-card span{color:#fff!important;opacity:.62}

/* Servers */
.gguStats .server-list{display:flex;flex-direction:column;gap:7px}
.gguStats .server-row{
  border:1px solid var(--ggu-dash-border)!important;
  border-radius:8px!important;
  background:linear-gradient(145deg,#151920,#101319)!important;
  box-shadow:none!important;
}
.gguStats .server-row:hover{
  border-color:rgba(255,179,0,.34)!important;
  background:linear-gradient(145deg,rgba(255,179,0,.06),#101319)!important;
}
.gguStats .server-row.is-online{
  box-shadow:inset 3px 0 0 rgba(90,190,120,.8)!important;
}
.gguStats .server-row.is-offline{
  opacity:.76;
  box-shadow:inset 3px 0 0 rgba(120,128,142,.5)!important;
}
.gguStats .server-main>strong,
.gguStats .server-pop,
.gguStats .server-meta{color:#fff!important}
.gguStats .server-main>small,
.gguStats .server-pop small,
.gguStats .server-meta span{color:#fff!important;opacity:.62}
.gguStats .server-badges span{
  border-radius:5px!important;
  font-size:7px!important;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.gguStats .progress{
  overflow:hidden;
  border-radius:4px;
  background:#22272e!important;
}
.gguStats .progress i{
  background:linear-gradient(90deg,#d99100,#ffbf20)!important;
}

/* Records */
.gguStats .ggu-record-grid{
  gap:9px;
}
.gguStats .ggu-record-card{
  position:relative;
  overflow:hidden;
  border:1px solid var(--ggu-dash-border)!important;
  border-radius:9px!important;
  background:
    radial-gradient(circle at 85% 10%,rgba(255,179,0,.08),transparent 30%),
    linear-gradient(145deg,#151920,#101319)!important;
}
.gguStats .ggu-record-card:hover{
  border-color:rgba(255,179,0,.4)!important;
}
.gguStats .ggu-record-card span{color:#ffb300!important}
.gguStats .ggu-record-card strong{color:#fff!important}
.gguStats .ggu-record-card small{color:#fff!important;opacity:.62}

/* Activity */
.gguStats .activity-feed{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.gguStats .activity-row{
  border:1px solid rgba(255,255,255,.055);
  border-radius:7px;
  background:#11151b;
}
.gguStats .activity-row:hover{
  border-color:rgba(255,179,0,.25);
  background:rgba(255,179,0,.035);
}
.gguStats .activity-row,
.gguStats .activity-row a,
.gguStats .activity-row strong{color:#fff!important}
.gguStats .activity-row small{color:#fff!important;opacity:.58}
.gguStats .activity-icon{color:#ffb300!important}

/* Player pages */
.gguStats .ggu-player-hero{
  border-color:var(--ggu-dash-border-gold)!important;
  background:
    radial-gradient(circle at 78% 16%,rgba(255,179,0,.075),transparent 25%),
    linear-gradient(145deg,#151920,#0d1015)!important;
}
.gguStats .ggu-player-rank-panel{
  border-color:rgba(255,179,0,.18)!important;
  background:linear-gradient(145deg,rgba(255,179,0,.075),#12161d)!important;
}
.gguStats .ggu-player-panel{
  border:1px solid var(--ggu-dash-border)!important;
  border-radius:9px!important;
  background:linear-gradient(145deg,#151920,#101319)!important;
}
.gguStats .ggu-player-panel-head{
  padding-bottom:9px;
  border-bottom:1px solid rgba(255,255,255,.055);
}
.gguStats .ggu-player-panel-head h2,
.gguStats .ggu-player-section-title h2{color:#fff}
.gguStats .ggu-player-panel-head a{color:#fff!important;opacity:.76}
.gguStats .ggu-player-panel-head a:hover{color:#ffbf20!important;opacity:1}
.gguStats .ggu-player-period-card,
.gguStats .ggu-player-weapon-card,
.gguStats .ggu-player-award-card,
.gguStats .ggu-player-achievement-card,
.gguStats .ggu-milestone{
  border-color:rgba(255,255,255,.07)!important;
  background:#12161d!important;
}
.gguStats .ggu-player-period-card:hover,
.gguStats .ggu-player-weapon-card:hover,
.gguStats .ggu-player-award-card:hover{
  border-color:rgba(255,179,0,.28)!important;
}

/* Empty / helper states */
.gguStats .empty,
.gguStats .subtle{
  color:#fff!important;
  opacity:.63;
}
.gguStats .empty{
  padding:18px;
  border:1px dashed rgba(255,255,255,.08);
  border-radius:7px;
  background:rgba(255,255,255,.015);
}
.gguStats .pager{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  margin-top:4px;
  padding:9px;
  border:1px solid var(--ggu-dash-border);
  border-radius:7px;
  background:#11151b;
}
.gguStats .pager a{
  color:#fff!important;
  text-decoration:none!important;
}
.gguStats .pager a:hover{color:#ffbf20!important}

/* Consistent dashboard scrollbars */
.gguStats .table-scroll::-webkit-scrollbar{height:8px;width:8px}
.gguStats .table-scroll::-webkit-scrollbar-track{background:#0d1015}
.gguStats .table-scroll::-webkit-scrollbar-thumb{background:#2b3038;border-radius:8px}
.gguStats .table-scroll::-webkit-scrollbar-thumb:hover{background:#3b414a}

/* Responsive */
@media(max-width:900px){
  .gguStats .ggu-section-bar{
    grid-template-columns:1fr auto;
  }
  .gguStats .ggu-section-context{
    grid-column:1/3;
  }
  .gguStats .ggu-section-title{
    justify-self:start;
  }
}
@media(max-width:700px){
  .gguStats .page-title,
  .gguStats .hero-dashboard,
  .gguStats .section{padding:12px}
  .gguStats .ggu-section-bar{margin:-12px -12px 11px}
  .gguStats .toolbar{align-items:stretch}
  .gguStats .filter-search{min-width:100%}
  .gguStats .tabs{overflow-x:auto;flex-wrap:nowrap}
  .gguStats .tabs a{white-space:nowrap;flex:0 0 auto}
}


/* ================================================================
   GGU Stats 1.3.9 — restore PRISM glass + extend PvE dashboard system
   ================================================================ */

.gguStats{
  --ggu-glass-bg:rgba(16,19,25,.68);
  --ggu-glass-bg-strong:rgba(13,16,21,.82);
  --ggu-glass-bg-soft:rgba(18,22,29,.54);
  --ggu-glass-border:rgba(255,255,255,.09);
  --ggu-glass-gold:rgba(255,179,0,.22);
  --ggu-glass-blur:18px;
}

/* Restore the actual glass language instead of opaque charcoal cards. */
.gguStats .glass,
.gguStats .page-title,
.gguStats .hero-dashboard,
.gguStats .ggu-dash-hero,
.gguStats .ggu-dash-panel,
.gguStats .section,
.gguStats .ggu-player-panel,
.gguStats .ggu-player-section,
.gguStats .table-card,
.gguStats .server-row,
.gguStats .game-card,
.gguStats .feature-card,
.gguStats .ggu-record-card,
.gguStats .ggu-player-hero,
.gguStats .ggu-player-rank-panel,
.gguStats .toolbar,
.gguStats .sortbar,
.gguStats .tabs{
  -webkit-backdrop-filter:blur(var(--ggu-glass-blur)) saturate(135%);
  backdrop-filter:blur(var(--ggu-glass-blur)) saturate(135%);
}

.gguStats .page-title,
.gguStats .ggu-dash-hero,
.gguStats .hero-dashboard,
.gguStats .ggu-player-hero{
  background:
    linear-gradient(135deg,rgba(255,179,0,.075),rgba(21,24,31,.66) 27%,rgba(9,12,17,.72) 75%)!important;
  border-color:rgba(255,179,0,.22)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.045),
    0 12px 34px rgba(0,0,0,.18)!important;
}
.gguStats .ggu-dash-panel,
.gguStats .section,
.gguStats .ggu-player-panel,
.gguStats .ggu-player-section,
.gguStats .table-card{
  background:
    linear-gradient(145deg,rgba(24,28,36,.66),rgba(8,11,16,.72))!important;
  border:1px solid var(--ggu-glass-border)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.028),
    0 10px 30px rgba(0,0,0,.16)!important;
}
.gguStats .server-row,
.gguStats .game-card,
.gguStats .feature-card,
.gguStats .ggu-record-card{
  background:linear-gradient(145deg,rgba(26,30,38,.58),rgba(9,12,17,.68))!important;
}
.gguStats .toolbar,
.gguStats .sortbar,
.gguStats .tabs{
  background:rgba(10,13,18,.62)!important;
}
.gguStats .metric,
.gguStats .ggu-player-stat,
.gguStats .ggu-player-period-card,
.gguStats .ggu-player-weapon-card,
.gguStats .ggu-player-award-card,
.gguStats .ggu-player-achievement-card,
.gguStats .ggu-milestone{
  background:linear-gradient(145deg,rgba(28,32,41,.58),rgba(12,15,20,.66))!important;
}

/* Reusable PvE-style dashboard primitives */
.gguStats .ggu-dash-hero{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
  gap:22px;
  align-items:center;
  padding:18px 20px;
  border:1px solid var(--ggu-glass-gold);
  border-radius:11px;
  overflow:hidden;
}
.gguStats .ggu-dash-hero-copy h2{
  margin:4px 0 5px;
  color:#fff;
  font-size:clamp(23px,2.6vw,34px);
}
.gguStats .ggu-dash-hero-copy p{
  margin:0;
  max-width:840px;
  color:rgba(255,255,255,.73);
  line-height:1.45;
}
.gguStats .ggu-dash-info{
  padding:13px 15px;
  border:1px solid rgba(255,179,0,.28);
  border-radius:8px;
  background:rgba(7,9,13,.38);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
.gguStats .ggu-dash-info strong{
  display:block;
  margin-bottom:4px;
  color:#ffb300;
  font-size:12px;
}
.gguStats .ggu-dash-info p{
  margin:0;
  color:#fff;
  opacity:.7;
  font-size:10px;
  line-height:1.45;
}

.gguStats .ggu-dash-metrics{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(155px,1fr));
  gap:9px;
}
.gguStats .ggu-dash-metric{
  display:flex;
  align-items:center;
  gap:11px;
  min-height:86px;
  padding:12px 13px;
  border:1px solid var(--ggu-glass-border);
  border-radius:9px;
  background:linear-gradient(145deg,rgba(24,28,36,.6),rgba(9,12,17,.68));
  -webkit-backdrop-filter:blur(16px) saturate(130%);
  backdrop-filter:blur(16px) saturate(130%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
.gguStats .ggu-dash-metric-icon{
  flex:0 0 34px;
  width:34px;
  height:34px;
  border-radius:50%;
  background:
    radial-gradient(circle at center,#ffb300 0 24%,rgba(255,179,0,.13) 27%,rgba(255,179,0,.04) 67%,transparent 69%);
}
.gguStats .ggu-dash-metric.is-online .ggu-dash-metric-icon,
.gguStats .ggu-dash-metric.is-players .ggu-dash-metric-icon{
  background:radial-gradient(circle at center,#70ca77 0 24%,rgba(112,202,119,.13) 27%,rgba(112,202,119,.04) 67%,transparent 69%);
}
.gguStats .ggu-dash-metric.is-bots .ggu-dash-metric-icon{
  background:radial-gradient(circle at center,#8993a1 0 24%,rgba(137,147,161,.13) 27%,rgba(137,147,161,.04) 67%,transparent 69%);
}
.gguStats .ggu-dash-metric strong{
  display:block;
  color:#fff;
  font-size:20px;
  line-height:1;
}
.gguStats .ggu-dash-metric div>span{
  display:block;
  margin-top:5px;
  color:#fff;
  opacity:.72;
  font-size:8px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.gguStats .ggu-dash-metric small{
  display:block;
  margin-top:3px;
  color:#fff;
  opacity:.52;
  font-size:9px;
}

.gguStats .ggu-dash-grid{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(280px,.75fr);
  gap:12px;
}
.gguStats .ggu-dash-panel{
  min-width:0;
  padding:14px;
  border-radius:10px;
}
.gguStats .ggu-dash-panel--wide{
  min-width:0;
}
.gguStats .ggu-dash-panel--filters{
  padding:10px;
}
.gguStats .ggu-dash-panel--filters .toolbar{
  padding:0;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}
.gguStats .ggu-feature-grid--stacked{
  grid-template-columns:1fr!important;
}

/* Network summary visual, using already tracked totals only */
.gguStats .ggu-network-ring{
  --ggu-ring-value:0;
  display:grid;
  place-items:center;
  width:164px;
  height:164px;
  margin:7px auto 18px;
  border-radius:50%;
  background:
    radial-gradient(circle at center,rgba(11,14,19,.94) 0 54%,transparent 55%),
    conic-gradient(#ffb300 calc(var(--ggu-ring-value) * 1%),rgba(255,255,255,.075) 0);
  box-shadow:inset 0 0 28px rgba(255,179,0,.06);
}
.gguStats .ggu-network-ring>div{text-align:center}
.gguStats .ggu-network-ring strong{
  display:block;
  color:#fff;
  font-size:23px;
}
.gguStats .ggu-network-ring span{
  color:#fff;
  opacity:.55;
  font-size:9px;
}
.gguStats .ggu-network-load-list{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.gguStats .ggu-network-load-list>div>span{
  display:flex;
  justify-content:space-between;
  color:#fff;
  font-size:9px;
}
.gguStats .ggu-network-load-list>div>i{
  display:block;
  height:8px;
  margin-top:5px;
  overflow:hidden;
  border-radius:4px;
  background:rgba(255,255,255,.07);
}
.gguStats .ggu-network-load-list em{
  display:block;
  height:100%;
  border-radius:4px;
  background:#ffb300;
}
.gguStats .ggu-network-load-list em.is-human{background:#70ca77}
.gguStats .ggu-network-load-list em.is-bots{background:#8993a1}
.gguStats .ggu-network-load-list em.is-open{background:#ffb300}

.gguStats .ggu-game-population{
  display:flex;
  flex-direction:column;
  gap:9px;
}
.gguStats .ggu-game-population a{
  display:block;
  padding:9px 10px;
  border:1px solid rgba(255,255,255,.065);
  border-radius:7px;
  background:rgba(255,255,255,.018);
  color:#fff!important;
  text-decoration:none!important;
}
.gguStats .ggu-game-population a:hover{
  border-color:rgba(255,179,0,.26);
  background:rgba(255,179,0,.035);
}
.gguStats .ggu-game-population span{
  display:flex;
  justify-content:space-between;
  gap:10px;
}
.gguStats .ggu-game-population i{
  display:block;
  height:6px;
  margin:6px 0 4px;
  overflow:hidden;
  border-radius:3px;
  background:rgba(255,255,255,.06);
}
.gguStats .ggu-game-population em{
  display:block;
  height:100%;
  border-radius:3px;
  background:linear-gradient(90deg,#d99400,#ffc126);
}
.gguStats .ggu-game-population small{
  color:#fff;
  opacity:.48;
  font-size:8px;
}

/* Keep PRISM beams/orbs visible through the cards. */
.gguStats .bg-field{
  opacity:1!important;
}
.gguStats .orb{
  opacity:.38!important;
}
.gguStats .prism-beam-global{
  opacity:.7!important;
}

/* Preserve the stronger PvE-specific hierarchy on top of the global glass. */
.gguStats .ggu-pve-dashboard .ggu-pve-panel,
.gguStats .ggu-pve-dashboard .ggu-pve-metric,
.gguStats .ggu-pve-dashboard .ggu-pve-hero{
  -webkit-backdrop-filter:blur(18px) saturate(135%);
  backdrop-filter:blur(18px) saturate(135%);
}
.gguStats .ggu-pve-dashboard .ggu-pve-panel{
  background:linear-gradient(145deg,rgba(20,24,31,.68),rgba(8,11,16,.76))!important;
}
.gguStats .ggu-pve-dashboard .ggu-pve-metric{
  background:linear-gradient(145deg,rgba(23,27,35,.62),rgba(9,12,17,.72))!important;
}

/* Player panels get the same glass shell, but existing data/widgets remain. */
.gguStats .ggu-player-dashboard-grid,
.gguStats .ggu-player-two-column{
  gap:12px!important;
}
.gguStats .ggu-player-panel,
.gguStats .ggu-player-section{
  background:linear-gradient(145deg,rgba(22,26,34,.62),rgba(8,11,16,.72))!important;
}

/* Responsive */
@media(max-width:950px){
  .gguStats .ggu-dash-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .gguStats .ggu-dash-hero{grid-template-columns:1fr}
  .gguStats .ggu-dash-metrics{grid-template-columns:1fr 1fr}
}
@media(max-width:480px){
  .gguStats .ggu-dash-metrics{grid-template-columns:1fr}
}


/* ================================================================
   GGU Stats 1.4.0 — player profile dashboard
   ================================================================ */

/* The player profile is now one glass dashboard surface, matching PvE. */
.gguStats .ggu-player-dashboard-shell{
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:0;
}

/* ---------------------------------------------------------------
   Restore the original player-tab/button treatment.
   These rules intentionally override the 1.3.8 global tabs skin.
   --------------------------------------------------------------- */
.gguStats .ggu-player-primary-tabs--classic{
  position:relative;
  z-index:3;
  margin:0;
  padding:0;
  border:0;
  background:transparent;
  -webkit-backdrop-filter:none;
  backdrop-filter:none;
}
.gguStats .ggu-player-primary-tabs--classic .tabs{
  display:flex;
  align-items:stretch;
  gap:0;
  min-height:46px;
  overflow-x:auto;
  overflow-y:hidden;
  border:0!important;
  border-radius:0!important;
  background:rgba(10,12,16,.72)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,179,0,.14),
    inset 0 -1px 0 rgba(255,255,255,.045)!important;
  -webkit-backdrop-filter:blur(16px) saturate(130%);
  backdrop-filter:blur(16px) saturate(130%);
}
.gguStats .ggu-player-primary-tabs--classic .tabs a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 17px!important;
  border:0!important;
  border-right:1px solid rgba(255,255,255,.045)!important;
  border-radius:0!important;
  background:transparent!important;
  color:#fff!important;
  font-family:"Source Sans Pro","Segoe UI",Arial,sans-serif;
  font-size:10px!important;
  font-weight:800!important;
  text-shadow:none;
  white-space:nowrap;
  transition:
    background .14s ease,
    border-color .14s ease,
    color .14s ease,
    box-shadow .14s ease;
}
.gguStats .ggu-player-primary-tabs--classic .tabs a:hover{
  color:#fff!important;
  background:rgba(255,179,0,.075)!important;
}
.gguStats .ggu-player-primary-tabs--classic .tabs a.active{
  color:#fff!important;
  border:1px solid #ffd058!important;
  border-bottom-color:#f0a000!important;
  background:linear-gradient(180deg,#ffc126 0%,#eea100 100%)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.28),
    0 0 18px rgba(255,179,0,.24)!important;
}
.gguStats .ggu-player-primary-tabs--classic .tabs a.active:after{
  display:none!important;
}

/* ---------------------------------------------------------------
   Player hero / identity area — same glass depth as the PvE hero.
   --------------------------------------------------------------- */
.gguStats .ggu-player-hero{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,179,0,.22)!important;
  border-radius:11px!important;
  background:
    radial-gradient(circle at 78% 16%,rgba(255,179,0,.11),transparent 25%),
    linear-gradient(145deg,rgba(26,29,36,.62),rgba(8,11,16,.73))!important;
  -webkit-backdrop-filter:blur(20px) saturate(135%);
  backdrop-filter:blur(20px) saturate(135%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    0 12px 34px rgba(0,0,0,.18)!important;
}
.gguStats .ggu-player-hero:after{
  content:"";
  position:absolute;
  z-index:0;
  right:-4%;
  bottom:22%;
  width:48%;
  height:1px;
  transform:rotate(-8deg);
  opacity:.42;
  background:linear-gradient(90deg,transparent,#ffb300,transparent);
  pointer-events:none;
}
.gguStats .ggu-player-hero>*{
  position:relative;
  z-index:1;
}
.gguStats .ggu-player-rank-panel{
  border:1px solid rgba(255,179,0,.22)!important;
  border-radius:9px!important;
  background:linear-gradient(145deg,rgba(255,179,0,.09),rgba(12,15,20,.62))!important;
  -webkit-backdrop-filter:blur(16px) saturate(130%);
  backdrop-filter:blur(16px) saturate(130%);
}

/* Game switcher follows the same glass component language. */
.gguStats .ggu-profile-game-switcher{
  border-color:rgba(255,179,0,.28)!important;
  background:linear-gradient(145deg,rgba(22,26,34,.56),rgba(8,11,16,.66))!important;
  -webkit-backdrop-filter:blur(16px) saturate(130%);
  backdrop-filter:blur(16px) saturate(130%);
}
.gguStats .ggu-profile-game-switcher__control select{
  border-color:rgba(255,255,255,.10)!important;
  background:rgba(14,17,23,.78)!important;
}

/* ---------------------------------------------------------------
   Career / quick stat cards — use the PvE metric-card hierarchy.
   --------------------------------------------------------------- */
.gguStats .ggu-player-career-strip{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(120px,1fr));
  gap:8px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.gguStats .ggu-player-career-strip .ggu-player-stat,
.gguStats .ggu-player-trend-footer .ggu-player-stat{
  min-height:78px;
  padding:11px 12px!important;
  border:1px solid rgba(255,255,255,.075)!important;
  border-radius:8px!important;
  background:
    linear-gradient(145deg,rgba(27,31,40,.58),rgba(10,13,18,.68))!important;
  -webkit-backdrop-filter:blur(14px) saturate(125%);
  backdrop-filter:blur(14px) saturate(125%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
.gguStats .ggu-player-career-strip .ggu-player-stat>span,
.gguStats .ggu-player-trend-footer .ggu-player-stat>span{
  color:#ffb300!important;
  opacity:.82!important;
}
.gguStats .ggu-player-career-strip .ggu-player-stat>strong,
.gguStats .ggu-player-trend-footer .ggu-player-stat>strong{
  margin-top:5px;
  color:#fff!important;
  font-size:17px;
  line-height:1.05;
}

/* ---------------------------------------------------------------
   Every profile tab now follows the PvE dashboard panel system.
   --------------------------------------------------------------- */
.gguStats .ggu-player-dashboard-grid{
  display:grid;
  gap:12px!important;
}
.gguStats .ggu-player-panel,
.gguStats .ggu-player-section{
  position:relative;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:10px!important;
  background:
    linear-gradient(145deg,rgba(23,27,35,.59),rgba(8,11,16,.70))!important;
  -webkit-backdrop-filter:blur(18px) saturate(132%);
  backdrop-filter:blur(18px) saturate(132%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.025),
    0 9px 26px rgba(0,0,0,.14)!important;
}
.gguStats .ggu-player-panel:hover,
.gguStats .ggu-player-section:hover{
  border-color:rgba(255,179,0,.13)!important;
}
.gguStats .ggu-player-panel-head,
.gguStats .ggu-player-section-title{
  margin:-14px -14px 13px;
  padding:11px 14px 10px!important;
  border-bottom:1px solid rgba(255,179,0,.12)!important;
  background:
    linear-gradient(90deg,rgba(255,179,0,.055),rgba(255,179,0,.008) 36%,transparent);
}
.gguStats .ggu-player-section-title{
  margin:-1px -1px 13px!important;
}
.gguStats .ggu-player-panel-head h2,
.gguStats .ggu-player-section-title h2{
  margin-top:3px!important;
  color:#fff!important;
}
.gguStats .ggu-player-panel-head>small,
.gguStats .ggu-player-section-title p{
  color:#fff!important;
  opacity:.62;
}

/* Overview: cards, comparisons and milestones all use one shared visual system. */
.gguStats .ggu-player-period-card,
.gguStats .ggu-player-weapon-showcase>a,
.gguStats .ggu-player-award-showcase>article,
.gguStats .ggu-percentile-grid>article,
.gguStats .ggu-milestone-grid>article{
  border:1px solid rgba(255,255,255,.07)!important;
  border-radius:8px!important;
  background:
    linear-gradient(145deg,rgba(25,29,37,.56),rgba(9,12,17,.65))!important;
  -webkit-backdrop-filter:blur(14px) saturate(125%);
  backdrop-filter:blur(14px) saturate(125%);
}
.gguStats .ggu-player-period-card:hover,
.gguStats .ggu-player-weapon-showcase>a:hover,
.gguStats .ggu-player-award-showcase>article:hover{
  border-color:rgba(255,179,0,.26)!important;
}

/* Chart container stays glass instead of opaque. */
.gguStats .chart-card{
  border:1px solid rgba(255,255,255,.07)!important;
  border-radius:8px!important;
  background:
    linear-gradient(145deg,rgba(14,17,23,.58),rgba(8,10,14,.68))!important;
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
}

/* Range buttons return to the older compact GGU treatment. */
.gguStats .ggu-chart-ranges{
  gap:5px!important;
  margin-bottom:9px;
}
.gguStats .ggu-chart-ranges a{
  min-height:28px;
  display:inline-flex;
  align-items:center;
  padding:5px 9px!important;
  border:1px solid rgba(255,255,255,.07)!important;
  border-radius:5px!important;
  color:#fff!important;
  background:rgba(10,13,18,.46)!important;
}
.gguStats .ggu-chart-ranges a:hover{
  border-color:rgba(255,179,0,.28)!important;
  background:rgba(255,179,0,.055)!important;
}
.gguStats .ggu-chart-ranges a.active{
  border-color:#ffd058!important;
  color:#fff!important;
  background:linear-gradient(180deg,#ffc126,#eaa000)!important;
  box-shadow:0 0 12px rgba(255,179,0,.18);
}

/* Profile tables inherit the PvE table look without changing columns/data. */
.gguStats .ggu-player-dashboard-shell .table-card{
  border:1px solid rgba(255,255,255,.07)!important;
  border-radius:8px!important;
  background:
    linear-gradient(145deg,rgba(15,18,24,.58),rgba(8,10,14,.68))!important;
}
.gguStats .ggu-player-dashboard-shell table thead{
  background:rgba(255,179,0,.035)!important;
}
.gguStats .ggu-player-dashboard-shell table tbody tr:hover{
  background:rgba(255,179,0,.03)!important;
}

/* Live bar follows the dashboard metric-card style. */
.gguStats .ggu-player-livebar{
  border:1px solid rgba(101,201,115,.22)!important;
  border-radius:9px!important;
  background:
    linear-gradient(145deg,rgba(40,91,50,.12),rgba(8,11,16,.64))!important;
  -webkit-backdrop-filter:blur(16px);
  backdrop-filter:blur(16px);
}

/* Linked-games callout should not look like a full separate content panel. */
.gguStats .ggu-linked-games-summary{
  padding:0!important;
  border-color:rgba(255,179,0,.16)!important;
}
.gguStats .ggu-linked-games-summary .ggu-player-section-title{
  margin:0!important;
  border-bottom:0!important;
}

/* Preserve the stronger PvP/PvE distinction inside Unturned profiles. */
.gguStats .ggu-unturned-stat-section.is-pvp{
  box-shadow:
    inset 3px 0 0 #ffb300,
    inset 0 1px 0 rgba(255,255,255,.025),
    0 9px 26px rgba(0,0,0,.14)!important;
}
.gguStats .ggu-unturned-stat-section.is-pve{
  box-shadow:
    inset 3px 0 0 rgba(95,190,120,.95),
    inset 0 1px 0 rgba(255,255,255,.025),
    0 9px 26px rgba(0,0,0,.14)!important;
}

/* Profile action buttons keep the brighter pre-dashboard look. */
.gguStats .ggu-player-actions .button{
  min-height:34px;
  padding:7px 11px!important;
  border:1px solid #ffd058!important;
  border-radius:6px!important;
  color:#fff!important;
  background:linear-gradient(180deg,#ffc126,#e99b00)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.22),
    0 0 13px rgba(255,179,0,.16)!important;
}
.gguStats .ggu-player-actions .button:hover{
  filter:brightness(1.08);
  transform:translateY(-1px);
}

/* Responsive player tabs */
@media(max-width:760px){
  .gguStats .ggu-player-primary-tabs--classic .tabs{
    overflow-x:auto;
    justify-content:flex-start;
  }
  .gguStats .ggu-player-primary-tabs--classic .tabs a{
    flex:0 0 auto;
    min-width:max-content;
    padding:0 14px!important;
  }
}


/* ================================================================
   GGU Stats 1.4.2 — GGU Theme profile dashboard correction
   ================================================================ */

/*
 * Direction:
 * - use the PvE dashboard's information hierarchy
 * - keep the actual GGU PRISM/glass theme
 * - avoid the "futuristic HUD" look from the mockup
 * - preserve the stable 1.4.0 profile DOM
 */

/* ---------- Player navigation: restore the GGU tab rail ---------- */
.gguStats .ggu-player-primary-tabs{
  margin:0 0 12px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.gguStats .ggu-player-primary-tabs .tabs{
  display:flex!important;
  align-items:stretch!important;
  gap:0!important;
  min-height:44px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  border:1px solid rgba(255,179,0,.18)!important;
  border-radius:7px!important;
  background:rgba(9,10,11,.72)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,179,0,.08),
    0 8px 22px rgba(0,0,0,.12)!important;
  -webkit-backdrop-filter:blur(14px) saturate(120%)!important;
  backdrop-filter:blur(14px) saturate(120%)!important;
}
.gguStats .ggu-player-primary-tabs .tabs a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:44px!important;
  padding:0 16px!important;
  border:0!important;
  border-right:1px solid rgba(255,255,255,.045)!important;
  border-radius:0!important;
  color:#fff!important;
  background:transparent!important;
  font-family:"Source Sans Pro","Segoe UI",Arial,sans-serif!important;
  font-size:12px!important;
  font-weight:700!important;
  line-height:1!important;
  text-decoration:none!important;
  text-shadow:none!important;
  white-space:nowrap!important;
}
.gguStats .ggu-player-primary-tabs .tabs a:hover{
  color:#fff!important;
  background:rgba(255,179,0,.07)!important;
}
.gguStats .ggu-player-primary-tabs .tabs a.active{
  color:#fff!important;
  border:1px solid rgba(255,208,88,.9)!important;
  border-top-color:#ffd76a!important;
  border-bottom-color:#d98f00!important;
  background:linear-gradient(180deg,#ffc126 0%,#efa000 100%)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.24),
    0 0 14px rgba(255,179,0,.16)!important;
}
.gguStats .ggu-player-primary-tabs .tabs a.active:after{
  display:none!important;
}

/* ---------- Profile hero: GGU glass, not a sci-fi HUD ---------- */
.gguStats .ggu-player-hero{
  border:1px solid rgba(255,179,0,.19)!important;
  border-radius:10px!important;
  background:
    radial-gradient(circle at 74% 18%,rgba(255,179,0,.075),transparent 28%),
    linear-gradient(145deg,rgba(20,20,19,.62),rgba(8,9,10,.72))!important;
  -webkit-backdrop-filter:blur(18px) saturate(125%)!important;
  backdrop-filter:blur(18px) saturate(125%)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.03),
    0 10px 28px rgba(0,0,0,.14)!important;
}
.gguStats .ggu-player-rank-panel{
  border:1px solid rgba(255,179,0,.16)!important;
  background:rgba(16,15,13,.55)!important;
  -webkit-backdrop-filter:blur(14px)!important;
  backdrop-filter:blur(14px)!important;
}

/* ---------- Profile Overview: same hierarchy as PvE, GGU styling ---------- */
.gguStats .ggu-profile-overview-dashboard{
  display:grid!important;
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  gap:12px!important;
  align-items:start!important;
}
.gguStats .ggu-profile-overview-dashboard > *{
  min-width:0!important;
}
.gguStats .ggu-profile-overview-dashboard > :nth-child(1){
  grid-column:span 8!important;
}
.gguStats .ggu-profile-overview-dashboard > :nth-child(2){
  grid-column:span 4!important;
}
.gguStats .ggu-profile-overview-dashboard > :nth-child(3),
.gguStats .ggu-profile-overview-dashboard > :nth-child(4),
.gguStats .ggu-profile-overview-dashboard > :nth-child(5),
.gguStats .ggu-profile-overview-dashboard > :nth-child(6){
  grid-column:span 6!important;
}
.gguStats .ggu-profile-overview-dashboard > :nth-child(7){
  grid-column:1/-1!important;
}

/* Percentiles and milestones stay full width below the overview dashboard. */
.gguStats .ggu-player-percentiles,
.gguStats .ggu-player-milestones{
  margin-top:12px!important;
}

/* ---------- Shared player panels: PvE structure, GGU surface ---------- */
.gguStats .ggu-player-panel,
.gguStats .ggu-player-section,
.gguStats .ggu-pvp-dashboard-panel{
  border:1px solid rgba(255,255,255,.075)!important;
  border-radius:9px!important;
  background:
    linear-gradient(145deg,rgba(20,22,25,.60),rgba(8,9,11,.70))!important;
  -webkit-backdrop-filter:blur(16px) saturate(120%)!important;
  backdrop-filter:blur(16px) saturate(120%)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.025),
    0 8px 24px rgba(0,0,0,.12)!important;
}
.gguStats .ggu-player-panel-head,
.gguStats .ggu-player-section-title{
  border-bottom:1px solid rgba(255,179,0,.10)!important;
  background:
    linear-gradient(90deg,rgba(255,179,0,.045),rgba(255,179,0,.008) 44%,transparent)!important;
}
.gguStats .ggu-player-panel-head span,
.gguStats .ggu-player-section-title>span{
  color:#ffb300!important;
  font-family:"Source Sans Pro","Segoe UI",Arial,sans-serif!important;
  font-size:9px!important;
  font-weight:800!important;
  letter-spacing:.10em!important;
  text-transform:uppercase!important;
}
.gguStats .ggu-player-panel-head h2,
.gguStats .ggu-player-section-title h2{
  color:#fff!important;
  font-family:"Space Grotesk","Segoe UI",Arial,sans-serif!important;
}
.gguStats .ggu-player-panel-head small,
.gguStats .ggu-player-section-title p{
  color:#fff!important;
  opacity:.62!important;
  font-family:"Source Sans Pro","Segoe UI",Arial,sans-serif!important;
}

/* ---------- Metrics: closer to the PvE cards, without giant icons ---------- */
.gguStats .ggu-player-career-strip{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(120px,1fr))!important;
  gap:8px!important;
}
.gguStats .ggu-player-stat{
  min-height:76px!important;
  padding:10px 11px!important;
  border:1px solid rgba(255,255,255,.07)!important;
  border-radius:7px!important;
  background:
    linear-gradient(145deg,rgba(24,26,30,.54),rgba(10,11,13,.64))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.02)!important;
}
.gguStats .ggu-player-stat>span{
  color:#ffb300!important;
  opacity:.84!important;
  font-family:"Source Sans Pro","Segoe UI",Arial,sans-serif!important;
}
.gguStats .ggu-player-stat>strong{
  color:#fff!important;
  font-family:"Space Grotesk","Segoe UI",Arial,sans-serif!important;
}
.gguStats .ggu-player-stat>small{
  color:#fff!important;
  opacity:.55!important;
  font-family:"Source Sans Pro","Segoe UI",Arial,sans-serif!important;
}

/* ---------- Rank/Skill chart: wider primary dashboard panel ---------- */
.gguStats .ggu-profile-overview-dashboard .chart-card{
  min-height:270px!important;
  border:1px solid rgba(255,255,255,.06)!important;
  border-radius:7px!important;
  background:rgba(7,8,10,.48)!important;
}

/* ---------- Supporting cards stay simple and GGU-like ---------- */
.gguStats .ggu-player-period-card,
.gguStats .ggu-player-weapon-showcase>a,
.gguStats .ggu-player-award-showcase>article,
.gguStats .ggu-percentile-grid>article,
.gguStats .ggu-milestone{
  border:1px solid rgba(255,255,255,.065)!important;
  border-radius:7px!important;
  background:rgba(15,16,18,.48)!important;
  -webkit-backdrop-filter:blur(12px)!important;
  backdrop-filter:blur(12px)!important;
}
.gguStats .ggu-player-period-card:hover,
.gguStats .ggu-player-weapon-showcase>a:hover{
  border-color:rgba(255,179,0,.22)!important;
  background:rgba(255,179,0,.028)!important;
}

/* ---------- PvP tab: use the same card rhythm as PvE ---------- */
.gguStats .ggu-pvp-dashboard-summary{
  border-color:rgba(255,179,0,.14)!important;
}
.gguStats .ggu-pvp-dashboard-panel{
  margin-bottom:12px!important;
}
.gguStats .ggu-pvp-dashboard-panel .table-card{
  border-color:rgba(255,255,255,.06)!important;
  background:rgba(8,9,11,.42)!important;
}

/* Keep the two-column comparison sections stable. */
.gguStats .ggu-player-two-column{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  margin-bottom:12px!important;
}

/* ---------- Range buttons: original compact GGU treatment ---------- */
.gguStats .ggu-chart-ranges{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:5px!important;
}
.gguStats .ggu-chart-ranges a{
  min-height:27px!important;
  padding:5px 9px!important;
  border:1px solid rgba(255,255,255,.065)!important;
  border-radius:5px!important;
  color:#fff!important;
  background:rgba(10,11,13,.48)!important;
  font-family:"Source Sans Pro","Segoe UI",Arial,sans-serif!important;
  font-size:9px!important;
  font-weight:700!important;
}
.gguStats .ggu-chart-ranges a.active{
  border-color:#ffc126!important;
  color:#fff!important;
  background:linear-gradient(180deg,#ffc126,#e99b00)!important;
  box-shadow:0 0 10px rgba(255,179,0,.12)!important;
}

/* ---------- Preserve PRISM background visibility ---------- */
.gguStats .bg-field{
  opacity:1!important;
}
.gguStats .prism-beam-global{
  opacity:.72!important;
}
.gguStats .orb{
  opacity:.34!important;
}

/* ---------- Responsive: no broken overlap/overflow ---------- */
@media(max-width:1050px){
  .gguStats .ggu-profile-overview-dashboard{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .gguStats .ggu-profile-overview-dashboard > *{
    grid-column:span 1!important;
  }
  .gguStats .ggu-profile-overview-dashboard > :nth-child(1),
  .gguStats .ggu-profile-overview-dashboard > :nth-child(7){
    grid-column:1/-1!important;
  }
}
@media(max-width:720px){
  .gguStats .ggu-profile-overview-dashboard,
  .gguStats .ggu-player-two-column{
    grid-template-columns:1fr!important;
  }
  .gguStats .ggu-profile-overview-dashboard > *{
    grid-column:1/-1!important;
  }
  .gguStats .ggu-player-primary-tabs .tabs{
    overflow-x:auto!important;
  }
  .gguStats .ggu-player-primary-tabs .tabs a{
    flex:0 0 auto!important;
    min-width:max-content!important;
    padding:0 13px!important;
  }
}


/* ================================================================
   GGU Stats 1.4.3 — compact server filters + admin dashboard
   ================================================================ */

/* Servers: return filter controls to a compact GGU glass rail. */
.gguStats .ggu-server-filterbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:10px 12px;
  border:1px solid rgba(255,179,0,.16);
  border-radius:9px;
  background:linear-gradient(145deg,rgba(19,20,22,.55),rgba(7,9,11,.68));
  -webkit-backdrop-filter:blur(16px) saturate(120%);
  backdrop-filter:blur(16px) saturate(120%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 8px 22px rgba(0,0,0,.12);
}
.gguStats .ggu-server-search{
  flex:1 1 360px;
  max-width:520px;
  min-width:220px;
  min-height:38px;
  margin:0!important;
  border:1px solid rgba(255,179,0,.36)!important;
  border-radius:7px!important;
  background:rgba(8,10,13,.52)!important;
}
.gguStats .ggu-server-search input{
  min-height:36px!important;
  color:#fff!important;
  font-family:"Source Sans Pro","Segoe UI",Arial,sans-serif!important;
}
.gguStats .ggu-server-gamechips{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:6px;
  flex-wrap:wrap;
  margin:0!important;
}
.gguStats .ggu-server-gamechips a{
  display:inline-flex!important;
  align-items:center!important;
  min-height:30px!important;
  padding:5px 10px!important;
  border:1px solid rgba(255,255,255,.07)!important;
  border-radius:6px!important;
  color:#fff!important;
  background:rgba(12,14,17,.45)!important;
  font-family:"Source Sans Pro","Segoe UI",Arial,sans-serif!important;
  font-size:9px!important;
  font-weight:700!important;
  white-space:nowrap;
}
.gguStats .ggu-server-gamechips a:hover{
  border-color:rgba(255,179,0,.28)!important;
  background:rgba(255,179,0,.05)!important;
}
.gguStats .ggu-server-gamechips a.active{
  border-color:#ffc126!important;
  color:#fff!important;
  background:linear-gradient(180deg,#ffc126,#e99b00)!important;
  box-shadow:0 0 12px rgba(255,179,0,.15)!important;
}

/* Admin login */
.gguStats .ggu-admin-login{
  width:min(520px,100%);
  margin:36px auto;
  padding:22px;
  border:1px solid rgba(255,179,0,.20);
  border-radius:10px;
  background:linear-gradient(145deg,rgba(19,20,22,.60),rgba(7,9,11,.72));
  -webkit-backdrop-filter:blur(18px) saturate(120%);
  backdrop-filter:blur(18px) saturate(120%);
}
.gguStats .ggu-admin-login h2{margin:5px 0 14px;color:#fff}
.gguStats .ggu-admin-login-form{display:flex;gap:9px;align-items:flex-end}
.gguStats .ggu-admin-login-form label{flex:1;display:flex;flex-direction:column;gap:5px;color:#fff;font-size:10px}
.gguStats .ggu-admin-login-form input{
  min-height:38px;padding:7px 10px;border:1px solid rgba(255,179,0,.28);border-radius:7px;color:#fff;background:rgba(8,10,13,.62)
}
.gguStats .ggu-admin-notice{margin:13px 0;padding:11px 12px;border-radius:7px;color:#fff;background:rgba(255,179,0,.07);border:1px solid rgba(255,179,0,.20)}
.gguStats .ggu-admin-notice.is-error{border-color:rgba(210,76,76,.34);background:rgba(210,76,76,.07)}
.gguStats .ggu-admin-notice p{margin:4px 0 0;opacity:.72}

/* Admin dashboard */
.gguStats .ggu-admin-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.gguStats .ggu-admin-topbar h2{margin:3px 0 0;color:#fff}
.gguStats .ggu-admin-metrics{margin-bottom:12px}
.gguStats .ggu-admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.gguStats .ggu-admin-panel-wide{grid-column:1/-1}
.gguStats .ggu-admin-health-list{display:flex;flex-direction:column;gap:7px}
.gguStats .ggu-admin-health-list>div{display:grid;grid-template-columns:64px 1fr auto;align-items:center;gap:9px;padding:8px 9px;border:1px solid rgba(255,255,255,.055);border-radius:6px;background:rgba(255,255,255,.015)}
.gguStats .ggu-admin-health-list strong{color:#fff;font-size:10px}
.gguStats .ggu-admin-health-list small{color:#fff;opacity:.55;font-size:9px}
.gguStats .ggu-admin-state{display:inline-flex;justify-content:center;align-items:center;min-height:22px;padding:3px 6px;border-radius:4px;font-size:7px;font-weight:900;letter-spacing:.05em}
.gguStats .ggu-admin-state.is-ok{color:#a9e8b0;background:rgba(86,187,101,.10);border:1px solid rgba(86,187,101,.22)}
.gguStats .ggu-admin-state.is-warn{color:#ffd568;background:rgba(255,179,0,.09);border:1px solid rgba(255,179,0,.20)}
.gguStats .ggu-admin-state.is-offline{color:#c6cbd1;background:rgba(140,148,158,.08);border:1px solid rgba(140,148,158,.18)}
.gguStats .ggu-admin-code-list{display:flex;flex-direction:column;gap:7px}
.gguStats .ggu-admin-code-list code{padding:8px 9px;border:1px solid rgba(255,255,255,.06);border-radius:6px;color:#fff;background:rgba(7,9,11,.52);font-size:9px}
.gguStats .ggu-admin-links{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.gguStats .ggu-admin-links a{padding:8px 9px;border:1px solid rgba(255,255,255,.06);border-radius:6px;color:#fff!important;background:rgba(255,255,255,.015);text-decoration:none!important;font-size:10px}
.gguStats .ggu-admin-links a:hover{border-color:rgba(255,179,0,.22);background:rgba(255,179,0,.035)}

@media(max-width:900px){
  .gguStats .ggu-server-filterbar{align-items:stretch;flex-direction:column}
  .gguStats .ggu-server-search{max-width:none;min-width:0;flex:auto}
  .gguStats .ggu-server-gamechips{justify-content:flex-start}
  .gguStats .ggu-admin-grid{grid-template-columns:1fr}
  .gguStats .ggu-admin-panel-wide{grid-column:auto}
}
@media(max-width:520px){
  .gguStats .ggu-admin-login-form{align-items:stretch;flex-direction:column}
  .gguStats .ggu-admin-health-list>div{grid-template-columns:58px 1fr}
  .gguStats .ggu-admin-health-list small{grid-column:2}
}


/* GGU Stats 1.4.4 — database-backed admin authentication */
.gguStats .ggu-admin-login-form{
  display:grid!important;
  grid-template-columns:1fr 1fr auto;
  gap:9px!important;
  align-items:end!important;
}
.gguStats .ggu-admin-login-form label{
  min-width:0;
}
.gguStats .ggu-admin-login-meta{
  margin-top:10px;
  color:#fff;
  opacity:.48;
  font:9px/1.35 "Source Sans Pro","Segoe UI",Arial,sans-serif;
}
.gguStats .ggu-admin-topbar small{
  display:block;
  margin-top:4px;
  color:#fff;
  opacity:.55;
  font:9px/1.3 "Source Sans Pro","Segoe UI",Arial,sans-serif;
}
@media(max-width:700px){
  .gguStats .ggu-admin-login-form{
    grid-template-columns:1fr!important;
    align-items:stretch!important;
  }
}


/* ================================================================
   GGU Stats 1.5.0 — full HLStatsX administration
   ================================================================ */
.gguStats .ggu-admin-shell{
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:12px;
  align-items:start;
}
.gguStats .ggu-admin-nav{
  position:sticky;
  top:12px;
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:8px;
  border:1px solid rgba(255,179,0,.15);
  border-radius:9px;
  background:linear-gradient(145deg,rgba(20,21,23,.58),rgba(7,9,11,.70));
  -webkit-backdrop-filter:blur(16px) saturate(120%);
  backdrop-filter:blur(16px) saturate(120%);
}
.gguStats .ggu-admin-nav a{
  display:flex;
  flex-direction:column;
  gap:2px;
  padding:8px 9px;
  border:1px solid transparent;
  border-radius:6px;
  color:#fff!important;
  text-decoration:none!important;
}
.gguStats .ggu-admin-nav a strong{font:700 10px/1.2 "Source Sans Pro","Segoe UI",Arial,sans-serif}
.gguStats .ggu-admin-nav a small{font:8px/1.25 "Source Sans Pro","Segoe UI",Arial,sans-serif;opacity:.45}
.gguStats .ggu-admin-nav a:hover{border-color:rgba(255,179,0,.18);background:rgba(255,179,0,.035)}
.gguStats .ggu-admin-nav a.active{border-color:rgba(255,179,0,.38);background:rgba(255,179,0,.075)}
.gguStats .ggu-admin-nav a.active strong{color:#ffb300}
.gguStats .ggu-admin-nav a.is-disabled{opacity:.4}
.gguStats .ggu-admin-content{display:flex;flex-direction:column;gap:12px;min-width:0}
.gguStats .ggu-admin-overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.gguStats .ggu-admin-launch-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
.gguStats .ggu-admin-launch-grid a{
  padding:9px 10px;border:1px solid rgba(255,255,255,.06);border-radius:7px;
  color:#fff!important;background:rgba(255,255,255,.015);text-decoration:none!important
}
.gguStats .ggu-admin-launch-grid a:hover{border-color:rgba(255,179,0,.22);background:rgba(255,179,0,.03)}
.gguStats .ggu-admin-launch-grid strong{display:block;font-size:10px}
.gguStats .ggu-admin-launch-grid small{display:block;margin-top:3px;opacity:.5;font-size:8px}
.gguStats .ggu-admin-section-head{
  display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;
  border:1px solid rgba(255,179,0,.16);border-radius:9px;
  background:linear-gradient(145deg,rgba(20,21,23,.55),rgba(7,9,11,.68))
}
.gguStats .ggu-admin-section-head h3{margin:3px 0;color:#fff}
.gguStats .ggu-admin-section-head p{margin:0;color:#fff;opacity:.55;font-size:9px}
.gguStats .ggu-admin-search{display:flex;gap:8px}
.gguStats .ggu-admin-search input{
  flex:1;min-height:36px;padding:7px 10px;border:1px solid rgba(255,179,0,.20);border-radius:7px;
  color:#fff;background:rgba(8,10,13,.52)
}
.gguStats .ggu-admin-form-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px
}
.gguStats .ggu-admin-form-grid label{display:flex;flex-direction:column;gap:4px;min-width:0}
.gguStats .ggu-admin-form-grid label>span{color:#fff;font-size:9px;font-weight:800}
.gguStats .ggu-admin-form-grid label>small{color:#fff;opacity:.42;font-size:8px}
.gguStats .ggu-admin-form-grid input,
.gguStats .ggu-admin-form-grid select,
.gguStats .ggu-admin-form-grid textarea{
  width:100%;min-height:35px;padding:7px 9px;border:1px solid rgba(255,255,255,.08);
  border-radius:6px;color:#fff;background:rgba(8,10,13,.58);
  font:10px/1.35 "Source Sans Pro","Segoe UI",Arial,sans-serif
}
.gguStats .ggu-admin-form-grid textarea{min-height:80px;resize:vertical}
.gguStats .ggu-admin-form-actions{display:flex;align-items:center;gap:10px;margin-top:12px}
.gguStats .ggu-admin-form-actions a{color:#fff!important;opacity:.6}
.gguStats .ggu-admin-data-table{min-width:900px}
.gguStats .ggu-admin-data-table td{max-width:240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.gguStats .ggu-admin-row-actions{display:flex;align-items:center;gap:7px}
.gguStats .ggu-admin-row-actions a,
.gguStats .ggu-admin-row-actions button{
  border:0;background:none;color:#ffbd21!important;font:700 8px/1 "Source Sans Pro","Segoe UI",Arial,sans-serif;
  cursor:pointer;text-decoration:none!important;padding:0
}
.gguStats .ggu-admin-row-actions button{color:#e78d8d!important}
.gguStats .ggu-admin-maintenance-list{display:flex;flex-direction:column;gap:6px}
.gguStats .ggu-admin-maintenance-list>div{
  display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:7px;
  padding:8px 9px;border:1px solid rgba(255,255,255,.055);border-radius:6px;background:rgba(255,255,255,.012)
}
.gguStats .ggu-admin-maintenance-list strong{display:block;color:#fff;font-size:10px}
.gguStats .ggu-admin-maintenance-list small{display:block;margin-top:2px;color:#fff;opacity:.45;font-size:8px}
.gguStats .ggu-admin-small-button{
  padding:5px 7px;border:1px solid rgba(255,179,0,.18);border-radius:5px;
  color:#fff;background:rgba(255,179,0,.04);font-size:8px;cursor:pointer
}
.gguStats .ggu-admin-notice.is-success{border-color:rgba(91,187,106,.26);background:rgba(91,187,106,.06)}
@media(max-width:900px){
  .gguStats .ggu-admin-shell{grid-template-columns:1fr}
  .gguStats .ggu-admin-nav{position:static;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
  .gguStats .ggu-admin-overview-grid{grid-template-columns:1fr}
}
@media(max-width:650px){
  .gguStats .ggu-admin-form-grid{grid-template-columns:1fr}
  .gguStats .ggu-admin-nav{grid-template-columns:repeat(2,minmax(0,1fr))}
}


/* GGU Stats 1.5.1 — HLStatsX CE admin schema */
.gguStats .ggu-admin-ce-summary{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:11px 13px;border:1px solid rgba(255,179,0,.16);border-radius:8px;
  background:linear-gradient(145deg,rgba(18,20,22,.50),rgba(7,9,11,.62))
}
.gguStats .ggu-admin-ce-summary strong{display:block;margin-top:2px;color:#fff;font-size:11px}
.gguStats .ggu-admin-ce-summary small{display:block;margin-top:3px;color:#fff;opacity:.5;font-size:8px}


/* ================================================================
   GGU Stats 1.6.0 — HLStatsX CE-native public UI
   ================================================================ */
.gguStats .ggu-ce-game-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:10px;
}
.gguStats .ggu-ce-game-grid .game-tile{
  display:block;
  padding:14px;
  border:1px solid rgba(255,179,0,.13);
  border-radius:9px;
  color:#fff!important;
  background:
    radial-gradient(circle at 86% 8%,rgba(255,179,0,.055),transparent 25%),
    linear-gradient(145deg,rgba(20,22,25,.56),rgba(8,9,11,.66));
  -webkit-backdrop-filter:blur(15px) saturate(120%);
  backdrop-filter:blur(15px) saturate(120%);
  text-decoration:none!important;
}
.gguStats .ggu-ce-game-grid .game-tile:hover{
  border-color:rgba(255,179,0,.28);
  background:
    radial-gradient(circle at 86% 8%,rgba(255,179,0,.085),transparent 27%),
    linear-gradient(145deg,rgba(22,24,27,.60),rgba(8,9,11,.70));
}
.gguStats .ggu-ce-game-grid .game-tile h2{
  margin:4px 0 1px;
  color:#fff;
  font-family:"Space Grotesk","Segoe UI",Arial,sans-serif;
  font-size:18px;
}
.gguStats .ggu-ce-game-grid .game-tile>small{
  color:#fff;opacity:.42;font:9px/1.3 "Source Sans Pro","Segoe UI",Arial,sans-serif
}
.gguStats .ggu-ce-game-grid .game-stats{
  display:flex;gap:13px;flex-wrap:wrap;margin:13px 0 9px;
  color:#fff;font:9px/1.25 "Source Sans Pro","Segoe UI",Arial,sans-serif
}
.gguStats .ggu-ce-game-grid .game-stats b{color:#ffbd21}
.gguStats .ggu-schema-grid{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:6px
}
.gguStats .ggu-schema-grid>div{
  display:flex;align-items:center;gap:8px;padding:7px 8px;
  border:1px solid rgba(255,255,255,.055);border-radius:6px;background:rgba(255,255,255,.012)
}
.gguStats .ggu-schema-grid code{
  color:#fff;font:9px/1.3 "JetBrains Mono",monospace;opacity:.75
}


/* ================================================================
   GGU Stats 1.6.1 — player chat history
   ================================================================ */
.gguStats .ggu-chat-dashboard{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.gguStats .ggu-chat-hero{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
  gap:18px;
  align-items:center;
  padding:16px 18px;
  border:1px solid rgba(255,179,0,.18);
  border-radius:9px;
  background:
    radial-gradient(circle at 82% 8%,rgba(255,179,0,.06),transparent 28%),
    linear-gradient(145deg,rgba(20,21,23,.56),rgba(7,9,11,.68));
  -webkit-backdrop-filter:blur(16px) saturate(120%);
  backdrop-filter:blur(16px) saturate(120%);
}
.gguStats .ggu-chat-hero h2{
  margin:4px 0 5px;
  color:#fff;
  font-family:"Space Grotesk","Segoe UI",Arial,sans-serif;
  font-size:24px;
}
.gguStats .ggu-chat-hero p{
  margin:0;
  color:#fff;
  opacity:.66;
  font-size:10px;
  line-height:1.45;
}
.gguStats .ggu-chat-hero aside{
  padding:11px 12px;
  border:1px solid rgba(255,179,0,.18);
  border-radius:7px;
  background:rgba(8,10,13,.42);
}
.gguStats .ggu-chat-hero aside strong{
  display:block;
  margin-bottom:3px;
  color:#ffb300;
  font-size:10px;
}
.gguStats .ggu-chat-hero code{
  color:#ffc126;
  font:8px/1.3 "JetBrains Mono",monospace;
}

.gguStats .ggu-chat-metrics{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}
.gguStats .ggu-chat-metric{
  min-height:78px;
  padding:11px 12px;
  border:1px solid rgba(255,255,255,.065);
  border-radius:7px;
  background:linear-gradient(145deg,rgba(22,24,27,.53),rgba(9,10,12,.65));
  -webkit-backdrop-filter:blur(14px) saturate(120%);
  backdrop-filter:blur(14px) saturate(120%);
}
.gguStats .ggu-chat-metric strong{
  display:block;
  color:#fff;
  font-family:"Space Grotesk","Segoe UI",Arial,sans-serif;
  font-size:16px;
}
.gguStats .ggu-chat-metric span{
  display:block;
  margin-top:4px;
  color:#ffb300;
  font-size:8px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.gguStats .ggu-chat-metric small{
  display:block;
  margin-top:3px;
  color:#fff;
  opacity:.46;
  font-size:8px;
}

.gguStats .ggu-chat-favorite{
  display:flex;
  align-items:center;
  gap:12px;
  padding:10px 12px;
  border:1px solid rgba(255,179,0,.13);
  border-radius:7px;
  background:rgba(13,14,16,.50);
}
.gguStats .ggu-chat-favorite>span{
  color:#ffb300;
  font-size:8px;
  font-weight:900;
  letter-spacing:.09em;
}
.gguStats .ggu-chat-favorite>div{flex:1}
.gguStats .ggu-chat-favorite strong{display:block;color:#fff;font-size:10px}
.gguStats .ggu-chat-favorite small{display:block;color:#fff;opacity:.48;font-size:8px}
.gguStats .ggu-chat-favorite a{color:#fff!important;font-size:9px;text-decoration:none!important}
.gguStats .ggu-chat-favorite a:hover{color:#ffbd21!important}

.gguStats .ggu-chat-search{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:12px;
}
.gguStats .ggu-chat-search .filter-search{
  flex:1;
  min-width:0;
}
.gguStats .ggu-chat-clear{
  color:#fff!important;
  opacity:.6;
  font-size:9px;
  text-decoration:none!important;
}
.gguStats .ggu-chat-clear:hover{opacity:1;color:#ffbd21!important}

.gguStats .ggu-chat-log{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.gguStats .ggu-chat-message{
  display:grid;
  grid-template-columns:minmax(170px,220px) minmax(0,1fr);
  gap:11px;
  padding:9px 10px;
  border:1px solid rgba(255,255,255,.055);
  border-radius:6px;
  background:rgba(7,9,11,.34);
}
.gguStats .ggu-chat-message:hover{
  border-color:rgba(255,179,0,.15);
  background:rgba(255,179,0,.018);
}
.gguStats .ggu-chat-message-meta{
  display:flex;
  flex-direction:column;
  gap:3px;
  min-width:0;
  padding-right:10px;
  border-right:1px solid rgba(255,255,255,.055);
}
.gguStats .ggu-chat-message-meta time{
  color:#fff;
  opacity:.52;
  font:8px/1.3 "JetBrains Mono",monospace;
}
.gguStats .ggu-chat-message-meta a,
.gguStats .ggu-chat-message-meta>span:not(.ggu-chat-mode){
  overflow:hidden;
  color:#fff!important;
  opacity:.72;
  font-size:9px;
  text-overflow:ellipsis;
  white-space:nowrap;
  text-decoration:none!important;
}
.gguStats .ggu-chat-message-meta a:hover{color:#ffbd21!important;opacity:1}
.gguStats .ggu-chat-mode{
  align-self:flex-start;
  padding:2px 5px;
  border:1px solid rgba(255,179,0,.16);
  border-radius:4px;
  color:#ffbd21;
  background:rgba(255,179,0,.035);
  font-size:7px;
  font-weight:800;
  text-transform:uppercase;
}
.gguStats .ggu-chat-message-body{
  align-self:center;
  min-width:0;
  color:#fff;
  font:11px/1.42 "Source Sans Pro","Segoe UI",Arial,sans-serif;
  overflow-wrap:anywhere;
}

@media(max-width:800px){
  .gguStats .ggu-chat-hero{grid-template-columns:1fr}
  .gguStats .ggu-chat-metrics{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .gguStats .ggu-chat-search{align-items:stretch;flex-direction:column}
  .gguStats .ggu-chat-message{grid-template-columns:1fr}
  .gguStats .ggu-chat-message-meta{
    padding-right:0;
    padding-bottom:7px;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.055);
  }
}
@media(max-width:440px){
  .gguStats .ggu-chat-metrics{grid-template-columns:1fr}
}
