#pghm-dashboard{
  background: transparent;
  color:#F5F7FA;
  font-family: Arial, system-ui, sans-serif;
  width:100%;
}
#pghm-dashboard *{box-sizing:border-box;}
.pghm-topbar{
  display:flex;justify-content:space-between;gap:16px;align-items:end;flex-wrap:wrap;margin-bottom:18px;
}
.pghm-user-switch{display:flex;gap:10px;align-items:center;flex-wrap:wrap;}
.pghm-user-switch label{font-size:14px;font-weight:700;color:#EAF0F7;}
#pghmUserSelect{
  min-width:320px;padding:12px 14px;border-radius:14px;border:1px solid rgba(255,255,255,0.18);
  background:rgba(14,18,26,0.92);color:#F5F7FA;backdrop-filter: blur(8px);outline:none;
  box-shadow:0 0 0 1px rgba(255,255,255,0.03), 0 0 22px rgba(142,162,255,0.10);
}
#pghmUserSelect option{background:#121722;color:#F5F7FA;}
#pghmLoadUserBtn{
  padding:12px 18px;border:none;border-radius:14px;background:linear-gradient(135deg,#5e72e4,#8ea2ff);
  color:#fff;font-weight:700;cursor:pointer;box-shadow:0 10px 28px rgba(94,114,228,0.28);
}
.pghm-user-meta{font-size:14px;color:#D9DEE7;opacity:.95;}
.pghm-hero-card,.pghm-card{
  border:1px solid rgba(255,255,255,0.12);
  background:linear-gradient(180deg, rgba(18,23,34,0.86) 0%, rgba(14,18,26,0.84) 100%);
  backdrop-filter: blur(12px);
  border-radius:24px;
  box-shadow:0 20px 60px rgba(0,0,0,0.22), inset 0 0 0 1px rgba(255,255,255,0.02), 0 0 26px rgba(94,114,228,0.08);
}
.pghm-hero-card{display:grid;grid-template-columns:1.35fr .95fr;gap:18px;padding:24px;margin-bottom:18px;}
.pghm-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#BFC8D6;margin-bottom:8px;}
.pghm-hero-title{margin:0 0 12px;font-size:30px;line-height:1.1;color:#FFFFFF;}
.pghm-score-row{display:flex;gap:18px;align-items:center;}
.pghm-score-number{font-size:72px;line-height:1;font-weight:800;background:linear-gradient(135deg,#8ea2ff,#ffffff);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 24px rgba(142,162,255,0.18);}
.pghm-score-label{font-size:14px;color:#CFD7E4;margin-bottom:8px;}
.pghm-score-badge{display:inline-block;padding:8px 12px;border-radius:999px;font-weight:700;margin-bottom:8px;background:rgba(255,255,255,0.12);}
.pghm-score-badge.peak{background:rgba(49,208,127,0.18);color:#31d07f}
.pghm-score-badge.strong{background:rgba(49,208,127,0.18);color:#31d07f}
.pghm-score-badge.stable{background:rgba(255,191,71,0.18);color:#ffbf47}
.pghm-score-badge.strained{background:rgba(255,90,95,0.16);color:#ff8b8f}
.pghm-score-badge.recover{background:rgba(255,90,95,0.20);color:#ff5a5f}
.pghm-score-badge.neutral{background:rgba(255,255,255,0.12);color:#D9DEE7}
.pghm-score-copy p{margin:0;color:#EAF0F7;font-size:15px;line-height:1.6;max-width:760px;}
.pghm-panel-title,.pghm-card-title{font-size:14px;text-transform:uppercase;letter-spacing:.10em;color:#CFD7E4;margin-bottom:12px;}
.pghm-forecast-panel{padding-top:8px;}
.pghm-forecast-trend{font-size:28px;font-weight:800;color:#FFFFFF;margin-bottom:14px;text-shadow:0 0 18px rgba(255,255,255,0.06);}
.pghm-forecast-mini{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px;}
.pghm-forecast-mini div{background:rgba(255,255,255,0.06);border-radius:18px;padding:14px;text-align:center;box-shadow:inset 0 0 0 1px rgba(255,255,255,0.04);}
.pghm-forecast-mini span{display:block;font-size:12px;color:#CFD7E4;margin-bottom:6px;}
.pghm-forecast-mini strong{font-size:24px;color:#FFFFFF;}
.pghm-forecast-text{font-size:14px;line-height:1.65;color:#EAF0F7;}
.pghm-grid{display:grid;gap:18px;margin-bottom:18px;}
.pghm-grid-rings{grid-template-columns:repeat(5,minmax(0,1fr));}
.pghm-grid-main{grid-template-columns:1fr 1.2fr;}
.pghm-grid-secondary{grid-template-columns:repeat(3,minmax(0,1fr));}
.pghm-grid-insights{grid-template-columns:repeat(4,minmax(0,1fr));}
.pghm-card{padding:18px;min-width:0;position:relative;overflow:hidden;}
.pghm-card:before{
  content:'';position:absolute;inset:-30% auto auto -20%;width:120px;height:120px;border-radius:50%;
  background:radial-gradient(circle, rgba(142,162,255,0.18) 0%, rgba(142,162,255,0) 70%);pointer-events:none;
}
.pghm-ring-card{text-align:center;padding:18px 14px;}
.pghm-ring-card canvas{width:124px!important;height:124px!important;display:block;margin:0 auto;filter:drop-shadow(0 0 18px rgba(255,255,255,0.04));}
.pghm-ring-title{margin-top:8px;font-size:18px;color:#FFFFFF;font-weight:700;}
.pghm-ring-sub{margin-top:4px;font-size:13px;color:#CFD7E4;min-height:20px;line-height:1.45;}
.pghm-chart-wrap{position:relative;height:280px;}
.pghm-chart-influence{height:260px;}
.pghm-insight-card{min-height:220px;}
.pghm-list{margin:0;padding-left:18px;}
.pghm-list li{margin:0 0 10px;color:#F5F7FA;line-height:1.6;}
.pghm-text-block{font-size:15px;line-height:1.7;color:#F5F7FA;}
@media (max-width:1200px){
  .pghm-grid-rings{grid-template-columns:repeat(3,minmax(0,1fr));}
  .pghm-grid-secondary,.pghm-grid-insights{grid-template-columns:repeat(2,minmax(0,1fr));}
  .pghm-hero-card,.pghm-grid-main{grid-template-columns:1fr;}
}
@media (max-width:767px){
  .pghm-grid-rings,.pghm-grid-secondary,.pghm-grid-insights{grid-template-columns:1fr;}
  .pghm-score-row{align-items:flex-start;}
  .pghm-score-number{font-size:56px;}
  .pghm-hero-title{font-size:24px;}
  .pghm-forecast-mini{grid-template-columns:repeat(2,1fr);}
  #pghmUserSelect{min-width:100%;}
}
