
/* field-desktop-pages-static · C++ bake · no scripts required for numbers */
#h7-everyone-static {
  position: fixed;
  right: 12px;
  bottom: 56px;
  z-index: 8800;
  width: min(340px, calc(100vw - 24px));
  font: 12px/1.35 "Segoe UI", system-ui, sans-serif;
  color: #e8e0d4;
  background: linear-gradient(165deg, #1a1612 0%, #0e0c0a 100%);
  border: 1px solid #5a4632;
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,220,160,.08);
  padding: 10px 12px 12px;
  pointer-events: auto;
}
#h7-everyone-static h2 {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  color: #f0c070;
  text-transform: uppercase;
}
#h7-everyone-static .h7e-motto {
  margin: 0 0 10px;
  font-size: 11px;
  color: #a89880;
}
#h7-everyone-static .h7e-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
#h7-everyone-static .h7e-stat {
  background: rgba(0,0,0,.35);
  border: 1px solid #3a3028;
  border-radius: 6px;
  padding: 6px 8px;
}
#h7-everyone-static .h7e-stat b {
  display: block;
  font-size: 15px;
  color: #ffe8c0;
  font-variant-numeric: tabular-nums;
}
#h7-everyone-static .h7e-stat span {
  color: #8a7a68;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .03em;
}
#h7-everyone-static .h7e-stat.total b { color: #7dffa0; }
#h7-everyone-static .h7e-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 8px;
}
#h7-everyone-static .h7e-pill {
  font-size: 10px;
  padding: 2px 7px;
  border-radius: 999px;
  background: #243020;
  border: 1px solid #3a5a38;
  color: #b8e0b0;
}
#h7-everyone-static .h7e-pill.off {
  background: #302018;
  border-color: #5a3830;
  color: #c09080;
}
#h7-everyone-static .h7e-foot {
  margin-top: 8px;
  font-size: 10px;
  color: #6a6058;
}
#h7-everyone-static a { color: #c0a070; text-decoration: none; }
#h7-everyone-static a:hover { text-decoration: underline; }
