.wf-playtest-bar {
  box-sizing: border-box;
  position: fixed;
  inset: 0 0 auto;
  z-index: 2147483647;
  min-height: 34px;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #183331;
  border-bottom: 1px solid #42665b;
  color: #f7f3e6;
  font: 12px/1.2 system-ui, sans-serif;
}
.wf-playtest-bar * { box-sizing: border-box; }
.wf-playtest-bar a { color: inherit; text-decoration: none; font-weight: 700; white-space: nowrap; }
.wf-playtest-bar a:hover { text-decoration: underline; }
.wf-playtest-bar label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 0 auto;
  padding: 0;
  white-space: nowrap;
}
.wf-playtest-bar select {
  display: inline-block;
  width: min(38vw, 230px);
  height: 26px;
  margin: 0;
  padding: 2px 5px;
  color: #17312d;
  background: #fffdf5;
  border: 1px solid #9bbaaa;
  border-radius: 3px;
  font: 12px system-ui, sans-serif;
}
.wf-playtest-bar .wf-server-status { white-space: nowrap; }
.wf-playtest-bar .wf-server-status::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 5px;
  border-radius: 50%;
  background: #dda646;
}
.wf-playtest-bar .wf-server-status[data-state='online']::before { background: #73cf8e; }
.wf-playtest-bar .wf-server-status[data-state='offline']::before { background: #e77770; }
body.wf-playtest-page { padding-top: 34px; }
body.wf-playtest-page #hud { top: 44px; }
@media (max-width: 520px) {
  .wf-playtest-bar { gap: 6px; padding-inline: 7px; font-size: 11px; }
  .wf-playtest-bar label span { display: none; }
  .wf-playtest-bar select { margin-left: 0; width: min(42vw, 180px); }
}
