.player-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 180px);
  background: transparent;
  border-radius: 0;
  border: none;
  overflow: visible;
}
.site-announcements-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}
.site-announcement-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: linear-gradient(135deg, rgba(255,223,0,0.18) 0%, rgba(255,193,7,0.24) 100%);
  border: 1px solid rgba(255,215,0,0.6);
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.site-announcement-warn {
  background: linear-gradient(135deg, rgba(255,223,0,0.18) 0%, rgba(255,193,7,0.24) 100%);
  border-color: rgba(255,215,0,0.6);
}
.site-announcement-info {
  background: linear-gradient(135deg, rgba(76, 175, 80, 0.2) 0%, rgba(46, 204, 113, 0.26) 100%);
  border-color: rgba(90, 220, 120, 0.58);
}
.site-announcement-error {
  background: linear-gradient(135deg, rgba(255, 68, 68, 0.22) 0%, rgba(220, 38, 38, 0.3) 100%);
  border-color: rgba(255, 99, 99, 0.62);
}
.site-announcement-text {
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.site-announcement-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.admin-restriction-banner {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0 8px 0;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 89, 208, 0.35);
  background:
    linear-gradient(135deg, rgba(255, 89, 208, 0.14) 0%, rgba(124, 114, 255, 0.1) 45%, rgba(18, 22, 34, 0.78) 100%),
    linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.22);
}
.admin-restriction-icon {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: linear-gradient(135deg, #ff59d0 0%, #7c72ff 100%);
  box-shadow: 0 4px 14px rgba(124, 114, 255, 0.35);
  flex-shrink: 0;
}
.admin-restriction-content {
  min-width: 0;
}
.admin-restriction-title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
}
.nitro-icon {
  width: 14px;
  height: 14px;
  object-fit: contain;
  flex-shrink: 0;
  vertical-align: -2px;
  filter: drop-shadow(0 0 4px rgba(255, 89, 208, 0.35));
}
.nitro-lock-image {
  width: 12px;
  height: 12px;
}
.nitro-link-icon,
.player-target-nitro-icon,
.nitro-hidden-icon {
  margin-right: 5px;
}
.profile-restricted-nitro-icon {
  width: 52px;
  height: 52px;
}
.profile-restricted-feature-nitro-icon {
  width: 22px;
  height: 22px;
}
.admin-restriction-subtitle {
  margin-top: 3px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.4;
}
.player-controls-container {
  width: 100%;
  max-width: none;
  margin: 0 0 4px 0;
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.2);
  overflow: visible;
}
.player-controls {
  display: flex;
  margin-bottom: 0;
  padding: 8px 12px;
  background: transparent;
  border-radius: 0;
  border: none;
  flex-shrink: 0;
}
.search-and-switcher {
  display: flex;
  gap: 6px;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.mode-switcher {
  display: flex;
  gap: 3px;
  flex: 0 0 auto;
  background: rgba(0,0,0,0.25);
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.12);
  padding: 3px;
}
.mode-btn {
  background: transparent;
  border: none;
  border-radius: 8px;
  color: #999;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
  white-space: nowrap;
  flex: 0 0 auto;
}
.mode-btn:hover {
  background: rgba(255,255,255,0.07);
  color: #ccc;
}
.mode-btn.active {
  background: rgba(255,152,0,0.2);
  color: #ff9800;
  font-weight: 600;
  border: 1px solid rgba(255,152,0,0.25);
}
.mode-btn-nitro-locked {
  background: transparent;
  border: 1px solid rgba(124,114,255,0.25);
  border-radius: 8px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 500;
  cursor: default;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  flex: 0 0 auto;
}
.mode-btn-nitro-locked .nitro-lock-icon {
  font-size: 9px;
  background: linear-gradient(135deg, #ff59d0, #7c72ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 3px #ff59d0);
}
.mode-btn-nitro-locked .nitro-lock-label {
  background: linear-gradient(90deg, rgba(255,255,255,0.7) 0%, #ffffff 35%, #c084fc 55%, #ff59d0 70%, rgba(255,255,255,0.7) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: nitro-text-shimmer 2.6s linear infinite;
}
.leaderboard-card {
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.2);
  margin-bottom: 20px;
}
.leaderboard-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px rgba(0,0,0,0.3);
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.2);
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 20px;
}
.leaderboard-table th {
  border: 1px solid rgba(255,255,255,0.1);
  padding: 11px 14px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: rgba(0,86,122,0.25);
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.leaderboard-table th.sortable {
  cursor: pointer;
  transition: background-color 0.2s;
}
.leaderboard-table th.sortable:hover {
  background: rgba(0,86,122,0.4);
}
.leaderboard-table td {
  border: 1px solid rgba(255,255,255,0.1);
  padding: 11px 14px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: linear-gradient(135deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.1) 100%);
}
.leaderboard-table tbody tr:hover {
  background-color: rgba(0,86,122,0.2);
}
.leaderboard-table th:nth-child(1), .leaderboard-table td:nth-child(1) { width: 20%; text-align: left; padding-left: 14px; }
.leaderboard-table th:nth-child(2), .leaderboard-table td:nth-child(2) { width: 15%; }
.leaderboard-table th:nth-child(3), .leaderboard-table td:nth-child(3) { width: 15%; color: #FFD700; }
.leaderboard-table th:nth-child(4), .leaderboard-table td:nth-child(4) { width: 10%; }
.leaderboard-table th:nth-child(5), .leaderboard-table td:nth-child(5) { width: 20%; font-size: 12px; }
.leaderboard-table th:nth-child(6), .leaderboard-table td:nth-child(6) { width: 20%; font-size: 12px; }
.sort-indicator {
  margin-left: 4px;
  opacity: 0.9;
  font-size: 11px;
}
.score-full {
  color: #aaa;
  font-size: 12px;
  font-weight: normal;
}
.player-nickname-cell {
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.player-nickname-cell:hover {
  background-color: rgba(0,86,122,0.3) !important;
}
@media (max-width: 768px) {
  .score-full {
    display: none;
  }
  .leaderboard-table {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    border: none;
  }
  .leaderboard-table th {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(51, 144, 236, 0.15);
    color: #3390ec;
    font-size: 13px;
    padding: 12px 8px;
  }
  .leaderboard-table td {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(51, 144, 236, 0.15);
    color: #e4e4e4;
    padding: 12px 8px;
    font-size: 13px;
  }
  .leaderboard-table tr:last-child td {
    border-bottom: none;
  }
}
.sort-indicator {
  margin-left: 4px;
  opacity: 0;
  transition: opacity 0.2s;
}
.sortable:hover .sort-indicator,
.sortable.active .sort-indicator {
  opacity: 1;
}
.surrounding-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
  padding: 10px;
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 18px;
  overflow: hidden;
}
.surrounding-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.surrounding-title-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.surrounding-title-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #ffd166;
  background: rgba(255, 209, 102, 0.09);
  border: 1px solid rgba(255, 209, 102, 0.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}
.surrounding-title {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
  font-weight: 800;
}
.surrounding-section-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 8px;
}
.surrounding-group {
  min-width: 0;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  overflow: hidden;
}
.surrounding-group-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  font-weight: 800;
  color: #eef7ff;
  padding: 7px 10px;
  background: rgba(0,0,0,0.18);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.surrounding-group-title span:first-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.surrounding-group-count {
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #89d6ff;
  font-size: 11px;
  font-weight: 800;
  background: rgba(134, 220, 255, 0.07);
  border: 1px solid rgba(134, 220, 255, 0.18);
}
.surrounding-rows {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 6px;
}
.surrounding-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto 14px;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 5px 7px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: rgba(0,0,0,0.18);
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
  font-size: 13px;
}
.surrounding-row--clickable {
  cursor: pointer;
}
.surrounding-row--clickable:hover {
  background: rgba(134, 220, 255, 0.07);
  border-color: rgba(134, 220, 255, 0.14);
}
.surrounding-row--current {
  background:
    linear-gradient(135deg, rgba(0, 168, 255, 0.16) 0%, rgba(124, 114, 255, 0.1) 100%),
    rgba(0,0,0,0.18) !important;
  border-color: rgba(0, 168, 255, 0.28);
}
.surrounding-row--current .surrounding-nick {
  color: #00a8ff;
  font-weight: 800;
}
.surrounding-pos {
  color: rgba(255,255,255,0.45);
  font-size: 11px;
  font-weight: 800;
  font-family: 'JetBrains Mono', monospace;
}
.surrounding-player {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.surrounding-nick {
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.surrounding-current-label {
  flex-shrink: 0;
  padding: 2px 5px;
  border-radius: 999px;
  color: #9fe2ff;
  background: rgba(0, 168, 255, 0.12);
  border: 1px solid rgba(0, 168, 255, 0.24);
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}
.surrounding-score {
  color: #FFD700;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}
.surrounding-open-icon {
  color: rgba(255,255,255,0.28);
  font-size: 10px;
  justify-self: end;
}
.surrounding-row--clickable:hover .surrounding-open-icon {
  color: #89d6ff;
}
.player-switcher {
  display: flex;
  gap: 3px;
  flex-shrink: 0;
  background: rgba(0,0,0,0.25);
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.12);
  padding: 3px;
}
.player-btn {
  background: transparent;
  border: none;
  border-radius: 8px;
  color: #999;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
  white-space: nowrap;
  flex: 0 0 auto;
}
.player-btn:hover {
  background: rgba(255,255,255,0.07);
  color: #ccc;
}
.player-btn.active {
  background: rgba(0,168,255,0.2);
  color: #00a8ff;
  font-weight: 600;
  border: 1px solid rgba(0,168,255,0.25);
}
.search-section {
  display: flex;
  gap: 6px;
  flex: 1;
  min-width: 200px;
  align-items: center;
  position: relative;
  overflow: visible;
}
.uid-input {
  flex: 1;
  min-width: 180px;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  background: rgba(0,0,0,0.25);
  color: #fff;
  font-size: 13px;
  font-weight: normal;
}
.uid-input::placeholder {
  color: rgba(255,255,255,0.5);
  font-weight: normal;
}
.uid-input:focus {
  outline: none;
  border-color: rgba(0,168,255,0.4);
  background: rgba(0,0,0,0.3);
}
.search-btn {
  padding: 6px 12px;
  background: rgba(0,168,255,0.15);
  border: 1px solid rgba(0,168,255,0.3);
  border-radius: 10px;
  color: #00a8ff;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
  white-space: nowrap;
}
.search-btn:hover {
  background: rgba(0,168,255,0.25);
  border-color: rgba(0,168,255,0.5);
  color: #00b8ff;
}
.search-btn:active {
  background: rgba(0,168,255,0.2);
}
.player-data {
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.player-data::-webkit-scrollbar {
  width: 10px;
}
.player-data::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.05);
  border-radius: 6px;
}
.player-data::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,0.2);
  border-radius: 6px;
}
.player-data::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255,255,255,0.3);
}
.data-grid {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.player-card {
  display: flex;
  gap: 18px;
  padding: 18px;
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 18px;
  margin-bottom: 4px;
}
.player-card.player-card-premium {
  background: linear-gradient(135deg, rgba(58, 45, 22, 0.92) 0%, rgba(35, 29, 19, 0.96) 46%, rgba(24, 22, 18, 1) 100%);
  border-color: rgba(176, 135, 48, 0.55);
  box-shadow:
    0 0 0 1px rgba(118, 86, 30, 0.22) inset,
    0 0 18px rgba(142, 101, 31, 0.1);
}
.player-card.player-card-nitro {
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border-color: rgba(255,255,255,0.2);
  box-shadow: none;
}
.player-card-left {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex-shrink: 0;
}
.player-avatar-section {
  display: flex;
  gap: 24px;
  align-items: center;
}
.player-avatar {
  width: 120px;
  height: 120px;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: none;
  background: rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.player-avatar.premium-avatar {
  border: none;
}
.player-avatar-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.player-avatar[data-has-custom-avatar="true"] .player-avatar-img {
  object-fit: cover;
}
.player-badges-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  width: 300px;
  flex-shrink: 0;
}
.badge-slot {
  aspect-ratio: 1;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.badge-slot-empty {
  background: rgba(0,0,0,0.1);
  border: 1px dashed rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  position: relative;
}
.badge-slot-empty::before {
  content: '';
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255,255,255,0.35);
  display: block;
}
.badge-slot .badge-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.badge-slot .badge-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4px;
  transition: none;
}
.badge-slot .badge-icon:hover {
  transform: none;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
}
.player-subscriptions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.player-subscription-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 8px;
  background: rgba(0,0,0,0.2);
  border-radius: 11px;
  border: 1px solid rgba(255,255,255,0.1);
}
.subscription-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
}
.subscription-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}
.subscription-label {
  font-size: 11px;
  color: #aaa;
  font-weight: normal;
}
.subscription-status {
  font-size: 13px;
  font-weight: bold;
  color: #e4e4e4;
}
.subscription-date {
  font-size: 11px;
  color: #aaa;
  font-weight: normal;
}
.subscription-countdown {
  font-size: 11px;
  color: #00a8ff;
  font-weight: bold;
  background: rgba(0, 168, 255, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
  display: inline-block;
  margin-top: 2px;
}
.subscription-countdown.expired {
  color: #ff4444;
  background: rgba(255, 68, 68, 0.1);
}
.player-card-info {
  flex: 1;
  min-width: 0;
  display: flex;
  gap: 18px;
}
.player-card-right {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.site-online-system {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
  cursor: default;
  color: #9aa6ad;
  transition: color 0.2s ease, filter 0.2s ease, opacity 0.2s ease;
}
.site-online-system.is-online {
  color: #72e07a;
  filter: drop-shadow(0 0 5px rgba(76, 175, 80, 0.65));
}
.site-online-system.is-offline {
  color: #8f9aa1;
  filter: grayscale(1);
  opacity: 0.78;
}
.player-target-nickname {
  cursor: default;
}
.player-target-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255,255,255,0.16);
}
.player-target-nickname {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.player-target-role-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2px;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.1);
  color: #b0bec5;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-shadow: none;
}
.player-target-role-badge.role-admin { background: rgba(255, 82, 82, 0.15); color: #ff5252; border: 1px solid rgba(255, 82, 82, 0.2); }
.player-target-role-badge.role-banned { background: rgba(255, 82, 82, 0.15); color: #ff5252; border: 1px solid rgba(255, 82, 82, 0.25); }
.player-target-role-badge.role-premium { background: rgba(255, 215, 0, 0.15); color: #ffd700; border: 1px solid rgba(255, 215, 0, 0.2); }
.player-target-role-badge.role-subscription { background: rgba(224, 64, 251, 0.15); color: #e040fb; border: 1px solid rgba(224, 64, 251, 0.2); }
.player-target-role-badge.role-booster { background: linear-gradient(135deg, #ff73fa, #b97eff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; border: 1px solid rgba(244, 127, 255, 0.45); box-shadow: inset 0 0 0 100px rgba(255, 115, 250, 0.12); }
.player-target-role-badge.role-old { background: rgba(149, 117, 205, 0.15); color: #9575cd; border: 1px solid rgba(149, 117, 205, 0.2); }
.player-target-role-badge.role-player { background: rgba(120, 144, 156, 0.15); color: #90a4ae; border: 1px solid rgba(120, 144, 156, 0.2); }
.player-record-nickname {
  display: inline-block;
  max-width: 100%;
  margin: 2px 4px 2px 0;
  padding: 2px 5px;
  border-radius: 4px;
  background: rgba(88, 101, 242, 0.15);
  border: 1px solid rgba(88, 101, 242, 0.28);
  color: #b9c2ff;
  font-family: "JetBrains Mono", "Consolas", monospace;
  font-size: 12px;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
#first-play-date-display {
  flex-wrap: wrap;
  min-width: 0;
  column-gap: 4px;
  row-gap: 4px;
}
.player-card-chest {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 18px;
  border-left: 1px solid rgba(255,255,255,0.12);
}
@media (max-width: 1320px) {
  .player-card {
    flex-direction: column;
    gap: 14px;
  }
  .player-card-chest {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(255,255,255,0.12);
    padding-top: 14px;
  }
}
.chest-header {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e0c87a;
  font-size: 13px;
  font-weight: bold;
}
.chest-grid-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow-x: auto;
  overflow-y: hidden;
}
.chest-grid {
  display: grid;
  grid-template-columns: repeat(6, 72px);
  gap: 4px;
  flex: 0 0 auto;
  width: max-content;
  margin: 0 auto;
}
.chest-slot {
  width: 72px;
  height: 72px;
  border-radius: 7px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(0,0,0,0.3);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
}
.chest-slot-filled {
  cursor: pointer;
}
:root {
  --slot-flag-color-duplicate: #b86060;
  --slot-flag-color-premium:   #d4b04c;
  --slot-flag-color-own:       #4caf50;
}
.chest-slot-colored,
.chest-slot-colored:hover,
.chest-slot-colored:active,
.chest-slot-colored:focus {
  border: 2px solid transparent !important;
  background-color: transparent !important;
  background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), var(--slot-border) !important;
  background-origin: padding-box, border-box !important;
  background-clip: padding-box, border-box !important;
  background-size: 100% 100%, 100% 100% !important;
  box-shadow: none !important;
}
.chest-slot-empty {
  border: 1px dashed rgba(255,255,255,0.1);
  background: rgba(0,0,0,0.1);
}
.chest-slot-empty::before {
  content: '';
  display: none;
}
.chest-slot-filled:hover {
  border-color: rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.08);
}
.chest-item-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.chest-item-weapon-placeholder {
  width: 40px;
  height: 40px;
  padding: 0;
  object-fit: contain;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.chest-item-skin-preview,
.chest-item-recipe-preview {
  width: 30px;
  height: 30px;
  object-fit: contain;
  position: absolute;
  right: 3px;
  bottom: 3px;
  z-index: 2;
  filter: drop-shadow(0 2px 3px rgba(0,0,0,0.8));
  pointer-events: none;
}
.chest-item-count {
  position: absolute;
  top: 3px;
  right: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 2px #000, 0 0 4px #000;
  line-height: 1;
  pointer-events: none;
  z-index: 3;
}
.chest-item-lock-icon {
  position: absolute;
  top: 3px;
  left: 4px;
  font-size: 10px;
  color: #ffe9ac;
  text-shadow: 0 1px 2px rgba(0,0,0,0.9);
  pointer-events: none;
  z-index: 3;
}
.chest-item-durability-bar {
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 3px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,0.16);
  overflow: hidden;
  pointer-events: none;
}
.chest-item-durability-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff5f56 0%, #f7d154 45%, #48d56b 100%);
}
.chest-item-modal-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}
.chest-item-modal-icon {
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}
.chest-item-modal-warning {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(244, 67, 54, 0.14);
  border: 1px solid rgba(244, 67, 54, 0.38);
  color: #ff9b9b;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.35);
  box-shadow: inset 0 0 14px rgba(244, 67, 54, 0.08);
}
.chest-item-modal-warning-admin {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: linear-gradient(135deg,
    rgba(255,0,0,0.08) 0%,
    rgba(255,136,0,0.08) 16%,
    rgba(255,255,0,0.08) 33%,
    rgba(0,200,0,0.08) 50%,
    rgba(0,150,255,0.08) 66%,
    rgba(180,0,255,0.08) 83%,
    rgba(255,0,0,0.08) 100%
  );
  border: 1.5px solid rgba(160, 120, 255, 0.45);
  color: #d8c8ff;
  font-size: 13px;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0,0,0,0.35);
}
.chest-item-modal-warning-premium {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(212, 176, 76, 0.16);
  border: 1px solid rgba(212, 176, 76, 0.42);
  color: #ffdf8a;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.35);
  box-shadow: inset 0 0 14px rgba(212, 176, 76, 0.12);
}
.chest-item-modal-warning-own {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(76, 175, 80, 0.16);
  border: 1px solid rgba(76, 175, 80, 0.42);
  color: #a5d6a7;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.35);
  box-shadow: inset 0 0 14px rgba(76, 175, 80, 0.12);
}
.chest-item-modal-warning-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
}
.chest-item-modal-row-column {
  flex-direction: column;
}
.chest-item-modal-durability-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.chest-item-modal-label {
  color: #9fb5c8;
  font-size: 12px;
  font-weight: 700;
}
.chest-item-modal-value {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: right;
  word-break: break-word;
}
.chest-item-modal-owner-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.chest-item-modal-owner-link:hover {
  color: #84d7ff;
}
.chest-item-modal-mono {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
}
.chest-item-modal-durability-bar {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  overflow: hidden;
}
.chest-item-modal-durability-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff5f56 0%, #f7d154 45%, #48d56b 100%);
}
.chest-item-modal-stack-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #2f7fff 0%, #33c3ff 55%, #86f0ff 100%);
}
.chest-item-modal-details {
  margin: 0;
  width: 100%;
  max-height: 220px;
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-word;
  color: #e4e4e4;
  font-size: 12px;
  line-height: 1.45;
  font-family: 'JetBrains Mono', monospace;
}
.player-info-section {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}
.player-info-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.player-info-item:last-child {
  border-bottom: none;
}
.player-info-label {
  font-size: 11px;
  color: #aaa;
  font-weight: normal;
}
.player-info-label-icon {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  object-fit: contain;
  vertical-align: -2px;
}
.player-info-value {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
}
.player-last-play-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.player-last-play-value {
  flex: 1;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start !important;
}
.player-lobby-presence {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #bfc9df;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}
.player-lobby-presence-icon {
  width: 14px;
  height: 14px;
  object-fit: contain;
  flex-shrink: 0;
}
.player-stationary-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  max-width: 100%;
  padding: 4px 8px;
  color: #ffd166;
  background: rgba(255, 209, 102, 0.12);
  border: 1px solid rgba(255, 209, 102, 0.24);
  border-radius: 9px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}
.player-stationary-badge i {
  font-size: 12px;
  flex-shrink: 0;
}
.player-live-locked {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
}
.player-live-locked-text {
  color: #ffcbf2;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.player-live-locked-role {
  padding: 3px 8px;
  font-size: 10px;
}
.player-live-locked-nitro {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #ff73d7;
  white-space: nowrap;
}
.player-live-locked-nitro-icon {
  width: 14px;
  height: 14px;
  margin: 0;
}
.player-last-play-history-btn {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 10px;
  background: rgba(255,255,255,0.06);
  color: #cfd8ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  align-self: center;
}
.player-last-play-history-btn:hover {
  background: rgba(90, 150, 255, 0.16);
  border-color: rgba(144, 190, 255, 0.28);
  color: #fff;
}
.player-last-play-history-btn:active {
  background: rgba(90, 150, 255, 0.22);
}
.player-info-hours-bottom .player-info-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
.player-info-hours-bottom {
  --player-hours-border: rgba(255, 248, 100, 0.22);
  margin-top: auto;
  align-items: stretch;
  padding: 8px 10px;
  min-height: 0;
  background: rgba(255, 248, 100, 0.08);
  border: 1px solid var(--player-hours-border);
  border-radius: 10px;
  box-sizing: border-box;
}
.player-info-item.player-info-hours-bottom {
  border: 1px solid var(--player-hours-border);
}
.player-hours-card {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 28px;
}
.player-hours-main {
  flex: 1;
  min-width: 0;
}
.player-hours-help {
  position: static;
  transform: none;
  flex-shrink: 0;
}
.player-info-item:has(+ .player-info-hours-bottom) {
  border-bottom: none;
}
.player-info-hours-line {
  color: #fdfb69;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.3;
  min-height: 0;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}
.player-info-hours-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.player-info-stat-row {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
}
.player-level-coins-item {
  position: relative;
  width: 100%;
  min-width: 0;
  padding: 0;
  border: none;
  background: transparent;
}
.player-level-summary {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
  border: none;
  background: transparent;
  color: #fff;
  cursor: default;
  padding: 0;
  text-align: left;
  font-family: inherit;
}
.player-level-left {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  justify-self: start;
}
.player-level-shield-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}
.player-level-title {
  font-size: 17px;
  font-weight: 800;
  color: #e8f5e9;
  white-space: nowrap;
}
.player-level-coins-inline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  justify-self: end;
}
.player-level-coins-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
}
.player-level-coins-value {
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
  color: #ffe082;
  text-shadow: 0 1px 8px rgba(255, 193, 7, 0.2);
  white-space: nowrap;
}
.player-level-coins-missing {
  color: rgba(255, 196, 87, 0.9);
}
.player-level-coins-missing .player-level-coins-value {
  color: rgba(255, 222, 150, 0.9);
  font-size: 12px;
  text-shadow: none;
}
.player-data-unavailable {
  border: 1px solid rgba(255, 196, 87, 0.22);
  background: rgba(255, 196, 87, 0.08);
}
.player-data-unavailable .player-info-value {
  color: rgba(255, 222, 150, 0.9);
  font-size: 13px;
  font-weight: 700;
}
.chest-load-state-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.42);
  border-radius: 10px;
  color: rgba(255, 222, 150, 0.94);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  padding: 16px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.7);
}
.player-level-exp-panel {
  position: absolute;
  left: 0;
  top: calc(100% + 16px);
  width: min(320px, calc(100vw - 60px));
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(20, 28, 37, 0.96);
  box-shadow: 0 10px 24px rgba(0,0,0,0.35);
  opacity: 0;
  transform: translateY(-4px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 20;
}
.player-level-summary:hover + .player-level-exp-panel {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.player-level-exp-panel .stat-bar-container {
  min-width: 0;
  width: 100%;
  height: 26px;
}
.player-info-level-icon {
  height: 30px;
  width: auto;
  flex-shrink: 0;
}
.player-info-level-bar {
  min-width: 0;
  width: 100%;
}
.player-info-accent-card {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  box-sizing: border-box;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
  border: 1px solid rgba(255,255,255,0.1);
  overflow: hidden;
}
.player-info-coins-card {
  background: linear-gradient(180deg, rgba(255, 213, 79, 0.18) 0%, rgba(255, 167, 38, 0.08) 100%);
  border: 1px solid rgba(255, 214, 102, 0.2);
}
.player-info-chest-card {
  background: linear-gradient(180deg, rgba(100, 180, 255, 0.14) 0%, rgba(60, 130, 220, 0.06) 100%);
  border: 1px solid rgba(120, 190, 255, 0.28);
}
.player-info-coins-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex-shrink: 0;
}
.player-info-coins-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}
.player-info-coins-amount {
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  color: #ffe082;
  text-shadow: 0 1px 8px rgba(255, 193, 7, 0.2);
}
.player-info-coins-caption {
  font-size: 13px;
  line-height: 1.2;
  color: #f6edd2;
}
.player-stats-block {
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 4px;
}
.player-stats-summary-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.player-stats-summary-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(134, 220, 255, 0.07);
  border: 1px solid rgba(134, 220, 255, 0.15);
}
.player-stats-summary-pill-icon {
  color: #9fe2ff;
  font-size: 13px;
  flex-shrink: 0;
}
.player-stats-summary-pill-value {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}
.player-stats-summary-pill-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.player-stats-summary-pill-main {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.player-stats-summary-pill-label {
  color: #b8c7d8;
  font-size: 12px;
}
.player-stats-summary-pill-sublabel {
  color: #89d6ff;
  font-size: 11px;
  font-weight: 600;
}
.player-stats-combat-capsule {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  min-height: 50px;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(135deg, rgba(255,255,255,0.045) 0%, rgba(134, 220, 255, 0.05) 100%);
}
.player-stats-combat-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 210px;
  min-width: 0;
  max-width: calc(50% - 128px);
  color: #dff6ff;
  font-size: 15px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}
.player-stats-combat-skin {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.45));
}
@media (min-width: 769px) {
  .player-stats-combat-skin {
    filter: none;
  }
}
.player-stats-combat-values {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto minmax(0, 1fr);
  align-items: center;
  justify-content: stretch;
  gap: 9px;
  position: absolute;
  left: 18px;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 0;
}
.player-stats-combat-metric-kdr {
  grid-column: 5;
  justify-self: end;
  margin-left: 0;
}
.player-stats-combat-metric {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  text-align: center;
  white-space: nowrap;
}
.player-stats-combat-metric-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  object-fit: contain;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.45));
}
.player-stats-combat-separator {
  grid-column: 3;
  color: rgba(184, 199, 216, 0.45);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
.player-stats-combat-value {
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
}
.player-stats-combat-label {
  color: #b8c7d8;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}
.player-stats-combat-values .player-stats-combat-metric:first-child {
  grid-column: 2;
}
.player-stats-combat-separator + .player-stats-combat-metric {
  grid-column: 4;
}
.player-stats-combat-kdr-good .player-stats-combat-value {
  color: #86efac;
}
.player-stats-combat-kdr-mid .player-stats-combat-value {
  color: #ffd166;
}
.player-stats-combat-kdr-bad .player-stats-combat-value {
  color: #ff8a8a;
}
.player-stats-sections {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 12px;
  padding: 14px 18px;
}
@media (min-width: 1100px) {
  .player-stats-sections {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .player-stats-section:last-child:nth-child(4n + 1) {
    grid-column: 1 / -1;
  }
  .player-stats-section:nth-last-child(2):nth-child(4n + 1),
  .player-stats-section:last-child:nth-child(4n + 2) {
    grid-column: span 2;
  }
  .player-stats-section:nth-last-child(3):nth-child(4n + 1) {
    grid-column: span 2;
  }
}
@media (min-width: 769px) and (max-width: 1099px) {
  .player-stats-sections {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .player-stats-section:last-child:nth-child(3n + 1) {
    grid-column: 1 / -1;
  }
  .player-stats-section:nth-last-child(2):nth-child(3n + 1) {
    grid-column: span 2;
  }
}
.player-stats-section {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}
.player-stats-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.player-stats-section-title {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.player-stats-section-title-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
}
.player-stats-section-total {
  color: #89d6ff;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
.player-stats-entries {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.player-stats-entry {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 6px 8px;
  border-radius: 10px;
  background: rgba(0,0,0,0.18);
  transition: background 0.15s;
}
.player-stats-entry:hover {
  background: rgba(134, 220, 255, 0.07);
}
#stats-all-modal-entries {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}
#stats-all-modal-entries .player-stats-entry {
  min-width: 0;
}
.player-stats-entry-icon {
  width: 26px;
  height: 26px;
  object-fit: contain;
  flex-shrink: 0;
}
.player-stats-entry-name {
  color: #e9f2fb;
  font-size: 13px;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.player-stats-entry-value {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}
.player-stats-section-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  align-self: flex-start;
  background: rgba(134, 220, 255, 0.07);
  border: 1px solid rgba(134, 220, 255, 0.2);
  border-radius: 8px;
  color: #89d6ff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  margin-top: 2px;
}
.player-stats-section-more-btn:hover {
  background: rgba(134, 220, 255, 0.16);
  border-color: rgba(134, 220, 255, 0.35);
  color: #b8e8ff;
}
.player-reviews-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px 18px;
  margin-bottom: 4px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.2);
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  overflow: hidden;
}
.player-reviews-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.player-reviews-head > div:first-child {
  flex: 1;
  min-width: 0;
}
.player-reviews-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.player-reviews-title i {
  color: #89d6ff;
  font-size: 14px;
}
.player-reviews-count {
  min-width: 30px;
  height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #89d6ff;
  font-size: 12px;
  font-weight: 700;
  background: rgba(134, 220, 255, 0.07);
  border: 1px solid rgba(134, 220, 255, 0.2);
}
.player-review-pencil-btn,
.player-review-inline-edit,
.player-review-inline-delete,
.player-review-inline-useless {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 9px;
  background: rgba(255,255,255,0.05);
  color: #b8c7d8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.player-review-pencil-btn:hover,
.player-review-inline-edit:hover {
  background: rgba(134, 220, 255, 0.09);
  border-color: rgba(134, 220, 255, 0.22);
  color: #89d6ff;
}
.player-review-inline-delete:hover {
  background: rgba(255, 92, 92, 0.1);
  border-color: rgba(255, 92, 92, 0.24);
  color: #ff9a9a;
}
.player-review-inline-useless:hover {
  background: rgba(255,255,255,0.09);
  border-color: rgba(255,255,255,0.2);
  color: #e8eef8;
}
.player-review-pencil-btn i,
.player-review-inline-edit i,
.player-review-inline-delete i,
.player-review-inline-useless i {
  font-size: 12px;
}
.player-review-inline-edit,
.player-review-inline-delete,
.player-review-inline-useless {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  margin-left: 0;
}
.player-review-inline-edit i,
.player-review-inline-delete i,
.player-review-inline-useless i {
  font-size: 10px;
}
.player-review-actions {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
  white-space: nowrap;
}
.player-reviews-list-compact .player-review-actions {
  margin-left: auto;
}
.player-review-form {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}
.player-review-form-avatar,
.player-review-avatar {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  border: none;
  background: rgba(0,0,0,0.2);
}
.player-review-form-avatar img,
.player-review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.player-review-form-body {
  flex: 1;
  min-width: 0;
}
.player-review-textarea {
  width: 100%;
  min-height: 92px;
  max-height: 92px;
  resize: none;
  box-sizing: border-box;
  padding: 11px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.22);
  color: #fff;
  font: inherit;
  font-size: 13px;
  line-height: 1.5;
  outline: none;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.player-review-textarea:focus {
  border-color: rgba(0,168,255,0.44);
  background: rgba(0,0,0,0.3);
}
.player-review-textarea.has-forbidden {
  border-color: rgba(255, 138, 138, 0.58);
  background: rgba(120, 20, 20, 0.16);
}
.player-review-textarea::placeholder {
  color: rgba(255,255,255,0.42);
}
.player-review-input-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-top: 6px;
}
.player-review-forbidden {
  display: none;
  color: #ffb4b4;
  font-size: 12px;
  line-height: 1.35;
  overflow-wrap: anywhere;
  min-width: 0;
}
.player-review-forbidden.visible {
  display: block;
}
.player-review-counter {
  flex-shrink: 0;
  color: rgba(255,255,255,0.46);
  font-size: 12px;
  line-height: 1.35;
  white-space: nowrap;
}
.player-review-counter.warning {
  color: #ffd27a;
}
.player-review-counter.full {
  color: #ff8a8a;
}
.player-review-form-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 8px;
}
.player-review-note,
.player-reviews-empty {
  color: rgba(255,255,255,0.58);
  font-size: 12px;
  line-height: 1.45;
}
.player-review-note,
.player-reviews-empty {
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}
.player-review-submit:disabled {
  opacity: 0.65;
  cursor: default;
}
.player-review-message {
  min-height: 18px;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
}
.player-review-message.success {
  color: #86efac;
}
.player-review-message.error {
  color: #ff8a8a;
}
.player-reviews-list {
  columns: 240px;
  column-gap: 10px;
}
.player-reviews-list-compact {
  columns: 1;
}
.player-reviews-list-compact .player-review-card {
  width: 100%;
}
.player-review-card {
  display: flex;
  gap: 11px;
  width: 100%;
  max-width: 100%;
  margin: 0 0 10px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  box-sizing: border-box;
  min-width: 0;
  overflow: hidden;
  break-inside: avoid;
}
.player-review-card-own {
  border-color: rgba(134, 220, 255, 0.2);
  background: rgba(134, 220, 255, 0.06);
}
.player-review-card-useless {
  opacity: 0.82;
  border-color: rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.025);
}
.player-review-content {
  flex: 1;
  min-width: 0;
}
.player-review-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 5px;
  min-width: 0;
}
.player-review-author {
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  min-width: 0;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.player-review-author:hover {
  color: #9fe2ff;
}
.player-review-author-name {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}
.player-review-booster-icon {
  width: 13px;
  height: 13px;
}
.player-review-date {
  color: rgba(255,255,255,0.42);
  font-size: 11px;
  white-space: normal;
  overflow-wrap: anywhere;
}
.player-review-meta .player-review-date {
  margin-left: 0;
}
.player-review-text {
  color: #e9f2fb;
  font-size: 13px;
  line-height: 1.5;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.player-useless-reviews-section {
  padding-top: 4px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.player-useless-reviews-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.player-useless-reviews-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: rgba(255,255,255,0.64);
  font-size: 13px;
  font-weight: 700;
}
.player-useless-reviews-title i {
  color: rgba(255,255,255,0.42);
  font-size: 12px;
}
.player-useless-help {
  position: relative;
  width: 18px;
  height: 18px;
  font-size: 11px;
  transform: none;
  right: auto;
  top: auto;
}
.player-useless-toggle {
  min-width: 46px;
  height: 28px;
  padding: 0 9px;
  border-radius: 9px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  color: #b8c7d8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.player-useless-toggle:hover,
.player-useless-toggle[aria-expanded="true"] {
  background: rgba(134, 220, 255, 0.09);
  border-color: rgba(134, 220, 255, 0.22);
  color: #89d6ff;
}
.player-useless-toggle i {
  font-size: 12px;
}
.player-useless-toggle span {
  font-size: 12px;
  font-weight: 800;
}
.player-useless-reviews-list {
  margin-top: 10px;
}
.player-useless-reviews-list[hidden] {
  display: none;
}
@media (min-width: 769px) {
  .player-info-value:has(.agreement-btn) {
    justify-content: space-between;
  }
  .player-info-value:has(.agreement-btn) .agreement-btn {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .player-stats-sections {
    grid-template-columns: 1fr;
    padding: 10px 14px;
  }
  .player-stats-summary-inline {
    padding: 10px 14px;
  }
  #stats-all-modal-entries {
    grid-template-columns: 1fr;
  }
  .player-reviews-section {
    padding: 12px;
    border-radius: 0;
    gap: 0;
    background: rgba(30, 39, 50, 0.6);
    border: 1px solid rgba(51, 144, 236, 0.2);
    box-shadow: none;
  }
  .player-reviews-head {
    align-items: center;
    gap: 10px;
    padding: 0 0 11px;
    border-bottom: 1px solid rgba(51, 144, 236, 0.15);
  }
  .player-reviews-title {
    color: #e4e4e4;
    font-size: 15px;
    line-height: 1.25;
  }
  .player-reviews-title i {
    color: #3390ec;
    font-size: 13px;
  }
  .player-reviews-count {
    min-width: 28px;
    height: 24px;
    padding: 0 8px;
    color: #3390ec;
    background: rgba(51, 144, 236, 0.12);
    border-color: rgba(51, 144, 236, 0.24);
  }
  .player-review-pencil-btn,
  .player-review-inline-edit,
  .player-review-inline-delete,
  .player-review-inline-useless,
  .player-useless-toggle {
    border-radius: 8px;
    border-color: rgba(51, 144, 236, 0.2);
    background: rgba(51, 144, 236, 0.08);
    color: #8fc8ff;
  }
  .player-review-form {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0 12px;
    margin-top: 10px;
    border: none;
    border-bottom: 1px solid rgba(51, 144, 236, 0.15);
    border-radius: 0;
    background: transparent;
  }
  .player-review-form-body {
    width: 100%;
  }
  .player-review-form-avatar {
    display: none;
  }
  .player-review-form-avatar,
  .player-review-avatar {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    border-color: rgba(51, 144, 236, 0.2);
  }
  .player-review-textarea {
    min-height: 86px;
    max-height: 86px;
    padding: 10px;
    border-radius: 8px;
    border-color: rgba(51, 144, 236, 0.2);
    background: rgba(0, 0, 0, 0.2);
    color: #e4e4e4;
    font-size: 13px;
  }
  .player-review-textarea:focus {
    border-color: rgba(51, 144, 236, 0.45);
    background: rgba(51, 144, 236, 0.08);
  }
  .player-review-input-meta {
    align-items: flex-start;
    gap: 8px;
  }
  .player-review-forbidden {
    font-size: 11px;
  }
  .player-review-counter {
    font-size: 11px;
  }
  .player-review-form-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .player-review-submit {
    width: 100%;
  }
  .player-review-note,
  .player-reviews-empty {
    padding: 10px 12px;
    margin-top: 10px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.14);
    border-color: rgba(51, 144, 236, 0.14);
    color: #8e9297;
  }
  .player-reviews-list {
    columns: 1;
    column-gap: 0;
    margin-top: 10px;
  }
  .player-review-card {
    gap: 9px;
    padding: 10px 0;
    margin: 0;
    border: none;
    border-bottom: 1px solid rgba(51, 144, 236, 0.13);
    border-radius: 0;
    background: transparent;
  }
  .player-review-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .player-review-card-own {
    background: transparent;
    border-color: rgba(51, 144, 236, 0.18);
  }
  .player-review-card-useless {
    background: transparent;
    opacity: 0.72;
  }
  .player-review-meta {
    gap: 6px;
    margin-bottom: 4px;
  }
  .player-review-author {
    font-size: 12px;
    line-height: 1.25;
  }
  .player-review-author:hover {
    color: #8fc8ff;
  }
  .player-review-meta .player-review-date {
    margin-left: 0;
  }
  .player-review-text {
    color: #dce8f2;
    font-size: 12px;
    line-height: 1.45;
  }
  .player-review-inline-edit,
  .player-review-inline-delete,
  .player-review-inline-useless {
    width: 26px;
    height: 26px;
  }
  .player-review-actions {
    gap: 5px;
  }
  .player-reviews-list-compact .player-review-actions {
    margin-left: 0;
  }
  .player-useless-reviews-head {
    align-items: flex-start;
    gap: 8px;
    padding-top: 10px;
    border-top: 1px solid rgba(51, 144, 236, 0.15);
  }
  .player-useless-reviews-title {
    align-items: flex-start;
    color: #8e9297;
    font-size: 12px;
    line-height: 1.35;
  }
  .player-useless-reviews-title i {
    color: #6f7f91;
  }
  .player-useless-toggle {
    min-width: 42px;
    height: 26px;
    padding: 0 8px;
  }
  .player-stats-entry-name {
    font-size: 12px;
  }
}
@media (max-width: 420px) {
  .player-reviews-section {
    padding: 11px;
  }
  .player-reviews-head {
    flex-wrap: wrap;
  }
  .player-reviews-head > div:first-child {
    flex: 1 1 calc(100% - 84px);
  }
  .player-review-pencil-btn {
    width: 30px;
    height: 30px;
  }
  .player-review-form {
    flex-direction: column;
  }
  .player-review-form-avatar {
    display: none;
  }
  .player-review-input-meta {
    flex-direction: column;
  }
  .player-review-counter {
    align-self: flex-end;
  }
  .player-review-card {
    position: relative;
  }
  .player-review-meta {
    padding-right: 30px;
  }
  .player-review-inline-edit,
  .player-review-inline-delete,
  .player-review-inline-useless {
    margin-top: 1px;
  }
  .player-useless-reviews-head {
    align-items: center;
  }
}
.player-account-value {
  padding-right: 40px;
}
.player-account-value-compact {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
  background: rgba(0,0,0,0.2);
  border-radius: 11px;
  border: 1px solid rgba(255,255,255,0.1);
}
.player-account-value .player-info-value {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}
.account-value-card-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
}
.account-value-display {
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex-wrap: wrap;
  line-height: 1.4;
}
.account-value-currency-small {
  font-size: 18px;
  font-weight: bold;
  color: #00a8ff;
  text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.account-value-amount-small {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px rgba(0,0,0,0.5);
}
.account-value-rub-small {
  font-size: 24px;
  color: #fff;
  margin-left: 8px;
  font-weight: bold;
  text-shadow: 2px 2px rgba(0,0,0,0.5);
}
.account-value-zero {
  font-size: 14px;
  color: #aaa;
  font-style: italic;
}
.account-details-btn-card {
  border-radius: 10px;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  height: fit-content;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  min-width: 45px;
  align-self: flex-start;
  transition: all 0.1s ease;
  background: rgb(0,122,255);
  box-shadow: 0px 0.5px 0px 0.5px rgba(0, 96, 204), 0px 4px 0px 0.5px rgba(0, 96, 204);
}
.account-details-btn-card:active {
  transform: translateY(2px);
  box-shadow: 0px 0px 0px 0.5px rgba(0, 96, 204), 0px 2px 0px 0.5px rgba(0, 96, 204);
}
.account-details-btn-card .account-details-btn-inner {
  border-radius: 10px;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 0px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 1px 1px rgba(0,0,0,0.8);
  color: white;
  white-space: nowrap;
  box-shadow: inset 0px 0px 10px rgba(0, 142, 255, 0.5);
}
.data-item {
  display: flex;
  gap: 11px;
  padding: 9px 14px;
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 18px;
  align-items: center;
  margin-bottom: 4px;
}
.leaderboard-info-item {
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border: 1px solid rgba(255,255,255,0.2);
}
.leaderboard-info-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.leaderboard-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(0, 168, 255, 0.15);
  border: 1px solid rgba(0, 168, 255, 0.3);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}
.leaderboard-badge-coins {
  background: rgba(255, 193, 7, 0.15);
  border-color: rgba(255, 193, 7, 0.34);
}
.leaderboard-badge-online {
  background: rgba(76, 175, 80, 0.14);
  border-color: rgba(76, 175, 80, 0.32);
}
.leaderboard-badge-coins .leaderboard-mode {
  color: #ffd36a;
}
.leaderboard-badge-online .leaderboard-mode {
  color: #72e07a;
}
.leaderboard-mode {
  color: #00a8ff;
  font-weight: 600;
}
.leaderboard-separator {
  color: rgba(255, 255, 255, 0.5);
}
.leaderboard-period {
  color: #fff;
}
.leaderboard-position {
  color: #FFD700;
  font-weight: 700;
  margin-left: 4px;
}
.data-item:last-child {
  margin-bottom: 0;
}
.data-item-grouped {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 0;
}
.data-item-inner {
  display: flex;
  gap: 11px;
  padding: 9px 14px;
  align-items: center;
}
.data-item-inner:not(:last-child) {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.assets-premium-note {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 14px 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 600;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.assets-premium-note-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.data-separator {
  height: 0;
  background: transparent;
  margin: 4px 0;
  border-radius: 0;
  border: none;
}
.hide-data-form {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.form-row {
  display: flex;
  gap: 9px;
  align-items: flex-end;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}
.form-group label {
  color: #ccc;
  font-size: 14px;
  font-weight: 500;
}
.form-input {
  padding: 7px 11px;
  background: rgba(0,0,0,0.3);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  color: #fff;
  font-size: 14px;
  transition: border-color 0.2s;
}
.form-input:focus {
  outline: none;
  border-color: rgba(0,168,255,0.5);
}
.form-submit-btn {
  padding: 7px 18px;
  background: linear-gradient(135deg, #00a8ff 0%, #0088cc 100%);
  border: 1px solid rgba(0,168,255,0.4);
  border-radius: 11px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.1s ease;
  text-shadow: 1px 1px rgba(0,0,0,0.3);
  box-shadow: 0px 0.5px 0px 0.5px rgba(0,168,255,0.3), 0px 3px 0px 0.5px rgba(0,100,150,0.8);
  white-space: nowrap;
  height: fit-content;
}
.form-submit-btn:active {
  transform: translateY(1px);
  box-shadow: 0px 0px 0px 0.5px rgba(0,168,255,0.3), 0px 1px 0px 0.5px rgba(0,100,150,0.8);
}
.form-submit-btn:hover:not(:disabled) {
  background: linear-gradient(135deg, #00b8ff 0%, #0098dd 100%);
  border-color: rgba(0,168,255,0.6);
}
.form-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.hide-data-message {
  padding: 7px 11px;
  border-radius: 11px;
  font-size: 12px;
  text-align: center;
}
.hide-data-message.success {
  background: rgba(0,200,0,0.2);
  border: 1px solid rgba(0,200,0,0.4);
  color: #4ade80;
}
.hide-data-message.error {
  background: rgba(200,0,0,0.2);
  border: 1px solid rgba(200,0,0,0.4);
  color: #f87171;
}
.hide-data-note {
  margin-top: 14px;
  padding: 9px 11px;
  background: rgba(0,0,0,0.2);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 11px;
  color: #ccc;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}
.data-label {
  font-size: 14px;
  font-weight: bold;
  color: #00a8ff;
  min-width: 108px;
  flex-shrink: 0;
  text-shadow: 1px 1px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
}
.label-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
  transition: filter 0.3s ease;
}
.label-icon.icon-inactive {
  filter: grayscale(100%) drop-shadow(0 2px 4px rgba(0,0,0,0.5));
}
.data-text {
  font-size: 14px;
  color: #fff;
  word-break: break-word;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 9px;
}
.hide-data-btn {
  padding: 4px 11px;
  background: rgba(255, 68, 68, 0.2);
  border: 1px solid rgba(255, 68, 68, 0.4);
  border-radius: 11px;
  color: #ff4444;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.1s ease;
  text-shadow: 1px 1px rgba(0,0,0,0.3);
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: 8px;
}
.hide-data-btn:hover {
  background: rgba(255, 68, 68, 0.3);
  border-color: rgba(255, 68, 68, 0.6);
  color: #ff6666;
}
.hide-data-btn:active {
  transform: translateY(1px);
}
.agreement-btn {
  padding: 4px 11px;
  background: rgba(102, 179, 230, 0.2);
  border: 1px solid rgba(102, 179, 230, 0.4);
  border-radius: 11px;
  color: #66b3e6;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  transition: none;
  text-shadow: 1px 1px rgba(0,0,0,0.3);
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: 8px;
}
.agreement-btn:hover {
  background: rgba(102, 179, 230, 0.2);
  border: 1px solid rgba(102, 179, 230, 0.4);
  color: #66b3e6;
}
.agreement-btn:active {
  transform: none;
}
.stat-plain-number {
  position: static;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  white-space: nowrap;
}
.stat-plain {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}
.stat-plain-suffix {
  font-size: 14px;
  color: #ccc;
  line-height: 1.2;
  white-space: nowrap;
}
.status-active {
  color: #4CAF50;
  font-weight: bold;
}
.status-inactive {
  color: #F44336;
  font-weight: bold;
}
.date-text {
  color: #ccc;
  font-size: 14px;
  margin-left: 7px;
}
.social-profile-link {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.2s;
}
.social-profile-link:hover {
  color: #fff;
  text-decoration: underline;
}
.social-profile-link-inline {
  color: #888;
  margin-left: 5px;
  font-size: 11px;
  text-decoration: none;
  transition: color 0.2s;
  vertical-align: middle;
}
.social-profile-link-inline:hover {
  color: #fff;
}
.time-recent {
  color: #66ff66;
}
.time-online {
  color: #00e676;
  font-weight: 700;
}
.player-live-duration-text {
  color: #d8fff0;
  font-weight: 700;
}
.player-today-played {
  color: #9fe8ff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-shadow: 0 0 8px rgba(76, 205, 255, 0.28);
}
.time-medium {
  color: #66ccff;
}
.time-old {
  color: #ff9900;
}
.time-ancient {
  color: #ce661d;
}
.time-dead {
  color: #ff3333;
}
.abandoned-account {
  color:rgb(240, 102, 102);
  font-weight: bold;
  font-size: 14px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  background: rgba(255, 68, 68, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid rgba(240, 102, 102, 0.3);
}
@keyframes spin-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.void-badge-spin {
  animation: spin-clockwise 6s linear infinite;
}
@keyframes cup-glow {
  0%, 100% {
    filter: drop-shadow(0 0 2px rgba(255, 215, 0, 0.3));
  }
  50% {
    filter: drop-shadow(0 0 6px rgba(255, 215, 0, 0.7));
  }
}
.cup-badge-glow {
  animation: cup-glow 2.5s ease-in-out infinite;
}
@keyframes youtube-glow {
  0%, 100% {
    filter: drop-shadow(0 0 2px rgba(255, 0, 0, 0.3));
  }
  50% {
    filter: drop-shadow(0 0 6px rgba(255, 0, 0, 0.7));
  }
}
.youtube-badge-glow {
  animation: youtube-glow 2.5s ease-in-out infinite;
}
@keyframes admin-pulse {
  0%, 100% { filter: drop-shadow(0 0 1px rgba(0, 200, 200, 0.2)); }
  50% { filter: drop-shadow(0 0 4px rgba(0, 200, 200, 0.45)); }
}
.admin-badge-glow { animation: admin-pulse 3s infinite; }
@keyframes dev-pulse {
  0%   { filter: drop-shadow(0 0 5px rgba(255, 0, 0, 0.9)); }
  14%  { filter: drop-shadow(0 0 5px rgba(255, 127, 0, 0.9)); }
  28%  { filter: drop-shadow(0 0 5px rgba(255, 255, 0, 0.9)); }
  42%  { filter: drop-shadow(0 0 5px rgba(0, 255, 0, 0.9)); }
  57%  { filter: drop-shadow(0 0 5px rgba(0, 0, 255, 0.9)); }
  71%  { filter: drop-shadow(0 0 5px rgba(75, 0, 130, 0.9)); }
  85%  { filter: drop-shadow(0 0 5px rgba(148, 0, 211, 0.9)); }
  100% { filter: drop-shadow(0 0 5px rgba(255, 0, 0, 0.9)); }
}
.dev-badge-glow { animation: dev-pulse 3s infinite linear; }
@keyframes friend-pulse {
  0%, 100% { filter: drop-shadow(0 0 2px rgba(255, 105, 180, 0.3)); transform: scale(1); }
  50% { filter: drop-shadow(0 0 6px rgba(255, 105, 180, 0.6)); transform: scale(1.05); }
}
.friend-badge-pulse { animation: friend-pulse 2s infinite; }
@keyframes map-pulse {
  0%, 100% { filter: drop-shadow(0 0 2px rgba(139, 69, 19, 0.3)); }
  50% { filter: drop-shadow(0 0 6px rgba(205, 133, 63, 0.7)); }
}
.map-badge-pulse { animation: map-pulse 4s infinite; }
@keyframes premium-shimmer {
  0%, 100% { filter: brightness(1) drop-shadow(0 0 2px rgba(255, 215, 0, 0.3)); }
  50% { filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 215, 0, 0.6)); }
}
.premium-badge-shimmer { animation: premium-shimmer 2.5s infinite; }
@keyframes prestige-glow {
  0%, 100% { filter: drop-shadow(0 0 2px rgba(148, 0, 211, 0.3)); }
  50% { filter: drop-shadow(0 0 8px rgba(148, 0, 211, 0.8)); }
}
.prestige-badge-glow { animation: prestige-glow 3s infinite; }
@keyframes robot-pulse {
  0%, 100% { filter: drop-shadow(0 0 2px rgba(0, 191, 255, 0.3)); }
  5% { filter: drop-shadow(0 0 8px rgba(0, 191, 255, 0.9)); }
  10% { filter: drop-shadow(0 0 2px rgba(0, 191, 255, 0.3)); }
  15% { filter: drop-shadow(0 0 8px rgba(0, 191, 255, 0.9)); }
  100% { filter: drop-shadow(0 0 2px rgba(0, 191, 255, 0.3)); }
}
.robot-badge-pulse { animation: robot-pulse 4s infinite; }
@keyframes supporter-glow {
  0%, 100% { filter: drop-shadow(0 0 2px rgba(138, 43, 226, 0.3)); }
  50% { filter: drop-shadow(0 0 6px rgba(138, 43, 226, 0.7)); }
}
.supporter-badge-glow { animation: supporter-glow 3s infinite; }
@keyframes donate-shine {
  0%, 100% { filter: drop-shadow(0 0 2px rgba(50, 205, 50, 0.3)); }
  50% { filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.8)); }
}
.donate-badge-shine { animation: donate-shine 3s infinite; }
@keyframes translator-glow {
  0%, 100% { filter: drop-shadow(0 0 2px rgba(0, 128, 128, 0.3)); }
  50% { filter: drop-shadow(0 0 6px rgba(64, 224, 208, 0.7)); }
}
.translator-badge-glow { animation: translator-glow 3.5s infinite; }
.badges-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}
.badge-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
  transition: transform 0.2s ease;
  cursor: default;
}
.badge-icon:hover {
  transform: scale(1.2);
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.7));
}
.skins-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}
.skin-icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
  transition: transform 0.2s ease;
  cursor: default;
}
.skin-icon:hover {
  transform: scale(1.2);
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.7));
}
.items-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}
.recipes-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.recipe-event-group {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.recipe-event-group:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.recipe-event-title {
  color: #00a8ff;
  font-size: 13px;
  font-weight: bold;
  text-shadow: 1px 1px rgba(0,0,0,0.3);
  white-space: nowrap;
  margin-bottom: 2px;
}
.recipe-event-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.recipe-event-status {
  font-size: 11px;
  font-weight: 700;
  border-radius: 999px;
  padding: 2px 8px;
  line-height: 1.2;
  border: 1px solid transparent;
}
.recipe-event-status-active {
  color: #9cffb1;
  border-color: rgba(44, 201, 98, 0.45);
  background: rgba(44, 201, 98, 0.15);
}
.recipe-event-status-upcoming {
  color: #ffe08a;
  border-color: rgba(255, 178, 0, 0.45);
  background: rgba(255, 178, 0, 0.15);
}
.recipe-event-status-ended,
.recipe-event-status-unknown {
  color: #ff9a9a;
  border-color: rgba(255, 78, 78, 0.45);
  background: rgba(255, 78, 78, 0.15);
}
.recipe-event-timer {
  font-size: 11px;
  color: #d3d3d3;
  font-family: monospace;
}
.recipe-event-items {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}
.item-icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
  transition: transform 0.2s ease;
  cursor: default;
}
.item-wrapper:hover .item-icon,
.skin-wrapper:hover .skin-icon {
  transform: scale(1.2);
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.7));
}
.item-wrapper {
  position: relative;
  display: inline-flex;
}
.skin-wrapper {
  position: relative;
  display: inline-flex;
}
.item-premium-badge {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 18px;
  height: 18px;
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.8));
  transform-origin: center;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.item-wrapper:hover .item-premium-badge,
.skin-wrapper:hover .item-premium-badge {
  transform: scale(1.2);
  filter: drop-shadow(0 3px 6px rgba(0,0,0,0.9));
}
.purchases-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
  width: 100%;
}
.purchase-category {
  background: rgba(0,0,0,0.2);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
  padding: 8px 12px;
}
.purchase-category-title {
  color: #FFD700;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 6px;
  text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.purchase-items {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.purchase-item {
  background: rgba(255,152,0,0.1);
  border: 1px solid rgba(255,152,0,0.3);
  border-radius: 3px;
  padding: 4px 8px;
  font-size: 12px;
  color: #fff;
}
.inbox-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
}
.inbox-entry {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
  background: rgba(255,152,0,0.1);
  border: 1px solid rgba(255,152,0,0.3);
  border-radius: 4px;
}
.inbox-source {
  font-size: 12px;
  color: #FFD700;
  font-weight: bold;
}
.inbox-date {
  font-size: 11px;
  color: #ccc;
}
.inbox-products {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}
.inbox-product {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #fff;
}
.inbox-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.inbox-quantity {
  color: #4CAF50;
  font-weight: bold;
}
.no-data {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 40px;
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.2);
  text-align: center;
  gap: 18px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.profile-restricted-shell {
  --profile-restricted-surface-bg: linear-gradient(135deg, rgba(49, 31, 57, 0.94) 0%, rgba(35, 29, 47, 0.97) 46%, rgba(24, 22, 31, 1) 100%);
  --profile-restricted-surface-border: rgba(255, 89, 208, 0.38);
  --profile-restricted-surface-shadow: 0 0 0 1px rgba(124, 114, 255, 0.13) inset, 0 0 18px rgba(255, 89, 208, 0.08);
  --profile-restricted-inner-bg: rgba(255, 89, 208, 0.07);
  --profile-restricted-inner-border: rgba(255, 89, 208, 0.18);
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 24px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(360px, 420px) minmax(0, 1fr);
  gap: 18px 24px;
  align-items: stretch;
  background: var(--profile-restricted-surface-bg);
  border-radius: 18px;
  border: 1px solid var(--profile-restricted-surface-border);
  box-shadow: var(--profile-restricted-surface-shadow);
  overflow: hidden;
}
.profile-restricted-shell-whalebox {
  grid-template-columns: minmax(360px, 420px) minmax(0, 1fr);
  background: linear-gradient(135deg, rgba(22, 43, 58, 0.94) 0%, rgba(22, 33, 47, 0.97) 46%, rgba(18, 22, 29, 1) 100%);
  border-color: rgba(76, 181, 255, 0.42);
  box-shadow:
    0 0 0 1px rgba(76, 181, 255, 0.15) inset,
    0 0 20px rgba(76, 181, 255, 0.08);
}
.profile-restricted-box {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: none;
  text-align: center;
  gap: 18px;
  margin: 0;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  box-shadow: none;
}
.profile-restricted-box > * {
  position: relative;
  z-index: 1;
}
.profile-restricted-identity {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}
.profile-restricted-public-head {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: transparent;
  border: none;
  border-radius: 0;
}
.profile-restricted-public-avatar {
  width: 112px;
  height: 112px;
  border-radius: 20px;
  object-fit: cover;
  flex-shrink: 0;
  background: rgba(0,0,0,0.3);
}
.profile-restricted-public-meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}
.profile-restricted-title-row {
  min-width: 0;
  max-width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
}
.profile-restricted-public-name {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
}
.profile-restricted-public-name .player-target-nitro-icon {
  width: 24px;
  height: 24px;
  margin-right: 0;
}
.profile-restricted-public-name span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.profile-restricted-title-row .player-target-role-badge {
  padding: 7px 13px;
  font-size: 13px;
  line-height: 1;
}
.profile-restricted-badges-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 44px));
  gap: 7px;
  align-content: center;
  justify-content: start;
  width: auto;
  min-width: 0;
  flex: 1 1 auto;
}
.profile-restricted-badges-grid .badge-slot {
  width: 44px;
}
.profile-restricted-nitro-head {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  justify-content: flex-start;
  text-align: left;
}
.profile-restricted-subtitle {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 3px;
  font-weight: 400;
}
.profile-restricted-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}
.profile-restricted-feature {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  background: var(--profile-restricted-inner-bg);
  border: 1px solid var(--profile-restricted-inner-border);
  border-radius: 12px;
  padding: 12px 16px;
  text-align: left;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
}
.profile-restricted-feature i {
  font-size: 15px;
  background: linear-gradient(135deg, #ff59d0, #7c72ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  flex-shrink: 0;
  width: 18px;
  text-align: center;
}
.profile-restricted-title {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.3px;
  background: linear-gradient(135deg, #ff59d0, #7c72ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: left;
  text-shadow: none;
}
.profile-restricted-text {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.65);
  max-width: 460px;
  line-height: 1.45;
}
.profile-restricted-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 4px;
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(135deg, rgba(255, 89, 208, 0.15) 0%, rgba(124, 114, 255, 0.15) 100%);
  border: 1px solid rgba(124, 114, 255, 0.35);
  border-radius: 999px;
  color: #d4c8ff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}
.profile-restricted-link:hover {
  background: linear-gradient(135deg, rgba(255, 89, 208, 0.28) 0%, rgba(124, 114, 255, 0.28) 100%);
  border-color: rgba(124, 114, 255, 0.6);
  color: #f0e8ff;
}
.profile-restricted-whalebox-box {
  padding: 0;
  align-items: center;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
.profile-restricted-whalebox-head {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 20px;
}
.profile-restricted-whalebox-logo {
  width: 163px;
  height: 163px;
  object-fit: contain;
  display: block;
}
.profile-restricted-whalebox-title {
  background: linear-gradient(135deg, #f4fbff, #76d5ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  white-space: normal;
  line-height: 1.2;
  overflow-wrap: anywhere;
  text-wrap: balance;
  max-width: 100%;
}
@media (max-width: 768px) {
  .profile-restricted-shell,
  .profile-restricted-shell-whalebox {
    width: 100%;
    margin: 0;
    padding: 18px;
    grid-template-columns: 1fr;
    gap: 16px;
    border-radius: 14px;
  }
  .profile-restricted-public-head {
    align-items: flex-start;
    gap: 14px;
  }
  .profile-restricted-public-avatar {
    width: 70px;
    height: 70px;
    border-radius: 16px;
  }
  .profile-restricted-public-name {
    font-size: clamp(21px, 6vw, 24px);
    gap: 8px;
  }
  .profile-restricted-public-name .player-target-nitro-icon {
    width: 20px;
    height: 20px;
  }
  .profile-restricted-title-row .player-target-role-badge {
    padding: 6px 11px;
    font-size: 12px;
  }
  .profile-restricted-badges-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
  }
  .profile-restricted-badges-grid .badge-slot {
    width: auto;
  }
  .profile-restricted-box {
    padding: 0;
    grid-column: auto;
    grid-row: auto;
  }
  .profile-restricted-identity {
    grid-column: auto;
  }
  .profile-restricted-whalebox-box {
    padding: 0;
  }
  .profile-restricted-whalebox-logo {
    width: 132px;
    height: 132px;
  }
  .profile-restricted-whalebox-title {
    font-size: clamp(18px, 6vw, 22px);
  }
  .profile-restricted-features {
    grid-template-columns: 1fr;
  }
  .profile-restricted-feature {
    flex-direction: row;
    text-align: left;
    padding: 12px 14px;
  }
}
.empty-icon {
  width: 72px;
  height: 72px;
  opacity: 0.45;
  color: #fff;
  margin-bottom: 4px;
  filter: drop-shadow(0 0 12px rgba(255,255,255,0.08));
}
.empty-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.empty-title {
  font-size: 20px;
  font-weight: 700;
  color: rgba(255,255,255,0.75);
  letter-spacing: 0.4px;
}
.search-form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  padding: 5px;
}
.search-form-layout {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 24px;
}
.search-form-layout.has-top-players {
  grid-template-columns: minmax(0, 1fr) 340px;
}
.search-form-card {
  width: 100%;
  max-width: 1180px;
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.05);
}
.search-form-main {
  min-width: 0;
}
.top-players-panel {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 24px;
  border-left: 1px solid rgba(255,255,255,0.12);
  overflow: hidden;
}
.top-players-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.top-players-panel-title {
  min-width: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}
.top-players-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
.top-players-grid > a {
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
}
.search-form-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
}
.search-title-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.search-form-title {
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(90deg, #ffffff 0%, #fff4c7 28%, #dff3ff 56%, #ffecc9 78%, #ffffff 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-align: left;
  margin-bottom: 0;
  text-shadow: 0 0 10px rgba(255, 235, 180, 0.18);
  animation: search-title-gradient 4.2s linear infinite, search-title-glow 2.4s ease-in-out infinite;
}
.search-db-badge {
  flex: 0 0 auto;
  padding: 7px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.08) 100%);
  border: 1px solid rgba(255,255,255,0.22);
  color: #f2f2f2;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-shadow: 1px 1px rgba(0,0,0,0.35);
  white-space: nowrap;
}
.search-terms-btn {
  flex: 0 0 auto;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(56, 189, 248, 0.42);
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.24) 0%, rgba(34, 197, 94, 0.2) 100%);
  color: #dff6ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-shadow: 1px 1px rgba(0,0,0,0.35);
  cursor: pointer;
  transition: none;
  white-space: nowrap;
}
.search-terms-btn:hover {
  border: 1px solid rgba(56, 189, 248, 0.42);
  color: #dff6ff;
}
.search-terms-btn:active {
  transform: none;
}
@keyframes search-title-gradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes search-title-glow {
  0%,
  100% {
    filter: drop-shadow(0 0 2px rgba(255, 237, 184, 0.35));
  }
  50% {
    filter: drop-shadow(0 0 7px rgba(218, 241, 255, 0.6));
  }
}
.search-form-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.recent-searches-container {
  display: none;
  padding: 16px 0 0 0;
  margin-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.recent-searches-title {
  margin-bottom: 8px;
  color: #aaa;
  font-size: 12px;
}
.recent-searches-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pinned-ids-container {
  display: none;
}
.pinned-ids-container.is-pin-drop-target {
  border-radius: 8px;
  outline: 1px dashed rgba(255, 202, 40, 0.42);
  outline-offset: 6px;
}
.pinned-ids-container.is-pin-drop-over {
  outline-color: rgba(255, 202, 40, 0.82);
}
.player-id-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
  color: #ddd;
  font-size: 12px;
  font-weight: 700;
  cursor: grab;
  user-select: none;
  touch-action: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.12s ease;
}
.player-id-chip:hover {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.24);
  color: #fff;
}
.player-id-chip:active {
  transform: translateY(1px);
}
.player-id-chip-recent {
  touch-action: none;
}
.player-id-chip-recent.is-pressing {
  background: rgba(255,255,255,0.18) !important;
  border-color: rgba(255,255,255,0.28) !important;
  color: #fff !important;
  transform: scale(1.02);
}
.player-id-chip-recent.is-dragging {
  background: rgba(255, 202, 40, 0.18) !important;
  border-color: rgba(255, 202, 40, 0.55) !important;
  color: #ffe08a !important;
  opacity: 0.78;
  transform: scale(1.03);
  cursor: grabbing !important;
  z-index: 2;
}
.player-id-chip-pinned {
  background: rgba(255, 202, 40, 0.12);
  border-color: rgba(255, 202, 40, 0.28);
  color: #ffe08a;
}
.player-id-chip-pinned.is-pressing {
  background: rgba(255, 202, 40, 0.2);
  border-color: rgba(255, 202, 40, 0.5);
  transform: scale(1.02);
}
.player-id-chip-pinned.is-dragging {
  opacity: 0.72;
  transform: scale(1.03);
  border-color: rgba(255, 202, 40, 0.68);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.32);
  cursor: grabbing;
  z-index: 2;
}
body.player-pin-drag-active {
  user-select: none;
  cursor: grabbing;
}
.recent-searches-list.is-reordering .player-id-chip-pinned:not(.is-dragging) {
  transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}
.player-id-chip-text {
  min-width: 0;
  overflow-wrap: anywhere;
}
.player-id-chip-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  color: rgba(255,255,255,0.55);
  font-size: 15px;
  line-height: 1;
  flex-shrink: 0;
}
.player-id-chip-remove:hover {
  background: rgba(255, 68, 68, 0.35);
  color: #fff;
}
.player-pin-data-item .data-text {
  display: flex;
}
.player-pin-current-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 9px;
  background: rgba(255,255,255,0.07);
  color: #e6e6e6;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.12s ease;
}
.player-pin-current-btn:hover {
  background: rgba(255,255,255,0.13);
  border-color: rgba(255,255,255,0.24);
  color: #fff;
}
.player-pin-current-btn:active {
  transform: translateY(1px);
}
.player-pin-current-btn.is-pinned {
  background: rgba(255, 202, 40, 0.14);
  border-color: rgba(255, 202, 40, 0.34);
  color: #ffe08a;
}
.recent-searches-empty {
  width: 100%;
  box-sizing: border-box;
  padding: 11px 12px;
  border: 1px dashed rgba(255,255,255,0.12);
  border-radius: 8px;
  background: rgba(255,255,255,0.04);
  color: rgba(220,220,220,0.62);
  font-size: 12px;
  line-height: 1.4;
}
.search-form-input-group {
  display: flex;
  gap: 10px;
  width: 100%;
  position: relative;
  overflow: visible;
}
.search-form-input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  background: rgba(0,0,0,0.3);
  color: #fff;
  font-size: 14px;
  transition: all 0.2s ease;
}
.search-form-input::placeholder {
  color: rgba(255,255,255,0.5);
}
.search-form-input:focus {
  outline: none;
  border-color: rgba(0,168,255,0.5);
  background: rgba(0,0,0,0.4);
}
.search-form-btn {
  padding: 12px 27px;
  background: rgba(0,168,255,0.2);
  border: 1px solid rgba(0,168,255,0.4);
  border-radius: 8px;
  color: #00a8ff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.search-form-btn:hover {
  background: rgba(0,168,255,0.3);
  border-color: rgba(0,168,255,0.6);
  color: #00b8ff;
}
.search-form-btn:active {
  background: rgba(0,168,255,0.25);
}
.player-search-suggestions {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 4px;
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4);
  z-index: 100050;
  display: none;
  max-height: 300px;
  overflow-y: auto;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.player-search-suggestion-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: #fff;
  cursor: pointer;
  text-align: left;
}
.player-search-suggestion-item:last-child {
  border-bottom: none;
}
.player-search-suggestion-item:hover {
  background: rgba(255, 255, 255, 0.07);
}
.player-search-suggestion-name {
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  text-shadow: 0 0 4px rgba(0,0,0,0.45);
}
.player-search-suggestion-uid {
  font-size: 11px;
  color: rgba(200, 200, 200, 0.9);
  text-align: right;
  word-break: break-all;
  max-width: 230px;
}
.player-search-suggestion-meta {
  font-size: 11px;
  color: rgba(170, 170, 170, 0.95);
  margin-top: 2px;
}
.player-search-suggestion-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.player-search-suggestion-badge {
  font-size: 10px;
  color: #d9d9d9;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 2px 8px;
  white-space: nowrap;
}
.player-search-empty {
  padding: 12px 14px;
  font-size: 12px;
  color: rgba(205, 205, 205, 0.85);
}
.search-form-icon-btn {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
  color: #eaeaea;
  cursor: pointer;
  transition: all 0.2s ease;
  flex: 0 0 auto;
}
.search-form-icon-btn:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.25);
}
.search-form-icon-btn:active {
  transform: translateY(1px);
}
.self-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
@keyframes top-players-shimmer {
  0% { background-position: -400px 0; }
  100% { background-position: 400px 0; }
}
.top-players-skeleton {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 8px 10px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  min-width: 0;
  overflow: hidden;
}
.top-players-skeleton-num {
  display: inline-block;
  width: 16px;
  height: 12px;
  border-radius: 4px;
  flex-shrink: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.06) 25%, rgba(255,255,255,0.13) 50%, rgba(255,255,255,0.06) 75%);
  background-size: 400px 100%;
  animation: top-players-shimmer 1.4s infinite linear;
}
.top-players-skeleton-avatar {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.06) 25%, rgba(255,255,255,0.13) 50%, rgba(255,255,255,0.06) 75%);
  background-size: 400px 100%;
  animation: top-players-shimmer 1.4s infinite linear;
}
.top-players-skeleton-name {
  display: inline-block;
  flex: 1;
  height: 13px;
  border-radius: 6px;
  min-width: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.06) 25%, rgba(255,255,255,0.13) 50%, rgba(255,255,255,0.06) 75%);
  background-size: 400px 100%;
  animation: top-players-shimmer 1.4s infinite linear;
}
.top-players-skeleton-views {
  display: inline-block;
  width: 52px;
  height: 11px;
  border-radius: 5px;
  flex-shrink: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.06) 25%, rgba(255,255,255,0.13) 50%, rgba(255,255,255,0.06) 75%);
  background-size: 400px 100%;
  animation: top-players-shimmer 1.4s infinite linear;
}
.search-form-switchers {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.search-form-switcher-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.search-form-label {
  font-size: 14px;
  font-weight: 600;
  color: #ccc;
}
.mode-switcher-form,
.player-switcher-form {
  display: flex;
  gap: 6px;
  background: rgba(0,0,0,0.3);
  border-radius: 8px;
  padding: 4px;
}
.mode-btn-form,
.player-btn-form {
  flex: 1;
  padding: 8px 16px;
  background: transparent;
  border: none;
  border-radius: 6px;
  color: #999;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
}
.mode-btn-form:hover,
.player-btn-form:hover {
  background: rgba(255,255,255,0.05);
  color: #ccc;
}
.mode-btn-form.active,
.player-btn-form.active {
  background: rgba(0,168,255,0.2);
  color: #00a8ff;
  font-weight: 600;
}
.account-help-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s ease;
  border: 1px solid rgba(255,255,255,0.3);
  flex-shrink: 0;
}
.account-help-icon:hover {
  background: rgba(255,255,255,0.3);
  border-color: rgba(255,255,255,0.5);
}
.account-help-icon:active {
  transform: scale(0.95);
}
.account-tooltip-text {
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0,0,0,0.9);
  color: #fff;
  text-align: center;
  border-radius: 11px;
  padding: 7px 11px;
  position: fixed;
  z-index: 10000;
  white-space: normal;
  max-width: 270px;
  font-size: 12px;
  font-weight: normal;
  text-shadow: none;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transform: translateX(-50%) translateY(-100%) translateY(-8px);
  left: 0;
  top: 0;
}
.account-tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: rgba(0,0,0,0.9);
}
.account-help-icon:hover + .account-tooltip-text,
.account-help-icon.active + .account-tooltip-text {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(-100%) translateY(0);
}
.account-value-card {
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 18px;
  padding: 20px;
  margin-bottom: 4px;
}
.account-value-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  position: relative;
}
.account-value-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.account-value-title {
  font-size: 16px;
  font-weight: bold;
  color: #00a8ff;
  text-shadow: 1px 1px rgba(0,0,0,0.3);
  flex: 1;
}
.account-value-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.account-value-main {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}
.account-value-currency {
  font-size: 24px;
  font-weight: bold;
  color: #00a8ff;
  text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.account-value-amount {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px rgba(0,0,0,0.5);
}
.account-value-rub {
  font-size: 14px;
  color: #aaa;
  margin-left: 4px;
}
.account-value-zero {
  font-size: 16px;
  color: #aaa;
  font-style: italic;
}
.account-value-full {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: rgba(0,0,0,0.2);
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.1);
  flex-wrap: wrap;
}
.account-value-full-label {
  font-size: 12px;
  color: #aaa;
}
.account-value-full-amount {
  font-size: 16px;
  font-weight: bold;
  color: #00a8ff;
}
.account-value-full-rub {
  font-size: 12px;
  color: #aaa;
}
.account-details-btn {
  border-radius: 11px;
  border: none;
  padding: 0px 0.5px;
  margin: 0;
  cursor: pointer;
  height: fit-content;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  min-width: 45px;
  transition: all 0.1s ease;
}
.account-details-btn:active {
  transform: translateY(2px);
}
.account-details-btn-inner {
  border-radius: 11px;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 0px;
  padding: 4px 9px;
  font-size: 11px;
  font-weight: bold;
  text-shadow: 1px 1px rgba(0,0,0,0.8);
  color: white;
  white-space: nowrap;
}
.account-details-btn.active.teal {
  background: rgb(0,122,255);
  box-shadow: 0px 0.5px 0px 0.5px rgba(0, 96, 204), 0px 4px 0px 0.5px rgba(0, 96, 204);
}
.account-details-btn.active.teal:active {
  box-shadow: 0px 0px 0px 0.5px rgba(0, 96, 204), 0px 2px 0px 0.5px rgba(0, 96, 204);
}
.account-details-btn.active.teal .account-details-btn-inner {
  box-shadow: inset 0px 0px 10px rgba(0, 142, 255, 0.5);
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}
.modal-content {
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border-radius: 18px;
  max-width: 800px;
  width: 90%;
  max-height: 80vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#hide-data-modal .modal-content {
  max-width: 500px;
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.2);
}
.modal-header-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.modal-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.modal-header-row h3 {
  margin: 0;
  flex: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}
.modal-header-row img {
  flex-shrink: 0;
}
.modal-header-total {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  margin-right: 40px;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
.modal-header h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
.modal-close {
  color: #ccc;
  font-size: 25px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s ease;
  user-select: none;
}
.modal-close:hover {
  color: #fff;
}
.modal-body {
  padding: 18px;
  overflow-y: auto;
}
.recent-sessions-summary {
  margin-bottom: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.05);
  color: #d9e7ff;
  font-size: 13px;
}
.recent-sessions-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.recent-sessions-item {
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.03) 100%);
}
.recent-sessions-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}
.recent-sessions-item-title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.recent-sessions-item-title .time-recent,
.recent-sessions-item-title .time-medium,
.recent-sessions-item-title .time-old,
.recent-sessions-item-title .time-ancient,
.recent-sessions-item-title .time-dead {
  margin-right: 4px;
}
.recent-sessions-item-duration {
  color: #9bd0ff;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.recent-sessions-item-meta {
  color: #aab4c9;
  font-size: 12px;
  line-height: 1.5;
}
.recent-sessions-empty {
  padding: 18px;
  border-radius: 14px;
  border: 1px dashed rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.03);
  color: #b8c0cf;
  text-align: center;
}
  flex: 1;
  color: #fff;
}
.tos-section {
  color: #fff;
  margin-bottom: 27px;
}
.tos-section:last-child {
  margin-bottom: 0;
}
.tos-section-title {
  color: #66b3e6;
  font-size: 16px;
  font-weight: bold;
  margin: 18px 0 14px 0;
  padding-bottom: 9px;
  border-bottom: 2px solid rgba(0,86,122,0.3);
}
.tos-section-title:first-child {
  margin-top: 0;
}
.tos-section p {
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 14px 0;
  text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.tos-section p:last-child {
  margin-bottom: 0;
}
.tos-list {
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 14px 0;
  padding-left: 20px;
  text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.tos-list li {
  margin-bottom: 8px;
}
.tos-list li:last-child {
  margin-bottom: 0;
}
.modal-body::-webkit-scrollbar {
  width: 8px;
}
.modal-body::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}
.modal-body::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
.modal-body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#stats-all-modal .modal-header-row {
  align-items: baseline;
  justify-content: flex-start;
  gap: 8px;
}
#stats-all-modal .modal-header-row h3 {
  flex: 0 1 auto;
}
#stats-all-modal-total {
  color: #9fdcff !important;
  margin-right: 0;
  font-size: 17px;
  font-weight: 700;
  text-shadow: none;
}
.account-items-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}
.account-category {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.account-category-title {
  color: #00a8ff;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  margin: 0;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(0, 168, 255, 0.3);
}
.account-category-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.account-item-row {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 11px;
}
.account-item-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
  flex-shrink: 0;
}
.account-item-name {
  flex: 1;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.account-item-price {
  color: #4CAF50;
  font-size: 11px;
  font-weight: bold;
  flex-shrink: 0;
}
.account-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background: rgba(0, 86, 122, 0.2);
  border: 1px solid rgba(0, 168, 255, 0.3);
  border-radius: 4px;
  margin-top: 10px;
}
.account-total-label {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
.account-total-price {
  color: #FFD700;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000000;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
  }
  .modal-content {
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    border-radius: 0;
    background: #17212B;
    border: none;
    margin: 0;
    max-height: none;
    overflow: visible;
    padding-bottom: 80px;
    box-sizing: border-box;
  }
  .modal-header {
    padding: 16px;
    background: rgba(30, 39, 50, 0.6);
    border-bottom: 1px solid rgba(51, 144, 236, 0.2);
  }
  .modal-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .modal-header-row h3 {
    font-size: 16px;
    color: #e4e4e4;
    word-wrap: break-word;
    overflow-wrap: break-word;
    min-width: 0;
  }
  .modal-header-total {
    margin-right: 0;
    margin-top: 4px;
  }
  #stats-all-modal .modal-header-row {
    gap: 6px;
  }
  #stats-all-modal-total {
    font-size: 15px;
  }
  .modal-close {
    font-size: 24px;
    color: #3390ec;
  }
  .modal-body {
    padding: 16px;
    background: #17212B;
  }
  .account-items-list {
    gap: 12px;
  }
  .account-category-title {
    font-size: 14px;
    color: #3390ec;
    border-bottom-color: rgba(51, 144, 236, 0.2);
  }
  .account-category-items {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .account-item-row {
    padding: 10px;
    gap: 8px;
    background: rgba(30, 39, 50, 0.6);
    border: none;
    border-radius: 0;
  }
  .account-item-icon {
    width: 36px;
    height: 36px;
  }
  .account-item-name {
    font-size: 12px;
    color: #e4e4e4;
  }
  .account-item-price {
    font-size: 12px;
    color: #4CAF50;
  }
  .account-total {
    padding: 12px;
    background: rgba(30, 39, 50, 0.6);
    border: none;
    border-radius: 0;
  }
  .account-total-label {
    font-size: 14px;
    color: #e4e4e4;
  }
  .account-total-price {
    font-size: 16px;
    color: #FFD700;
  }
  .account-details-btn {
    font-size: 11px;
    min-width: auto;
    border: 1px solid rgba(51, 144, 236, 0.3);
    box-shadow: none !important;
  }
  .account-details-btn-inner {
    padding: 6px 12px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  button {
    box-shadow: none !important;
  }
  button:active {
    transform: none !important;
    opacity: 1 !important;
  }
  .player-container {
    margin: 0;
    padding: 0;
    min-height: auto;
    width: 100%;
    max-width: 100%;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    overflow-x: hidden;
  }
  .site-announcements-container {
    width: 100%;
    margin: 0;
    padding: 12px 16px;
    box-sizing: border-box;
  }
  .site-announcement-card {
    align-items: flex-start;
    gap: 10px;
    padding: 12px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.45;
    box-shadow: none;
  }
  .site-announcement-warn {
    background: linear-gradient(135deg, rgba(255,223,0,0.18) 0%, rgba(255,193,7,0.24) 100%);
    border-color: rgba(255,215,0,0.6);
  }
  .site-announcement-info {
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.2) 0%, rgba(46, 204, 113, 0.26) 100%);
    border-color: rgba(90, 220, 120, 0.58);
  }
  .site-announcement-error {
    background: linear-gradient(135deg, rgba(255, 68, 68, 0.22) 0%, rgba(220, 38, 38, 0.3) 100%);
    border-color: rgba(255, 99, 99, 0.62);
  }
  .site-announcement-icon {
    width: 24px;
    height: 24px;
    margin-top: 1px;
  }
  .admin-restriction-banner {
    margin: 8px 16px 0 16px;
    width: calc(100% - 32px);
    padding: 10px 12px;
  }
  .admin-restriction-title {
    font-size: 12px;
  }
  .admin-restriction-subtitle {
    font-size: 11px;
  }
  .player-controls-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    overflow-x: hidden;
    overflow-y: visible;
    box-sizing: border-box;
  }
  .player-controls {
    padding: 12px 16px;
    margin-bottom: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    overflow-x: hidden;
  }
  .search-and-switcher {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .search-section {
    width: 100%;
    min-width: auto;
    flex: none;
    flex-direction: column;
    gap: 8px;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .uid-input {
    min-width: auto;
    width: 100%;
    flex: none;
    padding: 12px 16px;
    font-size: 14px;
    box-sizing: border-box;
    background: rgba(30, 39, 50, 0.6);
    border: 1px solid rgba(51, 144, 236, 0.3);
    border-radius: 8px;
    color: #e4e4e4;
  }
  .uid-input:focus {
    border-color: rgba(51, 144, 236, 0.5);
    background: rgba(51, 144, 236, 0.1);
  }
  .search-btn {
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    box-sizing: border-box;
    background: rgba(51, 144, 236, 0.15);
    border: 1px solid rgba(51, 144, 236, 0.3);
    border-radius: 8px;
    color: #fff;
    box-shadow: none !important;
  }
  .search-btn:active {
    background: rgba(51, 144, 236, 0.15);
  }
  .mode-switcher {
    width: 100%;
    min-width: auto;
    flex: none;
    gap: 8px;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .mode-btn {
    flex: 1;
    padding: 12px 16px;
    font-size: 14px;
    border: 1px solid rgba(51, 144, 236, 0.3);
    background: rgba(30, 39, 50, 0.6);
    border-radius: 8px;
    color: #e4e4e4;
    box-shadow: none !important;
  }
  .mode-btn.active {
    background: rgba(51, 144, 236, 0.15);
    border-color: rgba(51, 144, 236, 0.4);
    color: #3390ec;
  }
  .player-switcher {
    width: 100%;
    justify-content: stretch;
    gap: 8px;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .player-btn {
    flex: 1;
    padding: 12px 16px;
    font-size: 14px;
    border: 1px solid rgba(51, 144, 236, 0.3);
    background: rgba(30, 39, 50, 0.6);
    border-radius: 8px;
    color: #e4e4e4;
    box-shadow: none !important;
  }
  .player-btn.active {
    background: rgba(51, 144, 236, 0.15);
    border-color: rgba(51, 144, 236, 0.4);
    color: #3390ec;
  }
  .player-data {
    padding: 12px 16px;
    background: #17212B;
    border: none;
    border-radius: 0;
    overflow-x: hidden;
    border-bottom: none;
  }
  .data-grid {
    gap: 0;
    overflow-x: hidden;
    background: #17212B;
  }
  .player-card {
    flex-direction: column;
    gap: 14px;
    padding: 16px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(51, 144, 236, 0.15);
    border-radius: 0;
  }
  .player-card.player-card-premium,
  .player-card.player-card-nitro {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(51, 144, 236, 0.15);
    box-shadow: none;
  }
  .player-card-info {
    flex-direction: column;
    gap: 14px;
  }
  .player-card-left {
    width: 100%;
    align-items: center;
  }
  .player-avatar {
    width: 100px;
    height: 100px;
  }
  .player-subscriptions {
    width: 100%;
  }
  .player-subscription-item {
    padding: 10px;
    box-sizing: border-box;
  }
  .player-card-right {
    width: 100%;
  }
  .player-card-chest {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(51, 144, 236, 0.15);
    padding-top: 14px;
    gap: 8px;
  }
  .chest-grid {
    width: 100%;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 5px;
  }
  .chest-slot {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    background: rgba(30, 39, 50, 0.65);
    border-color: rgba(51, 144, 236, 0.28);
  }
  .chest-slot-empty {
    border-color: rgba(51, 144, 236, 0.2);
    background: rgba(30, 39, 50, 0.32);
  }
  .chest-slot-empty::before {
    width: 10px;
    background: rgba(51, 144, 236, 0.35);
  }
  .chest-item-icon {
    width: 78%;
    height: 78%;
  }
  .chest-item-skin-preview {
    width: 42%;
    height: 42%;
    right: 2px;
    bottom: 2px;
  }
  .chest-item-count {
    top: 2px;
    right: 3px;
    font-size: 11px;
  }
  .chest-item-durability-bar {
    left: 3px;
    right: 3px;
    bottom: 2px;
  }
  .player-stats-block {
    margin: 0;
    border: none;
    border-bottom: 1px solid rgba(51, 144, 236, 0.15);
    border-radius: 0;
    background: transparent;
  }
  .player-stats-combat-capsule {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-height: 0;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid rgba(51, 144, 236, 0.15);
    border-radius: 0;
    background: transparent;
  }
  .player-stats-combat-title {
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
    color: #e4e4e4;
    font-size: 14px;
  }
  .player-stats-combat-skin {
    width: 32px;
    height: 32px;
  }
  .player-stats-combat-values {
    width: 100%;
    gap: 7px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    position: static;
    transform: none;
    flex: none;
  }
  .player-stats-combat-values .player-stats-combat-metric:first-child,
  .player-stats-combat-separator + .player-stats-combat-metric,
  .player-stats-combat-metric-kdr {
    grid-column: auto;
    justify-self: stretch;
    margin-left: 0;
  }
  .player-stats-combat-metric {
    flex: 0 1 auto;
    white-space: normal;
    flex-wrap: wrap;
    row-gap: 2px;
  }
  .player-stats-combat-metric-icon {
    width: 16px;
    height: 16px;
  }
  .player-stats-combat-separator {
    display: none;
  }
  .player-stats-combat-value {
    font-size: 14px;
  }
  .player-stats-combat-label {
    color: #c8d6e5;
    font-size: 14px;
  }
  .player-stats-summary-inline {
    padding: 10px 0;
    gap: 6px;
    border-bottom: 1px solid rgba(51, 144, 236, 0.15);
  }
  .player-stats-summary-pill {
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(51, 144, 236, 0.14);
    border-color: rgba(51, 144, 236, 0.28);
  }
  .player-stats-summary-pill-value {
    font-size: 14px;
  }
  .player-stats-summary-pill-label {
    color: #c8d6e5;
    font-size: 11px;
  }
  .player-stats-sections {
    padding: 10px 0 0;
    gap: 8px;
  }
  .player-stats-section {
    padding: 10px 11px;
    border-radius: 10px;
    background: rgba(30, 39, 50, 0.6);
    border: 1px solid rgba(51, 144, 236, 0.2);
  }
  .player-stats-section-head {
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(51, 144, 236, 0.15);
  }
  .player-stats-section-title {
    font-size: 13px;
  }
  .player-stats-section-title-icon {
    width: 16px;
    height: 16px;
  }
  .player-stats-section-total {
    color: #7dc0ff;
    font-size: 11px;
  }
  .player-stats-entry {
    padding: 6px 7px;
    background: rgba(23, 33, 43, 0.72);
  }
  .player-stats-entry-icon {
    width: 24px;
    height: 24px;
  }
  .player-stats-entry-name {
    font-size: 12px;
  }
  .player-stats-entry-value {
    font-size: 12px;
  }
  .player-stats-section-more-btn {
    margin-top: 3px;
    padding: 5px 9px;
    font-size: 11px;
  }
  .player-info-item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(51, 144, 236, 0.15);
  }
  .player-info-label {
    color: #3390ec;
  }
  .player-info-value {
    color: #e4e4e4;
  }
  .data-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 16px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(51, 144, 236, 0.15);
    border-radius: 0;
  }
  .leaderboard-info-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(51, 144, 236, 0.15);
  }
  .leaderboard-info-container {
    width: 100%;
    gap: 8px;
  }
  .leaderboard-badge {
    padding: 8px 12px;
    font-size: 12px;
    background: rgba(51, 144, 236, 0.15);
    border: 1px solid rgba(51, 144, 236, 0.3);
    border-radius: 6px;
  }
  .leaderboard-badge-coins {
    background: rgba(255, 193, 7, 0.15);
    border-color: rgba(255, 193, 7, 0.34);
  }
  .leaderboard-badge-online {
    background: rgba(76, 175, 80, 0.14);
    border-color: rgba(76, 175, 80, 0.32);
  }
  .leaderboard-mode {
    color: #3390ec;
  }
  .leaderboard-badge-coins .leaderboard-mode {
    color: #ffd36a;
  }
  .leaderboard-badge-online .leaderboard-mode {
    color: #72e07a;
  }
  .leaderboard-position {
    color: #FFD700;
  }
  .data-item:last-child {
    border-bottom: none;
  }
  .data-separator {
    height: 1px;
    background: rgba(51, 144, 236, 0.15);
    margin: 0;
    padding: 0;
    border: none;
  }
  .data-label {
    min-width: auto;
    font-size: 14px;
    width: 100%;
    color: #3390ec;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
  }
  .label-icon {
    width: 32px;
    height: 32px;
  }
  .data-text {
    font-size: 15px;
    width: 100%;
    color: #e4e4e4;
    line-height: 1.5;
    position: relative;
    padding-right: 0;
  }
  #community-status,
  #premium-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  #community-status .status-active,
  #community-status .status-inactive,
  #premium-status .status-active,
  #premium-status .status-inactive {
    display: inline;
  }
  .data-item .data-label:has(#community-icon),
  .data-item .data-label:has(#premium-icon) {
    width: auto;
    flex-shrink: 0;
    margin-right: 8px;
  }
  .data-item .data-text:has(#community-status),
  .data-item .data-text:has(#premium-status) {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    flex: 1;
  }
  .data-item:has(#community-status),
  .data-item:has(#premium-status) {
    flex-direction: row;
    align-items: center;
  }
  #account-value-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    padding-right: 0;
  }
  .account-details-btn {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 8px;
    display: block;
    padding: 0;
    border: 1px solid rgba(51, 144, 236, 0.3);
    background: rgba(51, 144, 236, 0.15);
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .account-details-btn-inner {
    width: 100%;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding: 12px 16px;
    font-size: 14px;
    color: #fff;
    background: transparent;
    border: none;
    border-radius: 8px;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 0;
    text-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
    display: block;
  }
  .account-details-btn.active.teal {
    background: rgba(51, 144, 236, 0.15) !important;
    border: 1px solid rgba(51, 144, 236, 0.3) !important;
    box-shadow: none !important;
  }
  .account-details-btn.active.teal .account-details-btn-inner {
    box-shadow: none !important;
  }
  .account-help-icon {
    display: none !important;
  }
  .account-tooltip-text {
    display: none !important;
  }
  .account-tooltip-text {
    position: fixed !important;
    max-width: calc(100vw - 32px) !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(-100%) translateY(-8px) !important;
    top: auto !important;
    bottom: 100%;
    margin-bottom: 8px;
    background-color: rgba(30, 39, 50, 0.95) !important;
    border: 1px solid rgba(51, 144, 236, 0.3);
    color: #e4e4e4 !important;
    padding: 12px 16px !important;
    font-size: 13px !important;
    border-radius: 8px !important;
  }
  .account-tooltip-text::after {
    top: 100% !important;
    border-top-color: rgba(30, 39, 50, 0.95) !important;
  }
  .account-help-icon:hover + .account-tooltip-text,
  .account-help-icon.active + .account-tooltip-text {
    transform: translateX(-50%) translateY(-100%) translateY(0) !important;
  }
  .badge-icon {
    width: 36px;
    height: 36px;
  }
  .badges-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
  }
  .skin-icon {
    width: 44px;
    height: 44px;
  }
  .item-icon {
    width: 44px;
    height: 44px;
  }
  .items-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
  }
  .inbox-container {
    gap: 0;
    overflow-x: hidden;
    display: table;
    width: 100%;
    border-collapse: collapse;
    border: none;
  }
  .inbox-entry {
    padding: 12px 16px;
    gap: 8px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(51, 144, 236, 0.15);
    border-radius: 0;
    display: table-row;
  }
  .inbox-entry:last-child {
    border-bottom: none;
  }
  .inbox-source {
    font-size: 13px;
    color: #3390ec;
    font-weight: 500;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 8px;
    white-space: nowrap;
  }
  .inbox-date {
    font-size: 11px;
    color: #8e9297;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 8px;
    white-space: nowrap;
  }
  .inbox-products {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 8px;
  }
  .inbox-product {
    font-size: 12px;
    color: #e4e4e4;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    margin: 0 4px;
  }
  .inbox-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }
  .date-text {
    font-size: 14px;
    color: #8e9297;
    margin-top: 4px;
    display: block;
  }
  .status-active {
    color: #4CAF50;
    font-weight: 500;
  }
  .status-inactive {
    color: #8e9297;
  }
  .leaderboard-table {
    font-size: 12px;
    display: block;
    overflow-x: hidden;
    background: transparent;
    border: none;
    width: 100%;
  }
  .leaderboard-table thead {
    display: block;
  }
  .leaderboard-table tbody {
    display: block;
  }
  .leaderboard-table tr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 4px;
  }
  .leaderboard-table th {
    background: rgba(30, 39, 50, 0.6);
    border: none;
    color: #3390ec;
  }
  .leaderboard-table td {
    background: rgba(30, 39, 50, 0.4);
    border: none;
    color: #e4e4e4;
  }
  .leaderboard-table th,
  .leaderboard-table td {
    padding: 8px 6px;
    font-size: 11px;
    text-align: center;
    white-space: normal;
    word-break: break-word;
  }
  .leaderboard-table th:nth-child(1),
  .leaderboard-table td:nth-child(1) {
    width: auto;
    text-align: left;
    padding-left: 6px;
  }
  .leaderboard-table th:nth-child(2),
  .leaderboard-table td:nth-child(2) {
    width: auto;
    text-align: left;
    padding-left: 6px;
  }
  .leaderboard-table th:nth-child(3),
  .leaderboard-table td:nth-child(3) {
    width: auto;
  }
  .leaderboard-table th:nth-child(4),
  .leaderboard-table td:nth-child(4) {
    width: auto;
  }
  .leaderboard-table th:nth-child(5),
  .leaderboard-table td:nth-child(5) {
    width: auto;
    font-size: 10px;
  }
  .leaderboard-table th:nth-child(6),
  .leaderboard-table td:nth-child(6) {
    width: auto;
    font-size: 10px;
  }
  .leaderboard-table tbody tr:hover {
    background-color: rgba(51, 144, 236, 0.1);
  }
  .no-data {
    padding: 48px 20px;
  }
  .search-form-container {
    min-height: auto;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    background: #17212B;
  }
  .search-form-layout {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .search-form-layout.has-top-players {
    grid-template-columns: 1fr;
  }
  .search-form-card {
    width: 100%;
    padding: 16px;
    background: rgba(30, 39, 50, 0.6);
    border: 1px solid rgba(51, 144, 236, 0.2);
    border-radius: 0;
    box-shadow: none;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
  .top-players-panel {
    padding: 16px 0 0 0;
    border-left: none;
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  .top-players-panel-title {
    font-size: 15px;
  }
  .search-form-title {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
  }
  .search-form-title-row {
    flex-wrap: wrap;
    margin-bottom: 14px;
    gap: 8px;
  }
  .search-title-actions {
    width: 100%;
    justify-content: space-between;
  }
  .search-db-badge {
    font-size: 11px;
    padding: 5px 9px;
  }
  .search-terms-btn {
    font-size: 11px;
    padding: 5px 9px;
  }
  .search-form-input-group {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 8px;
    width: 100%;
  }
  .search-form-input {
    width: auto;
    flex: 1 1 auto;
    padding: 12px 14px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(51, 144, 236, 0.2);
    border-radius: 6px;
    color: #e4e4e4;
    box-sizing: border-box;
  }
  .search-form-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
  }
  .search-form-input:focus {
    border-color: rgba(51, 144, 236, 0.4);
    background: rgba(51, 144, 236, 0.1);
    outline: none;
  }
  .search-form-btn {
    width: 100%;
    max-width: none;
    order: 3;
    padding: 11px 11px;
    font-size: 14px;
    background: rgba(51, 144, 236, 0.15);
    border: 1px solid rgba(51, 144, 236, 0.3);
    border-radius: 6px;
    color: #3390ec;
    box-sizing: border-box;
    font-weight: 600;
  }
  .player-search-suggestions {
    border-radius: 10px;
    max-height: 220px;
  }
  .player-search-suggestion-item {
    padding: 10px 11px;
    gap: 8px;
  }
  .player-search-suggestion-name {
    font-size: 12px;
  }
  .player-search-suggestion-meta,
  .player-search-suggestion-uid {
    font-size: 10px;
  }
  .player-search-suggestion-uid {
    max-width: 130px;
  }
  .player-search-suggestion-badge {
    font-size: 9px;
    padding: 2px 7px;
  }
  .search-form-switchers {
    gap: 16px;
  }
  .mode-switcher-form,
  .player-switcher-form {
    width: 100%;
  }
  .mode-btn-form,
  .player-btn-form {
    padding: 10px 16px;
    font-size: 14px;
  }
  .surrounding-section {
    margin-top: 10px;
    padding: 10px;
    border-radius: 12px;
  }
  .surrounding-head {
    padding-bottom: 8px;
  }
  .surrounding-title-icon {
    width: 24px;
    height: 24px;
    border-radius: 7px;
  }
  .surrounding-title {
    font-size: 13px;
  }
  .surrounding-section-content {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .surrounding-group {
    border-radius: 8px;
  }
  .surrounding-row {
    grid-template-columns: 42px minmax(0, 1fr) auto 12px;
    gap: 6px;
    min-height: 30px;
    padding: 5px 6px;
    border-radius: 8px;
  }
  .surrounding-score {
    font-size: 11px;
  }
  .surrounding-current-label {
    padding: 2px 5px;
    font-size: 9px;
  }
  .hide-data-btn {
    font-size: 10px;
    padding: 8px 12px;
    margin-left: 4px;
  }
  .hide-data-form {
    gap: 12px;
  }
  .form-row {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }
  .form-group {
    width: 100%;
  }
  .form-group label {
    font-size: 13px;
    color: #3390ec;
  }
  .form-input {
    padding: 12px 16px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    background: rgba(30, 39, 50, 0.6);
    border: 1px solid rgba(51, 144, 236, 0.2);
    border-radius: 8px;
    color: #e4e4e4;
  }
  .form-input:focus {
    border-color: rgba(51, 144, 236, 0.4);
    background: rgba(51, 144, 236, 0.1);
  }
  .form-submit-btn {
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    box-sizing: border-box;
    background: rgba(51, 144, 236, 0.15);
    border: 1px solid rgba(51, 144, 236, 0.3);
    border-radius: 8px;
    color: #fff;
    box-shadow: none !important;
  }
  .form-submit-btn:active {
    background: rgba(51, 144, 236, 0.15);
  }
  .hide-data-message {
    padding: 12px 16px;
    font-size: 13px;
    border-radius: 0;
  }
  .hide-data-note {
    margin-top: 12px;
    padding: 12px;
    font-size: 12px;
    line-height: 1.5;
    background: transparent;
    border: none;
    border-radius: 0;
    color: #8e9297;
  }
  .account-details-btn {
    background: rgba(51, 144, 236, 0.15) !important;
    border: 1px solid rgba(51, 144, 236, 0.3) !important;
    border-radius: 8px !important;
    color: #fff !important;
    box-shadow: none !important;
    padding: 0 !important;
    height: auto !important;
  }
  .account-details-btn:active {
    background: rgba(51, 144, 236, 0.15) !important;
  }
  .account-details-btn-inner {
    padding: 12px 16px !important;
    font-size: 14px !important;
    color: #fff !important;
    background: transparent !important;
    border: none !important;
    border-radius: 8px !important;
    -webkit-text-fill-color: #fff !important;
    -webkit-text-stroke-width: 0 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    white-space: normal !important;
  }
  body {
    overflow-x: hidden !important;
    width: 100%;
    max-width: 100%;
  }
  html {
    overflow-x: hidden !important;
    width: 100%;
    max-width: 100%;
  }
  .player-avatar-section {
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .player-avatar {
    width: 84px;
    height: 84px;
  }
  .player-badges-grid {
    flex: 1 1 0;
    width: auto;
    max-width: 220px;
    min-width: 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
  }
  .badge-slot {
    min-width: 0;
    min-height: 0;
  }
  .player-info-value {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-wrap: wrap;
  }
  .player-info-value .hide-data-btn {
    margin-left: 0;
    width: 100%;
    margin-top: 4px;
  }
  .player-account-value {
    padding-right: 0;
  }
  .account-value-card-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .account-value-display {
    width: 100%;
  }
  .subscription-info {
    flex: 1;
    min-width: 0;
  }
  .subscription-label {
    font-size: 12px;
  }
  .subscription-status {
    font-size: 14px;
  }
  .subscription-date {
    font-size: 12px;
    word-break: break-word;
  }
  .data-item-grouped {
    padding: 0;
  }
  .data-item-inner {
    padding: 12px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .data-item-inner:not(:last-child) {
    border-bottom: 1px solid rgba(51, 144, 236, 0.15);
  }
  .data-item-inner .data-label {
    width: 100%;
    min-width: auto;
  }
  .data-item-inner .data-text {
    width: 100%;
  }
  .recipes-container {
    width: 100%;
  }
  .recipe-event-group {
    width: 100%;
  }
  .recipe-event-title {
    font-size: 13px;
  }
  .recipe-event-items {
    gap: 6px;
  }
  .item-wrapper,
  .skin-wrapper {
    flex-shrink: 0;
  }
  .player-subscription-item {
    width: 100%;
  }
  .subscription-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
  }
  #last-play-date-display {
    word-break: break-word;
    line-height: 1.4;
  }
  .time-recent,
  .time-medium,
  .time-old,
  .time-ancient,
  .abandoned-account {
  }
  .player-info-label {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .modal-header h3 {
    font-size: 15px;
    line-height: 1.4;
  }
  .modal-close {
    font-size: 28px;
    padding: 4px;
    line-height: 1;
  }
}
@keyframes liquid-flow {
  0% { background-position: 0 0; }
  100% { background-position: 28px 0; }
}
@keyframes bubble-rise {
  0% { bottom: -100%; transform: translateX(0); opacity: 0; }
  50% { opacity: 1; }
  100% { bottom: 100%; transform: translateX(10px); opacity: 0; }
}
.level-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #2E7D32 0%, #388E3C 100%);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(76, 175, 80, 0.5);
  transition: width 1s ease-out;
}
.level-liquid {
  display: none;
}
.level-bubbles {
  display: none;
}
.bubble {
  display: none;
}
.stat-bar-container {
  position: relative;
  flex: 1;
  height: 24px;
  background: rgba(0,0,0,0.4);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  min-width: 180px;
}
.stat-bar {
  height: 100%;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  transition: width 1s ease-out;
}
.stat-liquid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 0,
    rgba(255, 255, 255, 0.15) 10px,
    transparent 10px,
    transparent 20px
  );
  background-size: 28px 28px;
  animation: liquid-flow 2s linear infinite;
  z-index: 1;
}
.stat-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.stat-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
  z-index: 2;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .player-stats-container {
    flex-wrap: wrap;
    gap: 12px !important;
  }
  .stat-bar-container {
    min-width: 140px;
    height: 28px;
  }
  .stat-text {
    font-size: 13px;
  }
  .player-level-coins-item {
    padding: 0;
    border: none;
    background: transparent;
  }
  .player-level-shield-icon {
    width: 21px;
    height: 21px;
  }
  .player-level-title {
    font-size: 16px;
  }
  .player-level-coins-icon {
    width: 20px;
    height: 20px;
  }
  .player-level-coins-value {
    font-size: 17px;
  }
  .player-info-hours-icon {
    width: 14px;
    height: 14px;
  }
  .player-info-hours-line {
    font-size: 15px;
    line-height: 1.3;
  }
  .player-info-hours-bottom {
    --player-hours-border: rgba(51, 144, 236, 0.2);
    background: transparent;
    border: 1px solid var(--player-hours-border);
    border-radius: 10px;
    padding: 8px 10px;
    min-height: 0;
  }
  .player-hours-card {
    min-height: 26px;
  }
  .player-level-exp-panel {
    width: min(280px, calc(100vw - 40px));
    top: calc(100% + 14px);
    left: 0;
    padding: 7px 9px;
    border: 1px solid rgba(51, 144, 236, 0.3);
    background: rgba(23, 33, 43, 0.98);
    box-shadow: none;
  }
  .player-level-exp-panel .stat-bar-container {
    height: 24px;
  }
  .data-item {
    flex-wrap: wrap;
  }
  .data-item .data-text[style*="min-width: 250px"] {
    min-width: 100% !important;
    width: 100%;
    margin-bottom: 8px;
  }
}
.theme-level {
  background: linear-gradient(90deg, #388E3C 0%, #43A047 100%);
  box-shadow: 0 0 10px rgba(76, 175, 80, 0.5);
}
.theme-level .stat-liquid,
.theme-level .stat-bubbles,
.theme-level .bubble {
  display: none;
}
.theme-coins {
  background: linear-gradient(90deg, #c69b00ff 0%, #cc8c00ff 100%);
  box-shadow: 0 0 10px rgba(245, 127, 23, 0.5);
}
.theme-payment {
  background: linear-gradient(90deg, #0277BD 0%, #01579B 100%);
  box-shadow: 0 0 10px rgba(2, 119, 189, 0.5);
}
.item-wrapper {
    cursor: pointer;
  }
  .item-wrapper:hover {
    opacity: 0.8;
  }
  .disabled-btn {
    background: rgba(255, 255, 255, 0.05) !important;
    color: rgba(255, 255, 255, 0.3) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    cursor: default !important;
    pointer-events: none;
  }
.nitro-hidden-icon {
  animation: nitro-bolt-pulse 1.8s ease-in-out infinite;
}
@keyframes nitro-bolt-pulse {
  0%, 100% { filter: drop-shadow(0 0 3px #ff59d0); opacity: 0.7; }
  50%       { filter: drop-shadow(0 0 8px #7c72ff) drop-shadow(0 0 14px #ff59d0); opacity: 1; }
}
.chest-slot-locked {
  opacity: 0.18;
}
.chest-nitro-lock-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  z-index: 3;
  pointer-events: none;
}
.chest-nitro-lock-bolt {
  animation: nitro-bolt-pulse 1.8s ease-in-out infinite;
}
.chest-nitro-lock-icon {
  width: 42px;
  height: 42px;
  filter: drop-shadow(0 0 6px #ff59d0);
}
.chest-nitro-lock-text {
  background: linear-gradient(90deg, rgba(255,255,255,0.7) 0%, #ffffff 35%, #c084fc 55%, #ff59d0 70%, rgba(255,255,255,0.7) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: nitro-text-shimmer 2.6s linear infinite;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-shadow: none;
}
.nitro-hidden-text {
  background: linear-gradient(90deg, rgba(255,255,255,0.7) 0%, #ffffff 35%, #c084fc 55%, #ff59d0 70%, rgba(255,255,255,0.7) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: nitro-text-shimmer 2.6s linear infinite;
  font-weight: 600;
  letter-spacing: 0.3px;
}
@keyframes nitro-text-shimmer {
  0%   { background-position: 200% center; }
  100% { background-position: -200% center; }
}
.player-chest-partial-hidden {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chest-items-float-wrap {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.chest-float-item {
  position: absolute;
  width: 36px;
  height: 36px;
  object-fit: contain;
  opacity: 0;
  filter: drop-shadow(0 0 4px rgba(124,114,255,0.5));
  animation: chest-item-float-up 5s ease-in-out infinite;
}
@keyframes chest-item-float-up {
  0%   { transform: translateY(0)    rotate(0deg)   scale(0.8); opacity: 0; }
  12%  { opacity: 0.5; }
  50%  { opacity: 0.4; }
  100% { transform: translateY(-200%) rotate(20deg)  scale(0.4); opacity: 0; }
}
@keyframes chest-item-float-diag {
  0%   { transform: translate(0, 0)         rotate(0deg)   scale(0.8); opacity: 0; }
  12%  { opacity: 0.5; }
  50%  { opacity: 0.35; }
  100% { transform: translate(60px, -200%) rotate(-25deg)  scale(0.35); opacity: 0; }
}
@keyframes chest-item-float-diag2 {
  0%   { transform: translate(0, 0)         rotate(0deg)  scale(0.8); opacity: 0; }
  12%  { opacity: 0.5; }
  50%  { opacity: 0.35; }
  100% { transform: translate(-50px, -200%) rotate(30deg) scale(0.35); opacity: 0; }
}
@keyframes chest-item-float-zigzag {
  0%   { transform: translate(0, 0)          rotate(0deg)  scale(0.8); opacity: 0; }
  12%  { opacity: 0.5; }
  35%  { transform: translate(30px, -80%)  rotate(15deg) scale(0.7); opacity: 0.45; }
  65%  { transform: translate(-20px, -140%) rotate(-10deg) scale(0.55); opacity: 0.3; }
  100% { transform: translate(15px, -200%)  rotate(20deg) scale(0.3); opacity: 0; }
}
.chest-float-item:nth-child(4n+1) { animation-name: chest-item-float-up; }
.chest-float-item:nth-child(4n+2) { animation-name: chest-item-float-diag; }
.chest-float-item:nth-child(4n+3) { animation-name: chest-item-float-diag2; }
.chest-float-item:nth-child(4n)   { animation-name: chest-item-float-zigzag; }
.chest-float-item:nth-child(1)  { left: 3%;  top: 80%; animation-delay: 0s;    animation-duration: 4.8s; }
.chest-float-item:nth-child(2)  { left: 10%; top: 55%; animation-delay: 0.6s;  animation-duration: 5.4s; }
.chest-float-item:nth-child(3)  { left: 18%; top: 70%; animation-delay: 1.2s;  animation-duration: 4.6s; }
.chest-float-item:nth-child(4)  { left: 26%; top: 40%; animation-delay: 1.8s;  animation-duration: 5.8s; }
.chest-float-item:nth-child(5)  { left: 34%; top: 75%; animation-delay: 0.4s;  animation-duration: 5.1s; }
.chest-float-item:nth-child(6)  { left: 42%; top: 50%; animation-delay: 1.0s;  animation-duration: 4.9s; }
.chest-float-item:nth-child(7)  { left: 50%; top: 65%; animation-delay: 1.6s;  animation-duration: 5.6s; }
.chest-float-item:nth-child(8)  { left: 58%; top: 35%; animation-delay: 0.2s;  animation-duration: 5.2s; }
.chest-float-item:nth-child(9)  { left: 66%; top: 72%; animation-delay: 0.8s;  animation-duration: 4.7s; }
.chest-float-item:nth-child(10) { left: 74%; top: 45%; animation-delay: 1.4s;  animation-duration: 5.5s; }
.chest-float-item:nth-child(11) { left: 82%; top: 60%; animation-delay: 2.0s;  animation-duration: 5.0s; }
.chest-float-item:nth-child(12) { left: 90%; top: 30%; animation-delay: 0.5s;  animation-duration: 5.3s; }
.chest-float-item:nth-child(13) { left: 7%;  top: 20%; animation-delay: 1.1s;  animation-duration: 4.5s; }
.chest-float-item:nth-child(14) { left: 22%; top: 10%; animation-delay: 1.7s;  animation-duration: 5.7s; }
.chest-float-item:nth-child(15) { left: 38%; top: 25%; animation-delay: 2.3s;  animation-duration: 5.0s; }
.chest-float-item:nth-child(16) { left: 55%; top: 15%; animation-delay: 0.7s;  animation-duration: 5.4s; }
.chest-float-item:nth-child(17) { left: 70%; top: 5%;  animation-delay: 1.3s;  animation-duration: 4.8s; }
.chest-float-item:nth-child(18) { left: 85%; top: 18%; animation-delay: 1.9s;  animation-duration: 5.2s; }
.ocr-paste-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 4px;
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4);
  z-index: 100050;
  overflow: hidden;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.ocr-paste-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ocr-paste-status {
  padding: 12px 14px;
  font-size: 13px;
  color: rgba(205, 205, 205, 0.85);
}
.ocr-paste-bar {
  width: calc(100% - 28px);
  height: 3px;
  background: rgba(255,255,255,0.1);
  border-radius: 2px;
  overflow: hidden;
  margin: 0 14px 12px 14px;
}
.ocr-paste-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #00a8ff, #00d4ff);
  border-radius: 2px;
  transition: width 0.3s ease;
  width: 0%;
}
.ocr-paste-preview {
  display: none;
}
.ocr-paste-results {
  display: flex;
  flex-direction: column;
  max-height: 220px;
  overflow-y: auto;
}
.ocr-paste-result-btn {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 11px 14px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
  transition: background 0.15s;
  word-break: break-all;
}
.ocr-paste-result-btn:last-child {
  border-bottom: none;
}
.ocr-paste-result-btn:hover {
  background: rgba(255, 255, 255, 0.07);
}
.chest-float-item:nth-child(19) { left: 46%; top: 88%; animation-delay: 0.3s;  animation-duration: 5.6s; }
.chest-float-item:nth-child(20) { left: 95%; top: 78%; animation-delay: 2.6s;  animation-duration: 4.6s; }
@media (min-width: 769px) {
  .player-container.player-page-nitro {
    --player-themed-surface-bg: linear-gradient(135deg, rgba(49, 31, 57, 0.94) 0%, rgba(35, 29, 47, 0.97) 46%, rgba(24, 22, 31, 1) 100%);
    --player-themed-surface-border: rgba(255, 89, 208, 0.38);
    --player-themed-surface-shadow: 0 0 0 1px rgba(124, 114, 255, 0.13) inset, 0 0 18px rgba(255, 89, 208, 0.08);
    --player-themed-inner-bg: rgba(255, 89, 208, 0.07);
    --player-themed-inner-border: rgba(255, 89, 208, 0.18);
    --player-themed-divider: rgba(255, 89, 208, 0.16);
    --player-themed-pill-bg: rgba(124, 114, 255, 0.12);
    --player-themed-pill-border: rgba(124, 114, 255, 0.28);
    --player-themed-accent: #ff9ce6;
  }
  .player-container.player-page-premium {
    --player-themed-surface-bg: linear-gradient(135deg, rgba(58, 45, 22, 0.92) 0%, rgba(35, 29, 19, 0.96) 46%, rgba(24, 22, 18, 1) 100%);
    --player-themed-surface-border: rgba(176, 135, 48, 0.55);
    --player-themed-surface-shadow: 0 0 0 1px rgba(118, 86, 30, 0.22) inset, 0 0 18px rgba(142, 101, 31, 0.1);
    --player-themed-inner-bg: rgba(212, 176, 76, 0.1);
    --player-themed-inner-border: rgba(212, 176, 76, 0.24);
    --player-themed-divider: rgba(212, 176, 76, 0.18);
    --player-themed-pill-bg: rgba(212, 176, 76, 0.14);
    --player-themed-pill-border: rgba(212, 176, 76, 0.32);
    --player-themed-accent: #ffd166;
  }
  .player-container:is(.player-page-nitro, .player-page-premium) .player-controls-container,
  .player-container:is(.player-page-nitro, .player-page-premium) .player-card,
  .player-container:is(.player-page-nitro, .player-page-premium) .leaderboard-table,
  .player-container:is(.player-page-nitro, .player-page-premium) .surrounding-section,
  .player-container:is(.player-page-nitro, .player-page-premium) .data-item,
  .player-container:is(.player-page-nitro, .player-page-premium) .leaderboard-info-item,
  .player-container:is(.player-page-nitro, .player-page-premium) .player-stats-block,
  .player-container:is(.player-page-nitro, .player-page-premium) .player-reviews-section,
  .player-container:is(.player-page-nitro, .player-page-premium) .no-data {
    background: var(--player-themed-surface-bg);
    border-color: var(--player-themed-surface-border);
    box-shadow: var(--player-themed-surface-shadow);
  }
  .player-container:is(.player-page-nitro, .player-page-premium) .player-subscription-item,
  .player-container:is(.player-page-nitro, .player-page-premium) .player-account-value-compact,
  .player-container:is(.player-page-nitro, .player-page-premium) .player-info-accent-card,
  .player-container:is(.player-page-nitro, .player-page-premium) .player-info-hours-bottom,
  .player-container:is(.player-page-nitro, .player-page-premium) .player-stats-summary-pill,
  .player-container:is(.player-page-nitro, .player-page-premium) .player-stats-section,
  .player-container:is(.player-page-nitro, .player-page-premium) .player-stats-entry,
  .player-container:is(.player-page-nitro, .player-page-premium) .surrounding-group,
  .player-container:is(.player-page-nitro, .player-page-premium) .surrounding-row,
  .player-container:is(.player-page-nitro, .player-page-premium) .player-review-form,
  .player-container:is(.player-page-nitro, .player-page-premium) .player-review-note,
  .player-container:is(.player-page-nitro, .player-page-premium) .player-reviews-empty,
  .player-container:is(.player-page-nitro, .player-page-premium) .player-review-card,
  .player-container:is(.player-page-nitro, .player-page-premium) .leaderboard-badge,
  .player-container:is(.player-page-nitro, .player-page-premium) .inbox-entry,
  .player-container:is(.player-page-nitro, .player-page-premium) .purchase-category,
  .player-container:is(.player-page-nitro, .player-page-premium) .recent-searches-empty {
    background: var(--player-themed-inner-bg);
    border-color: var(--player-themed-inner-border);
  }
  .player-container:is(.player-page-nitro, .player-page-premium) .data-item-inner:not(:last-child),
  .player-container:is(.player-page-nitro, .player-page-premium) .assets-premium-note,
  .player-container:is(.player-page-nitro, .player-page-premium) .player-info-item,
  .player-container:is(.player-page-nitro, .player-page-premium) .player-stats-summary-inline,
  .player-container:is(.player-page-nitro, .player-page-premium) .player-stats-combat-capsule,
  .player-container:is(.player-page-nitro, .player-page-premium) .player-stats-section-head,
  .player-container:is(.player-page-nitro, .player-page-premium) .surrounding-head,
  .player-container:is(.player-page-nitro, .player-page-premium) .surrounding-group-title,
  .player-container:is(.player-page-nitro, .player-page-premium) .player-reviews-head,
  .player-container:is(.player-page-nitro, .player-page-premium) .player-useless-reviews-section,
  .player-container:is(.player-page-nitro, .player-page-premium) .player-card-chest {
    border-color: var(--player-themed-divider);
  }
  .player-container:is(.player-page-nitro, .player-page-premium) .player-stats-summary-pill-icon,
  .player-container:is(.player-page-nitro, .player-page-premium) .player-stats-section-total,
  .player-container:is(.player-page-nitro, .player-page-premium) .player-reviews-title i,
  .player-container:is(.player-page-nitro, .player-page-premium) .player-reviews-count,
  .player-container:is(.player-page-nitro, .player-page-premium) .surrounding-title-icon,
  .player-container:is(.player-page-nitro, .player-page-premium) .surrounding-group-count,
  .player-container:is(.player-page-nitro, .player-page-premium) .leaderboard-mode {
    color: var(--player-themed-accent);
  }
  .player-container:is(.player-page-nitro, .player-page-premium) .player-reviews-count,
  .player-container:is(.player-page-nitro, .player-page-premium) .surrounding-group-count,
  .player-container:is(.player-page-nitro, .player-page-premium) .leaderboard-badge {
    background: var(--player-themed-pill-bg);
    border-color: var(--player-themed-pill-border);
  }
}
