/* Admin presence readability pass. Kept separate from the generated bundle. */
.admin-players-card,
.admin-audit-card {
  border: 1px solid rgba(132, 106, 238, 0.2) !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 0 0, rgba(118, 82, 223, 0.08), transparent 35%),
    linear-gradient(145deg, rgba(15, 16, 26, 0.98), rgba(8, 9, 15, 0.98)) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04), 0 24px 70px rgba(0, 0, 0, 0.24) !important;
  overflow: hidden;
}

.wtf-password-confirm-label > div {
  position: relative;
}

.wtf-password-confirm-label > div > i {
  transition: color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.wtf-password-confirm-label.is-match > div > i {
  color: #5aeba5 !important;
  opacity: 1 !important;
  transform: scale(1.08);
}

.wtf-password-confirm-label.is-mismatch > div > input {
  border-color: rgba(255, 91, 124, 0.78) !important;
  box-shadow: 0 0 0 3px rgba(255, 70, 108, 0.11) !important;
}

.wtf-password-confirm-label.is-mismatch > div > i {
  color: #ff718e !important;
}

.admin-players-card > header,
.admin-audit-card > header {
  padding: 27px 30px 24px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
}

.admin-players-card > header > div > span,
.admin-audit-card > header > div > span {
  color: #8f7cf0 !important;
  font: 700 10px/1 "JetBrains Mono", monospace !important;
  letter-spacing: 0.16em !important;
}

.admin-players-card > header h2,
.admin-audit-card > header h2 {
  margin-top: 10px !important;
  color: #f4f1fa !important;
  font-size: 23px !important;
  line-height: 1.15 !important;
}

.admin-players-card > header p {
  margin-top: 9px !important;
  color: #8f8999 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

.admin-players-card > header > button {
  min-height: 40px;
  padding: 10px 14px !important;
  border-color: rgba(144, 119, 244, 0.25) !important;
  border-radius: 11px !important;
  color: #c2b6f5 !important;
  background: rgba(118, 82, 223, 0.1) !important;
  font: 700 11px/1 "Manrope", sans-serif !important;
}

.admin-players-card > header > button:hover {
  border-color: rgba(151, 127, 246, 0.48) !important;
  background: rgba(118, 82, 223, 0.18) !important;
}

.admin-player-table {
  padding: 6px 28px 10px !important;
}

.admin-player-row {
  min-width: 1080px !important;
  grid-template-columns: minmax(190px, 1.35fr) minmax(92px, 0.62fr) minmax(145px, 1fr) minmax(120px, 0.82fr) minmax(82px, 0.56fr) minmax(90px, 0.6fr) minmax(90px, 0.64fr) !important;
  gap: 18px !important;
  min-height: 68px;
  padding: 12px 8px !important;
  border-bottom-color: rgba(255, 255, 255, 0.065) !important;
  color: #aaa4b3 !important;
  font-size: 12px !important;
}

.admin-player-row:not(.head):hover {
  background: linear-gradient(90deg, rgba(118, 82, 223, 0.075), rgba(118, 82, 223, 0.015));
}

.admin-player-row.head {
  min-height: 42px;
  padding-top: 12px !important;
  color: #716a7e !important;
  font: 700 9px/1 "JetBrains Mono", monospace !important;
  letter-spacing: 0.12em !important;
}

.admin-player-user {
  gap: 13px !important;
}

.admin-player-user > i {
  width: 42px !important;
  height: 42px !important;
  flex: 0 0 42px;
  border-color: rgba(145, 117, 247, 0.32) !important;
  border-radius: 12px !important;
  background: rgba(111, 81, 215, 0.16) !important;
}

.admin-player-user b {
  color: #f0edf5 !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
}

.admin-player-user small {
  margin-top: 5px !important;
  color: #7d7687 !important;
  font: 700 8px/1.2 "JetBrains Mono", monospace !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.admin-player-uid {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: max-content;
  max-width: 100%;
  padding: 7px 10px;
  border: 1px solid rgba(147, 118, 255, 0.3);
  border-radius: 9px;
  color: #c9bcff !important;
  background: linear-gradient(115deg, rgba(113, 74, 226, 0.22), rgba(83, 109, 232, 0.12));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
  font: 800 11px/1 "JetBrains Mono", monospace !important;
  letter-spacing: 0.03em;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.admin-player-uid::after {
  content: "↗";
  color: #806ce4;
  font-size: 10px;
  transition: transform 0.18s ease;
}

.admin-player-uid:hover,
.admin-player-uid:focus-visible {
  outline: none;
  border-color: rgba(166, 141, 255, 0.7);
  color: #f0ebff !important;
  background: linear-gradient(115deg, rgba(127, 84, 245, 0.36), rgba(83, 109, 232, 0.2));
  box-shadow: 0 8px 22px rgba(83, 58, 175, 0.28), inset 0 1px rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.admin-player-uid:hover::after,
.admin-player-uid:focus-visible::after {
  transform: translate(2px, -2px);
}

.admin-player-uid.is-opening {
  opacity: 0.62;
  pointer-events: none;
}

.admin-player-uid.is-missing {
  border-color: rgba(255, 105, 139, 0.7);
  color: #ff9bb2 !important;
  animation: wtf-uid-shake 0.32s ease;
}

@keyframes wtf-uid-shake {
  25% { transform: translateX(-3px); }
  75% { transform: translateX(3px); }
}

.admin-server-badge {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 7px 9px !important;
  border: 1px solid rgba(135, 108, 238, 0.16);
  border-radius: 9px !important;
  color: #b9abf3 !important;
  background: rgba(112, 83, 216, 0.14) !important;
  font-size: 10px !important;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.admin-player-row .ping {
  gap: 8px !important;
  font-weight: 700;
}

.admin-player-row .ping i {
  width: 7px !important;
  height: 7px !important;
}

.admin-players-card > footer {
  min-height: 50px;
  padding: 14px 30px !important;
  color: #7f7988 !important;
  font-size: 10px !important;
}

.admin-audit-card > header > b {
  padding: 7px 10px;
  border-radius: 9px;
  font-size: 9px !important;
}

.admin-audit-card article {
  min-height: 76px;
  grid-template-columns: 40px 1fr auto !important;
  gap: 13px !important;
  padding: 20px 24px !important;
}

.admin-audit-card article > i {
  width: 38px !important;
  height: 38px !important;
  border-radius: 11px !important;
}

.admin-audit-card article b {
  color: #e7e2ed;
  font-size: 12px !important;
}

.admin-audit-card article span,
.admin-audit-card article time,
.admin-audit-card .admin3-empty {
  color: #847e8c !important;
  font-size: 10px !important;
  line-height: 1.45;
}

/* Player directory redesign */
.admin-users-showcase .admin-showcase-intro {
  min-height: 168px !important;
  padding: 32px 36px !important;
  border-color: rgba(145, 118, 247, 0.28) !important;
  border-radius: 25px !important;
  background:
    radial-gradient(circle at 84% -20%, rgba(112, 73, 246, 0.26), transparent 42%),
    linear-gradient(135deg, #12101f, #08080f) !important;
}

.admin-users-showcase .admin-showcase-intro h2 {
  margin: 11px 0 8px !important;
  font-size: clamp(34px, 3.3vw, 52px) !important;
  line-height: 1.02 !important;
}

.admin-users-showcase .admin-showcase-intro p {
  color: #9a94a5 !important;
  font-size: 14px !important;
}

.admin-users-showcase .admin-showcase-search {
  width: min(430px, 100%) !important;
  padding: 8px 16px !important;
  border-color: rgba(151, 132, 221, 0.34) !important;
  background: rgba(6, 6, 13, 0.85) !important;
}

.admin-users-showcase .admin-showcase-search input {
  min-height: 44px !important;
  font-size: 14px !important;
}

.admin-users-layout {
  grid-template-columns: minmax(0, 1fr) 430px !important;
  gap: 24px !important;
}

.admin-player-gallery,
.admin-player-inspector {
  border-color: rgba(140, 114, 230, 0.24) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 100% 0, rgba(112, 76, 224, 0.07), transparent 34%),
    linear-gradient(145deg, #0f0e19, #08080e) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.035), 0 22px 60px rgba(0, 0, 0, 0.2);
}

.admin-player-gallery {
  padding: 22px !important;
}

.admin-player-gallery > header {
  min-height: 42px;
  padding: 0 4px 18px !important;
}

.admin-player-gallery > header > span {
  color: #928a9c !important;
  font-size: 11px !important;
}

.admin-player-gallery > header > b {
  min-width: 38px !important;
  height: 38px !important;
  color: #c2b2ff !important;
  background: rgba(116, 77, 224, 0.15) !important;
}

.admin-player-gallery-grid {
  gap: 12px !important;
}

.admin-player-profile-card {
  display: flex !important;
  flex-direction: column;
  min-height: 220px !important;
  padding: 18px !important;
  border-color: rgba(145, 123, 211, 0.22) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 100% 0, rgba(105, 69, 231, 0.17), transparent 42%),
    linear-gradient(150deg, #12111e, #0a0a11) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025);
}

.admin-player-profile-card:hover {
  border-color: rgba(133, 100, 244, 0.66) !important;
  box-shadow: 0 16px 38px rgba(50, 31, 119, 0.25), inset 0 1px rgba(255, 255, 255, 0.04) !important;
}

.admin-player-profile-card.is-selected {
  border-color: #8563f4 !important;
  background:
    radial-gradient(circle at 100% 0, rgba(116, 76, 243, 0.25), transparent 44%),
    linear-gradient(150deg, #171329, #0a0a12) !important;
  box-shadow: 0 16px 42px rgba(63, 39, 148, 0.32), inset 0 0 0 1px rgba(164, 138, 255, 0.08) !important;
}

.admin-player-profile-card.wtf-jump-target {
  animation: wtf-player-target 1.7s ease;
}

@keyframes wtf-player-target {
  0%, 100% { box-shadow: 0 16px 42px rgba(63, 39, 148, 0.3); }
  35% { box-shadow: 0 0 0 5px rgba(142, 107, 255, 0.22), 0 18px 55px rgba(93, 55, 216, 0.48); }
}

.admin-player-profile-card::after {
  right: -70px !important;
  bottom: -125px !important;
  opacity: 0.72;
}

.admin-player-profile-card .admin-player-avatar {
  width: 48px !important;
  height: 48px !important;
  border-radius: 14px !important;
}

.admin-player-profile-name {
  gap: 8px !important;
  margin-top: 17px !important;
}

.admin-player-profile-name strong {
  color: #f4f1f8 !important;
  font-size: 17px !important;
  line-height: 1.2 !important;
}

.admin-player-profile-name span {
  padding: 4px 6px;
  border-radius: 6px;
  color: #b4a0ff !important;
  background: rgba(117, 79, 226, 0.12);
  font-size: 8px !important;
}

.admin-player-profile-server {
  gap: 7px !important;
  margin-top: 15px !important;
  margin-bottom: 14px !important;
}

.admin-player-profile-server span {
  width: max-content;
  padding: 6px 9px;
  border: 1px solid rgba(140, 112, 235, 0.24);
  border-radius: 8px;
  color: #cabdff !important;
  background: rgba(112, 76, 215, 0.13);
  font: 800 10px/1 "JetBrains Mono", monospace;
}

.admin-player-profile-server small {
  max-width: calc(100% - 8px);
  overflow: hidden;
  color: #817a89 !important;
  font-size: 10px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-player-profile-card footer {
  position: relative !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  margin-top: auto;
  padding-top: 13px;
  border-top: 1px solid rgba(145, 123, 211, 0.14);
}

.admin-access-chip {
  font-size: 9px !important;
}

.admin-player-inspector {
  top: 104px !important;
  display: grid !important;
  grid-template-columns: 122px minmax(0, 1fr);
  column-gap: 18px;
  padding: 22px !important;
}

.admin-inspector-visual {
  position: relative;
  grid-column: 1;
  height: 122px !important;
}

.admin-inspector-rings {
  width: 94px !important;
  height: 94px !important;
  box-shadow: 0 0 0 16px rgba(108, 72, 230, 0.035), 0 0 0 31px rgba(108, 72, 230, 0.018) !important;
}

.admin-player-avatar.is-large {
  width: 64px !important;
  height: 64px !important;
  border-radius: 19px !important;
}

.admin-inspector-visual > em {
  display: none !important;
}

.wtf-avatar-input {
  display: none !important;
}

.wtf-profile-avatar-input {
  display: none !important;
}

.hub-account-head .hub-avatar[data-wtf-avatar-editor="true"] {
  position: relative;
  overflow: visible !important;
  cursor: pointer;
  isolation: isolate;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.hub-account-head .hub-avatar[data-wtf-avatar-editor="true"] img {
  border-radius: inherit;
  transition: filter 160ms ease, transform 160ms ease;
}

.hub-account-head .hub-avatar[data-wtf-avatar-editor="true"]:hover,
.hub-account-head .hub-avatar[data-wtf-avatar-editor="true"]:focus-visible {
  border-color: rgba(166, 133, 255, 0.95) !important;
  box-shadow: 0 0 0 4px rgba(119, 78, 235, 0.18), 0 12px 30px rgba(0, 0, 0, 0.32) !important;
  outline: none;
  transform: translateY(-1px);
}

.hub-account-head .hub-avatar[data-wtf-avatar-editor="true"]:hover img {
  filter: brightness(0.74);
  transform: scale(1.025);
}

.wtf-profile-avatar-edit {
  position: absolute;
  z-index: 6;
  top: -6px;
  right: -6px;
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border: 2px solid #0b0912;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(145deg, #916cff, #5d43d6);
  box-shadow: 0 7px 18px rgba(45, 24, 103, 0.48);
  font: 800 13px/1 sans-serif;
  pointer-events: none;
  transition: transform 160ms ease, background 160ms ease;
}

.hub-account-head .hub-avatar[data-wtf-avatar-editor="true"]:hover .wtf-profile-avatar-edit {
  background: linear-gradient(145deg, #aa8bff, #7554ee);
  transform: scale(1.08);
}

.hub-account-head .hub-avatar[data-busy="true"] {
  cursor: wait;
  pointer-events: none;
}

.hub-account-head .hub-avatar[data-busy="true"] img {
  filter: brightness(0.45) saturate(0.7);
}

.hub-account-head .hub-avatar[data-busy="true"] .wtf-profile-avatar-edit {
  color: transparent;
  animation: wtf-avatar-spin 700ms linear infinite;
}

.hub-account-head .hub-avatar[data-busy="true"] .wtf-profile-avatar-edit::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
}

.hub-account-head .hub-avatar.is-success {
  border-color: rgba(82, 234, 166, 0.9) !important;
  box-shadow: 0 0 0 4px rgba(61, 220, 151, 0.14), 0 0 26px rgba(61, 220, 151, 0.22) !important;
}

.hub-account-head .hub-avatar.is-error {
  border-color: rgba(255, 104, 132, 0.95) !important;
  box-shadow: 0 0 0 4px rgba(255, 80, 113, 0.13) !important;
}

.wtf-profile-avatar-toast {
  position: fixed;
  z-index: 100000;
  right: 24px;
  bottom: 24px;
  max-width: min(390px, calc(100vw - 32px));
  padding: 13px 16px;
  border: 1px solid rgba(82, 234, 166, 0.36);
  border-radius: 13px;
  color: #d8ffeb;
  background: rgba(13, 38, 29, 0.96);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.38);
  font: 700 12px/1.35 Manrope, sans-serif;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 200ms ease, transform 200ms ease;
}

.wtf-profile-avatar-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.wtf-profile-avatar-toast.is-error {
  border-color: rgba(255, 100, 127, 0.44);
  color: #ffdce3;
  background: rgba(61, 18, 29, 0.97);
}

@keyframes wtf-avatar-spin {
  to {
    transform: rotate(360deg);
  }
}

.wtf-avatar-change {
  position: absolute;
  z-index: 5;
  right: 4px;
  bottom: 0;
  left: 4px;
  min-height: 29px;
  padding: 6px 8px;
  border: 1px solid rgba(147, 116, 246, 0.42);
  border-radius: 9px;
  color: #ddd4ff;
  background: rgba(48, 32, 92, 0.9);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.25);
  font: 800 9px/1.15 "JetBrains Mono", monospace;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.wtf-avatar-change:hover:not(:disabled) {
  border-color: rgba(173, 148, 255, 0.82);
  background: rgba(81, 53, 157, 0.96);
  transform: translateY(-1px);
}

.wtf-avatar-change.is-success {
  border-color: rgba(72, 225, 160, 0.55);
  color: #80efba;
  background: rgba(20, 91, 64, 0.78);
}

.wtf-avatar-change.is-error {
  border-color: rgba(255, 100, 127, 0.62);
  color: #ff9aae;
  background: rgba(99, 30, 46, 0.82);
}

.admin-inspector-title {
  grid-column: 2;
  align-self: center;
  min-width: 0;
  text-align: left !important;
}

.admin-inspector-title > span {
  color: #907bdc !important;
  font-size: 8px !important;
}

.admin-inspector-title h3 {
  margin: 9px 0 5px !important;
  color: #f5f1fa;
  font-size: 24px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-inspector-title p {
  display: block;
  max-width: 100%;
  color: #87808e !important;
  font-size: 11px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-inspector-live {
  grid-column: 1 / -1;
  margin: 12px 0 12px !important;
  padding: 16px 17px !important;
  border-color: rgba(132, 107, 211, 0.22) !important;
  background: rgba(8, 8, 15, 0.78) !important;
}

.admin-inspector-live > span {
  font-size: 9px !important;
}

.admin-inspector-live > strong {
  color: #f2eef7;
  font-size: 12px;
}

.admin-inspector-live > small {
  font-size: 10px !important;
}

.admin-inspector-data {
  grid-column: 1 / -1;
  border-color: rgba(137, 111, 221, 0.22) !important;
}

.admin-inspector-data > div {
  position: relative;
  gap: 8px !important;
  min-height: 68px;
  padding: 13px 14px !important;
  background: rgba(9, 9, 16, 0.94) !important;
}

.admin-inspector-data span {
  color: #777080 !important;
  font-size: 8px !important;
}

.admin-inspector-data b {
  color: #eee9f3 !important;
  font-size: 11px !important;
}

.admin-inspector-data .wtf-copy-tile b {
  padding-right: 62px;
}

.wtf-copy-value {
  position: absolute;
  right: 9px;
  bottom: 9px;
  appearance: none;
  padding: 5px 7px;
  border: 1px solid rgba(139, 111, 228, 0.25);
  border-radius: 7px;
  color: #9488c3;
  background: rgba(111, 76, 211, 0.1);
  font: 700 7px/1 "JetBrains Mono", monospace;
  cursor: pointer;
  transition: 0.18s ease;
}

.wtf-copy-value:hover,
.wtf-copy-value:focus-visible {
  outline: none;
  border-color: rgba(158, 132, 246, 0.6);
  color: #d3c8ff;
  background: rgba(118, 78, 228, 0.2);
}

.wtf-copy-value.is-copied {
  border-color: rgba(81, 234, 162, 0.35);
  color: #6ff0ae;
  background: rgba(58, 199, 132, 0.11);
}

.admin-inspector-grant {
  grid-column: 1 / -1;
  grid-template-columns: 104px minmax(0, 1fr) !important;
  gap: 9px !important;
  margin-top: 14px !important;
}

.admin-inspector-grant label {
  min-height: 46px;
  border-color: rgba(139, 113, 222, 0.24) !important;
}

.admin-inspector-grant button {
  min-height: 48px;
  font-size: 12px !important;
}

.admin-inspector-grant > button {
  grid-column: 1 / -1;
}

.wtf-days-presets {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

.wtf-days-presets > button {
  min-width: 0;
  min-height: 46px !important;
  border: 1px solid rgba(139, 113, 222, 0.22) !important;
  border-radius: 11px !important;
  color: #9e96aa !important;
  background: rgba(10, 10, 18, 0.92) !important;
  box-shadow: none !important;
  font: 800 10px/1 "JetBrains Mono", monospace !important;
  cursor: pointer;
  transition: 0.18s ease;
}

.wtf-days-presets > button:hover,
.wtf-days-presets > button.is-active {
  border-color: rgba(145, 110, 255, 0.62) !important;
  color: #ddd4ff !important;
  background: rgba(115, 75, 226, 0.18) !important;
}

.admin-inspector-actions {
  grid-column: 1 / -1;
  margin-top: 14px !important;
}

.admin-inspector-actions::before {
  content: "БЫСТРЫЕ ДЕЙСТВИЯ";
  grid-column: 1 / -1;
  margin: 3px 0 2px;
  color: #71697b;
  font: 700 8px/1 "JetBrains Mono", monospace;
  letter-spacing: 0.13em;
}

.admin-inspector-actions button {
  min-height: 42px !important;
  border-color: rgba(139, 114, 212, 0.24) !important;
  font-size: 10px !important;
}

.admin-inspector-actions button.wtf-action-hidden {
  display: none !important;
}

.admin-inspector-actions button.is-danger {
  margin-top: 2px;
  border-color: rgba(255, 93, 130, 0.2) !important;
  background: rgba(94, 21, 41, 0.08) !important;
}

.wtf-delete-help {
  grid-column: 1 / -1;
  margin: 10px 2px 0;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.065);
  color: #776f7f;
  font-size: 9px;
  line-height: 1.5;
}

.admin-inspector-actions .wtf-delete-account {
  grid-column: 1 / -1;
  min-height: 44px !important;
  border-color: rgba(255, 86, 126, 0.32) !important;
  color: #ff8da8 !important;
  background: linear-gradient(110deg, rgba(111, 23, 49, 0.18), rgba(62, 14, 31, 0.08)) !important;
}

.admin-inspector-actions .wtf-delete-account:hover {
  border-color: rgba(255, 102, 138, 0.62) !important;
  color: #ffc0cf !important;
  background: rgba(119, 28, 54, 0.22) !important;
}

.admin-inspector-actions .wtf-delete-account.is-armed {
  border-color: rgba(255, 78, 120, 0.82) !important;
  color: #fff !important;
  background: linear-gradient(110deg, rgba(181, 39, 76, 0.72), rgba(122, 24, 55, 0.6)) !important;
  box-shadow: 0 11px 28px rgba(130, 27, 57, 0.28);
}

.admin-inspector-actions .wtf-delete-account.is-error {
  color: #ffd2dc !important;
}

.admin-inspector-actions .wtf-delete-account.is-deleted {
  border-color: rgba(81, 234, 162, 0.4) !important;
  color: #78efb4 !important;
  background: rgba(39, 139, 94, 0.14) !important;
}

.admin-player-inspector > .admin3-message {
  grid-column: 1 / -1;
}

@media (min-width: 1500px) {
  .admin-player-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1280px) {
  .admin-users-layout {
    grid-template-columns: 1fr !important;
  }

  .admin-player-inspector {
    position: static !important;
  }
}

@media (max-width: 900px) {
  .admin-players-card > header {
    align-items: flex-start !important;
    gap: 18px;
    padding: 23px 20px 20px !important;
  }

  .admin-player-table {
    padding: 12px 16px 18px !important;
    overflow: visible !important;
  }

  .admin-player-row.head {
    display: none !important;
  }

  .admin-player-row:not(.head) {
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 15px 18px !important;
    margin-bottom: 12px;
    padding: 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.075) !important;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.02);
  }

  .admin-player-row:not(.head) > span {
    display: grid;
    gap: 7px;
    min-width: 0;
  }

  .admin-player-row:not(.head) > span::before {
    content: attr(data-label);
    color: #686171;
    font: 700 8px/1 "JetBrains Mono", monospace;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .admin-player-row:not(.head) > .admin-player-user {
    grid-column: 1 / -1;
    display: flex;
  }

  .admin-player-row:not(.head) > .admin-player-user::before {
    display: none;
  }

  .admin-players-card > footer {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 8px;
    padding: 15px 20px !important;
  }

  .admin-audit-card > div {
    grid-template-columns: 1fr !important;
  }

  .admin-audit-card article {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .admin-users-showcase .admin-showcase-intro {
    align-items: stretch !important;
    flex-direction: column !important;
    min-height: 0 !important;
    padding: 26px 22px !important;
  }

  .admin-player-gallery {
    padding: 16px !important;
  }
}

@media (max-width: 560px) {
  .admin-players-card > header {
    display: grid !important;
  }

  .admin-players-card > header > button {
    width: 100%;
    justify-content: center;
  }

  .admin-player-row:not(.head) {
    grid-template-columns: 1fr !important;
  }

  .admin-player-gallery-grid {
    grid-template-columns: 1fr !important;
  }

  .admin-inspector-grant {
    grid-template-columns: 1fr !important;
  }

  .admin-inspector-grant > button {
    grid-column: 1 !important;
  }
}
