/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./components/enchants/Enchants.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
/* Enchant wiki - same visual language as the ranks and leaderboard pages. */
.Enchants_root__bFfJV {
    --card: #0f1b30;
    --card-hover: #15233c;
    --band: #182235;
    --border: #24344f;
    --border-2: #1c2a42;
    --text: #eef2f8;
    --muted: #9fb0c9;
    --muted-2: #6f819d;
    --gold: var(--app-primary-color);
    --on-colour: #0b1424;
    --pvp: #f05252;
    --pve: #4ade80;
    --utility: #5fb8f7;
    max-width: 1240px;
    margin: 0 auto;
    padding-bottom: 32px;
    color: var(--text);
}
.Enchants_pixel__GqoLs { font-family: var(--font-pixel), monospace !important; }

@keyframes Enchants_rise__GLd3a { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* ---- header ---- */
.Enchants_header__NQIVF { text-align: center; margin-bottom: 24px; animation: Enchants_rise__GLd3a 0.6s ease both; }
.Enchants_kicker__DQbb7 { font-size: 11px; letter-spacing: 0.25em; color: var(--gold); text-transform: uppercase; margin-bottom: 10px; }
.Enchants_h1__ou6_m { margin: 0; font-size: 40px; font-weight: 700; letter-spacing: -0.01em; line-height: 1; color: var(--text); }
.Enchants_subline__Azhfq { margin: 12px auto 0; max-width: 52ch; color: var(--muted); font-size: 15px; line-height: 1.5; }

/* ---- filter panel ---- */
.Enchants_panel___Kada {
    position: sticky; top: 96px; z-index: 6;
    background: rgba(15, 27, 48, 0.94); backdrop-filter: blur(10px);
    border: 1px solid var(--border); border-radius: 16px; padding: 14px 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4); margin-bottom: 20px;
    display: grid; gap: 12px; animation: Enchants_rise__GLd3a 0.6s ease 0.1s both;
}
.Enchants_row___cwWR { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.Enchants_rowLabel__hgssX { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted-2); min-width: 64px; }
.Enchants_search__jLBKL { position: relative; flex: 1 1 260px; display: flex; align-items: center; }
.Enchants_searchIcon__4NDHO { position: absolute; left: 12px; pointer-events: none; }
.Enchants_input__yPxMB {
    width: 100%; padding: 9px 12px 9px 34px; background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border); border-radius: 999px; color: var(--text); font: inherit; font-size: 13px;
}
.Enchants_input__yPxMB::placeholder { color: var(--muted-2); }
.Enchants_select__zffOY {
    padding: 9px 34px 9px 14px; background: rgba(255, 255, 255, 0.04) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239fb0c9' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center;
    border: 1px solid var(--border); border-radius: 999px; color: var(--text); font: inherit; font-size: 13px; font-weight: 600;
    appearance: none; cursor: pointer;
}
.Enchants_select__zffOY option { background: var(--card); color: var(--text); }
.Enchants_chip__EjLvA {
    display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 999px;
    border: 1px solid var(--border); background: rgba(255, 255, 255, 0.03); color: var(--text);
    font: inherit; font-size: 13px; font-weight: 600; cursor: pointer; transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.Enchants_chip__EjLvA:hover { border-color: var(--chip, var(--gold)); }
.Enchants_chipOn__5QGHK { background: color-mix(in srgb, var(--chip, var(--gold)) 18%, transparent); border-color: var(--chip, var(--gold)); color: var(--text); }
.Enchants_chipCount__4BQv4 { font-size: 11px; color: var(--muted); font-variant-numeric: tabular-nums; }
.Enchants_chipEmpty__PLbzH { opacity: 0.45; }
.Enchants_dot___P0bf { width: 8px; height: 8px; border-radius: 50%; background: var(--chip); flex: none; }
.Enchants_input__yPxMB:focus-visible, .Enchants_select__zffOY:focus-visible, .Enchants_chip__EjLvA:focus-visible, .Enchants_cardButton__z7_DR:focus-visible, .Enchants_more__hDwjD:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.Enchants_summary__gLc_Z { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; font-size: 13px; color: var(--muted); }
.Enchants_reset__xDtiV { background: none; border: 0; padding: 0; color: var(--gold); font: inherit; font-size: 13px; font-weight: 600; cursor: pointer; text-decoration: underline; }

/* ---- grid ---- */
/* Cards in a row stretch to the tallest, and the tags sit on the bottom edge. */
.Enchants_grid__ft1so { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 14px; align-items: stretch; }
/* The outline is drawn with inset shadows, not borders: the roll-out panel is
   positioned from the same edges, so both round to the same pixels at any
   width or display scaling. */
.Enchants_card__wV2kf {
    --open-edge: color-mix(in srgb, var(--tier) 45%, var(--border));
    --ring: var(--border);
    --lift-shadow: 0 0 #0000;
    position: relative; background: var(--card); padding: 3px 1px 1px;
    /* --ring and --lift-shadow are set by hover/open states and the tier effects. */
    box-shadow: inset 0 3px 0 var(--tier), inset 0 0 0 1px var(--ring), var(--lift-shadow);
    border-radius: 14px; transition: background 0.2s, box-shadow 0.2s;
    display: flex; flex-direction: column;
    /* backwards, not both: a held transform would block the hover lift. */
    animation: Enchants_rise__GLd3a 0.45s ease backwards;
}
.Enchants_card__wV2kf:hover { background: var(--card-hover); --ring: var(--open-edge); --lift-shadow: 0 12px 30px rgba(0, 0, 0, 0.35); }
/* The open card sits above later cards so its roll-out panel can overlap them. */
.Enchants_cardOpen__d_NaN {
    z-index: 20; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background: var(--card-hover);
    /* One outline shared with the roll-out panel: same colour, no outer ring. */
    --ring: var(--open-edge); --lift-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}
.Enchants_glow__xBxRz { position: absolute; inset: 3px 1px auto 1px; height: 90px; pointer-events: none; border-radius: 11px 11px 0 0; background: radial-gradient(ellipse at top, color-mix(in srgb, var(--tier) 16%, transparent) 0%, transparent 70%); }
.Enchants_cardButton__z7_DR { position: relative; display: flex; flex-direction: column; flex: 1 1 auto; width: 100%; text-align: left; background: none; border: 0; padding: 16px 16px 14px; color: inherit; font: inherit; cursor: pointer; }
.Enchants_cardTop__cwD9c { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-bottom: 8px; }
/* The button is a flex column; the top row must still span the card. */
.Enchants_cardButton__z7_DR > .Enchants_cardTop__cwD9c, .Enchants_cardButton__z7_DR > .Enchants_name__g7OXI, .Enchants_cardButton__z7_DR > .Enchants_desc__Q1crP, .Enchants_cardButton__z7_DR > .Enchants_tags___kOuC { width: 100%; }
.Enchants_tier__gT6pM { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--tier); }
.Enchants_maxLevel__7skGV { font-size: 10px; letter-spacing: 0.08em; color: var(--muted); white-space: nowrap; }
.Enchants_name__g7OXI { margin: 0 0 8px; font-size: 18px; font-weight: 700; line-height: 1.2; color: var(--text); }
/* Four lines reserved: 95% of descriptions fit, so cards share one height. */
.Enchants_desc__Q1crP { margin: 0; font-size: 13px; line-height: 1.5; min-height: 6em; color: #c9d4e5; white-space: pre-line; }
.Enchants_tags___kOuC { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; padding-top: 12px; }
.Enchants_tag__bNPVd { font-size: 11px; font-weight: 600; padding: 3px 8px; border-radius: 6px; background: rgba(255, 255, 255, 0.06); color: var(--muted); }
.Enchants_mode__7k0xb { font-size: 9px; letter-spacing: 0.08em; padding: 4px 7px; border-radius: 4px; }
.Enchants_pvp__eo8u3 { background: rgba(240, 82, 82, 0.15); color: var(--pvp); }
.Enchants_pve__JzXbX { background: rgba(74, 222, 128, 0.15); color: var(--pve); }
.Enchants_utility__G__f4 { background: rgba(95, 184, 247, 0.15); color: var(--utility); }
.Enchants_chev__9Yf81 { color: var(--muted-2); transition: transform 0.2s; flex: none; }
.Enchants_chevOpen__qSfdl { transform: rotate(180deg); }

/* ---- level table ---- */
/* Roll-out level panel: anchored under the card, floating over the grid. */
@keyframes Enchants_rollout__ZMPo6 { from { opacity: 0; transform: translateY(-8px) scaleY(0.96); } to { opacity: 1; transform: none; } }
.Enchants_levels__77fcR {
    position: absolute; top: calc(100% - 1px); left: 0; right: 0;
    background: #0d1829;
    border-radius: 0 0 14px 14px; padding: 10px 16px 14px;
    /* Separator on top (listed first, so it paints over the side outline), then the outline, then the drop shadow. */
    box-shadow: inset 0 1px 0 var(--border-2), inset 0 0 0 1px var(--open-edge), 0 22px 44px rgba(0, 0, 0, 0.55);
    transform-origin: top center; animation: Enchants_rollout__ZMPo6 0.18s ease-out both;
}
.Enchants_levelsHead__MT7aF { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 8px; }
.Enchants_tableWrap__ih6ob { max-height: 260px; overflow: auto; }
.Enchants_table__QrUS1 { width: 100%; border-collapse: collapse; font-size: 13px; font-variant-numeric: tabular-nums; }
.Enchants_table__QrUS1 th { text-align: left; font-size: 11px; font-weight: 600; color: var(--muted); padding: 4px 6px; position: sticky; top: 0; background: #0d1829; }
.Enchants_table__QrUS1 td { padding: 5px 6px; border-top: 1px solid var(--border-2); color: var(--text); }
.Enchants_table__QrUS1 td:first-child { color: var(--tier); font-weight: 700; }
.Enchants_noStats__74ljr { font-size: 13px; color: var(--muted); }

/* ---- footer ---- */
.Enchants_moreWrap__7Uent { display: flex; justify-content: center; margin-top: 22px; }
.Enchants_more__hDwjD {
    padding: 10px 18px; border: 0; border-radius: 999px; background: var(--gold); color: var(--on-colour);
    font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.25);
}
.Enchants_more__hDwjD:hover { filter: brightness(1.1); }
.Enchants_empty__yp5HE { padding: 28px; text-align: center; color: var(--muted); border: 1px dashed var(--border); border-radius: 12px; }

@media (max-width: 760px) {
    .Enchants_panel___Kada { position: static; }
    /* One column: nothing sits beside the card, so the panel simply expands it. */
    /* Inside the card here: round to the card's inner curve (14px - 1px outline) so the
       panel background does not paint over the outline at the bottom corners. */
    .Enchants_levels__77fcR { position: static; border-radius: 0 0 13px 13px; box-shadow: inset 0 1px 0 var(--border-2); }
    .Enchants_cardOpen__d_NaN { border-radius: 14px; }
    .Enchants_rowLabel__hgssX { min-width: 100%; }
    .Enchants_h1__ou6_m { font-size: 32px; }
}

@media (prefers-reduced-motion: reduce) {
    .Enchants_root__bFfJV *, .Enchants_root__bFfJV { animation: none !important; transition: none !important; }
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./components/enchants/tier-fx.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
/* =====================================================================
   Federal Tier FX - effects for Legendary, Lethal, Heroic, Soul enchant cards.
   From tier-fx-handoff.md, adapted to the live wiki:
   - tokens are scoped to the cards/chips (not :root) so nothing leaks to
     other pages (the leaderboard medals use their own --ink);
   - the card keeps overflow visible (the level panel rolls out below it), so
     every effect lives in .fx-clip, which clips to the card's shape. The
     handoff's card ::after is the .fx-rim span in there (its ::before wash
     was dropped later at the owner's request);
   - the card outline is inset shadows (see Enchants.module.css), so hover and
     glow states set --ring / --lift-shadow instead of border-color/box-shadow;
   - base card/tag rules were dropped: the wiki's own styles already do this.
   Performance: every running animation is transform or opacity on its own
   layer (the border orbits spin a gradient square under a static ring mask;
   the gilded label and Soul glyph are promoted so their repaints stay tiny),
   and .fx-clip uses content-visibility so offscreen cards hold no layers.
   ===================================================================== */

.ench-card, .tier-chip {
  --surface-raised: #172237;
  --line: #243149;
  --ink: #edf1f7;
  --ink-muted: #8594ab;
  --tier-legendary: #ffaa00;
  --legendary-glint: #ffe3a3;
  --legendary-deep: #7a4a00;
  --tier-lethal: #f07ce8;
  --lethal-venom: #ffc7fa;
  --tier-heroic: #b45cc8;
  --heroic-star: #eed9ff;
  --heroic-aurora: #d65fc4;
  --tier-soul: #ff5c5c;
  --soul-rim: #d04b4b;
  --soul-ember: #ffb347;
  --soul-deep: #5c1422;
  --glow-legendary: 0 8px 22px -10px rgba(255, 170, 0, 0.35);
  --glow-lethal: 0 8px 24px -10px rgba(240, 124, 232, 0.38);
  --glow-heroic: 0 10px 26px -10px rgba(180, 92, 200, 0.45);
  --glow-soul-hot: 0 10px 30px -8px rgba(255, 92, 92, 0.5);
  --space-1: 4px;
  --space-2: 8px;
  --fx-ease: cubic-bezier(.4, 0, .2, 1);
  --fx-lift: -2px;
}

.ench-card { isolation: isolate; transition: transform .3s var(--fx-ease), box-shadow .3s var(--fx-ease); }
.ench-glyph { font-style: normal; display: inline-block; }

/* effect layers: all clipped to the card's rounded shape */
/* content-visibility: offscreen cards skip layout, paint and compositor
   layers for their effects entirely (the observer pause in EnchantsClient
   remains as a fallback for browsers without it). */
.fx-clip { position: absolute; inset: 0; z-index: -1; pointer-events: none; border-radius: inherit; overflow: hidden; content-visibility: auto; }
.fx-rim, .fx { position: absolute; pointer-events: none; }
.fx { inset: 0; z-index: -1; border-radius: inherit; overflow: hidden; }
.fx-rim { z-index: -1; }                                  /* rim light / sheen / sparkle */
.fx::before, .fx::after { content: ""; position: absolute; pointer-events: none; }

@keyframes fx-spin    { to { transform: rotate(360deg); } }
@keyframes fx-rise    { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(0, var(--fx-tile-neg), 0); } }
@keyframes fx-twinkle { from { opacity: .25; } to { opacity: 1; } }

/* Orbiting border light (Lethal, Soul). The ring is a static mask on .fx-rim;
   the conic gradient sits on a square child that spins, so each frame is a
   compositor rotation rather than a fresh card-sized gradient raster. The
   square is twice the card width, so its corners never show while it turns. */
.ench-card:is([data-tier="lethal"], [data-tier="soul"]) .fx-rim {
  inset: 0; border-radius: inherit; padding: 1.5px;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask-composite: exclude;
}
.ench-card:is([data-tier="lethal"], [data-tier="soul"]) .fx-rim::before {
  content: ""; position: absolute; left: 50%; top: 50%; width: 200%; aspect-ratio: 1;
  translate: -50% -50%; animation: fx-spin 5s linear infinite;
}

/* hover, keyboard focus inside the card, or .is-hot */
/* ---------- 1 · LEGENDARY - "Gilded" ---------- */
.ench-card[data-tier="legendary"] .fx-rim {
  top: -40%; bottom: -40%; left: 0; width: 38%;
  background: linear-gradient(100deg, transparent 0%, color-mix(in srgb, var(--legendary-glint) 14%, transparent) 50%, transparent 100%);
  transform: translateX(-160%) skewX(-14deg);
  animation: fx-sweep 7s var(--fx-ease) infinite;
}
@keyframes fx-sweep { 0%, 64% { transform: translateX(-160%) skewX(-14deg); } 100% { transform: translateX(420%) skewX(-14deg); } }
.ench-card[data-tier="legendary"] .fx::before {
  top: 0; left: 0; height: 2px; width: 34%;
  background: linear-gradient(90deg, transparent, var(--legendary-glint), transparent);
  animation: fx-rimrun 3.6s linear infinite;
}
@keyframes fx-rimrun { from { transform: translateX(-110%); } to { transform: translateX(310%); } }
.ench-card[data-tier="legendary"] .ench-tier {
  background: linear-gradient(90deg, var(--tier-legendary) 0 40%, var(--legendary-glint) 50%, var(--tier-legendary) 60% 100%);
  background-size: 250% 100%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  will-change: transform; /* own layer: the gild repaints only this label */
  animation: fx-gild 3.6s linear infinite;
}
@keyframes fx-gild { from { background-position: 100% 0; } to { background-position: -150% 0; } }
.ench-card[data-tier="legendary"]:is(:hover, :has(:focus-visible), .is-hot) {
  transform: translateY(var(--fx-lift));
  --ring: color-mix(in srgb, var(--tier-legendary) 40%, var(--line));
  --lift-shadow: var(--glow-legendary);
}

/* ---------- 2 · LETHAL - "Venom" ---------- */
.ench-card[data-tier="lethal"] .fx-rim::before {
  background: conic-gradient(from 0deg, transparent 0deg 240deg, color-mix(in srgb, var(--tier-lethal) 55%, transparent) 300deg, var(--lethal-venom) 342deg, transparent 360deg);
  animation-duration: var(--fx-orbit, 5s);
}
.ench-card[data-tier="lethal"] .ench-glyph { animation: fx-glyphbeat 2.4s ease-out infinite; }
@keyframes fx-glyphbeat { 0%, 45%, 100% { transform: scale(1); } 8% { transform: scale(1.35); } 16% { transform: scale(1.05); } 24% { transform: scale(1.25); } }
.ench-card[data-tier="lethal"]:is(:hover, :has(:focus-visible), .is-hot) {
  --fx-orbit: 2.6s;
  transform: translateY(var(--fx-lift));
  --ring: color-mix(in srgb, var(--tier-lethal) 40%, var(--line));
  --lift-shadow: var(--glow-lethal);
}

/* ---------- 3 · HEROIC - "Astral" ---------- */
.ench-card[data-tier="heroic"] .fx::before,
.ench-card[data-tier="heroic"] .fx::after { left: 0; right: 0; top: 0; --fx-tile-neg: -140px; height: calc(100% + 140px); }
.ench-card[data-tier="heroic"] .fx::before {
  background-image:
    radial-gradient(1px 1px at 18px 24px, var(--heroic-star), transparent),
    radial-gradient(1px 1px at 86px 58px, var(--heroic-star), transparent),
    radial-gradient(1px 1px at 124px 12px, var(--heroic-star), transparent),
    radial-gradient(1px 1px at 52px 104px, var(--heroic-star), transparent),
    radial-gradient(1px 1px at 108px 122px, var(--heroic-star), transparent);
  background-size: 140px 140px; opacity: .45;
  animation: fx-rise 30s linear infinite;
}
.ench-card[data-tier="heroic"] .fx::after {
  background-image:
    radial-gradient(1.5px 1.5px at 40px 40px, #fff, transparent),
    radial-gradient(1.5px 1.5px at 116px 86px, var(--heroic-star), transparent),
    radial-gradient(1.2px 1.2px at 70px 130px, var(--heroic-star), transparent);
  background-size: 140px 140px;
  animation: fx-rise 18s linear infinite, fx-twinkle 2.6s ease-in-out infinite alternate;
}
.ench-card[data-tier="heroic"] .fx-rim {
  top: 12px; right: 44px; width: 14px; height: 14px;
  background:
    linear-gradient(90deg, transparent 45%, var(--heroic-star) 50%, transparent 55%),
    linear-gradient(0deg, transparent 45%, var(--heroic-star) 50%, transparent 55%),
    radial-gradient(closest-side, #fff, transparent 60%);
  transform: scale(0) rotate(0deg);
  animation: fx-sparkle 4.8s ease-in-out infinite;
}
@keyframes fx-sparkle { 0%, 70%, 100% { transform: scale(0) rotate(0deg); } 80% { transform: scale(1) rotate(45deg); } 90% { transform: scale(.2) rotate(90deg); } }
.ench-card[data-tier="heroic"]:is(:hover, :has(:focus-visible), .is-hot) {
  transform: translateY(var(--fx-lift));
  --ring: color-mix(in srgb, var(--tier-heroic) 50%, var(--line));
  --lift-shadow: var(--glow-heroic);
}
.ench-card[data-tier="heroic"]:is(:hover, :has(:focus-visible), .is-hot) .fx::before { opacity: .9; }

/* ---------- 4 · SOUL - "Soulfire" (tinted rim at rest; the halo is hover-only) ---------- */
.ench-card[data-tier="soul"] {
  --ring: color-mix(in srgb, var(--soul-rim) 30%, var(--line));
}
.ench-card[data-tier="soul"] .ench-tier { color: var(--tier-soul); }
@keyframes fx-flicker { 0% { opacity: 1; } 11% { opacity: .82; } 14% { opacity: 1; } 47% { opacity: .9; } 52% { opacity: .7; } 55% { opacity: 1; } 78% { opacity: .88; } }
@keyframes fx-flame   { from { transform: scaleY(.92) scaleX(1); } to { transform: scaleY(1.08) scaleX(.97); } }
.ench-card[data-tier="soul"] .fx {
  -webkit-mask-image: linear-gradient(to top, #000 0 30%, transparent 92%);
          mask-image: linear-gradient(to top, #000 0 30%, transparent 92%);
}
.ench-card[data-tier="soul"] .fx::before,
.ench-card[data-tier="soul"] .fx::after { left: 0; right: 0; top: 0; --fx-tile-neg: -160px; height: calc(100% + 160px); }
.ench-card[data-tier="soul"] .fx::before {
  background-image:
    radial-gradient(2px 2px at 22px 30px, var(--soul-ember), transparent),
    radial-gradient(1.5px 1.5px at 96px 70px, var(--tier-soul), transparent),
    radial-gradient(2px 2px at 60px 120px, var(--soul-ember), transparent),
    radial-gradient(1.5px 1.5px at 132px 144px, var(--tier-soul), transparent),
    radial-gradient(1.5px 1.5px at 8px 96px, var(--soul-ember), transparent),
    radial-gradient(2px 2px at 112px 8px, var(--tier-soul), transparent);
  background-size: 150px 160px;
  animation: fx-rise 4.5s linear infinite;
}
.ench-card[data-tier="soul"] .fx::after {
  background-image:
    radial-gradient(4px 4px at 44px 96px, var(--soul-ember), color-mix(in srgb, var(--tier-soul) 40%, transparent) 50%, transparent),
    radial-gradient(3.5px 3.5px at 118px 20px, var(--tier-soul), color-mix(in srgb, var(--tier-soul) 30%, transparent) 50%, transparent),
    radial-gradient(3px 3px at 150px 130px, var(--soul-ember), transparent);
  background-size: 170px 160px; opacity: .8;
  animation: fx-rise 8s linear infinite;
}
.ench-card[data-tier="soul"] .fx-rim::before {
  background: conic-gradient(from 0deg, transparent 0deg 200deg, color-mix(in srgb, var(--tier-soul) 60%, transparent) 280deg, var(--soul-ember) 340deg, transparent 360deg);
  animation-duration: var(--fx-orbit, 4s);
}
.ench-card[data-tier="soul"] .ench-glyph { will-change: transform; animation: fx-glyphfire 1.8s steps(1, end) infinite; } /* own layer: the shadow steps repaint the glyph only */
@keyframes fx-glyphfire { 0% { text-shadow: 0 0 6px var(--tier-soul); } 30% { text-shadow: 0 0 3px var(--tier-soul); } 55% { text-shadow: 0 0 9px var(--soul-ember); } 80% { text-shadow: 0 0 5px var(--tier-soul); } }
.ench-card[data-tier="soul"]:is(:hover, :has(:focus-visible), .is-hot) {
  --fx-orbit: 2.2s;
  transform: translateY(var(--fx-lift));
  --ring: color-mix(in srgb, var(--tier-soul) 55%, var(--line));
  --lift-shadow: var(--glow-soul-hot);
}
.ench-card[data-tier="soul"]:is(:hover, :has(:focus-visible), .is-hot) .fx::after { opacity: 1; }

/* An open card keeps the outline it shares with its roll-out panel. */
.ench-card.is-open[data-tier],
.ench-card.is-open[data-tier]:is(:hover, :has(:focus-visible), .is-hot) { --ring: var(--open-edge); }

/* ---------- opened state (described in the handoff; its CSS was not included) ----------
   Seam glint once, rows appear 1 -> max, last row tinted with a MAX badge.
   The panel mounts on open, so reopening replays it. */
.ench-card.is-open[data-tier] .ench-stats::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px; pointer-events: none;
  background: linear-gradient(90deg, transparent, var(--tier-hi, var(--tier)), transparent);
  background-size: 40% 100%; background-repeat: no-repeat;
  animation: fx-seam .9s var(--fx-ease) both;
}
@keyframes fx-seam { from { background-position: -40% 0; opacity: 1; } 85% { opacity: 1; } to { background-position: 140% 0; opacity: 0; } }
.ench-card.is-open[data-tier] .ench-stats tbody tr { animation: fx-row .28s var(--fx-ease) both; animation-delay: calc(min(var(--i, 0), 20) * 30ms + 120ms); }
@keyframes fx-row { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }
.ench-card.is-open[data-tier] .ench-stats tbody tr.fx-maxrow td { background: color-mix(in srgb, var(--tier) 12%, transparent); }
.fx-maxbadge {
  display: none; margin-left: 8px; padding: 1px 5px; border-radius: 3px; vertical-align: 1px;
  font-size: 9px; letter-spacing: .12em; color: var(--tier); background: color-mix(in srgb, var(--tier) 16%, transparent);
}
.ench-card[data-tier] .fx-maxbadge { display: inline-block; }
/* per-tier flourish, reusing each tier's own motion */
.ench-card[data-tier="legendary"] .fx-maxbadge {
  background: linear-gradient(90deg, var(--tier-legendary) 0 40%, var(--legendary-glint) 50%, var(--tier-legendary) 60% 100%);
  background-size: 250% 100%; -webkit-background-clip: text; background-clip: text; color: transparent;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--tier-legendary) 45%, transparent);
  will-change: transform; animation: fx-gild 3.6s linear infinite;
}
.ench-card[data-tier="lethal"] .fx-maxbadge { animation: fx-glyphbeat 2.4s ease-out infinite; }
.ench-card[data-tier="heroic"] .fx-maxbadge { animation: fx-twinkle 1.3s ease-in-out infinite alternate; }
.ench-card[data-tier="soul"] .fx-maxbadge { color: var(--soul-ember); animation: fx-glyphfire 1.8s steps(1, end) infinite; }

/* ---------- tier filter chips: calm at rest, the dot comes alive on hover / when chosen ---------- */
.tier-chip[data-tier="legendary"] { --tier: var(--tier-legendary); }
.tier-chip[data-tier="lethal"]    { --tier: var(--tier-lethal); }
.tier-chip[data-tier="heroic"]    { --tier: var(--tier-heroic); }
.tier-chip[data-tier="soul"]      { --tier: var(--tier-soul); }
.tier-chip .dot { position: relative; background: var(--tier); box-shadow: 0 0 6px color-mix(in srgb, var(--tier) 60%, transparent); }
.tier-chip .dot::after { content: ""; position: absolute; inset: 0; border-radius: inherit; }
.tier-chip[aria-pressed="true"] {
  border-color: var(--tier);
  background: color-mix(in srgb, var(--tier) 12%, var(--surface-raised));
  box-shadow: 0 0 14px -4px color-mix(in srgb, var(--tier) 70%, transparent);
}
.tier-chip:is(:hover, .is-hot) { border-color: color-mix(in srgb, var(--tier) 55%, var(--line)); }
.tier-chip[data-tier="legendary"] .dot { overflow: hidden; }
.tier-chip[data-tier="legendary"]:is(:hover, .is-hot, [aria-pressed="true"]) .dot::after {
  background: linear-gradient(110deg, transparent 30%, var(--legendary-glint) 50%, transparent 70%);
  animation: fx-dotglint 1.8s linear infinite;
}
@keyframes fx-dotglint { from { transform: translateX(-100%); } to { transform: translateX(100%); } }
.tier-chip[data-tier="lethal"]:is(:hover, .is-hot, [aria-pressed="true"]) .dot::after {
  border: 1px solid var(--tier-lethal);
  animation: fx-ring 1.6s ease-out infinite;
}
@keyframes fx-ring { from { transform: scale(1); opacity: .9; } to { transform: scale(2.8); opacity: 0; } }
.tier-chip[data-tier="heroic"] .dot { width: 10px; height: 10px; border-radius: 0; clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%); background: linear-gradient(135deg, var(--heroic-star), var(--tier-heroic)); box-shadow: none; }
.tier-chip[data-tier="heroic"]:is(:hover, .is-hot, [aria-pressed="true"]) .dot { animation: fx-starspin 3s ease-in-out infinite; }
@keyframes fx-starspin { 0%, 100% { transform: rotate(0) scale(1); } 50% { transform: rotate(90deg) scale(1.25); } }
.tier-chip[data-tier="soul"] .dot { width: 8px; height: 10px; border-radius: 50% 50% 50% 50% / 62% 62% 38% 38%; background: radial-gradient(60% 50% at 50% 70%, var(--soul-ember), var(--tier-soul)); }
.tier-chip[data-tier="soul"]:is(:hover, .is-hot, [aria-pressed="true"]) .dot { transform-origin: 50% 100%; animation: fx-flame 0.5s ease-in-out infinite alternate, fx-flicker 1.4s steps(1, end) infinite; }

/* ---------- off switches ---------- */
[data-fx="off"] .ench-card, [data-fx="off"].ench-card,
[data-fx="off"] .ench-card *, [data-fx="off"].ench-card *,
[data-fx="off"] .ench-card *::before, [data-fx="off"] .ench-card *::after,
[data-fx="off"].ench-card *::before, [data-fx="off"].ench-card *::after { animation-play-state: paused !important; }

@media (prefers-reduced-motion: reduce) {
  .ench-card, .ench-card *, .ench-card *::before, .ench-card *::after,
  .tier-chip *, .tier-chip *::after { animation: none !important; transition: none !important; }
  .ench-card[data-tier="legendary"] .ench-tier, .ench-card[data-tier="legendary"] .fx-maxbadge { color: var(--tier-legendary); background: none; }
  .ench-card[data-tier="legendary"] .fx-rim, .ench-card[data-tier="heroic"] .fx-rim { display: none; }
  .ench-card:is(:hover, :has(:focus-visible), .is-hot) { transform: none; }
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./components/leaderboard/Leaderboard.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
/* Leaderboard — tokens and static states from the design handoff. */
.Leaderboard_root__vU_6b {
    --card: #0f1b30;
    --row-hover: #15233c;
    --border: #24344f;
    --border-2: #1c2a42;
    --text: #eef2f8;
    --text-2: #dfe7f3;
    --muted: #9fb0c9;
    --muted-2: #6f819d;
    --gold: var(--app-primary-color);
    --gold-dark: #b97a00;
    --on-colour: #0b1424;
    --up: #4ade80;
    --down: #f05252;
    --streak: #ff8a3d;
    max-width: 1240px;
    margin: 0 auto;
    padding-bottom: 32px;
    color: var(--text);
}
.Leaderboard_pixel__j07jX { font-family: var(--font-pixel), monospace !important; }

@keyframes Leaderboard_rise__iW3Oh { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.Leaderboard_rise__iW3Oh { animation: Leaderboard_rise__iW3Oh 0.45s ease both; }

/* ---- header ---- */
.Leaderboard_header__dQOOn { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; margin-bottom: 28px; animation: Leaderboard_rise__iW3Oh 0.6s ease both; }
.Leaderboard_kicker__4Eubk { font-size: 11px; letter-spacing: 0.25em; color: var(--gold); text-transform: uppercase; margin-bottom: 10px; }
.Leaderboard_h1__J0NXJ { margin: 0; font-size: 40px; font-weight: 700; letter-spacing: -0.01em; line-height: 1; color: var(--text); }
.Leaderboard_meta__SAnuC { margin: 10px 0 0; color: var(--muted); font-size: 14px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
/* Skins come from Mojang by name, so only premium accounts show their own. */
.Leaderboard_skinNote__WoDzw { margin: 6px 0 0; color: var(--muted-2, var(--muted)); font-size: 12px; opacity: 0.85; }
.Leaderboard_live__gVSl5 { display: inline-flex; align-items: center; gap: 8px; padding: 4px 10px 4px 8px; border: 1px solid var(--border); border-radius: 999px; font-size: 12px; }
.Leaderboard_dot__e0V7o { width: 8px; height: 8px; border-radius: 50%; background: var(--up); box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.2); transition: background 0.3s, box-shadow 0.3s; }
.Leaderboard_dotFlash__BACBS { background: var(--gold); box-shadow: 0 0 0 6px rgba(255, 185, 43, 0.25); }
.Leaderboard_liveLabel__8VSXS { font-weight: 600; color: var(--text); }
.Leaderboard_ticker__7LbPZ { color: var(--muted); font-variant-numeric: tabular-nums; }
.Leaderboard_controls__4rS89 { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; min-width: 0; max-width: 100%; }
.Leaderboard_controls__4rS89 > * { min-width: 0; max-width: 100%; }
.Leaderboard_tabs__qta7r { display: inline-flex; padding: 4px; gap: 2px; background: rgba(255, 255, 255, 0.04); border: 1px solid var(--border); border-radius: 999px; }
.Leaderboard_tab__8DjPA { padding: 8px 14px; border: 0; border-radius: 999px; font: inherit; font-size: 13px; font-weight: 600; cursor: pointer; background: transparent; color: var(--text); transition: background 0.2s, color 0.2s; }
.Leaderboard_tab__8DjPA:hover { color: var(--gold); }
.Leaderboard_tabOn__aCtlt, .Leaderboard_tabOn__aCtlt:hover { background: var(--gold); color: var(--on-colour); }
.Leaderboard_search__mJ1Sg { position: relative; display: flex; align-items: center; }
.Leaderboard_searchIcon__rueWJ { position: absolute; left: 12px; pointer-events: none; }
.Leaderboard_input__6zMQR { width: 200px; padding: 9px 12px 9px 34px; background: rgba(255, 255, 255, 0.04); border: 1px solid var(--border); border-radius: 999px; color: var(--text); font: inherit; font-size: 13px; }
.Leaderboard_input__6zMQR::placeholder { color: var(--muted-2); }
.Leaderboard_input__6zMQR:focus-visible, .Leaderboard_tab__8DjPA:focus-visible, .Leaderboard_jump__bLWFz:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
/* Category tabs scroll sideways on narrow screens rather than wrapping. */
.Leaderboard_tabs__qta7r { max-width: 100%; overflow-x: auto; scrollbar-width: none; }
.Leaderboard_tabs__qta7r::-webkit-scrollbar { display: none; }
.Leaderboard_tab__8DjPA { white-space: nowrap; flex: none; }
/* Boards within a category: chips, or a dropdown for long lists (quests). */
.Leaderboard_boardPicker__dSqiL { display: flex; flex-wrap: wrap; gap: 8px; margin: -12px 0 24px; animation: Leaderboard_rise__iW3Oh 0.6s ease both; }
.Leaderboard_boardChip__MJozD { padding: 6px 12px; border: 1px solid var(--border); border-radius: 999px; background: rgba(255, 255, 255, 0.03); color: var(--text); font: inherit; font-size: 13px; font-weight: 600; cursor: pointer; transition: border-color 0.2s, background 0.2s; }
.Leaderboard_boardChip__MJozD:hover { border-color: var(--gold); }
.Leaderboard_boardChipOn__Javeb, .Leaderboard_boardChipOn__Javeb:hover { border-color: var(--gold); background: rgba(255, 185, 43, 0.14); color: var(--gold); }
.Leaderboard_boardSelect__eqRIf { padding: 9px 34px 9px 14px; min-width: 220px; max-width: 100%; appearance: none; cursor: pointer; font: inherit; font-size: 13px; font-weight: 600; color: var(--text);
    border: 1px solid var(--border); border-radius: 999px;
    background: rgba(255, 255, 255, 0.04) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239fb0c9' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center; }
.Leaderboard_boardSelect__eqRIf option { background: #0f1b30; color: var(--text); }
.Leaderboard_boardChip__MJozD:focus-visible, .Leaderboard_boardSelect__eqRIf:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

/* ---- content fade on tab switch ---- */
.Leaderboard_content__mkhD_ { transition: opacity 0.24s ease, transform 0.24s ease; }
.Leaderboard_contentFade__RJJU9 { opacity: 0; transform: translateY(8px); }

/* ---- podium ---- */
.Leaderboard_podium__GfSDs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: end; margin-bottom: 28px; }
.Leaderboard_podiumNarrow__jEgJG { grid-template-columns: minmax(0, 1fr); }
.Leaderboard_card__dD0Ik {
    position: relative; background: var(--card); border: 1px solid var(--border); border-radius: 16px; overflow: clip;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.04); padding: 22px 22px 18px;
}
.Leaderboard_glow__GO3UI { position: absolute; inset: 0 0 auto 0; height: 160px; pointer-events: none; }
.Leaderboard_cardHead__5PGG5 { position: relative; display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.Leaderboard_cardText__yLvJo { flex: 1 1 0; min-width: 0; }
.Leaderboard_place__wsO4I { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 8px; }
.Leaderboard_cardName__ILXCc { font-weight: 700; line-height: 1.1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.Leaderboard_valueRow__6tkE_ { display: flex; align-items: center; gap: 10px; margin-top: 6px; flex-wrap: wrap; }
.Leaderboard_cardValue__tQ0o5 { font-weight: 700; letter-spacing: -0.01em; font-variant-numeric: tabular-nums; min-width: 0; overflow-wrap: anywhere; }
.Leaderboard_medal__EDutc { flex: none; position: relative; width: 56px; height: 56px; }
.Leaderboard_rim__jZK4t { position: absolute; inset: 0; border-radius: 50%; box-shadow: 0 8px 18px rgba(0, 0, 0, 0.45); display: flex; align-items: center; justify-content: center; }
.Leaderboard_disc__qmt0k { position: relative; width: 44px; height: 44px; border-radius: 50%; overflow: hidden; box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.7), inset 0 -3px 5px rgba(0, 0, 0, 0.35), 0 1px 0 rgba(255, 255, 255, 0.4); display: flex; align-items: center; justify-content: center; }
.Leaderboard_engrave__vk7Pm { position: absolute; inset: 3px; border-radius: 50%; border: 1px dashed rgba(0, 0, 0, 0.22); }
.Leaderboard_specular__3qzre { position: absolute; top: -10px; left: -6px; width: 34px; height: 22px; border-radius: 50%; background: rgba(255, 255, 255, 0.45); filter: blur(4px); transform: rotate(-25deg); }
.Leaderboard_medalNum___YaCf { position: relative; font-weight: 700; font-size: 18px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(0, 0, 0, 0.35); }
.Leaderboard_gold__brWjq { --medal-text: #ffc94a; --ink: #6b4300; --glow: rgba(255, 185, 43, 0.22);
    --rim: conic-gradient(from 210deg, #fff3c4, #d29a10 18%, #fff0b0 32%, #b57a00 50%, #ffe9a0 66%, #c98a00 82%, #fff3c4);
    --disc: radial-gradient(circle at 35% 30%, #ffe89a 0%, #f2b930 45%, #c98a00 100%); }
.Leaderboard_silver__QClCQ { --medal-text: #d9e1ec; --ink: #3b4655; --glow: rgba(200, 210, 225, 0.16);
    --rim: conic-gradient(from 210deg, #ffffff, #9aa6b8 18%, #f7f9fc 32%, #7d8a9d 50%, #eef2f7 66%, #8b97a9 82%, #ffffff);
    --disc: radial-gradient(circle at 35% 30%, #ffffff 0%, #cfd7e3 45%, #8d98a8 100%); }
.Leaderboard_bronze__Cbo_G { --medal-text: #e39a68; --ink: #4a230b; --glow: rgba(226, 138, 84, 0.18);
    --rim: conic-gradient(from 210deg, #ffd5b8, #a85a2a 18%, #f5c4a2 32%, #7d3f18 50%, #f0b890 66%, #a0552a 82%, #ffd5b8);
    --disc: radial-gradient(circle at 35% 30%, #f6c9a6 0%, #cf7f4a 45%, #8a4a22 100%); }
.Leaderboard_viewer__a9l5E { position: relative; margin-top: 10px; display: flex; align-items: center; justify-content: center; }
.Leaderboard_canvas__d_kg9 { display: block; width: 100%; height: 100%; cursor: grab; }
.Leaderboard_canvasHidden__d8mmH { display: none; }
.Leaderboard_body__V5Veu { height: 90%; image-rendering: pixelated; filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.5)); }
.Leaderboard_caption__4V7gj { text-align: center; font-size: 12px; color: var(--muted-2); margin-top: 6px; }

/* ---- chips ---- */
.Leaderboard_chip__j1T5N { font-size: 10px; padding: 3px 7px; border-radius: 4px; flex: none; }
.Leaderboard_chipUp__G3VHO { background: rgba(74, 222, 128, 0.15); color: var(--up); }
.Leaderboard_chipDown__UtDnL { background: rgba(240, 82, 82, 0.15); color: var(--down); }
.Leaderboard_chipNone__LmYVk { background: rgba(255, 255, 255, 0.06); color: var(--muted); }
.Leaderboard_streak__eitrC { display: inline-flex; align-items: center; gap: 4px; font-size: 9px; letter-spacing: 0.08em; padding: 3px 7px; border-radius: 4px; background: rgba(255, 120, 40, 0.18); color: var(--streak); flex: none; }
.Leaderboard_you__wIh68 { font-size: 9px; padding: 3px 7px; background: var(--gold); color: var(--on-colour); border-radius: 4px; letter-spacing: 0.1em; flex: none; }

/* ---- list ---- */
.Leaderboard_list__TXaeW { display: grid; gap: 8px; }
.Leaderboard_row__T6DCK {
    display: grid; grid-template-columns: 48px 44px minmax(0, 1fr) minmax(120px, 280px) auto; gap: 16px; align-items: center;
    padding: 10px 18px 10px 14px; background: var(--card); border: 1px solid var(--border); border-radius: 12px; transition: background 0.2s;
}
.Leaderboard_row__T6DCK:hover { background: var(--row-hover); }
.Leaderboard_rowNarrow__bzNA4 { grid-template-columns: 48px 44px minmax(0, 1fr) auto; }
.Leaderboard_rowMe__zULD2 { background: color-mix(in srgb, var(--gold) 8%, var(--card)); border-color: var(--gold); }
.Leaderboard_rank__IyUm4 { font-size: 13px; color: var(--gold); }
.Leaderboard_head__Z400O { width: 40px; height: 40px; image-rendering: pixelated; border-radius: 6px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); background: var(--border-2); }
.Leaderboard_nameCell__3tpMc { display: flex; align-items: center; gap: 10px; min-width: 0; }
.Leaderboard_name__UOTQ0 { font-weight: 700; font-size: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.Leaderboard_gap__OVP4s { display: flex; flex-direction: column; gap: 5px; }
.Leaderboard_track__m7cCV { height: 6px; background: var(--border-2); border-radius: 3px; overflow: hidden; }
.Leaderboard_fill__SzRMB { height: 100%; background: linear-gradient(90deg, var(--gold-dark), var(--gold)); border-radius: 3px; transition: width 0.6s ease; }
.Leaderboard_gapText__mGr9V { font-size: 11px; color: var(--muted-2); font-variant-numeric: tabular-nums; }
.Leaderboard_value__g2iPf { font-weight: 700; font-size: 15px; text-align: right; font-variant-numeric: tabular-nums; min-width: 120px; }
.Leaderboard_empty__OhLI3 { padding: 28px; text-align: center; color: var(--muted); border: 1px dashed var(--border); border-radius: 12px; }

/* ---- sticky "you" bar ---- */
.Leaderboard_stickyWrap__EPFT4 { position: sticky; bottom: 16px; margin-top: 24px; display: flex; justify-content: center; animation: Leaderboard_rise__iW3Oh 0.6s ease 0.5s both; z-index: 3; }
.Leaderboard_sticky__Jt_2R {
    display: flex; align-items: center; gap: 16px; padding: 10px 12px 10px 16px; max-width: 100%;
    background: rgba(15, 27, 48, 0.92); backdrop-filter: blur(10px); border: 1px solid var(--gold); border-radius: 999px; box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
}
.Leaderboard_stickyHead__1FT48 { width: 32px; height: 32px; image-rendering: pixelated; border-radius: 6px; }
.Leaderboard_stickyText__lQjpZ { display: flex; align-items: baseline; gap: 10px; white-space: nowrap; }
.Leaderboard_stickyRank__KZNKX { font-size: 12px; color: var(--gold); }
.Leaderboard_stickyName__OGcBj { font-weight: 700; font-size: 14px; }
.Leaderboard_stickyValue__e3jd9 { font-size: 14px; font-variant-numeric: tabular-nums; color: var(--text-2); }
.Leaderboard_jump__bLWFz { padding: 8px 14px; border: 0; border-radius: 999px; background: var(--gold); color: var(--on-colour); font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; white-space: nowrap; box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.25); }
.Leaderboard_jump__bLWFz:hover { filter: brightness(1.1); }

@media (prefers-reduced-motion: reduce) {
    .Leaderboard_root__vU_6b *, .Leaderboard_root__vU_6b { animation: none !important; transition: none !important; }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./components/ranks/RanksComparison.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
/* Ranks comparison — tokens and static states from the design handoff.
   Dynamic colour (per-rank tints, glows) is applied inline by the component. */
.RanksComparison_root__UUKV1 {
    --panel: #0f1b30;
    --band: #182235;
    --pop: #1d2b45;
    --border: #24344f;
    --row-border: #1c2a42;
    --pop-border: #3a4d6e;
    --text: #eef2f8;
    --text-2: #9fb0c9;
    --text-3: #6f819d;
    --on-colour: #0b1424;
    --gold: var(--app-primary-color);
    --sticky-top: 96px; /* clears the fixed navbar */
    max-width: 1240px;
    margin: 0 auto;
    padding-bottom: 80px;
    color: var(--text);
}

/* The site forces Quantico on every element with !important; a class with its
   own !important is more specific, so the pixel accents keep Silkscreen. */
.RanksComparison_pixel__jfGCM {
    font-family: var(--font-pixel), monospace !important;
}

.RanksComparison_amp__X3wqK {
    font-family: 'Quantico', sans-serif !important;
    font-size: 1.15em;
    line-height: 0;
}

@keyframes RanksComparison_rise__8QAQf {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: none; }
}

@keyframes RanksComparison_shimmer__WZaa8 {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.RanksComparison_rise__8QAQf { animation: RanksComparison_rise__8QAQf 0.5s ease both; }

/* ---- title + compare bar ---- */
.RanksComparison_titleBlock__TYFq4 { text-align: center; margin-bottom: 24px; animation: RanksComparison_rise__8QAQf 0.6s ease both; }
.RanksComparison_kicker__ipXgl { font-size: 11px; letter-spacing: 0.25em; color: var(--gold); text-transform: uppercase; margin-bottom: 10px; }
.RanksComparison_h1__0CeRq { margin: 0; font-size: 40px; font-weight: 700; letter-spacing: -0.01em; line-height: 1; color: var(--text); }
.RanksComparison_subline__Slsrg { margin: 12px auto 0; max-width: 46ch; color: var(--text-2); font-size: 15px; line-height: 1.5; text-wrap: pretty; }

.RanksComparison_bar__rwwFk { display: flex; justify-content: center; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; animation: RanksComparison_rise__8QAQf 0.6s ease 0.1s both; }
.RanksComparison_compareBtn__pRzBM {
    display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px;
    background: rgba(255, 255, 255, 0.04); color: var(--text); border: 1px solid var(--border);
    border-radius: 999px; font: inherit; font-size: 13px; font-weight: 600; cursor: pointer;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.RanksComparison_compareBtn__pRzBM:hover { border-color: var(--gold); }
.RanksComparison_compareBtnOn___jawH, .RanksComparison_compareBtnOn___jawH:hover { background: var(--gold); color: var(--on-colour); border-color: var(--gold); }
.RanksComparison_hint__0bcXA { font-size: 13px; color: var(--text-2); }
.RanksComparison_reset__HW1F2 { padding: 7px 12px; background: transparent; color: var(--gold); border: 0; font: inherit; font-size: 13px; font-weight: 600; cursor: pointer; text-decoration: underline; }

/* ---- desktop table ---- */
.RanksComparison_table__M_4lu {
    border: 1px solid var(--border); background: var(--panel);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45); border-radius: 16px;
    overflow: clip; overflow-clip-margin: 0;
    animation: RanksComparison_rise__8QAQf 0.7s ease 0.15s both;
}
.RanksComparison_head__YUdLE {
    display: grid; position: sticky; top: var(--sticky-top); z-index: 5;
    background: var(--panel); border-bottom: 1px solid var(--border);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35); border-radius: 16px 16px 0 0;
}
.RanksComparison_perksLabel__H4MaK { padding: 20px 18px; display: flex; align-items: flex-end; color: var(--text-3); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; }
.RanksComparison_rankHead__EAdFQ {
    position: relative; padding: 28px 10px 16px; border-left: 1px solid var(--border);
    border-top: 4px solid transparent; text-align: center;
    transition: background 0.25s, box-shadow 0.25s;
}
.RanksComparison_rankName__H8pUZ {
    font-weight: 700; font-size: clamp(11px, 1.35vw, 17px); text-transform: uppercase; line-height: 1;
    margin-bottom: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.RanksComparison_price__5C_MM { display: inline-flex; align-items: center; gap: 6px; font-size: 22px; font-weight: 700; line-height: 1; letter-spacing: -0.01em; }
.RanksComparison_priceSub__8XCP8 { font-size: 12px; color: var(--text-2); margin: 4px 0 14px; }
.RanksComparison_buy__tuup1 {
    display: block; padding: 10px 12px; color: var(--on-colour); font-weight: 700; font-size: 13px;
    text-decoration: none; text-align: center; box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.25);
    transition: filter 0.15s, transform 0.1s;
}
.RanksComparison_buy__tuup1:hover { filter: brightness(1.1); }
.RanksComparison_buy__tuup1:active { transform: translateY(1px); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
.RanksComparison_badge__SdNbp {
    color: var(--on-colour); font-size: 9px; letter-spacing: 0.1em; padding: 3px 10px; white-space: nowrap; text-transform: uppercase;
    background-size: 200% 100%; animation: RanksComparison_shimmer__WZaa8 2.6s linear infinite;
}
.RanksComparison_badgeTop__EgyIH { position: absolute; top: 0; left: 50%; transform: translateX(-50%); border-radius: 0 0 6px 6px; }
.RanksComparison_badgeInline__4dEnm { border-radius: 4px; }
.RanksComparison_selected__S4WB1 { position: absolute; top: 6px; right: 8px; width: 20px; height: 20px; border-radius: 50%; color: var(--on-colour); display: flex; align-items: center; justify-content: center; }

.RanksComparison_band__0EoRM { padding: 10px 18px; background: var(--band); border-bottom: 1px solid var(--border); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.RanksComparison_row__kJlZO { display: grid; border-bottom: 1px solid var(--row-border); position: relative; transition: background 0.15s; }
.RanksComparison_row__kJlZO:hover { background: rgba(255, 255, 255, 0.025); }
.RanksComparison_rowLast__bCnKe { border-bottom: none; }
.RanksComparison_label__BA0FZ { position: relative; padding: 14px 18px; display: flex; align-items: center; gap: 8px; font-weight: 600; font-size: 14px; }
.RanksComparison_tip__tKIVe {
    position: absolute; left: 18px; z-index: 6; width: 240px; padding: 10px 12px;
    background: var(--pop); border: 1px solid var(--pop-border); color: #dfe7f3; font-size: 12px; font-weight: 400; line-height: 1.45;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5); border-radius: 8px;
}
.RanksComparison_cell__0HpZJ {
    position: relative; padding: 14px 12px; border-left: 1px solid var(--row-border);
    display: flex; align-items: center; justify-content: center; text-align: center;
    font-size: 13px; line-height: 1.4; transition: background 0.25s;
}
.RanksComparison_glyph__Yc0a3 { height: 18px; width: auto; image-rendering: pixelated; }
.RanksComparison_kitText__8mHUe { font-weight: 600; cursor: help; text-decoration: underline dotted rgba(255, 255, 255, 0.35); text-underline-offset: 3px; }
.RanksComparison_kitPop__2Xb83 {
    position: absolute; bottom: calc(100% - 6px); z-index: 12; width: 232px; padding: 12px;
    background: var(--pop); border: 1px solid var(--pop-border); border-top: 3px solid transparent; border-radius: 8px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55); text-align: left; animation: RanksComparison_rise__8QAQf 0.2s ease both;
}
.RanksComparison_kitHead__XSRXK { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 10px; }
.RanksComparison_kitName__L22j_ { font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; }
.RanksComparison_kitMeta__U7Jws { font-size: 10px; color: var(--text-2); }
.RanksComparison_kitGrid___OS2t { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.RanksComparison_slot__RtmOf {
    position: relative; aspect-ratio: 1; background: var(--panel); border: 2px solid var(--on-colour);
    box-shadow: inset 2px 2px 0 rgba(0, 0, 0, 0.6), inset -2px -2px 0 rgba(255, 255, 255, 0.06);
    display: flex; align-items: center; justify-content: center;
}
.RanksComparison_item__yNyN_ { width: 22px; height: 22px; box-shadow: inset -4px -4px 0 rgba(0, 0, 0, 0.3), inset 4px 4px 0 rgba(255, 255, 255, 0.2); display: flex; align-items: center; justify-content: center; font-size: 8px; color: var(--on-colour); }
.RanksComparison_qty__BfuCe { position: absolute; right: 3px; bottom: 1px; font-size: 10px; color: #fff; text-shadow: 1px 1px 0 #000; }
.RanksComparison_kitNote__OZvaH { margin-top: 10px; font-size: 11px; color: var(--text-3); }

/* ---- mobile cards ---- */
.RanksComparison_cards__X8nwl { display: grid; gap: 20px; }
.RanksComparison_card__s_q32 { position: relative; border: 1px solid var(--border); border-top: 4px solid transparent; background: var(--panel); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4); border-radius: 16px; overflow: clip; }
.RanksComparison_cardHead__T1grY { padding: 20px 16px 16px; display: flex; justify-content: space-between; align-items: center; gap: 12px; border-bottom: 1px solid var(--border); transition: background 0.25s; }
.RanksComparison_cardTitle__9Fxxr { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.RanksComparison_cardName__Z7EBK { font-weight: 700; font-size: 18px; text-transform: uppercase; line-height: 1; }
.RanksComparison_cardPrice__FLCMD { display: flex; align-items: center; gap: 6px; font-size: 20px; font-weight: 700; line-height: 1; }
.RanksComparison_cardPriceSub__xYe1w { font-size: 12px; font-weight: 400; color: var(--text-2); }
.RanksComparison_cardBuy__2MvQK { padding: 10px 14px; color: var(--on-colour); font-weight: 700; font-size: 13px; text-decoration: none; white-space: nowrap; box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.25); }
.RanksComparison_cardBand__myr_o { padding: 8px 16px; background: var(--band); border-bottom: 1px solid var(--border); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.RanksComparison_cardRow__Zz3F_ { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 11px 16px; border-bottom: 1px solid var(--row-border); font-size: 13px; }
.RanksComparison_cardValue__fY7sV { text-align: right; display: inline-flex; align-items: center; }

@media (prefers-reduced-motion: reduce) {
    .RanksComparison_root__UUKV1 *, .RanksComparison_root__UUKV1 { animation: none !important; transition: none !important; }
}

/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./components/vote/vote-section.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
/* Federal Network - vote section (VoteParty meter, XP bar, chest vote cards)
   From the vote-section design handoff; everything is scoped to .fn-vote-root.
   Adapted: the handoff's Saira / JetBrains Mono import is dropped - the site
   sets Quantico on every element (theme.css), so those fonts would download
   and never show. The tokens name Quantico directly: `inherit` is not valid
   inside the `font` shorthand, and would void every font rule here. */

.fn-vote-root {
  --bg-950: #060b15;
  --surface-900: #0b1424;
  --surface-800: #12203a;
  --border-700: #223352;
  --border-600: #34507d;
  --ink: #f4f1ea;
  --ink-muted: #a7b3c7;
  --ink-faint: #6f7f99;
  --gold-500: #f5a623;
  --gold-400: #ffbd45;
  --gold-700: #b8740a;
  --gold-ink: #1a1204;
  --gold-soft: rgba(245, 166, 35, 0.14);
  --emerald-400: #3ddc84;
  --emerald-soft: rgba(61, 220, 132, 0.14);
  --discord: #5865f2;
  --focus: #ffd27a;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-pill: 999px;
  --shadow-card: 0 8px 24px rgba(0, 0, 0, 0.35);
  --shadow-press: 0 4px 0 #b8740a;
  --shadow-glow: 0 0 0 1px rgba(245, 166, 35, 0.5), 0 8px 28px rgba(245, 166, 35, 0.18);
  --font-display: Quantico, sans-serif;
  --font-sans: Quantico, sans-serif;
  --font-mono: Quantico, monospace;
  font-family: var(--font-sans);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}
.fn-vote-root, .fn-vote-root * { box-sizing: border-box; }
.fn-vote-root a { color: inherit; text-decoration: none; }
.fn-vote-root :focus-visible { outline: 2px solid var(--focus); outline-offset: 2px; }
.fn-vote-root [hidden] { display: none !important; }

/* ---------- Badge ---------- */
.fn-badge { display: inline-flex; align-items: center; gap: var(--space-1); height: 22px; padding: 0 var(--space-2);
  border-radius: var(--radius-sm); font: 700 11px/1 var(--font-sans); letter-spacing: .08em; text-transform: uppercase; }
.fn-badge--ready { background: var(--gold-soft); color: var(--gold-400); }
.fn-badge--voted { background: var(--emerald-soft); color: var(--emerald-400); }
.fn-badge--wait { background: var(--surface-800); color: var(--ink-muted); }


/* ---------- Vote slot (v2: pixel-cut chest cards) ---------- */
.fn-xp { display: flex; align-items: center; gap: var(--space-4); margin-bottom: var(--space-4); }
.fn-xp__title { font: 800 22px/28px var(--font-display); margin: 0; white-space: nowrap; }
.fn-xp__bar { position: relative; flex: 1; height: 14px; padding: 2px; background: #000000; display: flex; gap: 2px; }
.fn-xp__bar i { flex: 1; background: #1d2a1f; }
.fn-xp__bar i.on { background: var(--emerald-400); box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.25), inset 0 2px 0 rgba(255, 255, 255, 0.35); }
.fn-xp__lvl { position: absolute; left: 50%; top: -22px; transform: translateX(-50%); font: 800 20px/1 var(--font-display);
  color: var(--emerald-400); text-shadow: 2px 2px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000; }
.fn-xp__meta { font: 600 14px/20px var(--font-sans); color: var(--ink-muted); white-space: nowrap; }
.fn-xp__meta b { color: var(--ink); }

/* minmax(0, 1fr), not 1fr: a long site name ("MinecraftServers.org") must not
   widen its column past the screen on phones. */
.fn-slots { display: grid; gap: var(--space-3); grid-template-columns: repeat(5, minmax(0, 1fr)); }
@media (max-width: 1100px) { .fn-slots { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 640px) { .fn-slots { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.fn-slot { --n: 6px; --edge: var(--border-600); position: relative; display: block; padding: 2px; background: var(--edge); color: var(--ink);
  clip-path: polygon(0 var(--n), var(--n) var(--n), var(--n) 0, calc(100% - var(--n)) 0, calc(100% - var(--n)) var(--n), 100% var(--n), 100% calc(100% - var(--n)), calc(100% - var(--n)) calc(100% - var(--n)), calc(100% - var(--n)) 100%, var(--n) 100%, var(--n) calc(100% - var(--n)), 0 calc(100% - var(--n)));
  transition: transform .15s, background .15s; }
.fn-slot__in { --n: 4px; position: relative; overflow: hidden; display: flex; flex-direction: column; gap: var(--space-3); height: 100%; padding: var(--space-3);
  background: linear-gradient(180deg, var(--surface-800) 0%, var(--surface-900) 100%);
  clip-path: polygon(0 var(--n), var(--n) var(--n), var(--n) 0, calc(100% - var(--n)) 0, calc(100% - var(--n)) var(--n), 100% var(--n), 100% calc(100% - var(--n)), calc(100% - var(--n)) calc(100% - var(--n)), calc(100% - var(--n)) 100%, var(--n) 100%, var(--n) calc(100% - var(--n)), 0 calc(100% - var(--n))); }
.fn-slot__top { display: flex; justify-content: space-between; align-items: center; }
.fn-slot__num { font: 800 12px/1 var(--font-mono); color: var(--ink-faint); letter-spacing: .04em; }
.fn-slot__body { display: flex; align-items: center; gap: var(--space-3); min-height: 48px; }
.fn-chest { width: 44px; height: 44px; flex: none; image-rendering: pixelated; filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.45)); }
.fn-chest .lid { transition: transform .2s cubic-bezier(.3, 1.6, .5, 1); }
.fn-slot__name { margin: 0; font: 700 16px/20px var(--font-sans); overflow-wrap: anywhere; }
.fn-slot__body > div { min-width: 0; }
.fn-slot__meta { margin: 2px 0 0; font: 500 13px/18px var(--font-sans); color: var(--ink-muted); }
.fn-slot__cta { margin-top: auto; display: flex; align-items: center; justify-content: center; gap: var(--space-2); height: 36px;
  font: 800 13px/1 var(--font-sans); letter-spacing: .1em; text-transform: uppercase; }
.fn-slot__cta svg { width: 14px; height: 14px; }
.fn-slot--ready .fn-slot__cta { background: var(--gold-500); color: var(--gold-ink); box-shadow: inset 0 -4px 0 var(--gold-700), inset 0 2px 0 var(--gold-400); }
.fn-slot--ready::after { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 35%, rgba(255, 210, 122, 0.22) 50%, transparent 65%); transform: translateX(-120%); }
.fn-slot--ready:hover { transform: translateY(-3px); --edge: var(--gold-500); }
.fn-slot--ready:hover .fn-slot__cta { background: var(--gold-400); }
.fn-slot--ready:hover .lid { transform: translateY(-2px) rotate(-6deg); }
@media (prefers-reduced-motion: no-preference) { .fn-slot--ready:hover::after { transition: transform .6s; transform: translateX(120%); } }
.fn-slot--ready:active .fn-slot__cta { box-shadow: inset 0 -2px 0 var(--gold-700); }
.fn-slot--voted { --edge: #1f5a3d; }
.fn-slot--voted .fn-slot__in { background: linear-gradient(180deg, #0f2a26 0%, var(--surface-900) 100%); }
.fn-slot--voted .fn-slot__cta { background: var(--emerald-soft); color: var(--emerald-400); }


/* ---------- VoteParty meter ---------- */
.fn-party { --n: 6px; display: flex; align-items: center; gap: var(--space-4); padding: 2px; margin-bottom: var(--space-6); background: var(--gold-700);
  clip-path: polygon(0 var(--n), var(--n) var(--n), var(--n) 0, calc(100% - var(--n)) 0, calc(100% - var(--n)) var(--n), 100% var(--n), 100% calc(100% - var(--n)), calc(100% - var(--n)) calc(100% - var(--n)), calc(100% - var(--n)) 100%, var(--n) 100%, var(--n) calc(100% - var(--n)), 0 calc(100% - var(--n))); }
.fn-party__in { --n: 4px; flex: 1; display: flex; align-items: center; gap: var(--space-4); padding: var(--space-4) var(--space-6);
  background: radial-gradient(ellipse at 0% 50%, rgba(245, 166, 35, 0.22), transparent 55%), linear-gradient(180deg, #1a2238 0%, var(--surface-900) 100%);
  clip-path: polygon(0 var(--n), var(--n) var(--n), var(--n) 0, calc(100% - var(--n)) 0, calc(100% - var(--n)) var(--n), 100% var(--n), 100% calc(100% - var(--n)), calc(100% - var(--n)) calc(100% - var(--n)), calc(100% - var(--n)) 100%, var(--n) 100%, var(--n) calc(100% - var(--n)), 0 calc(100% - var(--n))); }
.fn-party__icon { width: 64px; height: 64px; flex: none; filter: drop-shadow(0 4px 0 rgba(0, 0, 0, 0.45)); }
.fn-party__main { flex: 1; min-width: 0; }
.fn-party__row { display: flex; align-items: baseline; justify-content: space-between; gap: var(--space-4); margin-bottom: var(--space-2); }
.fn-party__label { font: 800 13px/1 var(--font-sans); letter-spacing: .14em; text-transform: uppercase; color: var(--gold-400); }
.fn-party__title { margin: 4px 0 0; font: 800 24px/28px var(--font-display); }
.fn-party__count { font: 800 32px/1 var(--font-display); color: var(--ink); white-space: nowrap; }
.fn-party__count span { font-size: 18px; color: var(--ink-muted); font-weight: 600; }
.fn-party__bar { position: relative; height: 22px; padding: 3px; background: #000000; }
.fn-party__bar::before { content: ""; position: absolute; inset: 3px; background: #1c1608; }
.fn-party__fill { position: relative; }
.fn-party__fill { height: 100%; background-color: var(--gold-500);
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.18) 0 8px, transparent 8px 16px);
  box-shadow: inset 0 -4px 0 var(--gold-700), inset 0 3px 0 var(--gold-400); }
@media (prefers-reduced-motion: no-preference) { .fn-party__fill { background-size: 22.6px 22.6px; animation: fn-stripes 1s linear infinite; } }
@keyframes fn-stripes { to { background-position: 22.6px 0; } }
.fn-party__ticks { position: absolute; inset: 3px; display: flex; pointer-events: none; }
.fn-party__ticks i { flex: 1; border-right: 2px solid rgba(0, 0, 0, 0.55); }
.fn-party__ticks i:last-child { border-right: 0; }
.fn-party__hint { margin: var(--space-2) 0 0; font: 500 14px/20px var(--font-sans); color: var(--ink-muted); }
.fn-party__hint b { color: var(--ink); }
.fn-party__side { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; padding-left: var(--space-4); border-left: 1px solid var(--border-700); }
.fn-party__side small { font: 700 11px/16px var(--font-sans); letter-spacing: .08em; text-transform: uppercase; color: var(--ink-muted); }
.fn-party__side strong { font: 700 15px/20px var(--font-sans); }
@media (max-width: 720px) { .fn-party__side { display: none; } .fn-party__icon { width: 44px; height: 44px; } }

/* Phones: two narrow columns. Smaller chest and button text so "Again in 11h 42m"
   stays on one line. */
@media (max-width: 640px) {
  .fn-slot__in { padding: var(--space-2); gap: var(--space-2); }
  .fn-slot__body { gap: var(--space-2); }
  .fn-chest { width: 32px; height: 32px; }
  .fn-slot__name { font-size: 14px; line-height: 18px; }
  .fn-slot__meta { font-size: 12px; line-height: 16px; }
  .fn-slot__cta { font-size: 11px; letter-spacing: .04em; gap: 4px; white-space: nowrap; }
  .fn-xp { gap: var(--space-2); }
  .fn-xp__title { font-size: 18px; }
  .fn-party__in { padding: var(--space-3); gap: var(--space-3); }
  .fn-party__title { font-size: 18px; line-height: 22px; }
  .fn-party__count { font-size: 24px; }
}

/* ---------- Monthly top voters (TopVoters.jsx) ---------- */
.fn-top { margin-top: var(--space-8); }
.fn-top__headrow { display: flex; align-items: baseline; justify-content: space-between; gap: var(--space-4); flex-wrap: wrap; margin-bottom: var(--space-4); }
.fn-top__month { color: var(--gold-400); }
.fn-top__reset { font: 600 13px/20px var(--font-sans); color: var(--ink-muted); }
.fn-top__grid { display: grid; grid-template-columns: minmax(220px, 280px) minmax(0, 1fr); gap: var(--space-4); align-items: stretch; }
.fn-top__leader { --n: 6px; padding: 2px; background: var(--gold-700);
  clip-path: polygon(0 var(--n), var(--n) var(--n), var(--n) 0, calc(100% - var(--n)) 0, calc(100% - var(--n)) var(--n), 100% var(--n), 100% calc(100% - var(--n)), calc(100% - var(--n)) calc(100% - var(--n)), calc(100% - var(--n)) 100%, var(--n) 100%, var(--n) calc(100% - var(--n)), 0 calc(100% - var(--n))); }
.fn-top__leaderIn { --n: 4px; position: relative; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: var(--space-2); padding: var(--space-4); text-align: center;
  background: radial-gradient(ellipse at 50% 30%, rgba(245, 166, 35, 0.2), transparent 60%), linear-gradient(180deg, #1a2238 0%, var(--surface-900) 100%);
  clip-path: polygon(0 var(--n), var(--n) var(--n), var(--n) 0, calc(100% - var(--n)) 0, calc(100% - var(--n)) var(--n), 100% var(--n), 100% calc(100% - var(--n)), calc(100% - var(--n)) calc(100% - var(--n)), calc(100% - var(--n)) 100%, var(--n) 100%, var(--n) calc(100% - var(--n)), 0 calc(100% - var(--n))); }
.fn-top__leaderIn .fn-badge { position: absolute; top: var(--space-3); left: var(--space-3); }
.fn-top__leaderHead { position: relative; padding-top: 14px; }
.fn-top__leaderHead .fn-top__crown { position: absolute; top: 0; left: 50%; width: 32px; height: 20px; transform: translateX(-50%); filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.45)); }
.fn-top__leaderHead .fn-top__head { width: 72px; height: 72px; box-shadow: 0 4px 0 rgba(0, 0, 0, 0.45); }
.fn-top__head { image-rendering: pixelated; flex: none; display: block; }
.fn-top__leaderName { margin: 4px 0 0; font: 800 22px/26px var(--font-display); overflow-wrap: anywhere; }
.fn-top__leaderVotes { margin: 0; font: 500 14px/20px var(--font-sans); color: var(--ink-muted); }
.fn-top__leaderVotes b { color: var(--gold-400); font-size: 18px; }
.fn-top__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.fn-top__row { display: grid; grid-template-columns: 34px 24px minmax(0, 150px) minmax(0, 1fr) auto; align-items: center; gap: var(--space-3);
  padding: 8px var(--space-3); background: linear-gradient(180deg, var(--surface-800), var(--surface-900)); border: 1px solid var(--border-700); }
.fn-top__rank { font: 800 12px/1 var(--font-mono); color: var(--ink-faint); }
.fn-top__name { font: 700 14px/18px var(--font-sans); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fn-top__bar { height: 8px; padding: 1px; background: #000000; }
.fn-top__bar i { display: block; height: 100%; background: var(--gold-500); box-shadow: inset 0 -2px 0 var(--gold-700); }
.fn-top__votes { font: 700 13px/1 var(--font-sans); color: var(--ink-muted); white-space: nowrap; }
.fn-top__empty, .fn-top__hallEmpty { margin: 0; padding: var(--space-4); color: var(--ink-muted); font: 500 14px/20px var(--font-sans); border: 1px dashed var(--border-600); }
.fn-top__hall { margin-top: var(--space-6); }
.fn-top__hallTitle { margin: 0 0 var(--space-3); font: 800 13px/1 var(--font-sans); letter-spacing: .14em; text-transform: uppercase; color: var(--gold-400); }
.fn-top__hallList { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.fn-top__hallItem { display: flex; align-items: center; gap: var(--space-3); flex-wrap: wrap; padding: 8px var(--space-3); background: var(--surface-900); border: 1px solid var(--border-700); }
.fn-top__hallMonth { font: 800 12px/1 var(--font-mono); color: var(--ink-faint); min-width: 70px; text-transform: uppercase; letter-spacing: .06em; }
.fn-top__hallItem .fn-top__crown { width: 16px; height: 10px; }
.fn-top__runners { margin-left: auto; font: 500 12px/1 var(--font-sans); color: var(--ink-faint); }
@media (max-width: 760px) {
  .fn-top__grid { grid-template-columns: minmax(0, 1fr); }
  .fn-top__row { grid-template-columns: 30px 24px minmax(0, 1fr) auto; }
  .fn-top__bar { display: none; }
  .fn-top__runners { margin-left: 0; width: 100%; }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"components/RanksTable.jsx","import":"Silkscreen","arguments":[{"weight":["400","700"],"subsets":["latin"]}],"variableName":"silkscreen"} ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* latin-ext */
@font-face {
  font-family: '__Silkscreen_7611f3';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/3702f26392e21a15-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Silkscreen_7611f3';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/cd21efaca8026c00-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: '__Silkscreen_7611f3';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/485435f9f1e1f82c-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Silkscreen_7611f3';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/966913bad25267a8-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Silkscreen_Fallback_7611f3';src: local("Arial");ascent-override: 68.84%;descent-override: 16.71%;line-gap-override: 0.00%;size-adjust: 149.62%
}.__className_7611f3 {font-family: '__Silkscreen_7611f3', '__Silkscreen_Fallback_7611f3';font-style: normal
}

