/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/leaderboard/page.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
/* Leaderboard page (simple rating list) — converted from dead Tailwind
 * utilities (FOV-1174 A10). Colors map to the palette in globals.css. */

.page_page__kGdRV {
  max-width: 42rem; /* max-w-2xl */
  margin: 0 auto; /* mx-auto */
  padding: 24px; /* p-6 */
}

.page_header__Iw2kX {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px; /* mb-4 */
}

.page_title__hZt4b {
  font-size: 1.5rem; /* text-2xl */
  font-weight: 700;
  color: var(--text-primary); /* stone-100 */
  margin: 0;
}

.page_activeToggle__NpWR_ {
  display: flex;
  align-items: center;
  gap: 8px; /* mr-2 on the input */
  font-size: 0.875rem; /* text-sm */
  color: var(--text-secondary); /* stone-300 */
  cursor: pointer;
}

.page_list__vcZSM {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px; /* space-y-1 */
}

.page_row__5vhJK {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px; /* rounded */
  background: rgba(41, 37, 36, 0.4); /* bg-stone-800/40 */
  padding: 8px 16px; /* px-4 py-2 */
}

.page_left__yLrSI {
  display: flex;
  align-items: center;
  gap: 12px; /* gap-3 */
  min-width: 0;
}

.page_rank__mG5Zb {
  width: 2rem; /* w-8 */
  text-align: right;
  font-family: var(--font-mono); /* font-mono */
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums; /* tabular-nums */
  color: var(--text-secondary); /* stone-400 */
}

.page_name__LEV9z {
  color: var(--text-primary);
  text-decoration: none;
}

.page_name__LEV9z:hover {
  text-decoration: underline; /* hover:underline */
}

.page_tier__B6VtO {
  font-size: 0.75rem; /* text-xs */
  text-transform: uppercase;
  letter-spacing: 0.05em; /* tracking-wide */
  white-space: nowrap;
}

/* Tier colors (was dead text-*-300 Tailwind classes) */
.page_tierApprentice__dujIL { color: var(--text-secondary); } /* stone-400 */
.page_tierPlayer__gw5_c     { color: #6ee7b7; }            /* emerald-300 */
.page_tierSharp__hHvtN      { color: #7dd3fc; }            /* sky-300 */
.page_tierMaster__5yGWt     { color: #c4b5fd; }            /* violet-300 */
.page_tierLeekha__h__rV     { color: #fcd34d; }            /* amber-300 */
.page_tierUnknown__hRr4_    { color: var(--text-secondary); } /* stone-400 */

.page_rating__UX4nG {
  font-family: var(--font-mono); /* font-mono */
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  color: #fcd34d; /* text-amber-300 */
}
