.monitor-page-title { color: var(--text-primary); font-weight: 700; }
.monitor-top-row { --monitor-accent: #0d6efd; }
.monitor-top-card {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: var(--card-bg, #fff);
  border: 1px solid var(--border-color, #dee2e6);
  color: inherit;
  height: 100%;
}
.monitor-top-card--cyan .monitor-top-card__foot {
  background: linear-gradient(180deg, rgba(13,202,240,.15) 0%, rgba(13,202,240,.35) 100%);
}
.monitor-top-card--free {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: dashed;
}
.monitor-top-card__free-inner { text-align: center; padding: 1rem; }
.monitor-top-card__img-wrap {
  position: relative;
  height: 120px;
  background: #1a1a2e;
}
.monitor-top-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.monitor-top-card__img--empty { background: linear-gradient(135deg, #2d3436, #636e72); }
.monitor-top-card__dot {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #adb5bd;
}
.monitor-top-card__dot.online { background: #22c55e; box-shadow: 0 0 0 2px rgba(34,197,94,.4); }
.monitor-top-card__dot.offline { background: #eab308; }
.monitor-top-card__flag { position: absolute; top: 8px; right: 8px; font-size: 1.1rem; }
.monitor-top-card__map {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4px 8px;
  font-size: 12px;
  color: #fff;
  background: rgba(0,0,0,.55);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.monitor-top-card__foot {
  padding: 10px;
  font-size: 13px;
}
.monitor-top-card__name {
  color: var(--primary-color, #0d6efd);
  font-weight: 600;
  font-size: 13px;
  line-height: 1.25;
  min-height: 2.4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.monitor-top-card__ip { color: var(--primary-color, #0d6efd); font-size: 12px; word-break: break-all; }
.monitor-table-wrap { background: var(--card-bg, #fff); border-radius: 10px; border: 1px solid var(--border-color, #dee2e6); }
.monitor-table thead th { font-size: 13px; color: var(--text-muted); border-bottom-width: 1px; }
.monitor-table td { font-size: 14px; vertical-align: middle; }
.monitor-row--vip { background: rgba(13, 202, 240, 0.12) !important; }
.monitor-status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
}
.monitor-status-dot.on { background: #22c55e; }
.monitor-status-dot.idle { background: #eab308; }
.monitor-game-ico { font-size: 1.2rem; }

.monitor-detail-wrap { background: #fff; border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,.06); padding: 1.5rem; }
.monitor-detail-tabs { border-bottom: 1px solid #dee2e6; margin-bottom: 1rem; }
.monitor-detail-tabs .nav-link { color: #0d6efd; border: none; border-radius: 8px 8px 0 0; }
.monitor-detail-tabs .nav-link.active { background: #0d6efd; color: #fff; }
.monitor-map-box { border-radius: 8px; overflow: hidden; border: 1px solid #eee; }
.monitor-map-box img { width: 100%; height: auto; max-height: 200px; object-fit: cover; display: block; }
.monitor-bar { height: 28px; background: #e9ecef; border-radius: 6px; overflow: hidden; position: relative; }
.monitor-bar > i { display: block; height: 100%; background: #0d6efd; border-radius: 6px; }
.monitor-bar span { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-size: 12px; font-weight: 600; color: #333; }
.monitor-meta-row { border-bottom: 1px solid #eee; padding: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }
.monitor-meta-row:last-child { border-bottom: none; }
.monitor-players-table { font-size: 14px; }
.monitor-players-table tbody tr:nth-child(even) { background: #f8f9fa; }
.monitor-services-box { border-top: 1px solid #eee; margin-top: 1.5rem; padding-top: 1rem; }
.monitor-rating-btn { min-width: 38px; }
