body {
  font-family: "Inter", sans-serif;
  color: #1f2937;
}

.glass-card {
  background: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.rank-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
}

.rank-gold {
  background-color: #fef08a;
  color: #854d0e;
  border: 1px solid #fde047;
}

.rank-silver {
  background-color: #e5e7eb;
  color: #374151;
  border: 1px solid #d1d5db;
}

.rank-bronze {
  background-color: #ffedd5;
  color: #9a3412;
  border: 1px solid #fed7aa;
}

.rank-default {
  background-color: #f3f4f6;
  color: #4b5563;
  border: 1px solid #e5e7eb;
}

.transition-all-fast {
  transition: all 0.2s ease-in-out;
}
