.wd-mod { max-width: 1280px; margin: 0 auto; }
.wd-mod h1 { margin: 0 0 8px; font-family: "Barlow Condensed", sans-serif; letter-spacing: .04em; }
.wd-mod-lead { color: var(--mist-600, #9ca3af); margin: 0 0 22px; }
.wd-mod-grid { display: grid; gap: 16px; }
.wd-mod-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.wd-mod-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 12px; border: 1px solid #2a2a32; border-radius: 8px; background: #16161c;
}
.wd-mod-chip img { width: 28px; height: 28px; border-radius: 50%; }
.wd-mod-results { list-style: none; margin: 8px 0 0; padding: 0; display: grid; gap: 6px; }
.wd-mod-results button {
  width: 100%; text-align: left; display: flex; align-items: center; gap: 10px;
  background: #16161c; border: 1px solid #2a2a32; color: inherit; border-radius: 8px; padding: 8px 10px;
  cursor: pointer;
}
.wd-mod-results button:hover { border-color: #e8a33c; }
.wd-mod-results img { width: 28px; height: 28px; border-radius: 50%; }
.wd-mod-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.wd-mod-table th, .wd-mod-table td { padding: 8px 6px; border-bottom: 1px solid #2a2a32; text-align: left; vertical-align: top; }
.wd-mod-table th { color: #9ca3af; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.wd-mod-status { display: inline-block; padding: 2px 8px; border-radius: 999px; font-size: 12px; }
.wd-mod-status.is-ban { background: #3f1d1d; color: #fca5a5; }
.wd-mod-status.is-cooldown { background: #3f2e12; color: #fbbf24; }
.wd-mod-status.is-ok { background: #13261b; color: #86efac; }
.wd-mod-split { display: grid; gap: 16px; }
.wd-row { display: flex; flex-wrap: wrap; margin: 0 -8px; }
.wd-col-12, .wd-col-md-4, .wd-col-md-8 { width: 100%; padding: 0 8px; box-sizing: border-box; }
@media (min-width: 768px) {
  .wd-col-md-4 { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .wd-col-md-8 { flex: 0 0 66.6667%; max-width: 66.6667%; }
}
.wd-mod-table tr.is-revoked td { opacity: .55; text-decoration: line-through; }
.wd-mod-table tr.is-revoked td:last-child { text-decoration: none; }
.wd-mod-detail h2 { margin: 0 0 4px; }
.wd-mod-detail h2 a { color: inherit; text-decoration: none; border-bottom: 1px solid transparent; }
.wd-mod-detail h2 a:hover { border-bottom-color: #e8a33c; }
.wd-mod-playerhead { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 16px; }
.wd-mod-avatar { width: 72px; height: 72px; border-radius: 12px; object-fit: cover; background: #16161c; }
.wd-mod-avatar--empty { display: grid; place-items: center; color: #6b7280; font-size: 24px; }
.wd-mod-rank { display: inline-flex; align-items: center; gap: 6px; margin-left: 8px; }
.wd-mod-rank img { width: 22px; height: 22px; }
.wd-mod-stats {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 16px 0;
}
@media (min-width: 900px) {
  .wd-mod-stats { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
.wd-mod-stat {
  background: #16161c; border: 1px solid #2a2a32; border-radius: 8px; padding: 10px 12px;
}
.wd-mod-stat strong { display: block; font-size: 18px; }
.wd-mod-stat.is-pos strong { color: #86efac; }
.wd-mod-stat.is-neg strong { color: #fca5a5; }
.wd-mod-servers ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.wd-mod-servers li { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; }
.wd-mod-assume {
  margin: 0 0 16px; padding: 12px 14px; border-radius: 10px; border: 1px solid #2a2a32;
  background: #14141a;
}
.wd-mod-assume.is-high { border-color: #b45309; background: #2a1c0c; }
.wd-mod-assume.is-medium { border-color: #854d0e; background: #1f1a10; }
.wd-mod-assume.is-low { border-color: #1f4d32; background: #101a14; }
.wd-mod-assume-sum { margin: 6px 0 4px; font-size: 15px; }
.wd-mod-assume-hint { margin: 0; font-size: 12px; }
.wd-mod-assume-meta { margin: 8px 0 0; font-size: 12px; }
.wd-mod-flags { margin: 8px 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }
.wd-mod-flag {
  font-size: 12px; padding: 3px 8px; border-radius: 999px; background: #2a2a32; color: #e5e7eb;
}
.wd-mod-flag.is-high { background: #3f1d1d; color: #fca5a5; }
.wd-mod-flag.is-medium { background: #3f2e12; color: #fbbf24; }
.wd-mod-warns { margin-top: 16px; }
.wd-mod-warns li { margin: 0 0 8px; }
.wd-mod-warns a { color: #e8a33c; }
.wd-mod-urlrow { display: flex; gap: 8px; align-items: center; margin-top: 8px; }
.wd-mod-urlrow .input { flex: 1; }
#rep-add-url { margin-top: 8px; }
.wd-mod-tabs { display: flex; gap: 8px; margin: 0 0 16px; }
.wd-mod-tab {
  background: #16161c; border: 1px solid #2a2a32; color: inherit;
  border-radius: 8px; padding: 8px 14px; cursor: pointer; font: inherit;
}
.wd-mod-tab.is-on { border-color: #e8a33c; color: #e8a33c; }
.wd-badge--staff {
  display: inline-flex; align-items: center; margin-left: 6px;
  padding: 2px 8px; border: 1px solid #3a3a42; border-radius: 999px;
  font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
}
.wd-badge--staff-hq { color: #fde68a; border-color: rgb(253 230 138 / 0.4); background: rgb(202 138 4 / 0.16); }
.wd-badge--staff-senior { color: #fdba74; border-color: rgb(253 186 116 / 0.35); background: rgb(194 65 12 / 0.14); }
.wd-badge--staff-admin { color: #93c5fd; border-color: rgb(147 197 253 / 0.35); background: rgb(37 99 235 / 0.16); }
