
html, body { margin: 0; min-height: 100%; color: #999; font: 13px Verdana, Arial, sans-serif; }
body { background: #000 url("assets/stars-galaxy-3840x2160-10307.jpg") center top / cover fixed no-repeat; }
body::before { content: ""; position: fixed; inset: 0; background: rgba(0, 0, 0, 0.58); pointer-events: none; z-index: -1; }
a { color: #777; text-decoration: none; }
a:hover { color: #aaa; }
.shell { width: 900px; margin: 0 auto; padding-top: 10px; }
main { display: block; }
.content { min-width: 0; }
h1 { color: #099; font-size: 20px; margin: 10px 0 18px; text-align: center; }
h2 { color: #099; font-size: 14px; margin: 18px 0 8px; text-align: center; }
.summary { border: 1px solid #1f3030; background: rgba(0, 8, 10, 0.82); padding: 8px; margin-bottom: 14px; display: flex; gap: 18px; justify-content: center; color: #aaa; }
table { border-collapse: collapse; width: 100%; }
.grid { background: rgba(0, 5, 7, 0.84); border: 1px solid rgba(0, 153, 153, 0.22); }
.grid th { color: #0aa; font-weight: bold; border-bottom: 1px solid rgba(0, 153, 153, 0.28); padding: 4px 5px; text-align: left; background: rgba(0, 15, 18, 0.9); }
.grid td { padding: 4px 5px; border-bottom: 1px solid rgba(0, 153, 153, 0.12); color: #18b018; }
.grid tr:nth-child(even) td { color: #62ff62; background: rgba(0, 20, 22, 0.28); }
.grid .num, .num { text-align: center; }
.grid td.quality.good { color: #42ff65; }
.grid td.quality.warn { color: #ffff66; }
.grid td.quality.bad { color: #ff5f5f; }
.sort-button { appearance: none; background: transparent; border: 0; color: #099; cursor: pointer; font: inherit; font-weight: bold; padding: 0; }
.sort-button:hover { color: #0cc; }
.sort-button[aria-sort="ascending"]::after { content: " ▲"; color: #777; }
.sort-button[aria-sort="descending"]::after { content: " ▼"; color: #777; }
.status-dot { width: 22px; text-align: center; }
.serverlink { color: #a8d9e8; font-weight: normal; }
.serverlink:hover { color: #d8f3ff; }
.game-link { color: #9ee7f1; font-weight: normal; }
.game-link:hover { color: #d8f9ff; }
.detail { margin: 4px auto 12px; width: 650px; background: rgba(0, 5, 7, 0.84); border: 1px solid rgba(0, 153, 153, 0.22); }
.detail td { padding: 3px 7px; color: #999; }
.detail td:nth-child(odd) { color: #777; text-align: right; white-space: nowrap; }
.breadcrumb { color: #777; margin: 2px 0 10px; }
.breadcrumb a { color: #0aa; }
.tw-panel { margin: 0 auto 14px; padding: 12px 14px; background: rgba(0, 0, 0, 0.86); border-left: 4px solid rgba(0, 153, 153, 0.62); border-right: 4px solid rgba(0, 153, 153, 0.62); box-shadow: inset 0 0 0 1px rgba(0, 153, 153, 0.24); color: #0f0; font: 16px "Courier New", Consolas, monospace; line-height: 1.22; overflow-x: auto; }
.tw-row { display: grid; grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr); gap: 36px; min-width: 760px; }
.tw-pair { display: grid; grid-template-columns: 18ch 1ch 1fr; column-gap: 1ch; min-height: 1.22em; }
.tw-label, .tw-colon { color: #00c020; }
.tw-value { color: #00f5f5; white-space: pre; }
.tw-hot { color: #ffff00; }
.tw-section { color: #d000d0; font: inherit; margin: 18px 0 10px; text-align: left; }
.tw-gap { height: 16px; }
.raw-stats { margin: 12px 0; padding: 8px 10px; background: rgba(0, 5, 7, 0.82); border: 1px solid rgba(0, 153, 153, 0.22); }
.raw-stats summary { color: #0aa; cursor: pointer; }
.raw-stats pre { max-height: 520px; overflow: auto; color: #aaa; font: 12px "Courier New", Consolas, monospace; white-space: pre-wrap; }
.note, .select, .muted { color: #888; }
.error { color: #c66; }
.led { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 4px; vertical-align: -1px; border: 1px solid #111; }
.led.green { background: #00a000; box-shadow: 0 0 4px #00a000; }
.led.red { background: #8a1010; box-shadow: 0 0 4px #8a1010; }
.led.dim { background: #303030; }
.led.purple { background: #6c3fb8; }
.led.blue { background: #4ba3d9; }
code { color: #aaa; }
footer { text-align: center; color: #666; padding: 24px 0; font-size: 11px; }
@media (max-width: 940px) {
  .shell { width: auto; margin: 0 10px; }
  .tw-panel { font-size: 14px; }
}
