    @font-face { font-family: Inter; font-style: normal; font-weight: 500; font-display: swap; src: url('../assets/inter-500.ttf') format('truetype'); }
    @font-face { font-family: Inter; font-style: normal; font-weight: 600; font-display: swap; src: url('../assets/inter-600.ttf') format('truetype'); }
    :root { --color-panel: #111414; --color-border: #27292b; --color-player: #e1e5eb; --color-secondary: #81868f; --space-grid: 24px; --radius-panel: 8px; }
    .players { width: 1200px; max-width: 100%; min-height: 1349px; margin-inline: auto; padding: 32px; display: flex; flex-direction: column; gap: 22px; color: var(--color-player); }
    .server { height: 250px; flex-shrink: 0; padding-bottom: 10px; border-radius: var(--radius-panel); overflow: hidden; }
    .server__summary { display: flex; align-items: flex-start; justify-content: center; height: 111px; padding: 21px; }
    .server__image { flex: 0 0 69px; width: 69px; height: 69px; border-radius: 6px; }
    .server__details { flex: 0 0 249px; padding-inline: 22px; font-family: Arial, sans-serif; }
    .server__name { font-size: 16px; font-weight: 700; line-height: 26px; letter-spacing: .32px; }
    .server__connection { display: flex; align-items: flex-start; gap: 12px; margin-top: 2px; }
    .server__address { display: flex; align-items: flex-start; flex: 0 0 154px; gap: 12px; width: 154px; height: 41px; padding: 8px 12px; border: 1px solid var(--color-border); border-radius: var(--radius-panel); background: var(--color-panel); color: var(--color-player); font-size: 14px; line-height: 25px; letter-spacing: -.1px; white-space: nowrap; cursor: pointer; }
    .server__copy-icon { flex: 0 0 22px; width: 22px; height: 22px; margin-top: 1px; }
    .server__version { padding-top: 8px; font-size: 14px; line-height: 25px; letter-spacing: -.1px; color: var(--color-secondary); }
    .server__online { flex: 0 0 52.22px; width: 52.22px; text-align: center; font-size: 14px; font-weight: 500; line-height: 25px; letter-spacing: -.1px; color: var(--color-secondary); }
    .server__chart { position: relative; width: 554px; max-width: 100%; height: 126px; margin-inline: auto; border-radius: 6px; overflow: hidden; opacity: .8; }
    .server__chart-background { position: absolute; inset: 0; width: 100%; height: 100%; }
    .server__chart-line { position: absolute; top: 20px; left: 0; width: 101.444%; height: 106px; }
    .server__chart-title { position: absolute; top: 16.56px; left: 50%; color: #333; font-size: 18px; line-height: 21.784px; }
    .players__filters { display: flex; justify-content: center; gap: 30px; }
    .players__filter { height: 47px; flex-shrink: 0; padding: 10px 0; border: 1px solid var(--color-border); border-radius: var(--radius-panel); background: var(--color-panel); color: var(--color-secondary); font-size: 16px; font-weight: 600; line-height: 26px; letter-spacing: .32px; cursor: pointer; }
    .players__filter:nth-child(1) { width: 136.31px; }
    .players__filter:nth-child(2) { width: 108px; }
    .players__filter:nth-child(3) { width: 98.44px; }
    .players__filter:nth-child(4) { width: 105.44px; }
    .players__filter:nth-child(5), .players__filter:nth-child(6) { width: 94.44px; }
    .players__filter[aria-pressed="true"] { color: var(--color-player); }
    .players__search { appearance: none; width: 100%; height: 43px; padding: 12px 14px; border: 1px solid var(--color-border); border-radius: 6px; background: var(--color-panel); color: var(--color-player); font-family: Inter, Arial, sans-serif; font-size: 14px; line-height: 17px; letter-spacing: -.4px; }
    .players__search::placeholder { color: #8e949e; opacity: 1; }
    .players__search:focus-visible { outline: 2px solid var(--color-active); outline-offset: 2px; }
    .players__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--space-grid); margin: 0; padding: 2px 0 0; list-style: none; }
    .player { display: flex; align-items: flex-start; height: 104px; padding: 24px; border: 1px solid var(--color-border); border-radius: var(--radius-panel); background: var(--color-panel); color: var(--color-player); }
    .player__avatar { flex: 0 0 56px; width: 56px; height: 56px; border-radius: 4px; }
    .player__details { min-width: 0; padding: 6px 0 0 24px; font-size: 14px; line-height: 25px; letter-spacing: -.1px; white-space: nowrap; }
    .player__name { font-weight: 600; }
    .player__time { font-weight: 500; color: var(--color-secondary); }
    .player__hours { color: var(--color-player); }
    .players__item[hidden] { display: none; }
    @media (max-width: 1024px) {
      .players { min-height: 0; padding: 32px 20px; }
      .players__filters { gap: 12px; flex-wrap: wrap; }
      .players__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
      .player { padding: 16px; align-items: center; }
      .player__details { padding: 0 0 0 16px; }
    }
    @media (max-width: 768px) {
      .players { padding: 24px 16px 32px; }
      .server__summary { padding-inline: 0; }
      .server__image { width: 56px; height: 56px; flex-basis: 56px; }
      .server__details { flex-basis: auto; padding-inline: 12px; }
      .server__connection { gap: 6px; }
      .server__online { flex-basis: 39px; width: 39px; }
      .players__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
      .player { padding: 12px; }
      .player__avatar { flex-basis: 40px; width: 40px; height: 40px; }
      .player__details { padding-left: 10px; font-size: 12px; }
    }
    @media (max-width: 400px) {
      .players__grid { grid-template-columns: minmax(0, 1fr); }
      .server__summary { position: relative; justify-content: flex-start; }
      .server__details { padding-inline: 8px; }
      .server__online { position: absolute; right: 0; top: 21px; }
    }
  
/* Live telemetry panel */
.server { height: auto; overflow: visible; padding-bottom: 0; }
.players { min-height: calc(100vh - 88px); }
.online-chart { background: linear-gradient(#101110,#1b1e1c); border: 1px solid #27292b; border-radius: 4px; overflow: hidden; }
.online-chart__summary { display: flex; justify-content: space-between; align-items: start; padding: 18px 20px 10px; }
.online-chart__label { color: #81868f; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; }
.online-chart__count { margin-top: 4px; font-size: 16px; color: #81868f; }
.online-chart__count strong { color: #e1e5eb; font-size: 28px; }
.online-chart__availability { text-align: right; }
.online-chart__availability strong { display: block; color: #1fca62; font-size: 26px; margin-top: 4px; }
.online-chart__plot { position: relative; height: 290px; }
#online-chart { display: block; width: 100%; height: 100%; }
.online-chart__empty { position: absolute; top: 45%; left: 12px; right: 12px; text-align: center; color: #81868f; pointer-events: none; }
.online-chart__tooltip { position: absolute; padding: 8px 12px; background: #080a09; border: 1px solid #323a35; color: #e1e5eb; border-radius: 4px; pointer-events: none; font-size: 12px; max-width: 240px; }
.online-chart__periods { display: flex; gap: 6px; padding: 0 12px; }
.online-chart__periods button { padding: 7px 12px; background: #27292b; color: #81868f; border: 0; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; }
.online-chart__periods button[aria-pressed="true"] { background: #19b457; color: #09180e; }
.online-chart__caption { padding: 12px; color: #81868f; font-size: 11px; line-height: 17px; }
.players__message { color: #81868f; line-height: 20px; }
.players__more { align-self: center; padding: 12px 24px; background: #111414; color: #e1e5eb; border: 1px solid #27292b; border-radius: 6px; cursor: pointer; }
.player__name { overflow: hidden; text-overflow: ellipsis; }
.player__time { white-space: normal; line-height: 20px; }
.player__online { display: inline-block; width: 6px; height: 6px; margin-left: 6px; border-radius: 50%; background: #1fca62; }
[hidden] { display: none !important; }
@media (max-width:768px) { .online-chart__plot { height: 220px; } .online-chart__summary { padding: 14px 12px 8px; } .online-chart__label { letter-spacing: 1px; } .online-chart__count strong { font-size: 24px; } }

.player__avatar { image-rendering: pixelated; object-fit: cover; }
.copy-notice { position: absolute; top: 100%; right: max(16px, calc((100% - 1136px) / 2)); width: min(320px, calc(100% - 32px)); overflow: hidden; pointer-events: none; }
.copy-notice__image { display: block; width: 100%; height: auto; margin-top: 24px; image-rendering: pixelated; transform: translateY(calc(-100% - 24px)); visibility: hidden; transition: transform 350ms ease, visibility 0s linear 350ms; }
.copy-notice--visible .copy-notice__image { transform: translateY(0); visibility: visible; transition-delay: 0s; }
.copy-status { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
@media (max-width: 768px) { .copy-notice__image { margin-top: 8px; } }
@media (prefers-reduced-motion: reduce) { .copy-notice__image { transition: none; } }
