/* FinalHopeMU live relaunch — ranking hall and account navigation v90 */
:root{
  --fh90-ink:#04070c;
  --fh90-panel:#08111b;
  --fh90-panel-2:#0d1925;
  --fh90-line:rgba(119,167,202,.22);
  --fh90-gold:#f3c45c;
  --fh90-gold-2:#9b6418;
  --fh90-blue:#6bc8ff;
  --fh90-red:#ff644d;
  --fh90-green:#55e495;
  --fh90-text:#f4f8fc;
  --fh90-muted:#a8bac9;
}

/* Account tools: keep every real service visible, readable and aligned. */
body.we-body-home .fh-important-account-menu{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:9px!important;
  margin:0!important;
  padding:0!important;
}
body.we-body-home .fh-account-menu-section{
  grid-column:1/-1;
  display:flex;
  align-items:center;
  gap:9px;
  margin:10px 0 0;
  color:#efc66b;
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
body.we-body-home .fh-account-menu-section:first-child{margin-top:0}
body.we-body-home .fh-account-menu-section:after{
  content:"";
  height:1px;
  flex:1;
  background:linear-gradient(90deg,rgba(239,198,107,.45),transparent);
}
body.we-body-home .fh-important-account-menu .we-home-account-link{
  position:relative!important;
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr) auto!important;
  min-height:62px!important;
  align-items:center!important;
  gap:10px!important;
  margin:0!important;
  padding:10px 12px!important;
  border:1px solid rgba(111,157,191,.22)!important;
  border-radius:10px!important;
  background:
    radial-gradient(circle at 10% 20%,rgba(72,160,222,.12),transparent 42%),
    linear-gradient(145deg,rgba(13,28,42,.98),rgba(5,12,20,.99))!important;
  color:#edf5fb!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.2!important;
  box-shadow:inset 0 1px rgba(255,255,255,.035),0 8px 18px rgba(0,0,0,.16)!important;
  transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease!important;
}
body.we-body-home .fh-important-account-menu .we-home-account-link:before{
  content:"";
  position:absolute;
  left:0;
  top:13px;
  bottom:13px;
  width:2px;
  border-radius:2px;
  background:linear-gradient(#6bc8ff,#315c82);
  opacity:.72;
}
body.we-body-home .fh-important-account-menu .we-home-account-link:hover{
  z-index:2;
  border-color:rgba(243,196,92,.66)!important;
  transform:translateY(-2px)!important;
  box-shadow:0 10px 25px rgba(0,0,0,.28),0 0 17px rgba(243,196,92,.08)!important;
}
body.we-body-home .fh-important-account-menu .we-home-account-link-icon{
  display:grid!important;
  width:38px!important;
  height:38px!important;
  place-items:center!important;
  border:1px solid rgba(103,184,235,.34)!important;
  border-radius:9px!important;
  background:rgba(43,116,166,.12)!important;
  color:#78cdff!important;
}
body.we-body-home .fh-important-account-menu .fh-menu-vip .we-home-account-link-icon{
  border-color:rgba(243,196,92,.5)!important;
  background:rgba(158,104,20,.15)!important;
  color:#ffd875!important;
}
body.we-body-home .fh-menu-status{
  position:absolute;
  right:8px;
  top:7px;
  padding:2px 6px;
  border-radius:8px;
  font-size:10px;
  font-style:normal;
  font-weight:950;
  letter-spacing:.08em;
}
body.we-body-home .fh-menu-status.is-live{background:rgba(60,211,126,.12);color:#62eba0}
body.we-body-home .fh-account-panel-title{
  margin-top:14px!important;
  color:#fff!important;
  font-size:17px!important;
  letter-spacing:.04em!important;
}

/* Guest homepage: an advert-style welcome without adding navigation clutter. */
.fh90-welcome{display:grid;gap:12px;color:var(--fh90-text)}
.fh90-welcome-hero{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) 150px;
  min-height:286px;
  align-items:center;
  gap:22px;
  overflow:hidden;
  padding:30px;
  border:1px solid rgba(233,185,86,.52);
  border-radius:15px;
  background:
    radial-gradient(circle at 83% 45%,rgba(47,137,205,.25),transparent 28%),
    radial-gradient(circle at 13% 18%,rgba(181,48,28,.22),transparent 36%),
    linear-gradient(135deg,rgba(15,20,28,.99),rgba(4,12,21,.99));
  box-shadow:0 20px 48px rgba(0,0,0,.38),inset 0 1px rgba(255,255,255,.04);
}
.fh90-welcome-hero:after{content:"";position:absolute;right:-90px;bottom:-170px;width:360px;height:360px;border:1px solid rgba(239,190,84,.22);border-radius:50%;box-shadow:0 0 0 22px rgba(82,158,216,.025),0 0 0 45px rgba(239,190,84,.018);pointer-events:none}
.fh90-welcome-copy{position:relative;z-index:2;display:grid;gap:11px}
.fh90-welcome-kicker{display:flex;align-items:center;gap:8px;color:#75eaa7;font-size:12px;font-weight:950;letter-spacing:.16em}
.fh90-welcome-kicker i{width:8px;height:8px;border-radius:50%;background:#5aef9c;box-shadow:0 0 12px rgba(90,239,156,.78)}
.fh90-welcome-copy h1{max-width:570px;margin:0!important;color:#fff!important;font-family:Orbitron,Poppins,Arial,sans-serif!important;font-size:34px!important;font-weight:850!important;line-height:1.13!important;letter-spacing:-.02em!important;text-shadow:0 0 26px rgba(84,172,232,.17)}
.fh90-welcome-copy p{max-width:600px;margin:0!important;color:#bdcdda!important;font-size:15px!important;line-height:1.62!important}
.fh90-welcome-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:4px}
.fh90-welcome-actions a{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:8px;padding:10px 17px;border-radius:9px;color:#fff!important;font-size:14px;font-weight:900;text-decoration:none!important;transition:transform .17s ease,filter .17s ease,box-shadow .17s ease}
.fh90-welcome-actions a:hover{transform:translateY(-2px);filter:brightness(1.08)}
.fh90-welcome-actions .is-primary{border:1px solid #f1c35a;background:linear-gradient(135deg,#a95b17,#d1932f);box-shadow:0 8px 22px rgba(211,139,35,.2)}
.fh90-welcome-actions .is-secondary{border:1px solid rgba(104,192,247,.58);background:linear-gradient(135deg,#124775,#1c6b9d);box-shadow:0 8px 22px rgba(40,133,191,.16)}
.fh90-welcome-seal{position:relative;z-index:2;display:grid;width:142px;height:142px;place-items:center;align-content:center;border:1px solid rgba(245,205,108,.62);border-radius:50%;background:radial-gradient(circle,#17344c 0,#091722 51%,#060b10 72%);box-shadow:0 0 0 7px rgba(240,192,89,.035),0 0 35px rgba(61,158,221,.18),inset 0 0 25px rgba(225,177,70,.09);transform:rotate(-4deg)}
.fh90-welcome-seal:before,.fh90-welcome-seal:after{content:"✦";position:absolute;top:58px;color:#e8bb55;font-size:11px}.fh90-welcome-seal:before{left:13px}.fh90-welcome-seal:after{right:13px}
.fh90-welcome-seal span{color:#9bcff0;font-size:11px;font-weight:950;letter-spacing:.2em}.fh90-welcome-seal strong{color:#ffd879;font-family:Orbitron,Poppins,sans-serif;font-size:23px;letter-spacing:.04em;text-shadow:0 0 14px rgba(255,211,104,.28)}.fh90-welcome-seal small{color:#e9f1f6;font-size:10px;font-weight:900;letter-spacing:.15em}
.fh90-welcome-pillars{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.fh90-welcome-pillars a{display:grid;grid-template-columns:51px minmax(0,1fr);align-items:center;gap:10px;min-height:82px;padding:12px;border:1px solid rgba(109,160,197,.22);border-radius:11px;background:linear-gradient(145deg,rgba(14,28,40,.98),rgba(5,12,20,.99));color:#fff!important;text-decoration:none!important;box-shadow:0 9px 20px rgba(0,0,0,.18);transition:border-color .17s ease,transform .17s ease}
.fh90-welcome-pillars a:hover{border-color:rgba(238,190,87,.6);transform:translateY(-2px)}
.fh90-welcome-pillars i{display:grid;width:48px;height:48px;place-items:center;border:1px solid rgba(240,193,90,.38);border-radius:10px;background:rgba(151,93,17,.1);color:#f3c55f;font-size:17px;font-style:normal;font-weight:950}
.fh90-welcome-pillars span,.fh90-welcome-feature span{display:grid;gap:3px}.fh90-welcome-pillars strong,.fh90-welcome-feature strong{color:#f7fbff;font-size:14px;font-weight:900}.fh90-welcome-pillars small,.fh90-welcome-feature small{color:#9fb2c1;font-size:12px;line-height:1.4}
.fh90-welcome-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:12px;border:1px solid rgba(116,159,190,.18);border-radius:12px;background:rgba(4,10,16,.58)}
.fh90-welcome-feature{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:11px;min-height:73px;padding:10px;border:1px solid rgba(101,144,175,.14);border-radius:9px;background:rgba(13,25,36,.74)}
.fh90-welcome-feature>b{display:grid;width:40px;height:40px;place-items:center;border:1px solid rgba(101,184,235,.3);border-radius:10px;color:#71c9ff;font-size:17px}
.fh90-welcome-steps{overflow:hidden;border:1px solid rgba(232,185,85,.32);border-radius:12px;background:linear-gradient(145deg,rgba(34,20,13,.75),rgba(6,16,25,.9))}
.fh90-welcome-steps>header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 15px;border-bottom:1px solid rgba(231,185,85,.18)}
.fh90-welcome-steps>header span{color:#f0bd51;font-size:11px;font-weight:950;letter-spacing:.15em}.fh90-welcome-steps>header strong{color:#fff;font-size:15px}
.fh90-welcome-steps ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0!important;padding:0!important;list-style:none!important}
.fh90-welcome-steps li{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:9px;min-height:78px;padding:12px 14px;border-right:1px solid rgba(231,185,85,.13)}.fh90-welcome-steps li:last-child{border-right:0}
.fh90-welcome-steps li>b{color:#efc05d;font-family:Orbitron,sans-serif;font-size:16px}.fh90-welcome-steps li span{display:grid;gap:2px}.fh90-welcome-steps li strong{color:#fff;font-size:13px}.fh90-welcome-steps li small{color:#a8bac8;font-size:11px;line-height:1.35}

/* Ranking hall */
body.we-page-rankings .fh-inline-module-content,
body.we-page-rankings .we-module-col{min-width:0}
body.we-page-rankings .fh-rankings-window{
  position:relative;
  overflow:hidden;
  width:100%;
  margin:0;
  padding:20px;
  border:1px solid rgba(188,143,58,.42);
  border-radius:16px;
  background:
    radial-gradient(circle at 8% 0,rgba(184,49,32,.14),transparent 30%),
    radial-gradient(circle at 94% 2%,rgba(41,130,207,.16),transparent 32%),
    linear-gradient(145deg,rgba(6,12,19,.995),rgba(10,21,32,.99));
  box-shadow:0 22px 55px rgba(0,0,0,.42),inset 0 1px rgba(255,255,255,.035);
}
body.we-page-rankings .fh-rankings-window:before,
body.we-page-rankings .fh-rankings-window:after{
  content:"";
  position:absolute;
  z-index:0;
  width:150px;
  height:150px;
  pointer-events:none;
  opacity:.52;
}
body.we-page-rankings .fh-rankings-window:before{
  left:-55px;
  top:-55px;
  border-right:1px solid rgba(244,196,88,.46);
  transform:rotate(45deg);
  background:linear-gradient(135deg,rgba(158,42,25,.18),transparent 64%);
}
body.we-page-rankings .fh-rankings-window:after{
  right:-55px;
  top:-55px;
  border-left:1px solid rgba(103,196,255,.38);
  transform:rotate(-45deg);
  background:linear-gradient(225deg,rgba(37,118,190,.18),transparent 64%);
}
body.we-page-rankings .fh-rankings-window>*{position:relative;z-index:1}
body.we-page-rankings .page-title{display:none!important}

.fh90-ranking-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  min-height:112px;
  margin:-2px 0 16px;
  padding:18px 20px;
  border:1px solid rgba(138,177,205,.2);
  border-radius:12px;
  background:
    linear-gradient(90deg,rgba(164,40,24,.15),transparent 42%,rgba(42,121,190,.14)),
    rgba(8,17,27,.76);
}
.fh90-ranking-hero-copy{display:grid;gap:5px;min-width:0}
.fh90-ranking-kicker{
  color:var(--fh90-gold);
  font-size:12px;
  font-weight:950;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.fh90-ranking-hero h1{
  margin:0!important;
  color:#fff!important;
  font-family:Orbitron,Poppins,Arial,sans-serif!important;
  font-size:30px!important;
  font-weight:800!important;
  letter-spacing:.015em!important;
  line-height:1.12!important;
  text-shadow:0 0 22px rgba(92,179,235,.18);
}
.fh90-ranking-hero p{
  margin:0!important;
  color:#b9c9d6!important;
  font-size:14px!important;
  line-height:1.5!important;
}
.fh90-ranking-live{
  display:flex;
  align-items:center;
  gap:9px;
  padding:10px 13px;
  border:1px solid rgba(74,225,145,.34);
  border-radius:10px;
  background:rgba(28,115,70,.11);
  color:#6af0a7;
  font-size:12px;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
  white-space:nowrap;
}
.fh90-ranking-live i{
  width:9px;
  height:9px;
  border-radius:50%;
  background:#56ec98;
  box-shadow:0 0 0 4px rgba(86,236,152,.08),0 0 13px rgba(86,236,152,.7);
  animation:fh90-live 1.8s ease-in-out infinite;
}
@keyframes fh90-live{50%{opacity:.45;transform:scale(.82)}}

body.we-page-rankings .fh-ranking-type-tabs{margin-bottom:16px!important}
body.we-page-rankings .fh-ranking-type-tabs .rankings_menu,
body.we-page-rankings .fh-rankings-window>.rankings_menu{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:8px!important;
  margin:0!important;
  padding:10px!important;
  border:1px solid rgba(118,158,189,.18)!important;
  border-radius:12px!important;
  background:rgba(3,9,15,.72)!important;
}
body.we-page-rankings .rankings_menu a{
  display:flex!important;
  min-width:0!important;
  min-height:48px!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:9px!important;
  padding:9px 12px!important;
  border:1px solid rgba(107,147,176,.18)!important;
  border-radius:9px!important;
  background:linear-gradient(145deg,#0e1b28,#07111a)!important;
  color:#c7d4df!important;
  font-size:13px!important;
  font-weight:850!important;
  line-height:1.2!important;
  text-decoration:none!important;
  box-shadow:inset 0 1px rgba(255,255,255,.025)!important;
  transition:border-color .16s ease,transform .16s ease,color .16s ease!important;
}
body.we-page-rankings .rankings_menu a:hover,
body.we-page-rankings .rankings_menu a.active{
  border-color:rgba(243,196,92,.64)!important;
  background:linear-gradient(145deg,rgba(98,56,14,.68),#0b1722)!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
  box-shadow:0 0 18px rgba(232,173,61,.09),inset 0 1px rgba(255,255,255,.04)!important;
}
.fh90-rank-tab-glyph{
  display:grid;
  width:29px;
  height:29px;
  flex:0 0 29px;
  place-items:center;
  border:1px solid rgba(112,195,245,.28);
  border-radius:8px;
  background:rgba(54,137,190,.09);
  color:#76ccff;
  font-size:15px;
  line-height:1;
}
body.we-page-rankings .rankings_menu a.active .fh90-rank-tab-glyph{
  border-color:rgba(255,216,118,.48);
  color:#ffdb7a;
}

body.we-page-rankings .fh-ranking-story,
body.we-page-rankings .fh-rankings-hero{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  min-height:66px!important;
  margin:0 0 15px!important;
  padding:12px 16px!important;
  border:1px solid rgba(100,155,195,.18)!important;
  border-left:3px solid var(--fh90-gold)!important;
  border-radius:9px!important;
  background:rgba(10,23,34,.7)!important;
}
body.we-page-rankings .fh-ranking-story strong,
body.we-page-rankings .fh-rankings-hero h1{
  color:#fff!important;
  font-size:18px!important;
  font-weight:900!important;
  white-space:nowrap;
}
body.we-page-rankings .fh-ranking-story span,
body.we-page-rankings .fh-rankings-hero span{
  color:#aebfcd!important;
  font-size:14px!important;
  line-height:1.45!important;
}

.fh90-podium{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:11px;
  margin:0 0 16px;
}
.fh90-podium-card{
  --fh90-medal:#c07a38;
  position:relative;
  display:grid;
  min-height:170px;
  place-items:center;
  align-content:center;
  gap:6px;
  overflow:hidden;
  padding:18px 12px 15px;
  border:1px solid color-mix(in srgb,var(--fh90-medal) 58%,#304252);
  border-radius:12px;
  background:
    radial-gradient(circle at 50% 0,color-mix(in srgb,var(--fh90-medal) 19%,transparent),transparent 48%),
    linear-gradient(160deg,#101e2a,#060d15);
  text-align:center;
  box-shadow:inset 0 1px rgba(255,255,255,.035),0 10px 23px rgba(0,0,0,.23);
}
.fh90-podium-card.is-first{--fh90-medal:#f1c553;order:2;transform:translateY(-5px);box-shadow:0 14px 30px rgba(0,0,0,.28),0 0 24px rgba(241,197,83,.09)}
.fh90-podium-card.is-second{--fh90-medal:#b9cadd;order:1}
.fh90-podium-card.is-third{--fh90-medal:#ce8050;order:3}
.fh90-podium-rank{
  position:absolute;
  left:10px;
  top:9px;
  color:var(--fh90-medal);
  font-size:12px;
  font-weight:950;
  letter-spacing:.12em;
}
.fh90-podium-avatar{
  display:grid;
  width:58px;
  height:58px;
  place-items:center;
  overflow:hidden;
  border:2px solid var(--fh90-medal);
  border-radius:50%;
  background:#101c27;
  box-shadow:0 0 17px color-mix(in srgb,var(--fh90-medal) 28%,transparent);
}
.fh90-podium-avatar img{width:100%!important;height:100%!important;object-fit:cover!important;border:0!important;border-radius:50%!important}
.fh90-podium-avatar span{color:var(--fh90-medal);font-size:20px;font-weight:950}
.fh90-podium-name{max-width:100%;overflow:hidden;color:#fff;font-size:15px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}
.fh90-podium-score{color:var(--fh90-medal);font-size:17px;font-weight:950}
.fh90-podium-label{color:#9fb0be;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}

body.we-page-rankings .fh-ranking-table-shell{
  overflow:hidden;
  padding:0!important;
  border:1px solid rgba(113,153,182,.2)!important;
  border-radius:12px!important;
  background:rgba(4,10,16,.7)!important;
  box-shadow:inset 0 1px rgba(255,255,255,.025)!important;
}
body.we-page-rankings .fh-ranking-table-shell>header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:52px;
  padding:12px 16px;
  border-bottom:1px solid rgba(113,153,182,.16);
  color:#fff;
  font-size:16px;
  font-weight:900;
}
body.we-page-rankings .fh-ranking-table-scroll{overflow-x:auto!important;scrollbar-color:#8c6427 #07111a;scrollbar-width:thin}
body.we-page-rankings table.rankings-table{
  width:100%!important;
  min-width:720px!important;
  margin:0!important;
  border:0!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  table-layout:auto!important;
  background:transparent!important;
}
body.we-page-rankings table.rankings-table th,
body.we-page-rankings table.rankings-table thead td,
body.we-page-rankings table.rankings-table tr:first-child>td[style*="bold"]{
  height:48px!important;
  padding:11px 13px!important;
  border:0!important;
  border-bottom:1px solid rgba(229,182,88,.3)!important;
  background:linear-gradient(180deg,rgba(34,48,60,.94),rgba(13,24,34,.96))!important;
  color:#eac66e!important;
  font-size:12px!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
  text-align:left!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}
body.we-page-rankings table.rankings-table td{
  height:61px!important;
  padding:9px 13px!important;
  border:0!important;
  border-bottom:1px solid rgba(112,151,180,.105)!important;
  background:rgba(8,17,26,.48)!important;
  color:#dce7ef!important;
  font-size:14px!important;
  line-height:1.3!important;
  vertical-align:middle!important;
  white-space:nowrap!important;
}
body.we-page-rankings table.rankings-table tbody tr:nth-child(even) td{background:rgba(14,27,39,.58)!important}
body.we-page-rankings table.rankings-table tr:hover td{background:rgba(33,67,92,.42)!important;color:#fff!important}
body.we-page-rankings table.rankings-table a{color:#f5f8fb!important;font-size:14px!important;font-weight:900!important;text-decoration:none!important}
body.we-page-rankings table.rankings-table a:hover{color:#ffd36d!important}
body.we-page-rankings table.rankings-table .rankings-class-image,
body.we-page-rankings table.rankings-table img.rankings-class-image{
  width:44px!important;
  height:44px!important;
  border:1px solid rgba(101,181,232,.32)!important;
  border-radius:9px!important;
  object-fit:cover!important;
  box-shadow:0 4px 13px rgba(0,0,0,.28)!important;
}
body.we-page-rankings table.rankings-table .rankings-table-place,
body.we-page-rankings table.rankings-table td:first-child{width:58px;text-align:center!important}
.fh90-place{
  display:grid;
  width:32px;
  height:32px;
  margin:auto;
  place-items:center;
  border:1px solid rgba(113,167,205,.34);
  border-radius:9px;
  background:linear-gradient(145deg,#142434,#09131d);
  color:#acc4d7;
  font-size:12px;
  font-weight:950;
}
.fh90-rank-row-top-1 td{background:linear-gradient(90deg,rgba(137,93,19,.2),rgba(12,22,31,.6))!important}.fh90-rank-row-top-1 .fh90-place{border-color:#f1c553;background:linear-gradient(145deg,#c58d25,#59400e);color:#fff6c9;box-shadow:0 0 14px rgba(241,197,83,.22)}
.fh90-rank-row-top-2 td{background:linear-gradient(90deg,rgba(111,137,159,.16),rgba(12,22,31,.6))!important}.fh90-rank-row-top-2 .fh90-place{border-color:#c7d6e2;color:#fff}
.fh90-rank-row-top-3 td{background:linear-gradient(90deg,rgba(147,77,39,.16),rgba(12,22,31,.6))!important}.fh90-rank-row-top-3 .fh90-place{border-color:#d38758;color:#ffd9c1}
body.we-page-rankings .fh-status-pill,body.we-page-rankings .fh-rank-status{font-size:11px!important;padding:5px 8px!important;border-radius:10px!important}
body.we-page-rankings .rankings-update-time,
body.we-page-rankings .fh-lorencia-source-note{
  margin:12px 0 0!important;
  color:#9fb2c2!important;
  font-size:12px!important;
  text-align:right!important;
}
body.we-page-rankings .fh-rank-legend{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin-top:16px!important;padding:14px!important;border-color:rgba(133,173,201,.2)!important;border-radius:12px!important;background:rgba(4,11,18,.74)!important}
body.we-page-rankings .fh-rank-legend>header{color:#f1ca70!important;font-size:14px!important}
body.we-page-rankings .fh-rank-legend .fh-rank-legend-item{min-height:45px!important;padding:7px 9px!important}
body.we-page-rankings .fh-rank-legend .fh-rank-legend-item small{color:#a8bac9!important;font-size:11px!important}
body.we-page-rankings .fh-progression-rank,body.we-page-rankings .fh-progression-rank b{font-size:12px!important}
body.we-page-rankings .fh-progression-rank i{width:30px!important;height:30px!important;font-size:11px!important}

/* Lorencia keeps its unique wing badges while sharing the new hall. */
body.we-page-rankings .fh-lorencia-podium{gap:11px!important;margin-bottom:16px!important}
body.we-page-rankings .fh-lorencia-podium article{min-height:168px!important;border-radius:12px!important;background:radial-gradient(circle at 50% 0,rgba(226,181,83,.1),transparent 50%),linear-gradient(160deg,#101e2a,#060d15)!important}
body.we-page-rankings .fh-lorencia-podium .fh-podium-player{font-size:15px!important}
body.we-page-rankings .fh-lorencia-week-label{padding:11px 13px!important;border-radius:9px!important}
body.we-page-rankings .fh-lorencia-week-label strong{font-size:13px!important}.fh-lorencia-week-label span{font-size:12px!important}

/* Live state instead of the paused launch card. */
body.we-body-home .fh-live-command.fh-launching-soon{
  border-color:rgba(234,187,85,.55)!important;
  background:radial-gradient(circle at 50% 20%,rgba(201,137,35,.15),transparent 48%),linear-gradient(145deg,#1b1408,#07111d)!important;
  box-shadow:0 0 22px rgba(220,158,51,.08),inset 0 0 24px rgba(255,255,255,.02)!important;
}
body.we-body-home .fh-launching-soon-copy small{color:#f0c360!important}
body.we-body-home .fh-launching-soon-copy strong{color:#ffd675!important;text-shadow:0 0 17px rgba(226,170,62,.3)!important}
body.we-body-home .fh-launching-soon-copy span{color:#d9d1bd!important}

@media(max-width:980px){
  .fh90-welcome-hero{grid-template-columns:minmax(0,1fr) 120px;padding:24px}.fh90-welcome-seal{width:116px;height:116px}.fh90-welcome-seal strong{font-size:19px}.fh90-welcome-pillars{grid-template-columns:1fr}.fh90-welcome-steps ol{grid-template-columns:1fr}.fh90-welcome-steps li{border-right:0;border-bottom:1px solid rgba(231,185,85,.13)}.fh90-welcome-steps li:last-child{border-bottom:0}
  body.we-page-rankings .fh-ranking-type-tabs .rankings_menu,
  body.we-page-rankings .fh-rankings-window>.rankings_menu{grid-template-columns:repeat(3,minmax(150px,1fr))!important}
  body.we-page-rankings .fh-rank-legend{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:720px){
  body.we-body-home .fh-important-account-menu{grid-template-columns:1fr!important}
  .fh90-welcome-hero{grid-template-columns:1fr;min-height:0;padding:21px}.fh90-welcome-copy h1{font-size:28px!important}.fh90-welcome-seal{display:none}.fh90-welcome-grid{grid-template-columns:1fr}.fh90-welcome-steps>header{align-items:flex-start;flex-direction:column;gap:4px}
  body.we-page-rankings .fh-rankings-window{padding:12px;border-radius:12px}
  .fh90-ranking-hero{grid-template-columns:1fr;min-height:0;padding:15px}.fh90-ranking-hero h1{font-size:24px!important}.fh90-ranking-live{justify-self:start}
  body.we-page-rankings .fh-ranking-type-tabs{overflow-x:auto!important}
  body.we-page-rankings .fh-ranking-type-tabs .rankings_menu,
  body.we-page-rankings .fh-rankings-window>.rankings_menu{display:flex!important;width:max-content!important;min-width:100%!important;padding:8px!important}
  body.we-page-rankings .rankings_menu a{min-width:155px!important}
  .fh90-podium{grid-template-columns:1fr}.fh90-podium-card,.fh90-podium-card.is-first{order:initial;min-height:135px;transform:none}
  body.we-page-rankings .fh-ranking-story,body.we-page-rankings .fh-rankings-hero{align-items:flex-start!important;flex-direction:column!important;gap:5px!important}.fh-ranking-story strong{white-space:normal!important}
}

@media(max-width:520px){body.we-page-rankings .fh-rank-legend{grid-template-columns:1fr!important}}
/* Keep the client gate visibly closed until the owner explicitly launches. */
#navbar .fh-nav-launching-item{display:flex;align-items:stretch}
#navbar .fh-nav-launching{display:flex;align-items:center;gap:7px;padding:0 18px;color:#e9b94f;border-left:1px solid rgba(233,185,79,.18);border-right:1px solid rgba(233,185,79,.18);background:linear-gradient(180deg,rgba(231,174,60,.08),rgba(231,174,60,.025));font-size:10px;font-weight:900;letter-spacing:.07em;text-transform:uppercase;cursor:default;white-space:nowrap}
#navbar .fh-nav-launching .we-icon{color:#f3c765;filter:drop-shadow(0 0 5px rgba(230,177,67,.38))}
@media(max-width:760px){#navbar .fh-nav-launching{width:100%;height:42px;padding:0 14px;border:0;border-bottom:1px solid rgba(233,185,79,.16)}}

/* FinalHope presentation v95 — full realm guide, champion hall and compact services. */
#navbar .fh-nav-vip-item>a{color:#f4ca69!important}
#navbar .fh-nav-vip-item>a .we-icon{color:#ffd978!important;filter:drop-shadow(0 0 5px rgba(235,186,77,.38))}

html body.we-body-home .we-home-account-grid{align-items:stretch!important}
body.we-body-home .we-home-account-main{align-self:stretch!important}
body.we-body-home .fh-inline-module-host,
body.we-body-home .fh-server-inline-module{min-height:100%}

.fh95-welcome{gap:14px}
.fh95-welcome .fh90-welcome-hero{min-height:310px;background:radial-gradient(circle at 82% 48%,rgba(44,138,205,.28),transparent 29%),radial-gradient(circle at 7% 8%,rgba(185,47,29,.24),transparent 38%),linear-gradient(135deg,#121a24,#040c14 70%)}
.fh95-welcome .fh90-welcome-copy h1{max-width:630px;font-size:37px!important}
.fh95-welcome .fh90-welcome-copy p{max-width:660px;color:#c4d2dd!important;font-size:16px!important}
.fh95-section{overflow:hidden;border:1px solid rgba(111,159,194,.22);border-radius:14px;background:linear-gradient(145deg,rgba(11,24,35,.98),rgba(4,11,18,.99));box-shadow:0 13px 31px rgba(0,0,0,.24),inset 0 1px rgba(255,255,255,.03)}
.fh95-section-head{display:grid;gap:4px;padding:19px 20px 16px;border-bottom:1px solid rgba(112,159,193,.16);background:linear-gradient(90deg,rgba(37,105,153,.1),transparent 68%)}
.fh95-section-head>span,.fh95-eyebrow{color:#f0c45e;font-size:11px;font-weight:950;letter-spacing:.17em;text-transform:uppercase}
.fh95-section-head h2,.fh95-pvp h2,.fh95-raid h2,.fh95-roadmap h2{margin:0!important;color:#fff!important;font-family:Orbitron,Poppins,Arial,sans-serif!important;font-size:21px!important;font-weight:820!important;line-height:1.25!important}
.fh95-section-head p,.fh95-pvp p,.fh95-raid p,.fh95-roadmap p{margin:0!important;color:#aebfcd!important;font-size:14px!important;line-height:1.58!important}
.fh95-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:rgba(119,161,191,.13)}
.fh95-stat-grid article{display:grid;gap:2px;min-height:96px;align-content:center;padding:15px 17px;background:linear-gradient(145deg,#0c1924,#07111a)}
.fh95-stat-grid small{color:#78caff;font-size:10px;font-weight:950;letter-spacing:.13em}
.fh95-stat-grid strong{color:#fff;font-size:18px;font-weight:950}
.fh95-stat-grid span{color:#9db1c1;font-size:12px;font-weight:700}
.fh95-note{margin:0!important;padding:11px 17px;border-top:1px solid rgba(236,190,88,.17);background:rgba(113,69,14,.09);color:#c7d2dc!important;font-size:12px!important;line-height:1.5!important}
.fh95-system-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:13px}
.fh95-system-grid article{display:grid;grid-template-columns:43px minmax(0,1fr);gap:11px;min-height:126px;padding:15px;border:1px solid rgba(107,153,186,.16);border-radius:11px;background:rgba(6,15,23,.76)}
.fh95-system-grid article>b{display:grid;width:41px;height:41px;place-items:center;border:1px solid rgba(93,185,242,.3);border-radius:10px;background:rgba(35,110,158,.1);color:#77ceff;font-size:18px}
.fh95-system-grid h3{margin:0 0 5px!important;color:#f4f8fb!important;font-size:15px!important;font-weight:900!important;line-height:1.3!important}
.fh95-system-grid p{margin:0!important;color:#9eb2c2!important;font-size:13px!important;line-height:1.55!important}
.fh95-pvp,.fh95-raid{position:relative;display:grid;grid-template-columns:165px minmax(0,1fr);align-items:center;gap:23px;overflow:hidden;padding:23px;border:1px solid rgba(233,184,81,.42);border-radius:14px;background:radial-gradient(circle at 10% 50%,rgba(179,42,27,.18),transparent 30%),linear-gradient(130deg,#18100e,#071421 56%,#08111a);box-shadow:0 15px 36px rgba(0,0,0,.3)}
.fh95-pvp-mark{display:grid;grid-template-columns:1fr auto 1fr;place-items:center;padding:22px 11px;border:1px solid rgba(239,192,89,.48);border-radius:13px;background:radial-gradient(circle,#1a3040,#071018 69%);box-shadow:0 0 26px rgba(224,166,55,.09),inset 0 0 22px rgba(255,255,255,.025)}
.fh95-pvp-mark strong{color:#ffd66e;font-family:Orbitron,sans-serif;font-size:34px;text-shadow:0 0 18px rgba(236,184,70,.22)}
.fh95-pvp-mark>span{color:#688295;font-size:23px}
.fh95-pvp-mark small{grid-column:1/-1;margin-top:3px;color:#86badb;font-size:9px;font-weight:950;letter-spacing:.15em}
.fh95-pvp>div:last-child,.fh95-raid>div:last-child{display:grid;gap:7px}
.fh95-pvp ul{display:grid;gap:5px;margin:3px 0 0!important;padding:0!important;list-style:none!important}
.fh95-pvp li{position:relative;padding-left:16px;color:#c1ced8;font-size:13px;line-height:1.45}
.fh95-pvp li:before{content:"✦";position:absolute;left:0;color:#efc15d;font-size:9px}
.fh95-prize-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:13px}
.fh95-prize-grid article{--fh95-medal:#cf8450;position:relative;display:grid;min-height:136px;place-items:center;align-content:center;gap:5px;overflow:hidden;padding:17px 12px;border:1px solid color-mix(in srgb,var(--fh95-medal) 60%,#263947);border-radius:11px;background:radial-gradient(circle at 50% 0,color-mix(in srgb,var(--fh95-medal) 18%,transparent),transparent 54%),linear-gradient(150deg,#101d28,#060e16);text-align:center}
.fh95-prize-grid article:after{content:"";position:absolute;right:-32px;bottom:-52px;width:100px;height:100px;border:1px solid color-mix(in srgb,var(--fh95-medal) 26%,transparent);border-radius:50%}
.fh95-prize-grid .is-gold{--fh95-medal:#f0c34f}.fh95-prize-grid .is-silver{--fh95-medal:#b9ccdc}.fh95-prize-grid .is-bronze{--fh95-medal:#cc7c4b}
.fh95-prize-grid span{color:var(--fh95-medal);font-size:10px;font-weight:950;letter-spacing:.12em}.fh95-prize-grid strong{color:#fff;font-size:17px}.fh95-prize-grid b{color:var(--fh95-medal);font-size:15px}.fh95-prize-grid small{color:#b1c1cd;font-size:12px;font-weight:800}
.fh95-raid{grid-template-columns:165px minmax(0,1fr);border-color:rgba(226,76,54,.46);background:radial-gradient(circle at 10% 50%,rgba(210,52,31,.22),transparent 30%),linear-gradient(130deg,#1b0b0a,#09131c 60%)}
.fh95-raid-time{display:grid;place-items:center;align-content:center;min-height:142px;border:1px solid rgba(240,110,76,.44);border-radius:13px;background:radial-gradient(circle,#421b13,#120a0b 68%)}
.fh95-raid-time small{color:#ff9a76;font-size:9px;font-weight:950;letter-spacing:.15em}.fh95-raid-time strong{color:#fff;font-family:Orbitron,sans-serif;font-size:34px;text-shadow:0 0 18px rgba(241,88,51,.32)}.fh95-raid-time span{color:#bfa49c;font-size:11px;font-weight:800}
.fh95-raid-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.fh95-raid-tags span{padding:6px 9px;border:1px solid rgba(225,112,76,.26);border-radius:20px;background:rgba(91,28,18,.15);color:#e8c4b8;font-size:11px;font-weight:800}
.fh95-vip-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:rgba(200,154,58,.15)}
.fh95-vip-grid article{display:grid;gap:4px;min-height:93px;align-content:center;padding:14px 16px;background:linear-gradient(145deg,#16150f,#08121b)}
.fh95-vip-grid strong{color:#f4ce71;font-size:14px}.fh95-vip-grid span{color:#aebdca;font-size:12px;line-height:1.45}.fh95-vip-grid code,.fh95-commands code,.fh95-raid code{color:#83d4ff;font-family:Consolas,monospace;font-weight:900}
.fh95-command-groups{display:grid;gap:8px;padding:13px}
.fh95-command-groups details{overflow:hidden;border:1px solid rgba(105,153,188,.18);border-radius:10px;background:rgba(5,13,21,.72)}
.fh95-command-groups summary{position:relative;padding:13px 42px 13px 15px;color:#edf5fa;font-size:14px;font-weight:900;cursor:pointer;list-style:none}
.fh95-command-groups summary::-webkit-details-marker{display:none}.fh95-command-groups summary:after{content:"+";position:absolute;right:15px;color:#efc15d;font-size:19px}.fh95-command-groups details[open] summary{border-bottom:1px solid rgba(109,157,191,.16);background:rgba(39,101,145,.08)}.fh95-command-groups details[open] summary:after{content:"−"}
.fh95-command-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:rgba(101,146,177,.1)}
.fh95-command-list p{display:grid;grid-template-columns:minmax(116px,.45fr) 1fr;align-items:center;gap:9px;min-height:48px;margin:0!important;padding:9px 12px;background:#08131d}
.fh95-command-list code{font-size:12px}.fh95-command-list span{color:#9fb2c1;font-size:12px;line-height:1.4}
.fh95-roadmap{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:20px;border:1px dashed rgba(109,191,240,.45);border-radius:14px;background:radial-gradient(circle at 4% 50%,rgba(44,138,201,.17),transparent 26%),linear-gradient(135deg,#071722,#080d14)}
.fh95-roadmap>span{display:grid;min-height:78px;place-items:center;padding:0 13px;border:1px solid rgba(113,203,255,.32);border-radius:10px;color:#78ceff;font-size:10px;font-weight:950;letter-spacing:.15em;writing-mode:vertical-rl;transform:rotate(180deg)}
.fh95-roadmap>div{display:grid;gap:5px}.fh95-roadmap>b{padding:7px 10px;border:1px solid rgba(243,195,88,.32);border-radius:20px;color:#edc364;font-size:10px;letter-spacing:.12em}

/* Hall of Champions: a strong side-rail silhouette instead of another card grid. */
body.we-page-rankings .fh-rankings-v95-window{display:grid!important;grid-template-columns:188px minmax(0,1fr)!important;gap:15px!important;padding:18px!important;background:radial-gradient(circle at 50% -4%,rgba(204,153,51,.12),transparent 30%),radial-gradient(circle at 100% 4%,rgba(46,133,199,.14),transparent 31%),linear-gradient(145deg,#050b11,#0a151f)!important}
body.we-page-rankings .fh-rankings-v95-window>*{grid-column:2;min-width:0}
body.we-page-rankings .fh-rankings-v95-window>.fh90-ranking-hero{grid-column:1/-1}
body.we-page-rankings .fh-rankings-v95-window>.fh-ranking-type-tabs{grid-column:1;grid-row:2/span 12;align-self:start;position:sticky;top:82px;margin:0!important}
body.we-page-rankings .fh-rankings-v95-window .fh-ranking-type-tabs .rankings_menu{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;padding:8px!important;border-color:rgba(222,174,73,.24)!important;border-radius:13px!important;background:linear-gradient(180deg,rgba(27,20,12,.86),rgba(3,10,16,.9))!important}
body.we-page-rankings .fh-rankings-v95-window .rankings_menu a{min-height:43px!important;padding:7px 9px!important;font-size:12px!important}
body.we-page-rankings .fh-rankings-v95-window .fh90-rank-tab-glyph{width:27px;height:27px;flex-basis:27px}
html body.we-page-rankings .fh-server-inline-module .fh-rankings-v95-window .fh-ranking-type-tabs .rankings_menu,
html body.we-page-rankings .fh-inline-module-host .fh-rankings-v95-window .fh-ranking-type-tabs .rankings_menu{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;width:100%!important;margin:0!important;padding:8px!important}
html body.we-page-rankings .fh-server-inline-module .fh-rankings-v95-window .fh-ranking-type-tabs .rankings_menu>a,
html body.we-page-rankings .fh-inline-module-host .fh-rankings-v95-window .fh-ranking-type-tabs .rankings_menu>a{grid-template-columns:30px minmax(0,1fr)!important;min-height:43px!important;padding:6px 8px!important;gap:8px!important;font-size:11px!important}
html body.we-page-rankings .fh-rankings-v95-window .rankings_menu>a>i{width:28px!important;height:28px!important;min-width:28px!important;font-size:13px!important}
.fh-rankings-v95-window .fh90-ranking-hero{position:relative;min-height:150px;margin:0!important;padding:23px 25px 23px 132px;border-color:rgba(231,184,80,.38);background:radial-gradient(circle at 7% 50%,rgba(219,166,55,.2),transparent 20%),linear-gradient(100deg,rgba(70,30,19,.48),rgba(9,22,32,.95) 48%,rgba(17,53,77,.68))}
.fh-rankings-v95-window .fh90-ranking-hero:before{content:"FH";position:absolute;left:27px;top:50%;display:grid;width:78px;height:78px;place-items:center;border:1px solid rgba(241,199,102,.65);border-radius:50%;background:radial-gradient(circle,#253b49,#080f16 68%);color:#ffd979;font-family:Orbitron,sans-serif;font-size:22px;font-weight:950;box-shadow:0 0 0 6px rgba(242,195,89,.035),0 0 28px rgba(226,170,57,.13);transform:translateY(-50%)}
.fh-rankings-v95-window .fh90-ranking-hero h1{font-size:34px!important}.fh-rankings-v95-window .fh90-ranking-kicker{color:#f4c75f}
.fh-rankings-v95-window .fh90-ranking-live{border-color:rgba(104,193,243,.3);background:rgba(30,111,158,.1);color:#82d3ff}.fh-rankings-v95-window .fh90-ranking-live i{background:#69ccff;box-shadow:0 0 0 4px rgba(105,204,255,.08),0 0 13px rgba(105,204,255,.55)}
body.we-page-rankings .fh-rankings-v95-window .fh-ranking-story{min-height:58px!important;margin:0!important;border-left:0!important;border-color:rgba(220,171,69,.25)!important;background:linear-gradient(90deg,rgba(115,73,15,.18),rgba(9,24,35,.74))!important}
.fh-rankings-v95-window .fh90-podium{gap:12px;margin:0!important;padding:8px 5px 4px;align-items:end}
.fh-rankings-v95-window .fh90-podium-card{min-height:188px;border-radius:70px 70px 13px 13px;padding:28px 12px 17px;background:radial-gradient(circle at 50% 18%,color-mix(in srgb,var(--fh90-medal) 20%,transparent),transparent 36%),linear-gradient(165deg,#122330,#060e16)}
.fh-rankings-v95-window .fh90-podium-card.is-first{min-height:222px;transform:none}
.fh-rankings-v95-window .fh90-podium-avatar{width:70px;height:70px;border-width:3px}.fh-rankings-v95-window .is-first .fh90-podium-avatar{width:86px;height:86px}
.fh-rankings-v95-window .fh90-podium-rank{left:50%;top:9px;transform:translateX(-50%);font-size:13px}
.fh-rankings-v95-window .fh90-podium-name{font-size:16px}.fh-rankings-v95-window .fh90-podium-score{font-size:19px}
body.we-page-rankings .fh-rankings-v95-window .fh-ranking-table-shell{border:0!important;background:transparent!important;box-shadow:none!important}
body.we-page-rankings .fh-rankings-v95-window table.rankings-table{border-collapse:separate!important;border-spacing:0 7px!important}
body.we-page-rankings .fh-rankings-v95-window table.rankings-table thead th,
body.we-page-rankings .fh-rankings-v95-window table.rankings-table tr:first-child>td[style*="bold"]{height:42px!important;border:0!important;background:transparent!important;color:#aab9c4!important;font-size:10px!important}
body.we-page-rankings .fh-rankings-v95-window table.rankings-table tbody td{height:58px!important;border-top:1px solid rgba(104,151,185,.17)!important;border-bottom:1px solid rgba(104,151,185,.17)!important;background:linear-gradient(90deg,rgba(12,27,39,.96),rgba(6,16,24,.98))!important}
body.we-page-rankings .fh-rankings-v95-window table.rankings-table tbody td:first-child{border-left:1px solid rgba(104,151,185,.17)!important;border-radius:11px 0 0 11px}
body.we-page-rankings .fh-rankings-v95-window table.rankings-table tbody td:last-child{border-right:1px solid rgba(104,151,185,.17)!important;border-radius:0 11px 11px 0}
body.we-page-rankings .fh-rankings-v95-window table.rankings-table tbody tr:hover td{border-color:rgba(235,188,83,.48)!important;background:linear-gradient(90deg,rgba(83,56,18,.62),rgba(9,27,39,.98))!important}
body.we-page-rankings .fh-rankings-v95-window>.fh-lorencia-podium{grid-column:2;margin:0!important}
body.we-page-rankings .fh-rankings-v95-window>.fh-rank-legend{grid-column:2}

/* VIP and premium services: every purchase choice stays together above the fold. */
.fh-vip-page.fh-vip-page-v95{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.fh-vip-page-v95>.fh-service-back,.fh-vip-page-v95>.fh-vip-compact-head,.fh-vip-page-v95>.fh-service-alert,.fh-vip-page-v95>.fh-vip-recover-form,.fh-vip-page-v95>.fh-vip-benefits{grid-column:1/-1}
.fh-vip-page-v95 .fh-vip-compact-head{display:flex;align-items:end;justify-content:space-between;gap:15px;padding:13px 15px;border:1px solid rgba(226,180,76,.4);border-radius:10px;background:linear-gradient(100deg,rgba(82,49,12,.35),rgba(8,20,29,.95))}
.fh-vip-page-v95 .fh-vip-compact-head span{color:#efc15f;font-size:10px;font-weight:950;letter-spacing:.14em}.fh-vip-page-v95 .fh-vip-compact-head h2{margin:2px 0 0!important;color:#fff!important;font-size:21px!important}.fh-vip-page-v95 .fh-vip-compact-head p{max-width:430px;margin:0!important;color:#aebfcb!important;font-size:12px!important;line-height:1.45!important;text-align:right}
.fh-vip-page-v95>.fh-service-form,.fh-vip-page-v95>.fh-premium-service-grid>.fh-service-form{display:grid;align-content:start;gap:9px;min-width:0;margin:0!important;padding:13px!important;border-radius:10px!important}
.fh-vip-page-v95>.fh-premium-service-grid{display:contents!important}
.fh-vip-page-v95 .fh-service-form header{min-height:61px;margin:0!important}.fh-vip-page-v95 .fh-service-form header h3{font-size:16px!important}.fh-vip-page-v95 .fh-service-form p{min-height:0!important;margin:0!important;font-size:11px!important}
.fh-vip-page-v95 .fh-service-field{margin:0!important}.fh-vip-page-v95 .fh-service-field label{font-size:10px!important}.fh-vip-page-v95 select,.fh-vip-page-v95 input{min-height:36px!important}
.fh-vip-page-v95 .fh-vip-summary{min-height:52px!important;margin:0!important;padding:8px 10px!important}.fh-vip-page-v95 .fh-service-checkout-row{display:grid!important;gap:7px!important;margin:0!important}.fh-vip-page-v95 .fh-service-checkout-row button,.fh-vip-page-v95 .fh-premium-buy{min-height:38px!important}
.fh-vip-page-v95>.fh-vip-benefits{margin:0!important}.fh-vip-page-v95 .fh-vip-benefit-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important}.fh-vip-page-v95 .fh-vip-benefit-grid>div{min-height:64px!important;padding:9px!important}.fh-vip-page-v95 .fh-vip-benefits>header{padding:11px 13px!important}.fh-vip-page-v95 .fh-vip-benefits>header p{display:none!important}

@media(max-width:980px){
  .fh95-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fh95-vip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.we-page-rankings .fh-rankings-v95-window{grid-template-columns:1fr!important}
  body.we-page-rankings .fh-rankings-v95-window>*{grid-column:1!important}
  body.we-page-rankings .fh-rankings-v95-window>.fh-ranking-type-tabs{grid-row:auto;position:static;overflow-x:auto!important}
  html body.we-page-rankings .fh-server-inline-module .fh-rankings-v95-window .fh-ranking-type-tabs .rankings_menu,
  html body.we-page-rankings .fh-inline-module-host .fh-rankings-v95-window .fh-ranking-type-tabs .rankings_menu{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;min-width:0!important}
  body.we-page-rankings .fh-rankings-v95-window .rankings_menu a{min-width:0!important}
  .fh-vip-page.fh-vip-page-v95{grid-template-columns:1fr 1fr}.fh-vip-page-v95>.fh-service-form{grid-column:1/-1}.fh-vip-page-v95 .fh-vip-benefit-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:720px){
  .fh95-welcome .fh90-welcome-copy h1{font-size:29px!important}.fh95-welcome .fh90-welcome-copy p{font-size:14px!important}
  .fh95-stat-grid,.fh95-system-grid,.fh95-prize-grid,.fh95-vip-grid,.fh95-command-list{grid-template-columns:1fr}
  .fh95-pvp,.fh95-raid{grid-template-columns:1fr;padding:16px}.fh95-pvp-mark{grid-template-columns:auto auto auto;justify-content:center;column-gap:5px}.fh95-pvp-mark small{grid-column:1/-1}.fh95-raid-time{min-height:105px}
  .fh95-command-list p{grid-template-columns:1fr;gap:3px}.fh95-roadmap{grid-template-columns:1fr}.fh95-roadmap>span{min-height:0;padding:8px;writing-mode:horizontal-tb;transform:none}.fh95-roadmap>b{justify-self:start}
  .fh-rankings-v95-window .fh90-ranking-hero{padding:108px 16px 16px}.fh-rankings-v95-window .fh90-ranking-hero:before{left:16px;top:16px;transform:none}.fh-rankings-v95-window .fh90-ranking-hero h1{font-size:27px!important}
  .fh-rankings-v95-window .fh90-podium-card,.fh-rankings-v95-window .fh90-podium-card.is-first{min-height:150px;border-radius:13px;transform:none}
  .fh-vip-page.fh-vip-page-v95{grid-template-columns:1fr}.fh-vip-page-v95>*{grid-column:1!important}.fh-vip-page-v95>.fh-premium-service-grid{display:grid!important;grid-template-columns:1fr!important;grid-column:1!important}.fh-vip-page-v95 .fh-vip-benefit-grid{grid-template-columns:1fr 1fr!important}.fh-vip-page-v95 .fh-vip-compact-head{align-items:start;flex-direction:column}.fh-vip-page-v95 .fh-vip-compact-head p{text-align:left}
}

/* v100: premium purchase pair, aligned gold navigation, and compact service chooser. */
.fh-rankings-v95-window>.fh90-ranking-hero,
.fh-rankings-v95-window>.fh-ranking-story{display:none!important}
html body.we-page-rankings .fh-inline-module-host .fh-rankings-v95-window>.fh90-ranking-hero,
html body.we-page-rankings .fh-inline-module-host .fh-rankings-v95-window>.fh-ranking-story,
html body.we-page-rankings .fh-server-inline-module .fh-rankings-v95-window>.fh90-ranking-hero,
html body.we-page-rankings .fh-server-inline-module .fh-rankings-v95-window>.fh-ranking-story{display:none!important}
body.we-page-rankings .fh-rankings-v95-window .fh-ranking-table-shell{width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}
body.we-page-rankings .fh-rankings-v95-window table.rankings-table{width:100%!important;min-width:0!important;max-width:100%!important}
body.we-page-rankings .fh-rankings-v95-window table.rankings-table th,
body.we-page-rankings .fh-rankings-v95-window table.rankings-table td{padding-left:4px!important;padding-right:4px!important;font-size:clamp(8px,.72vw,10px)!important}
body.we-page-rankings .fh-rankings-v95-window table.rankings-table td>*{max-width:100%!important}
body.we-page-rankings .fh-rankings-v95-window .fh-killer-rank-badge{gap:4px!important;padding-left:4px!important;padding-right:4px!important}
html body.we-page-rankings .fh-killers-window table.rankings-table th:nth-child(1),html body.we-page-rankings .fh-killers-window table.rankings-table td:nth-child(1){width:6%!important}
html body.we-page-rankings .fh-killers-window table.rankings-table th:nth-child(2),html body.we-page-rankings .fh-killers-window table.rankings-table td:nth-child(2){width:25%!important}
html body.we-page-rankings .fh-killers-window table.rankings-table th:nth-child(3),html body.we-page-rankings .fh-killers-window table.rankings-table td:nth-child(3){width:18%!important}
html body.we-page-rankings .fh-killers-window table.rankings-table th:nth-child(4),html body.we-page-rankings .fh-killers-window table.rankings-table td:nth-child(4),html body.we-page-rankings .fh-killers-window table.rankings-table th:nth-child(5),html body.we-page-rankings .fh-killers-window table.rankings-table td:nth-child(5){width:12%!important}
html body.we-page-rankings .fh-killers-window table.rankings-table th:nth-child(6),html body.we-page-rankings .fh-killers-window table.rankings-table td:nth-child(6){width:27%!important}
html body.we-page-rankings .fh-killers-window .fh-progression-rank{display:flex!important;max-width:100%!important;justify-content:center!important;gap:5px!important}
#weNav a,#weNav .fh-nav-launching{padding-left:15px!important;padding-right:15px!important;color:#e5c16d!important}
#weNav .we-icon{color:#d8ad53!important}
html body #weNav.we-nav #navbar.we-nav-menu>ul>li>a>span,
html body #weNav.we-nav #navbar.we-nav-menu>ul>li>.fh-nav-launching>span,
html body #weNav.we-nav .fh-left-extra-nav>a>span{color:#e5c16d!important}
html body #weNav.we-nav #navbar.we-nav-menu>ul>li>a>.we-icon,
html body #weNav.we-nav #navbar.we-nav-menu>ul>li>.fh-nav-launching>.we-icon,
html body #weNav.we-nav .fh-left-extra-nav>a>.we-icon{color:#d8ad53!important}
#navbar a[href*="/donation"],
#navbar .fh-nav-vip-item>a{
  position:relative!important;
  overflow:hidden!important;
  border-left:1px solid rgba(255,64,66,.58)!important;
  border-right:1px solid rgba(255,64,66,.58)!important;
  background:linear-gradient(180deg,rgba(132,13,24,.86),rgba(54,4,13,.94))!important;
  color:#ffe083!important;
  box-shadow:inset 0 1px rgba(255,255,255,.12),inset 0 0 18px rgba(255,40,52,.1),0 0 12px rgba(255,30,45,.34)!important;
  text-shadow:0 0 8px rgba(255,110,111,.72)!important;
  animation:fh99-premium-pulse 2s ease-in-out infinite!important;
}
#navbar a[href*="/donation"]:before,
#navbar .fh-nav-vip-item>a:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.12) 48%,transparent 72%);
  transform:translateX(-115%);
  animation:fh99-premium-sheen 3.6s ease-in-out infinite;
}
#navbar a[href*="/donation"] .we-icon,
#navbar .fh-nav-vip-item>a .we-icon{
  color:#ffb0a7!important;
  filter:drop-shadow(0 0 6px rgba(255,48,54,.9))!important;
}
#navbar a[href*="/donation"]:hover,
#navbar .fh-nav-vip-item>a:hover{
  border-color:#ff5d62!important;
  background:linear-gradient(180deg,#a51428,#500611)!important;
  color:#ffe083!important;
  box-shadow:inset 0 1px rgba(255,255,255,.16),0 0 25px rgba(255,32,48,.66)!important;
}
@keyframes fh99-premium-pulse{
  0%,100%{box-shadow:inset 0 1px rgba(255,255,255,.1),inset 0 0 15px rgba(255,36,48,.08),0 0 8px rgba(255,26,42,.25)}
  50%{box-shadow:inset 0 1px rgba(255,255,255,.16),inset 0 0 23px rgba(255,49,59,.18),0 0 23px rgba(255,32,48,.64)}
}
@keyframes fh99-premium-sheen{0%,58%{transform:translateX(-115%)}82%,100%{transform:translateX(115%)}}
@media(prefers-reduced-motion:reduce){#navbar a[href*="/donation"],#navbar .fh-nav-vip-item>a,#navbar a[href*="/donation"]:before,#navbar .fh-nav-vip-item>a:before{animation:none!important}}

.fh-vip-page-v95>.fh-service-choice{grid-column:1/-1}
.fh-service-choice{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0!important}
.fh-service-choice a{position:relative;display:grid;min-height:58px;align-content:center;gap:3px;padding:9px 14px;overflow:hidden;border:1px solid rgba(223,175,72,.42);border-radius:9px;background:linear-gradient(145deg,rgba(68,43,10,.54),rgba(7,18,28,.98));color:#f4cc70!important;text-align:center;text-decoration:none!important;box-shadow:inset 0 1px rgba(255,255,255,.05),0 8px 18px rgba(0,0,0,.2);transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}
.fh-service-choice a:hover{border-color:#f5ca68;transform:translateY(-2px);box-shadow:0 0 18px rgba(234,184,73,.2)}
.fh-service-choice small{color:#8ebbd7;font-size:8px;font-weight:900;letter-spacing:.12em}.fh-service-choice strong{color:#f6d57f;font-size:14px;font-weight:950}
.fh-vip-page-v95>.fh-vip-benefits-top{padding:12px!important;border-color:rgba(228,180,73,.38)!important;background:radial-gradient(circle at 8% 20%,rgba(198,143,35,.12),transparent 32%),linear-gradient(145deg,#11150f,#07131d)!important}
.fh-vip-page-v95>.fh-vip-benefits-top .fh-vip-benefit-grid{margin:9px 0 0!important}.fh-vip-page-v95>.fh-vip-benefits-top .fh-vip-benefit-grid b{color:#f4ce70!important}
.fh-vip-page-v95 .fh-service-form{scroll-margin-top:90px}.fh-vip-page-v95 .fh-service-form header h3{color:#f5ce70!important}

/* Credit-package bonuses stay visually separate from the neutral base credit amount. */
.we-stripe .we-stripe-extra,.we-stripe-row .we-stripe-extra{color:#61ff90!important;font-weight:950!important;text-shadow:0 0 9px rgba(70,255,130,.58)!important}
.we-stripe .we-stripe-bonus{color:#82ffad!important;border-color:#44ec83!important;background:rgba(21,132,69,.22)!important}

@media(max-width:720px){
  #weNav a,#weNav .fh-nav-launching{padding-left:11px!important;padding-right:11px!important}
  .fh-service-choice{grid-template-columns:1fr!important}
}

/* v103: readable server guide commands and explicit per-class level-up points. */
html body .fh-guide-command-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
html body .fh-guide-command-grid>span{display:flex!important;min-width:0!important;min-height:82px!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:8px!important;padding:12px 13px!important;border:1px solid rgba(106,151,188,.2)!important;border-radius:9px!important;background:linear-gradient(145deg,rgba(13,27,40,.96),rgba(7,16,25,.98))!important;box-shadow:inset 0 1px rgba(255,255,255,.025)!important}
html body .fh-guide-command-grid code{display:inline-flex!important;width:auto!important;max-width:100%!important;align-items:center!important;padding:6px 9px!important;border:1px solid rgba(231,178,77,.34)!important;border-radius:6px!important;background:rgba(64,42,11,.38)!important;color:#f4c568!important;font-size:13px!important;font-weight:900!important;line-height:1.3!important;white-space:normal!important;overflow-wrap:anywhere!important;box-shadow:none!important}
html body .fh-guide-command-grid b{display:block!important;width:100%!important;color:#d4dde6!important;font-size:13px!important;font-weight:650!important;line-height:1.45!important}
html body .fh-points-row{min-height:52px!important;align-items:center!important}
html body .fh-points-compact{display:grid!important;gap:3px!important;max-width:148px!important;overflow:visible!important;color:#e8c76d!important;font-size:10px!important;line-height:1.25!important;text-align:right!important;white-space:normal!important;text-overflow:clip!important}
html body .fh-points-compact>span{display:block!important;color:#dce6ee!important;font-size:inherit!important;font-weight:750!important;white-space:normal!important}
html body .fh-points-compact b{color:#f3c85d!important;font-size:11px!important;font-weight:950!important}
@media(max-width:700px){html body .fh-guide-command-grid{grid-template-columns:1fr!important}html body .fh-guide-command-grid>span{min-height:0!important}}

/* v104: one compact digital ranking directory replaces the permanent button wall. */
html body.we-page-rankings .fh-inline-module-host .fh-rankings-v95-window,
html body.we-page-rankings .fh-server-inline-module .fh-rankings-v95-window{grid-template-columns:minmax(0,1fr)!important}
html body.we-page-rankings .fh-inline-module-host .fh-rankings-v95-window>*,
html body.we-page-rankings .fh-server-inline-module .fh-rankings-v95-window>*{grid-column:1!important}
html body.we-page-rankings .fh-rankings-v95-window>.fh-ranking-type-tabs.fh-ranking-picker-ready{position:relative!important;z-index:20!important;grid-row:auto!important;width:min(290px,100%)!important;margin:0 0 2px!important;overflow:visible!important;align-self:start!important;top:auto!important}
.fh-ranking-picker-toggle{position:relative;display:grid;width:100%;min-height:58px;grid-template-columns:38px minmax(0,1fr) 20px;align-items:center;gap:10px;padding:8px 11px;border:1px solid rgba(229,180,72,.56);border-radius:10px;background:radial-gradient(circle at 12% 50%,rgba(220,165,51,.17),transparent 30%),linear-gradient(135deg,#111e29,#060e16);color:#fff;text-align:left;cursor:pointer;box-shadow:inset 0 1px rgba(255,255,255,.06),0 10px 22px rgba(0,0,0,.28),0 0 16px rgba(226,172,55,.08)}
.fh-ranking-picker-toggle:hover,.fh-ranking-picker-ready.is-open .fh-ranking-picker-toggle{border-color:#f2c45f;box-shadow:0 0 21px rgba(232,181,67,.2),inset 0 0 16px rgba(232,181,67,.05)}
.fh-ranking-picker-mark{display:grid;width:36px;height:36px;place-items:center;border:1px solid rgba(238,191,87,.42);border-radius:8px;background:rgba(98,66,14,.25);color:#f1c65e;font-size:18px;text-shadow:0 0 11px rgba(242,192,79,.55)}
.fh-ranking-picker-toggle>span:nth-child(2){display:grid;gap:2px}.fh-ranking-picker-toggle small{color:#829db0;font-size:8px;font-weight:950;letter-spacing:.16em}.fh-ranking-picker-toggle strong{color:#f4d27d;font-size:14px;font-weight:950}.fh-ranking-picker-toggle>b{color:#f0c15b;font-size:17px;transition:transform .2s ease}.fh-ranking-picker-ready.is-open .fh-ranking-picker-toggle>b{transform:rotate(180deg)}
html body.we-page-rankings .fh-inline-module-host .fh-rankings-v95-window .fh-ranking-type-tabs.fh-ranking-picker-ready:not(.is-open) .rankings_menu,
html body.we-page-rankings .fh-server-inline-module .fh-rankings-v95-window .fh-ranking-type-tabs.fh-ranking-picker-ready:not(.is-open) .rankings_menu{display:none!important}
html body.we-page-rankings .fh-inline-module-host .fh-rankings-v95-window .fh-ranking-type-tabs.fh-ranking-picker-ready.is-open .rankings_menu,
html body.we-page-rankings .fh-server-inline-module .fh-rankings-v95-window .fh-ranking-type-tabs.fh-ranking-picker-ready.is-open .rankings_menu{position:absolute!important;top:66px!important;left:0!important;display:grid!important;width:min(560px,calc(100vw - 76px))!important;max-height:342px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin:0!important;padding:10px!important;overflow-y:auto!important;border:1px solid rgba(229,180,73,.5)!important;border-radius:12px!important;background:linear-gradient(155deg,rgba(13,26,37,.99),rgba(4,10,17,.995))!important;box-shadow:0 24px 54px rgba(0,0,0,.72),0 0 25px rgba(221,166,52,.13)!important}
html body.we-page-rankings .fh-rankings-v95-window .fh-ranking-picker-ready.is-open .rankings_menu>a{min-width:0!important;min-height:48px!important;padding:7px 9px!important}
@media(max-width:560px){html body.we-page-rankings .fh-inline-module-host .fh-rankings-v95-window .fh-ranking-type-tabs.fh-ranking-picker-ready.is-open .rankings_menu,html body.we-page-rankings .fh-server-inline-module .fh-rankings-v95-window .fh-ranking-type-tabs.fh-ranking-picker-ready.is-open .rankings_menu{grid-template-columns:1fr!important;width:min(310px,calc(100vw - 58px))!important}}

/* v105: large Lorencia champions and text-only premium navigation glow. */
body.we-page-rankings .fh-rankings-v95-window>.fh-lorencia-podium{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  align-items:end!important;
  gap:12px!important;
  margin:0!important;
  padding:8px 5px 4px!important;
}
body.we-page-rankings .fh-lorencia-podium article{
  min-height:188px!important;
  align-content:center!important;
  padding:30px 14px 18px!important;
  border-radius:70px 70px 13px 13px!important;
  background:radial-gradient(circle at 50% 17%,rgba(155,193,224,.17),transparent 37%),linear-gradient(165deg,#122330,#060e16)!important;
  box-shadow:0 14px 30px rgba(0,0,0,.28)!important;
}
body.we-page-rankings .fh-lorencia-podium article.fh-podium-1{
  min-height:222px!important;
  background:radial-gradient(circle at 50% 17%,rgba(255,207,94,.25),transparent 38%),linear-gradient(165deg,#2a210d,#071019)!important;
  box-shadow:0 14px 32px rgba(0,0,0,.32),0 0 25px rgba(241,190,65,.13)!important;
}
body.we-page-rankings .fh-lorencia-podium article.fh-podium-2{background:radial-gradient(circle at 50% 17%,rgba(208,226,240,.2),transparent 38%),linear-gradient(165deg,#172630,#071019)!important}
body.we-page-rankings .fh-lorencia-podium article.fh-podium-3{background:radial-gradient(circle at 50% 17%,rgba(223,133,79,.22),transparent 38%),linear-gradient(165deg,#291a14,#071019)!important}
body.we-page-rankings .fh-lorencia-podium .fh-ring-emblem:not(.is-compact){transform:scale(1.2);transform-origin:center;margin:8px 0 12px!important}
body.we-page-rankings .fh-lorencia-podium article.fh-podium-1 .fh-ring-emblem:not(.is-compact){transform:scale(1.36);margin:12px 0 15px!important}
body.we-page-rankings .fh-lorencia-podium .fh-podium-player{font-size:16px!important;line-height:1.25!important}
body.we-page-rankings .fh-lorencia-podium .fh-podium-score{font-size:11px!important}
body.we-page-rankings .fh-lorencia-podium .fh-podium-rewards{gap:8px!important;margin-top:10px!important}
body.we-page-rankings .fh-lorencia-podium .fh-reward-token{width:31px!important;height:31px!important}
body.we-page-rankings .fh-lorencia-podium .fh-reward-vip{width:40px!important}

#navbar a[href*="/donation"],
#navbar .fh-nav-vip-item>a,
#navbar a[href*="/donation"]:hover,
#navbar .fh-nav-vip-item>a:hover{
  overflow:visible!important;
  border-left:0!important;
  border-right:0!important;
  background:transparent!important;
  box-shadow:none!important;
  text-shadow:none!important;
  animation:none!important;
}
#navbar a[href*="/donation"]:before,
#navbar .fh-nav-vip-item>a:before{display:none!important;animation:none!important}
#navbar a[href*="/donation"] .we-icon,
#navbar .fh-nav-vip-item>a .we-icon{color:#d8ad53!important;filter:none!important}
html body #weNav.we-nav #navbar.we-nav-menu>ul>li>a[href*="/donation"]>span,
html body #weNav.we-nav #navbar.we-nav-menu>ul>li.fh-nav-vip-item>a>span{
  color:#ff6a70!important;
  text-shadow:0 0 6px rgba(255,45,56,.72),0 0 13px rgba(255,35,48,.38)!important;
  animation:fh105-premium-text-pulse 1.9s ease-in-out infinite!important;
}
@keyframes fh105-premium-text-pulse{
  0%,100%{color:#ff747a;text-shadow:0 0 5px rgba(255,45,56,.6),0 0 10px rgba(255,35,48,.25)}
  50%{color:#ffc0c2;text-shadow:0 0 8px rgba(255,49,59,.96),0 0 18px rgba(255,32,48,.7)}
}
@media(prefers-reduced-motion:reduce){html body #weNav.we-nav #navbar.we-nav-menu>ul>li>a[href*="/donation"]>span,html body #weNav.we-nav #navbar.we-nav-menu>ul>li.fh-nav-vip-item>a>span{animation:none!important}}
@media(max-width:720px){body.we-page-rankings .fh-lorencia-podium article,body.we-page-rankings .fh-lorencia-podium article.fh-podium-1{min-height:154px!important;border-radius:13px!important;padding:24px 9px 14px!important}body.we-page-rankings .fh-lorencia-podium .fh-ring-emblem:not(.is-compact),body.we-page-rankings .fh-lorencia-podium article.fh-podium-1 .fh-ring-emblem:not(.is-compact){transform:scale(1.05);margin:5px 0 8px!important}}
@media(max-width:560px){body.we-page-rankings .fh-rankings-v95-window>.fh-lorencia-podium{grid-template-columns:1fr!important}body.we-page-rankings .fh-lorencia-podium article,body.we-page-rankings .fh-lorencia-podium article.fh-podium-1{min-height:145px!important}}

/* v106: exact cleanup from visual review. */
html body .fh-points-compact.fh-points-numbers-only{
  display:block!important;
  max-width:none!important;
  color:#f5cf66!important;
  font-size:14px!important;
  line-height:1!important;
  white-space:nowrap!important;
}
html body .fh-points-compact.fh-points-numbers-only>span{display:inline!important;color:#b9c7d4!important;white-space:nowrap!important}
html body .fh-points-compact.fh-points-numbers-only b{display:inline!important;color:#ffd55f!important;font-size:15px!important}

html body #weNav.we-nav #navbar.we-nav-menu>ul>li>a[href*="/donation"]>span,
html body #weNav.we-nav #navbar.we-nav-menu>ul>li.fh-nav-vip-item>a>span{
  color:#ff252d!important;
  text-shadow:0 0 6px rgba(255,0,18,1),0 0 14px rgba(255,0,24,.82),0 0 22px rgba(255,0,24,.45)!important;
  animation:fh106-premium-text-pulse 1.65s ease-in-out infinite!important;
}
@keyframes fh106-premium-text-pulse{
  0%,100%{color:#ff252d;text-shadow:0 0 5px rgba(255,0,18,.9),0 0 12px rgba(255,0,24,.6)}
  50%{color:#ff7378;text-shadow:0 0 8px rgba(255,0,18,1),0 0 19px rgba(255,0,24,.95),0 0 28px rgba(255,0,24,.58)}
}

.fh-vip-page-v95>.fh-vip-recover-form{grid-column:1/-1!important;justify-content:center!important;margin:2px 0 0!important;padding-top:11px!important;border-top:1px solid rgba(221,174,73,.2)!important}
.fh-vip-page-v95 .fh-premium-buy{
  display:flex!important;
  width:100%!important;
  min-height:40px!important;
  align-items:center!important;
  justify-content:center!important;
  padding:8px 12px!important;
  border:1px solid rgba(230,184,82,.62)!important;
  border-radius:6px!important;
  background:linear-gradient(180deg,#211b10,#0a1017)!important;
  color:#f3c85e!important;
  font-size:11px!important;
  font-weight:950!important;
  text-shadow:0 0 8px rgba(235,180,59,.2)!important;
  box-shadow:inset 0 1px rgba(255,255,255,.05),0 7px 16px rgba(0,0,0,.2)!important;
  cursor:pointer!important;
}
.fh-vip-page-v95 .fh-premium-buy:hover{border-color:#f5ca68!important;background:linear-gradient(180deg,#34270f,#0c141d)!important;color:#ffe18b!important;box-shadow:0 0 17px rgba(231,178,58,.18)!important}
.fh-vip-page-v95 .fh-premium-buy:disabled{border-color:rgba(190,150,62,.35)!important;background:linear-gradient(180deg,#17140e,#090e14)!important;color:#a98946!important;opacity:.68!important;filter:none!important;cursor:not-allowed!important}

/* The directory is always one compact control until the player explicitly opens it. */
html body.we-page-rankings .fh-rankings-v95-window .fh-ranking-type-tabs.fh-ranking-picker-ready:not(.is-open)>.rankings_menu{display:none!important}
html body.we-page-rankings .fh-rankings-v95-window .fh-ranking-type-tabs.fh-ranking-picker-ready.is-open>.rankings_menu{
  position:absolute!important;
  top:66px!important;
  left:0!important;
  display:grid!important;
  width:min(560px,calc(100vw - 76px))!important;
  max-height:342px!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:7px!important;
  margin:0!important;
  padding:10px!important;
  overflow-y:auto!important;
  border:1px solid rgba(229,180,73,.5)!important;
  border-radius:12px!important;
  background:linear-gradient(155deg,rgba(13,26,37,.99),rgba(4,10,17,.995))!important;
  box-shadow:0 24px 54px rgba(0,0,0,.72),0 0 25px rgba(221,166,52,.13)!important;
}

/* Keep the Top Killer rank legend and all row content inside the ranking frame. */
html body.we-page-rankings .fh-killers-window{max-width:100%!important;overflow:hidden!important}
html body.we-page-rankings .fh-killers-window .fh-rank-legend{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:100%!important;overflow:hidden!important}
html body.we-page-rankings .fh-killers-window .fh-rank-legend-item{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:5px!important;min-width:0!important;overflow:hidden!important}
html body.we-page-rankings .fh-killers-window .fh-rank-legend-item .fh-progression-rank{min-width:0!important;max-width:100%!important;gap:4px!important;overflow:hidden!important}
html body.we-page-rankings .fh-killers-window .fh-rank-legend-item .fh-progression-rank b{min-width:0!important;overflow:hidden!important;font-size:10px!important;text-overflow:ellipsis!important;white-space:nowrap!important}
html body.we-page-rankings .fh-killers-window .fh-rank-legend-item small{font-size:9px!important;white-space:nowrap!important}
html body.we-page-rankings .fh-killers-window table.rankings-table{table-layout:fixed!important}
html body.we-page-rankings .fh-killers-window table.rankings-table td{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important}
html body.we-page-rankings .fh-killers-window table.rankings-table .fh-progression-rank{min-width:0!important;max-width:100%!important;gap:3px!important;overflow:hidden!important}
html body.we-page-rankings .fh-killers-window table.rankings-table .fh-progression-rank b{min-width:0!important;overflow:hidden!important;font-size:9px!important;text-overflow:ellipsis!important;white-space:nowrap!important}
@media(max-width:560px){html body.we-page-rankings .fh-rankings-v95-window .fh-ranking-type-tabs.fh-ranking-picker-ready.is-open>.rankings_menu{grid-template-columns:1fr!important;width:min(310px,calc(100vw - 58px))!important}html body.we-page-rankings .fh-killers-window .fh-rank-legend{grid-template-columns:1fr!important}}

/* Rankings also render inside the homepage SPA shell, where the body class does not change. */
html body .fh-rankings-v95-window>.fh-ranking-type-tabs.fh-ranking-picker-ready{
  position:relative!important;
  z-index:20!important;
  grid-row:auto!important;
  width:min(290px,100%)!important;
  margin:0 0 2px!important;
  overflow:visible!important;
  align-self:start!important;
  top:auto!important;
}
html body .fh-rankings-v95-window .fh-ranking-type-tabs.fh-ranking-picker-ready:not(.is-open)>.rankings_menu{display:none!important}
html body .fh-rankings-v95-window .fh-ranking-type-tabs.fh-ranking-picker-ready.is-open>.rankings_menu{
  position:absolute!important;
  top:66px!important;
  left:0!important;
  display:grid!important;
  width:min(560px,calc(100vw - 76px))!important;
  max-height:342px!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:7px!important;
  margin:0!important;
  padding:10px!important;
  overflow-y:auto!important;
  border:1px solid rgba(229,180,73,.5)!important;
  border-radius:12px!important;
  background:linear-gradient(155deg,rgba(13,26,37,.99),rgba(4,10,17,.995))!important;
  box-shadow:0 24px 54px rgba(0,0,0,.72),0 0 25px rgba(221,166,52,.13)!important;
}
html body .fh-killers-window{width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important}
html body .fh-killers-window .fh-ranking-table-shell,html body .fh-killers-window .fh-ranking-table-scroll{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:hidden!important}
html body .fh-killers-window table.rankings-table{width:100%!important;max-width:100%!important;min-width:0!important;table-layout:fixed!important}
html body .fh-killers-window table.rankings-table th,html body .fh-killers-window table.rankings-table td{min-width:0!important;padding-left:4px!important;padding-right:4px!important;overflow:hidden!important;font-size:clamp(8px,.72vw,10px)!important;text-overflow:ellipsis!important}
html body .fh-killers-window table.rankings-table th:nth-child(1),html body .fh-killers-window table.rankings-table td:nth-child(1){width:6%!important}
html body .fh-killers-window table.rankings-table th:nth-child(2),html body .fh-killers-window table.rankings-table td:nth-child(2){width:25%!important}
html body .fh-killers-window table.rankings-table th:nth-child(3),html body .fh-killers-window table.rankings-table td:nth-child(3){width:18%!important}
html body .fh-killers-window table.rankings-table th:nth-child(4),html body .fh-killers-window table.rankings-table td:nth-child(4),html body .fh-killers-window table.rankings-table th:nth-child(5),html body .fh-killers-window table.rankings-table td:nth-child(5){width:12%!important}
html body .fh-killers-window table.rankings-table th:nth-child(6),html body .fh-killers-window table.rankings-table td:nth-child(6){width:27%!important}
html body .fh-killers-window .fh-rank-legend{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important}
html body .fh-killers-window .fh-rank-legend-item{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:5px!important;min-width:0!important;overflow:hidden!important}
html body .fh-killers-window .fh-rank-legend-item .fh-progression-rank,html body .fh-killers-window table.rankings-table .fh-progression-rank{min-width:0!important;max-width:100%!important;gap:3px!important;overflow:hidden!important}
html body .fh-killers-window .fh-rank-legend-item .fh-progression-rank b,html body .fh-killers-window table.rankings-table .fh-progression-rank b{min-width:0!important;overflow:hidden!important;font-size:9px!important;text-overflow:ellipsis!important;white-space:nowrap!important}
html body .fh-killers-window .fh-rank-legend-item small{font-size:9px!important;white-space:nowrap!important}
@media(max-width:560px){html body .fh-rankings-v95-window .fh-ranking-type-tabs.fh-ranking-picker-ready.is-open>.rankings_menu{grid-template-columns:1fr!important;width:min(310px,calc(100vw - 58px))!important}html body .fh-killers-window .fh-rank-legend{grid-template-columns:1fr!important}}

/* v111: ranking routes keep the exact same outer grid as Home. */
html body.fh-ranking-focus .fh-inline-module-host,
html body.fh-ranking-focus .fh-inline-module-content,
html body.fh-ranking-focus .fh-rankings-v95-window,
html body.fh-ranking-focus .fh-ranking-table-shell,
html body.fh-ranking-focus .fh-ranking-table-scroll{width:100%!important;max-width:100%!important;min-width:0!important}
html body.fh-ranking-focus .fh-ranking-table-scroll{overflow-x:auto!important}
html body.fh-ranking-focus table.rankings-table{width:100%!important;min-width:720px!important;table-layout:auto!important}
html body.fh-ranking-focus table.rankings-table th,
html body.fh-ranking-focus table.rankings-table td{overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important}
html body.fh-ranking-focus .fh90-podium{grid-template-columns:repeat(3,minmax(150px,1fr))!important;gap:12px!important;overflow:visible!important}
html body.fh-ranking-focus .fh-rankings-v95-window{gap:10px!important;padding:13px!important}
html body.fh-ranking-focus .fh90-ranking-hero{min-height:0!important;margin:0!important;padding:12px 14px!important}
html body.fh-ranking-focus .fh90-ranking-hero p{margin:3px 0 0!important}
html body.fh-ranking-focus .fh90-podium{margin:0!important;padding:2px!important;gap:8px!important}
html body.fh-ranking-focus .fh90-podium-card{min-width:0!important;min-height:150px!important;padding:18px 10px 14px!important}
html body.fh-ranking-focus .fh90-podium-card.is-first{min-height:166px!important}
html body.fh-ranking-focus .fh90-podium-avatar{width:62px!important;height:62px!important}
html body.fh-ranking-focus .fh90-podium-name{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
html body.fh-ranking-focus .fh-ranking-table-shell{margin-top:0!important}
html body.fh-ranking-focus table.rankings-table th{height:42px!important;padding-top:8px!important;padding-bottom:8px!important}
html body.fh-ranking-focus table.rankings-table td{height:48px!important;padding-top:7px!important;padding-bottom:7px!important}
html body.fh-ranking-focus .fh-lorencia-podium{margin:0!important;padding:2px!important;gap:8px!important}
html body.fh-ranking-focus .fh-lorencia-podium article,
html body.fh-ranking-focus .fh-lorencia-podium article.fh-podium-1{min-height:164px!important;padding:22px 10px 14px!important}
html body .fh-lorencia-contender{display:inline-flex;padding:5px 8px;border:1px solid rgba(121,151,176,.28);border-radius:6px;color:#9fb2c2;font-size:9px;font-weight:900;text-transform:uppercase}

/* Stop the large home artwork from repeatedly flashing while keeping the static design. */
html body.we-body-home .fh-v31-loop-overlay{display:none!important}
html body.we-body-home .fh-global-showcase .fh-home-showcase-slide{
  display:none!important;
  opacity:0!important;
  animation:none!important;
  transition:none!important;
}
html body.we-body-home .fh-global-showcase .fh-home-showcase-slide:first-of-type{
  display:flex!important;
  opacity:1!important;
}
html body.we-body-home .we-home-account-grid,
html body.we-body-home .we-home-account-main,
html body.we-body-home .we-home-account-left,
html body.we-body-home .we-home-account-right,
html body.we-body-home .we-panel-glass,
html body.we-body-home .panel{animation:none!important;transition:none!important}
@media(max-width:760px){html body.fh-ranking-focus .fh90-podium{grid-template-columns:repeat(3,minmax(145px,1fr))!important;overflow-x:auto!important}html body.fh-ranking-focus table.rankings-table{min-width:680px!important}}
.fh-ring-badge{display:block;margin-top:3px;color:#cda753!important;font-size:8px!important;font-weight:900!important;letter-spacing:.12em!important;text-transform:uppercase}
.fh-ranking-reward{color:#d5b45f!important;font-size:9px!important;font-weight:800!important;white-space:normal!important}

/* v112: compact every ranking board and keep its dark table surface continuous. */
html body.fh-ranking-focus .fh-rankings-window>.fh-rankings-hero,
html body.fh-ranking-focus .fh-rankings-window>.fh90-ranking-hero,
html body.fh-ranking-focus .fh-rankings-window>.fh-ranking-story,
html body .fh-inline-module-host .fh-rankings-window>.fh-rankings-hero,
html body .fh-server-inline-module .fh-rankings-window>.fh-rankings-hero{
  display:none!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  gap:4px!important;
  padding:9px!important;
  background:#040a12!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window>*{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin-top:0!important;
  margin-bottom:0!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window>.fh-ranking-type-tabs.fh-ranking-picker-ready{
  width:min(290px,100%)!important;
  align-self:flex-start!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window>.fh-ranking-table-shell{
  display:flex!important;
  flex-direction:column!important;
  flex:1 1 auto!important;
  min-height:0!important;
  overflow:hidden!important;
  border:1px solid rgba(66,111,147,.32)!important;
  border-radius:7px!important;
  background:#040a12!important;
  box-shadow:none!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window>.fh-ranking-table-shell>header{
  min-height:38px!important;
  padding:8px 12px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh-ranking-table-scroll{
  flex:1 1 auto!important;
  min-height:0!important;
  overflow:auto!important;
  background:#040a12!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table{
  margin:0!important;
  border-spacing:0 2px!important;
  background:#040a12!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table thead th,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tr:first-child>td[style*="bold"]{
  height:36px!important;
  padding-top:6px!important;
  padding-bottom:6px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody tr{
  height:44px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td{
  height:44px!important;
  padding-top:4px!important;
  padding-bottom:4px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td:first-child{
  border-radius:5px 0 0 5px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td:last-child{
  border-radius:0 5px 5px 0!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table .rankings-class-image,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table img.rankings-class-image{
  width:36px!important;
  height:36px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-place{
  width:28px!important;
  height:28px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium,
html body.fh-ranking-focus .fh-rankings-v95-window .fh-lorencia-podium{
  gap:6px!important;
  padding:0!important;
}
html body.fh-ranking-focus .fh-classes-created-window .fh-home-classes{
  gap:6px!important;
  padding-top:0!important;
}
html body.fh-ranking-focus .fh-classes-created-window .fh-class-stage,
html body.fh-ranking-focus .fh-classes-created-window .fh-class-count-grid{
  gap:4px!important;
}
html body.fh-ranking-focus .fh-classes-created-window .fh-class-count{
  min-height:36px!important;
  padding:7px 9px!important;
}
html body.fh-ranking-focus .fh-classes-created-window .fh-home-classes footer{
  padding-top:6px!important;
}

/* v113 / build 93: full-height compact ranking workspaces and tablet grid repair. */
html body.fh-ranking-focus .fh-rankings-window>.fh-rankings-hero,
html body.fh-ranking-focus .fh-rankings-window>.fh90-ranking-hero,
html body.fh-ranking-focus .fh-rankings-window>.fh-ranking-story{
  display:none!important;
  width:0!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:0!important;
}
html body.fh-ranking-focus .we-home-account-grid,
html body.fh-ranking-focus .we-home-account-main,
html body.fh-ranking-focus .fh-inline-module-host,
html body.fh-ranking-focus .fh-server-inline-module,
html body.fh-ranking-focus .fh-inline-module-body,
html body.fh-ranking-focus .fh-inline-module-content,
html body.fh-ranking-focus .fh-rankings-v95-window{
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
}
html body.fh-ranking-focus .we-home-account-grid{align-items:start!important}
html body.fh-ranking-focus .we-home-account-main{align-self:start!important}
html body.fh-ranking-focus .fh-inline-module-host,
html body.fh-ranking-focus .fh-server-inline-module,
html body.fh-ranking-focus .fh-inline-module-body,
html body.fh-ranking-focus .fh-rankings-v95-window{
  background:#040a12!important;
}
html body.fh-ranking-focus .fh-inline-module-body{
  min-height:0!important;
  padding:5px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window{
  min-height:calc(100vh - 300px)!important;
  gap:4px!important;
  padding:6px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window>.fh-ranking-table-shell{
  flex:0 0 auto!important;
  height:auto!important;
  max-height:none!important;
  overflow:hidden!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh-ranking-table-scroll{
  flex:0 0 auto!important;
  height:auto!important;
  max-height:none!important;
  overflow-x:auto!important;
  overflow-y:visible!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window>.fh-ranking-table-shell>header{
  min-height:34px!important;
  padding:6px 10px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody tr,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td{
  box-sizing:border-box!important;
  height:42px!important;
  min-height:42px!important;
  padding-top:2px!important;
  padding-bottom:2px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table .rankings-class-image,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table img.rankings-class-image{
  width:32px!important;
  height:32px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-place{
  width:26px!important;
  height:26px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card{
  min-height:118px!important;
  padding:11px 9px 10px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first{min-height:128px!important}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-avatar{width:48px!important;height:48px!important}
html body.fh-ranking-focus .fh-rank-status.is-online{
  color:#63ff91!important;
  opacity:1!important;
  text-shadow:0 0 5px rgba(76,255,125,.92),0 0 12px rgba(45,231,101,.58)!important;
}
@media(min-width:761px){
  html body.we-body-home #weNavbar{position:relative!important;z-index:30!important}
  html body.we-body-home #container.we-main{position:relative!important;z-index:1!important;margin-top:0!important;padding-top:0!important}
  html body.we-body-home .fh-global-showcase{margin-top:0!important}
}
@media(min-width:901px) and (max-width:1179px){
  html body.we-body-home:not(.fh-ranking-focus) .we-home-account-grid{
    grid-template-columns:250px minmax(0,1fr)!important;
    gap:10px!important;
  }
  html body.we-body-home:not(.fh-ranking-focus) .we-home-account-right{display:none!important}
}
@media(max-width:1179px){
  html body.we-body-home.fh-ranking-focus .we-home-account-grid{
    grid-template-columns:minmax(0,1fr)!important;
    width:min(1328px,calc(100% - 24px))!important;
  }
  html body.we-body-home.fh-ranking-focus .we-home-account-left,
  html body.we-body-home.fh-ranking-focus .we-home-account-right{display:none!important}
  html body.we-body-home.fh-ranking-focus .we-home-account-main{
    grid-column:1/-1!important;
    grid-row:auto!important;
    width:100%!important;
  }
}

/* v129 / build 109: ranking rows use the exact Classes Created visual language. */
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-cell{
  min-width:176px!important;
  padding:5px 8px!important;
  overflow:visible!important;
  text-align:left!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody .fh-ranking-class-badge{
  display:grid!important;
  grid-template-columns:50px minmax(0,1fr)!important;
  width:100%!important;
  min-height:58px!important;
  align-items:center!important;
  gap:9px!important;
  padding:4px 0!important;
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:none!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody .fh-ranking-class-badge .rankings-class-image{
  display:block!important;
  width:50px!important;
  height:50px!important;
  min-width:50px!important;
  flex:0 0 50px!important;
  margin:0!important;
  border:1px solid color-mix(in srgb,currentColor 58%,#294457)!important;
  border-radius:6px!important;
  object-fit:cover!important;
  filter:saturate(.96) contrast(1.07)!important;
  box-shadow:0 0 9px color-mix(in srgb,currentColor 20%,transparent)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody .fh-ranking-class-label,
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table tbody .fh-ranking-class-label{
  display:block!important;
  min-width:0!important;
  max-width:none!important;
  overflow:visible!important;
  color:currentColor!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1.15!important;
  text-align:left!important;
  text-overflow:clip!important;
  white-space:nowrap!important;
  text-shadow:0 0 7px color-mix(in srgb,currentColor 30%,transparent)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td[data-label*="RESET"],
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td[data-label*="SCORE"],
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td[data-label="KILLS"],
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td[data-label="DEATHS"]{
  color:#ffbe54!important;
  font-size:15px!important;
  font-weight:950!important;
  font-variant-numeric:tabular-nums!important;
  text-shadow:0 0 7px rgba(255,190,84,.25)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed{
  min-width:900px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed th:nth-child(3),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed td:nth-child(3){width:24%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed th:nth-child(4),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed td:nth-child(4){width:20%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed th:nth-child(5),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed td:nth-child(5){width:13%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed th:nth-child(6),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed td:nth-child(6){width:14%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed th:nth-child(7),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed td:nth-child(7){width:16%!important}

/* v130 / build 110: direct final colours; generic table text cannot whiten these. */
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-wizard,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-wizard .fh-ranking-class-label{color:#58c8ff!important;text-shadow:0 0 7px rgba(88,200,255,.34)!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-knight,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-knight .fh-ranking-class-label{color:#ff665b!important;text-shadow:0 0 7px rgba(255,102,91,.32)!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-elf,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-elf .fh-ranking-class-label{color:#64e89a!important;text-shadow:0 0 7px rgba(100,232,154,.32)!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-gladiator,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-gladiator .fh-ranking-class-label{color:#b985ff!important;text-shadow:0 0 7px rgba(185,133,255,.32)!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-lord,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-lord .fh-ranking-class-label{color:#f0bd50!important;text-shadow:0 0 7px rgba(240,189,80,.32)!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-summoner,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-summoner .fh-ranking-class-label{color:#ff79c9!important;text-shadow:0 0 7px rgba(255,121,201,.32)!important}

/* v128 / build 108: exact colour-coded class tiles, slightly calmer panel type. */
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-cell{
  padding:5px 7px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody .fh-ranking-class-badge{
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr)!important;
  width:100%!important;
  min-height:57px!important;
  align-items:center!important;
  gap:8px!important;
  padding:5px 9px!important;
  border:0!important;
  border-radius:6px!important;
  background:transparent!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody .fh-ranking-class-badge .rankings-class-image{
  display:block!important;
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  margin:0!important;
  border:0!important;
  border-radius:5px!important;
  object-fit:cover!important;
  filter:saturate(.92) contrast(1.08)!important;
  box-shadow:0 0 0 1px color-mix(in srgb,currentColor 42%,transparent),0 4px 12px rgba(0,0,0,.4)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody .fh-ranking-class-label{
  min-width:0!important;
  color:currentColor!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1.15!important;
  overflow:hidden!important;
  text-align:left!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  text-shadow:0 0 7px color-mix(in srgb,currentColor 30%,transparent)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-name,
html body.fh-ranking-focus .fh-rankings-v95-window .fh-podium-player{font-size:14px!important}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-score,
html body.fh-ranking-focus .fh-rankings-v95-window .fh-podium-stat{font-size:16px!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody .fh-ranking-player a,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody .fh-rank-status{font-size:12px!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td[data-label*="RESET"],
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td[data-label*="SCORE"],
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td[data-label="KILLS"]{
  color:#ffbe54!important;
  text-shadow:0 0 7px rgba(255,190,84,.22)!important;
}

/* v127 / build 107: portraits live with the colour-coded class; character cells stay name-only. */
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-cell{
  padding:5px 8px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh-ranking-class-badge{
  display:flex!important;
  width:100%!important;
  min-height:42px!important;
  box-sizing:border-box!important;
  align-items:center!important;
  gap:9px!important;
  padding:4px 8px!important;
  border:1px solid color-mix(in srgb,currentColor 42%,transparent)!important;
  border-radius:7px!important;
  background:linear-gradient(100deg,color-mix(in srgb,currentColor 8%,transparent),rgba(5,13,21,.72))!important;
  text-align:left!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh-ranking-class-badge .rankings-class-image{
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  flex:0 0 36px!important;
  margin:0!important;
  border:1px solid color-mix(in srgb,currentColor 55%,#294457)!important;
  border-radius:6px!important;
  object-fit:cover!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh-ranking-class-label{
  overflow:hidden!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1.15!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh-ranking-player{
  text-align:left!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh-ranking-player>span{
  max-width:100%!important;
}

/* v114 / build 94: contain decorative corners and let the outer frame wrap every row. */
html body.we-body-home.fh-server-dashboard.we-page-rankings.fh-ranking-focus{
  overflow-x:hidden!important;
}
html body.we-body-home.fh-server-dashboard.we-page-rankings.fh-ranking-focus .we-home-account-grid,
html body.we-body-home.fh-server-dashboard.we-page-rankings.fh-ranking-focus .we-home-account-main,
html body.we-body-home.fh-server-dashboard.we-page-rankings.fh-ranking-focus .fh-inline-module-host,
html body.we-body-home.fh-server-dashboard.we-page-rankings.fh-ranking-focus .fh-server-inline-module{
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:visible!important;
}
html body.we-body-home.fh-server-dashboard.we-page-rankings.fh-ranking-focus .fh-server-inline-module .fh-inline-module-body{
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  padding:5px!important;
  overflow:visible!important;
  background:#040a12!important;
}
html body.we-body-home.fh-server-dashboard.we-page-rankings.fh-ranking-focus .fh-server-inline-module .fh-inline-module-body .fh-rankings-window.fh-rankings-v95-window{
  height:auto!important;
  min-height:calc(100vh - 300px)!important;
  max-height:none!important;
  gap:4px!important;
  padding:6px!important;
  overflow:visible!important;
  background:#040a12!important;
}
html body.we-body-home.fh-server-dashboard.we-page-rankings.fh-ranking-focus .fh-rankings-window::before,
html body.we-body-home.fh-server-dashboard.we-page-rankings.fh-ranking-focus .fh-rankings-window::after{
  content:none!important;
  display:none!important;
}
html body.we-body-home.fh-server-dashboard.we-page-rankings.fh-ranking-focus .fh-rankings-v95-window .fh-ranking-class-tabs{
  gap:5px!important;
  margin:0!important;
  padding:8px!important;
}
html body.we-body-home.fh-server-dashboard.we-page-rankings.fh-ranking-focus .fh-rankings-v95-window .fh-ranking-class-tabs button{
  min-height:88px!important;
  grid-template-rows:48px auto!important;
  gap:4px!important;
  padding:5px!important;
}
html body.we-body-home.fh-server-dashboard.we-page-rankings.fh-ranking-focus .fh-rankings-v95-window .fh-ranking-class-tabs button img,
html body.we-body-home.fh-server-dashboard.we-page-rankings.fh-ranking-focus .fh-rankings-v95-window .fh-ranking-class-tabs .fh-ranking-all-mark{
  width:44px!important;
  height:44px!important;
  border-radius:8px!important;
  font-size:25px!important;
}

/* v115 / build 95: content-sized panels and one consistent 20-row ranking pager. */
html body.we-body-home .we-home-account-grid{
  align-items:start!important;
}
html body.we-body-home .we-home-account-main{
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  align-self:start!important;
}
html body.we-body-home .fh-inline-module-host,
html body.fh-server-dashboard .fh-server-inline-module,
html body.we-body-home.fh-spa-inline-module .fh-inline-module-body,
html body.fh-server-dashboard .fh-server-inline-module .fh-inline-module-body{
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
}
html body.we-body-home.fh-spa-inline-module .fh-inline-module-body,
html body.fh-server-dashboard .fh-server-inline-module .fh-inline-module-body{
  overflow:visible!important;
}
html body.we-body-home.fh-spa-inline-module .fh-inline-module-body>.ws-shop,
html body.we-body-home.fh-spa-inline-module .fh-inline-module-body>.ws-catalogue,
html body.we-body-home.fh-spa-inline-module .fh-inline-module-body>.mk-market,
html body.we-body-home.fh-spa-inline-module .fh-inline-module-body>.fh-currency-convert,
html body.we-body-home.fh-spa-inline-module .fh-inline-module-body>.rankings-module,
html body .fh-rankings-window,
html body.fh-ranking-focus .fh-rankings-v95-window,
html body.we-body-home.fh-server-dashboard.we-page-rankings.fh-ranking-focus .fh-server-inline-module .fh-inline-module-body .fh-rankings-window.fh-rankings-v95-window{
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
}
html body .fh-ranking-table-scroll{
  flex:0 0 auto!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
}
html body table.rankings-table tr[hidden]{display:none!important}
.fh-ranking-pagination{
  display:grid;
  grid-template-columns:minmax(112px,auto) minmax(170px,1fr) minmax(112px,auto);
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:8px 11px;
  border-top:1px solid rgba(91,151,195,.25);
  background:linear-gradient(180deg,rgba(10,23,34,.98),rgba(5,13,21,.99));
}
.fh-ranking-pagination button{
  min-height:32px;
  padding:6px 12px;
  border:1px solid rgba(93,181,239,.42);
  border-radius:6px;
  background:linear-gradient(180deg,#153b58,#0b2438);
  color:#dff4ff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.025em;
  cursor:pointer;
}
.fh-ranking-pagination button:hover:not(:disabled){
  border-color:#76d0ff;
  color:#fff;
  box-shadow:0 0 14px rgba(71,181,240,.18);
}
.fh-ranking-pagination button:disabled{opacity:.38;cursor:default}
.fh-ranking-page-status{
  color:#b9cddd;
  font-size:10px;
  font-weight:800;
  text-align:center;
  font-variant-numeric:tabular-nums;
}
@media(max-width:560px){
  .fh-ranking-pagination{grid-template-columns:1fr 1fr}
  .fh-ranking-page-status{grid-column:1/-1;grid-row:1}
}

/* v116 / build 96: readable ranking values and larger country flags. */
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td{
  font-size:14px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table .fh-rank-country{
  display:block!important;
  width:38px!important;
  height:25px!important;
  max-width:none!important;
  margin:0 auto!important;
  border:1px solid rgba(255,218,112,.5)!important;
  border-radius:2px!important;
  object-fit:cover!important;
  box-shadow:0 0 9px rgba(255,196,65,.16)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table .fh-rank-status{
  font-size:14px!important;
}

/* v117 / build 97: compact flags, balanced Top Players columns and prominent totals. */
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table{
  width:100%!important;
  table-layout:fixed!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table th:nth-child(1),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table td:nth-child(1){width:6%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table th:nth-child(2),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table td:nth-child(2){width:8%!important;padding-right:3px!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table th:nth-child(3),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table td:nth-child(3){width:23%!important;padding-left:3px!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table th:nth-child(4),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table td:nth-child(4){width:16%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table th:nth-child(5),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table td:nth-child(5){width:10%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table th:nth-child(6),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table td:nth-child(6){width:13%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table th:nth-child(7),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table td:nth-child(7){width:15%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table th:nth-child(8),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table td:nth-child(8){width:9%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table .fh-rank-country{
  width:31px!important;
  height:20px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table tbody td:nth-child(5),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table tbody td:nth-child(6){
  color:#f7f3e9!important;
  font-size:17px!important;
  font-weight:950!important;
  letter-spacing:.01em!important;
  font-variant-numeric:tabular-nums!important;
}

/* v118 / build 98: one clean Top Players rhythm with safe right-side breathing room. */
html body.fh-ranking-focus .fh-rankings-v95-window .fh-ranking-table-scroll{
  box-sizing:border-box!important;
  overflow-x:auto!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table{
  width:calc(100% - 20px)!important;
  min-width:760px!important;
  margin:0 10px!important;
  table-layout:fixed!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table th,
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table td{
  box-sizing:border-box!important;
  padding-left:7px!important;
  padding-right:7px!important;
  font-family:Arial,sans-serif!important;
  text-align:left!important;
  vertical-align:middle!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table tbody tr,
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table tbody td{
  height:52px!important;
  min-height:52px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table tbody td,
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table tbody td a,
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table tbody .fh-rank-status{
  font-size:14px!important;
  line-height:1.15!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table tbody td{
  font-weight:800!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table tbody td:nth-child(5),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table tbody td:nth-child(6){
  font-size:15px!important;
  font-weight:950!important;
  text-align:center!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table .fh-ranking-player{
  min-width:0!important;
  gap:8px!important;
  justify-content:flex-start!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table .fh-ranking-player>span,
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table .fh-ranking-player a{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table .rankings-class-image{
  width:36px!important;
  height:36px!important;
  flex:0 0 36px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table .fh-rank-country{
  width:29px!important;
  height:19px!important;
  margin:0 auto!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table th:nth-child(1),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table td:nth-child(1){width:5%!important;text-align:center!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table th:nth-child(2),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table td:nth-child(2){width:6%!important;text-align:center!important;padding-left:2px!important;padding-right:2px!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table th:nth-child(3),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table td:nth-child(3){width:22%!important;padding-left:4px!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table th:nth-child(4),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table td:nth-child(4){width:17%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table th:nth-child(5),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table td:nth-child(5){width:11%!important;text-align:center!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table th:nth-child(6),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table td:nth-child(6){width:11%!important;text-align:center!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table th:nth-child(7),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table td:nth-child(7){width:17%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table th:nth-child(8),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table td:nth-child(8){width:11%!important;text-align:center!important;padding-left:8px!important;padding-right:12px!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table .fh-rank-status{
  display:inline-flex!important;
  min-width:62px!important;
  padding:0!important;
  align-items:center!important;
  justify-content:center!important;
  white-space:nowrap!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-killers th:nth-child(4),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-killers td:nth-child(4),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-killers th:nth-child(5),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-killers td:nth-child(5){
  width:11%!important;
  padding-left:8px!important;
  padding-right:8px!important;
  text-align:center!important;
  vertical-align:middle!important;
  font-variant-numeric:tabular-nums!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody .fh-ranking-player a,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody tr.fh90-rank-row-top-1 .fh-ranking-player a{
  font-size:14px!important;
  line-height:1.15!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-killers tbody td{
  font-size:14px!important;
  line-height:1.15!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-killers tbody .fh-ranking-class-label{
  font-size:12px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-killers tbody td:nth-child(4),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-killers tbody td:nth-child(5){
  font-size:15px!important;
  font-weight:950!important;
}

/* v133 / build 113: one-step smaller ranking rows, retaining colour and alignment. */
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td{
  padding-top:4px!important;
  padding-bottom:4px!important;
  font-size:13px!important;
  line-height:1.15!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody .fh-ranking-class-badge{
  grid-template-columns:44px minmax(0,1fr)!important;
  min-height:50px!important;
  gap:8px!important;
  padding-top:3px!important;
  padding-bottom:3px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody .fh-ranking-class-badge .rankings-class-image{
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  flex-basis:44px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody .fh-ranking-player a,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody tr.fh90-rank-row-top-1 .fh-ranking-player a{
  font-size:13px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody .fh-ranking-class-label,
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table tbody .fh-ranking-class-label,
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-killers tbody .fh-ranking-class-label{
  font-size:11px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td[data-label*="RESET"],
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td[data-label*="SCORE"],
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td[data-label="KILLS"],
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td[data-label="DEATHS"]{
  font-size:14px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table .fh-rank-status,
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-killers tbody td{
  font-size:13px!important;
}

/* v134 / build 114: centre the complete class unit beneath its column heading. */
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-cell{
  text-align:center!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody .fh-ranking-class-badge{
  grid-template-columns:44px minmax(0,1fr)!important;
  width:166px!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* v135 / build 115: soft class-colour glow behind every ranking class unit. */
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name .fh-ranking-class-badge{
  border:0!important;
  border-radius:7px!important;
  box-shadow:none!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-wizard .fh-ranking-class-badge{background:linear-gradient(90deg,rgba(88,200,255,.17),rgba(88,200,255,.055) 68%,transparent)!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-knight .fh-ranking-class-badge{background:linear-gradient(90deg,rgba(255,102,91,.17),rgba(255,102,91,.055) 68%,transparent)!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-elf .fh-ranking-class-badge{background:linear-gradient(90deg,rgba(100,232,154,.17),rgba(100,232,154,.055) 68%,transparent)!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-gladiator .fh-ranking-class-badge{background:linear-gradient(90deg,rgba(185,133,255,.17),rgba(185,133,255,.055) 68%,transparent)!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-lord .fh-ranking-class-badge{background:linear-gradient(90deg,rgba(240,189,80,.17),rgba(240,189,80,.055) 68%,transparent)!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-summoner .fh-ranking-class-badge{background:linear-gradient(90deg,rgba(255,121,201,.17),rgba(255,121,201,.055) 68%,transparent)!important}

/* v119 / build 99: superseded by v120; portraits remain visible. */
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table .rankings-class-image{
  display:block!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table .fh-ranking-player{
  gap:8px!important;
}

/* v120 / build 100: one continuous row instead of square backgrounds per cell. */
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody tr{
  background:linear-gradient(90deg,rgba(10,23,34,.98),rgba(5,14,22,.99))!important;
  box-shadow:inset 0 1px rgba(91,143,181,.2),inset 0 -1px rgba(91,143,181,.2)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody tr:hover td,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody tr.fh90-rank-row-top-1 td,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody tr.fh90-rank-row-top-2 td,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody tr.fh90-rank-row-top-3 td{
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody tr:hover{
  background:linear-gradient(90deg,rgba(55,43,20,.86),rgba(8,24,36,.99))!important;
  box-shadow:inset 0 1px rgba(235,188,83,.42),inset 0 -1px rgba(235,188,83,.42)!important;
}

/* v121 / build 101: private locations, clear headers and weekly event prizes. */
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table thead th,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tr:first-child>td[style*="bold"]{
  box-sizing:border-box!important;
  padding-left:8px!important;
  padding-right:8px!important;
  overflow:hidden!important;
  color:#bdc9d4!important;
  font-size:11px!important;
  line-height:1.15!important;
  letter-spacing:.045em!important;
  white-space:normal!important;
  text-align:center!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed{
  min-width:780px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed th:nth-child(1),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed td:nth-child(1){width:5%!important;text-align:center!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed th:nth-child(2),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed td:nth-child(2){width:8%!important;text-align:center!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed th:nth-child(3),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed td:nth-child(3){width:27%!important;text-align:left!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed th:nth-child(4),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed td:nth-child(4){width:18%!important;text-align:left!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed th:nth-child(5),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed td:nth-child(5){width:13%!important;text-align:center!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed th:nth-child(6),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed td:nth-child(6){width:14%!important;text-align:center!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed th:nth-child(7),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed td:nth-child(7){width:15%!important;text-align:center!important;padding-left:8px!important;padding-right:12px!important}
html body.fh-ranking-focus .fh-weekly-event-ranking .fh90-podium-card{
  min-height:150px!important;
}
html body.fh-ranking-focus .fh-weekly-event-ranking .fh90-podium-card.is-first{
  min-height:160px!important;
}
.fh90-podium-reward{
  display:block;
  width:100%;
  margin-top:3px;
  color:#ffd96a;
  font-size:11px;
  font-weight:950;
  line-height:1.2;
  text-align:center;
  text-shadow:0 0 9px rgba(255,196,52,.35);
}
.fh90-podium-reward[hidden]{display:none!important}
html body.fh-ranking-focus .fh-ranking-reward{
  color:#f0c85f!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1.2!important;
}

/* v122 / build 102: class-only colours and balanced player typography. */
html body.we-page-rankings .fh-global-showcase,
html body.we-page-rankings .fh-freevip-home,
html body.fh-ranking-focus .fh-global-showcase,
html body.fh-ranking-focus .fh-freevip-home{
  display:none!important;
}
html body.we-body-home:not(.we-page-rankings) #container .we-home-account-main>.fh-global-showcase{
  margin-top:8px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody .fh-ranking-player a,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody .fh-ranking-class-name{
  font-size:16px!important;
  font-weight:900!important;
  line-height:1.15!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody .fh-ranking-class-name.is-wizard{color:#58c8ff!important;text-shadow:0 0 7px rgba(88,200,255,.28)!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody .fh-ranking-class-name.is-knight{color:#ff665b!important;text-shadow:0 0 7px rgba(255,102,91,.25)!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody .fh-ranking-class-name.is-elf{color:#64e89a!important;text-shadow:0 0 7px rgba(100,232,154,.25)!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody .fh-ranking-class-name.is-gladiator{color:#b985ff!important;text-shadow:0 0 7px rgba(185,133,255,.25)!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody .fh-ranking-class-name.is-lord{color:#f0bd50!important;text-shadow:0 0 7px rgba(240,189,80,.25)!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody .fh-ranking-class-name.is-summoner{color:#ff79c9!important;text-shadow:0 0 7px rgba(255,121,201,.25)!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table tbody td:nth-child(5),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table tbody td:nth-child(6){
  font-size:14px!important;
}

/* v123 / build 103: podium-only event prizes and uniform Top Players labels. */
html body.fh-ranking-focus .fh-weekly-event-ranking .fh90-podium-reward{
  display:block!important;
  margin-top:5px!important;
  color:#ffd96a!important;
  font-size:12px!important;
  font-weight:950!important;
  line-height:1.2!important;
  text-shadow:0 0 10px rgba(255,196,52,.45)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table tbody .fh-ranking-class-name{
  font-size:14px!important;
  line-height:1.15!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table tbody .fh-rank-status,
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table tbody tr.fh90-rank-row-top-1 .fh-rank-status{
  font-size:14px!important;
  font-weight:900!important;
  line-height:1.15!important;
  text-transform:none!important;
}
html body.fh-ranking-focus .fh-killers-window .fh-rank-legend{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}
html body.fh-ranking-focus .fh-killers-window .fh-rank-legend-item{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 120px!important;
  min-height:58px!important;
  padding:8px 12px!important;
  align-items:center!important;
  gap:12px!important;
}
html body.fh-ranking-focus .fh-killers-window .fh-rank-legend-item .fh-progression-rank,
html body.fh-ranking-focus .fh-killers-window table.rankings-table td:last-child .fh-progression-rank{
  display:grid!important;
  grid-template-columns:38px minmax(0,1fr)!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  align-items:center!important;
  justify-content:stretch!important;
  gap:8px!important;
  overflow:visible!important;
}
html body.fh-ranking-focus .fh-killers-window .fh-progression-rank i{
  display:grid!important;
  width:38px!important;
  height:38px!important;
  place-items:center!important;
  margin:0!important;
  flex:0 0 38px!important;
  font-size:13px!important;
}
html body.fh-ranking-focus .fh-killers-window .fh-progression-rank b{
  min-width:0!important;
  overflow:visible!important;
  font-size:12px!important;
  line-height:1.15!important;
  text-align:left!important;
  text-overflow:clip!important;
  white-space:nowrap!important;
}
html body.fh-ranking-focus .fh-killers-window .fh-rank-legend-item small{
  width:120px!important;
  font-size:11px!important;
  line-height:1.2!important;
  text-align:right!important;
  white-space:nowrap!important;
}
html body.fh-ranking-focus .fh-killers-window table.rankings-table th:last-child,
html body.fh-ranking-focus .fh-killers-window table.rankings-table td:last-child{
  text-align:center!important;
}
html body.fh-ranking-focus .fh-killers-window table.rankings-table td:last-child .fh-progression-rank{
  width:150px!important;
  margin:0 auto!important;
}
@media(max-width:760px){
  html body.fh-ranking-focus .fh-killers-window .fh-rank-legend-item{
    grid-template-columns:minmax(0,1fr) 105px!important;
  }
  html body.fh-ranking-focus .fh-killers-window .fh-rank-legend-item small{
    width:105px!important;
    font-size:10px!important;
  }
}

/* v124 / build 104: one identical table scale for every ranking and every row. */
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody tr,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody tr.fh90-rank-row-top-1,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody tr.fh90-rank-row-top-2,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody tr.fh90-rank-row-top-3,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody tr.fh90-rank-row-top-1 td,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody tr.fh90-rank-row-top-2 td,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody tr.fh90-rank-row-top-3 td{
  box-sizing:border-box!important;
  height:52px!important;
  min-height:52px!important;
  padding-top:7px!important;
  padding-bottom:7px!important;
  font-size:14px!important;
  line-height:1.15!important;
  vertical-align:middle!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody .fh-ranking-player,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody tr.fh90-rank-row-top-1 .fh-ranking-player{
  gap:8px!important;
  align-items:center!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody .rankings-class-image,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody tr.fh90-rank-row-top-1 .rankings-class-image{
  width:36px!important;
  height:36px!important;
  flex:0 0 36px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody .fh-ranking-player a,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody tr.fh90-rank-row-top-1 .fh-ranking-player a{
  font-size:16px!important;
  line-height:1.15!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody .fh-ranking-class-name,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody tr.fh90-rank-row-top-1 .fh-ranking-class-name,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody .fh-rank-status,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody tr.fh90-rank-row-top-1 .fh-rank-status{
  font-size:14px!important;
  line-height:1.15!important;
  text-transform:none!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody .fh90-place,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody tr.fh90-rank-row-top-1 .fh90-place{
  width:32px!important;
  height:32px!important;
  margin:auto!important;
  font-size:12px!important;
  line-height:1!important;
  transform:none!important;
}

/* v125 / build 105: aligned event, quest and guild grids with correct podium artwork. */
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-grid-aligned{
  width:100%!important;
  table-layout:fixed!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-grid-aligned th,
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-grid-aligned td{
  box-sizing:border-box!important;
  padding-left:10px!important;
  padding-right:10px!important;
  text-align:center!important;
  vertical-align:middle!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-grid-aligned th:first-child,
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-grid-aligned td:first-child{
  width:7%!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-grid-aligned th:last-child,
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-grid-aligned td:last-child{
  width:20%!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-grid-aligned td.fh-ranking-player{
  display:table-cell!important;
  text-align:center!important;
  white-space:nowrap!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-grid-aligned td.fh-ranking-player .rankings-class-image{
  display:inline-block!important;
  margin:0 8px 0 0!important;
  vertical-align:middle!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-grid-aligned td.fh-ranking-player>span{
  display:inline-block!important;
  max-width:calc(100% - 52px)!important;
  vertical-align:middle!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-grid-aligned .fh-ranking-guild,
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-grid-aligned .fh-ranking-guild-logo{
  text-align:center!important;
  vertical-align:middle!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-grid-aligned .fh-ranking-guild-logo{
  display:inline-grid!important;
  width:40px!important;
  height:40px!important;
  margin-right:9px!important;
  place-items:center!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-grid-aligned .fh-ranking-guild-logo img,
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-grid-aligned img[src*="guildmark.php"]{
  width:40px!important;
  height:40px!important;
  max-width:none!important;
  vertical-align:middle!important;
  image-rendering:pixelated;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-guilds th:nth-child(1),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-guilds td:nth-child(1){width:8%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-guilds th:nth-child(2),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-guilds td:nth-child(2){width:24%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-guilds th:nth-child(3),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-guilds td:nth-child(3){width:18%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-guilds th:nth-child(4),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-guilds td:nth-child(4){width:30%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-guilds th:nth-child(5),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-guilds td:nth-child(5){width:20%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-topking th:nth-child(1),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-topking td:nth-child(1){width:8%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-topking th:nth-child(2),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-topking td:nth-child(2){width:30%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-topking th:nth-child(3),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-topking td:nth-child(3){width:24%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-topking th:nth-child(4),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-topking td:nth-child(4),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-topking th:nth-child(5),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-topking td:nth-child(5){width:19%!important}
html body.fh-ranking-focus .fh-ranking-view-level .fh90-podium-avatar img,
html body.fh-ranking-focus .fh-ranking-view-topking .fh90-podium-avatar img,
html body.fh-ranking-focus .fh-ranking-view-guilds .fh90-podium-avatar img{
  object-fit:cover!important;
}
@media(max-width:760px){
  html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-grid-aligned{min-width:680px!important}
}

/* v126 / build 106: make the centre #1 podium card subtly more prominent everywhere. */
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium,
html body.fh-ranking-focus .fh-rankings-v95-window .fh-lorencia-podium{
  grid-template-columns:minmax(0,1fr) minmax(0,1.06fr) minmax(0,1fr)!important;
  align-items:end!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first{
  min-height:174px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh-weekly-event-ranking .fh90-podium-card.is-first{
  min-height:168px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh-lorencia-podium article.fh-podium-1{
  min-height:176px!important;
}
@media(max-width:720px){
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium,
  html body.fh-ranking-focus .fh-rankings-v95-window .fh-lorencia-podium{
    grid-template-columns:1fr!important;
  }
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first,
  html body.fh-ranking-focus .fh-rankings-v95-window .fh-weekly-event-ranking .fh90-podium-card.is-first,
  html body.fh-ranking-focus .fh-rankings-v95-window .fh-lorencia-podium article.fh-podium-1{
    min-height:150px!important;
  }
}

/* v129 / build 109: final Classes Created styling wins over legacy ranking rules. */
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-cell{
  min-width:176px!important;
  padding:5px 8px!important;
  overflow:visible!important;
  text-align:left!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody .fh-ranking-class-badge{
  display:grid!important;
  grid-template-columns:50px minmax(0,1fr)!important;
  width:100%!important;
  min-height:58px!important;
  align-items:center!important;
  gap:9px!important;
  padding:4px 0!important;
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:none!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody .fh-ranking-class-badge .rankings-class-image{
  display:block!important;
  width:50px!important;
  height:50px!important;
  min-width:50px!important;
  flex:0 0 50px!important;
  margin:0!important;
  border:1px solid color-mix(in srgb,currentColor 58%,#294457)!important;
  border-radius:6px!important;
  object-fit:cover!important;
  filter:saturate(.96) contrast(1.07)!important;
  box-shadow:0 0 9px color-mix(in srgb,currentColor 20%,transparent)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody .fh-ranking-class-label,
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table tbody .fh-ranking-class-label{
  display:block!important;
  min-width:0!important;
  max-width:none!important;
  overflow:visible!important;
  color:currentColor!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1.15!important;
  text-align:left!important;
  text-overflow:clip!important;
  white-space:nowrap!important;
  text-shadow:0 0 7px color-mix(in srgb,currentColor 30%,transparent)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td[data-label*="RESET"],
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td[data-label*="SCORE"],
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td[data-label="KILLS"],
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td[data-label="DEATHS"]{
  color:#ffbe54!important;
  font-size:15px!important;
  font-weight:950!important;
  font-variant-numeric:tabular-nums!important;
  text-shadow:0 0 7px rgba(255,190,84,.25)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed{
  min-width:900px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed th:nth-child(3),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed td:nth-child(3){width:24%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed th:nth-child(4),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed td:nth-child(4){width:20%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed th:nth-child(5),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed td:nth-child(5){width:13%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed th:nth-child(6),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed td:nth-child(6){width:14%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed th:nth-child(7),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed td:nth-child(7){width:16%!important}

/* v130 / build 110: direct final colours; generic table text cannot whiten these. */
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-wizard,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-wizard .fh-ranking-class-label{color:#58c8ff!important;text-shadow:0 0 7px rgba(88,200,255,.34)!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-knight,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-knight .fh-ranking-class-label{color:#ff665b!important;text-shadow:0 0 7px rgba(255,102,91,.32)!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-elf,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-elf .fh-ranking-class-label{color:#64e89a!important;text-shadow:0 0 7px rgba(100,232,154,.32)!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-gladiator,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-gladiator .fh-ranking-class-label{color:#b985ff!important;text-shadow:0 0 7px rgba(185,133,255,.32)!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-lord,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-lord .fh-ranking-class-label{color:#f0bd50!important;text-shadow:0 0 7px rgba(240,189,80,.32)!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-summoner,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-summoner .fh-ranking-class-label{color:#ff79c9!important;text-shadow:0 0 7px rgba(255,121,201,.32)!important}

/* v131 / build 111: class-coloured portrait frames and clean metric spacing. */
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-wizard .rankings-class-image{border-color:#58c8ff!important;box-shadow:0 0 10px rgba(88,200,255,.48)!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-knight .rankings-class-image{border-color:#ff665b!important;box-shadow:0 0 10px rgba(255,102,91,.46)!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-elf .rankings-class-image{border-color:#64e89a!important;box-shadow:0 0 10px rgba(100,232,154,.46)!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-gladiator .rankings-class-image{border-color:#b985ff!important;box-shadow:0 0 10px rgba(185,133,255,.46)!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-lord .rankings-class-image{border-color:#f0bd50!important;box-shadow:0 0 10px rgba(240,189,80,.46)!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td.fh-ranking-class-name.is-summoner .rankings-class-image{border-color:#ff79c9!important;box-shadow:0 0 10px rgba(255,121,201,.46)!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-killers th:nth-child(1),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-killers td:nth-child(1){width:6%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-killers th:nth-child(2),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-killers td:nth-child(2){width:19%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-killers th:nth-child(3),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-killers td:nth-child(3){width:26%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-killers th:nth-child(4),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-killers td:nth-child(4),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-killers th:nth-child(5),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-killers td:nth-child(5){width:11%!important;padding-left:14px!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-killers th:nth-child(6),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-ranking-table-killers td:nth-child(6){width:27%!important}

/* v132 / build 112: keep Top Players Online/Offline visible without horizontal loss. */
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed{
  width:100%!important;
  min-width:0!important;
  table-layout:fixed!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed th:nth-child(1),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed td:nth-child(1){width:5%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed th:nth-child(2),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed td:nth-child(2){width:7%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed th:nth-child(3),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed td:nth-child(3){width:19%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed th:nth-child(4),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed td:nth-child(4){width:28%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed th:nth-child(5),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed td:nth-child(5){width:10%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed th:nth-child(6),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed td:nth-child(6){width:12%!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed th:nth-child(7),
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table.fh-ranking-location-removed td:nth-child(7){width:19%!important;padding-left:4px!important;padding-right:8px!important}
html body.fh-ranking-focus .fh-rankings-v95-window table.fh-top-players-table .fh-rank-status{
  display:inline-flex!important;
  visibility:visible!important;
  opacity:1!important;
  align-items:center!important;
  justify-content:center!important;
  white-space:nowrap!important;
}

/* v136 / build 116: first place matches every other row; all ranking metrics use gold. */
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody tr.fh90-rank-row-top-1 .fh-ranking-player a,
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody tr.fh90-rank-row-top-1 td a{
  text-transform:none!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody tr.fh90-rank-row-top-1 .fh-ranking-class-badge .rankings-class-image{
  width:50px!important;
  height:50px!important;
  min-width:50px!important;
  flex:0 0 50px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td[data-label*="reset" i],
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td[data-label*="score" i],
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td[data-label*="kills" i],
html body.fh-ranking-focus .fh-rankings-v95-window table.rankings-table tbody td[data-label*="deaths" i]{
  color:#ffbe54!important;
  font-variant-numeric:tabular-nums!important;
  text-shadow:0 0 7px rgba(255,190,84,.25)!important;
}

/* v137 / build 117: richer medal podiums with a restrained glow from each player's class. */
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card{
  --fh90-class-rgb:91,143,181;
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  border:1px solid var(--fh90-medal)!important;
  border-radius:28px 28px 13px 13px!important;
  background:
    radial-gradient(circle at 50% 10%,rgba(var(--fh90-class-rgb),.30),transparent 34%),
    linear-gradient(155deg,rgba(var(--fh90-class-rgb),.10),rgba(10,22,32,.98) 48%,#050d14 100%)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    inset 0 -20px 35px rgba(0,0,0,.18),
    0 12px 28px rgba(0,0,0,.32),
    0 0 22px rgba(var(--fh90-class-rgb),.16)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-wizard{--fh90-class-rgb:88,200,255}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-knight{--fh90-class-rgb:255,102,91}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-elf{--fh90-class-rgb:100,232,154}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-gladiator{--fh90-class-rgb:185,133,255}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-lord{--fh90-class-rgb:240,189,80}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-summoner{--fh90-class-rgb:255,121,201}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:linear-gradient(115deg,rgba(255,255,255,.07),transparent 27%,transparent 70%,rgba(var(--fh90-class-rgb),.08));
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card::after{
  content:"";
  position:absolute;
  right:18%;
  bottom:0;
  left:18%;
  z-index:0;
  height:2px;
  pointer-events:none;
  background:var(--fh90-medal);
  box-shadow:0 0 12px var(--fh90-medal);
  opacity:.72;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card>*{position:relative;z-index:1}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-avatar{
  border-color:var(--fh90-medal)!important;
  background:rgba(4,10,16,.72)!important;
  box-shadow:
    0 0 0 3px rgba(var(--fh90-class-rgb),.13),
    0 0 20px rgba(var(--fh90-class-rgb),.50),
    inset 0 0 9px rgba(var(--fh90-class-rgb),.24)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-rank{
  color:#fff!important;
  text-shadow:0 1px 2px #000,0 0 8px var(--fh90-medal)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-name{
  text-shadow:0 1px 2px #000,0 0 9px rgba(var(--fh90-class-rgb),.38)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-score{
  text-shadow:0 0 9px color-mix(in srgb,var(--fh90-medal) 48%,transparent)!important;
}

/* v138 / build 118: tiered medal podiums replace the three rounded ranking boxes. */
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium,
html body.fh-ranking-focus .fh-rankings-v95-window .fh-lorencia-podium{
  grid-template-columns:minmax(0,1fr) minmax(0,1.08fr) minmax(0,1fr)!important;
  align-items:end!important;
  gap:12px!important;
  overflow:visible!important;
  padding:22px 5px 5px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card,
html body.fh-ranking-focus #fh-lorencia-restored.fh-rankings-v95-window .fh-lorencia-podium article.fh90-podium-card{
  --fh90-class-rgb:91,143,181;
  --fh90-medal-rgb:185,202,221;
  position:relative!important;
  isolation:isolate!important;
  display:flex!important;
  min-width:0!important;
  min-height:220px!important;
  align-items:center!important;
  justify-content:flex-end!important;
  padding:0!important;
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:none!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first{
  --fh90-medal-rgb:241,197,83;
  min-height:246px!important;
  z-index:3!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-second{
  --fh90-medal-rgb:185,202,221;
  z-index:2!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-third{
  --fh90-medal-rgb:206,128,80;
  z-index:1!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card::before,
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card::after{content:none!important}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-base{
  position:relative!important;
  z-index:1!important;
  display:flex!important;
  width:100%!important;
  min-height:134px!important;
  box-sizing:border-box!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:5px!important;
  padding:43px 13px 14px!important;
  overflow:visible!important;
  border:1px solid rgba(var(--fh90-medal-rgb),.82)!important;
  border-top:0!important;
  border-radius:0 0 16px 16px!important;
  background:
    radial-gradient(circle at 50% 0,rgba(var(--fh90-class-rgb),.25),transparent 47%),
    linear-gradient(90deg,rgba(0,0,0,.40),rgba(var(--fh90-class-rgb),.10) 48%,rgba(0,0,0,.43)),
    linear-gradient(180deg,#132432 0,#07111a 58%,#04090e 100%)!important;
  box-shadow:
    inset 13px 0 18px -16px rgba(255,255,255,.28),
    inset -14px 0 18px -16px rgba(0,0,0,.9),
    inset 0 -18px 28px rgba(0,0,0,.28),
    0 15px 24px rgba(0,0,0,.38),
    0 0 18px rgba(var(--fh90-class-rgb),.13)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-third .fh90-podium-base{min-height:120px!important}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-base{
  min-height:160px!important;
  padding-top:47px!important;
  box-shadow:
    inset 16px 0 20px -18px rgba(255,255,255,.34),
    inset -16px 0 20px -18px rgba(0,0,0,.92),
    inset 0 -22px 32px rgba(0,0,0,.27),
    0 17px 28px rgba(0,0,0,.42),
    0 0 24px rgba(var(--fh90-class-rgb),.17)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-base::before{
  content:""!important;
  position:absolute!important;
  top:-18px!important;
  right:-1px!important;
  left:-1px!important;
  z-index:-1!important;
  height:35px!important;
  border:1px solid var(--fh90-medal)!important;
  border-radius:50%!important;
  background:
    radial-gradient(ellipse at 50% 24%,rgba(255,255,255,.48),transparent 24%),
    radial-gradient(ellipse at 50% 48%,rgba(var(--fh90-medal-rgb),.84),rgba(var(--fh90-medal-rgb),.44) 45%,#0a1118 78%)!important;
  box-shadow:
    inset 0 3px 8px rgba(255,255,255,.26),
    inset 0 -7px 11px rgba(0,0,0,.52),
    0 0 14px rgba(var(--fh90-medal-rgb),.30)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-base::after{
  content:""!important;
  position:absolute!important;
  right:18%!important;
  bottom:5px!important;
  left:18%!important;
  height:1px!important;
  background:rgba(var(--fh90-medal-rgb),.68)!important;
  box-shadow:0 0 9px rgba(var(--fh90-medal-rgb),.52)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-laurel{
  position:absolute!important;
  top:3px!important;
  left:50%!important;
  z-index:4!important;
  display:block!important;
  width:116px!important;
  height:84px!important;
  color:var(--fh90-medal)!important;
  filter:drop-shadow(0 0 6px rgba(var(--fh90-medal-rgb),.44))!important;
  pointer-events:none!important;
  transform:translateX(-50%)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-laurel{top:-2px!important;width:132px!important;height:96px!important}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-laurel svg{display:block!important;width:100%!important;height:100%!important;overflow:visible!important}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-laurel-stems{fill:none!important;stroke:currentColor!important;stroke-width:2.2!important;stroke-linecap:round!important}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-laurel-leaves{fill:currentColor!important}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-avatar{
  position:absolute!important;
  top:22px!important;
  left:50%!important;
  z-index:6!important;
  width:58px!important;
  height:58px!important;
  border:2px solid var(--fh90-medal)!important;
  border-radius:50%!important;
  background:#07111a!important;
  box-shadow:0 0 0 3px rgba(var(--fh90-class-rgb),.15),0 0 20px rgba(var(--fh90-class-rgb),.58)!important;
  transform:translateX(-50%)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-avatar{top:18px!important;width:68px!important;height:68px!important}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-rank{
  position:absolute!important;
  top:-12px!important;
  left:50%!important;
  z-index:7!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:950!important;
  text-shadow:0 1px 2px #000,0 0 9px var(--fh90-medal)!important;
  transform:translateX(-50%)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-rank{top:-16px!important;font-size:16px!important}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-name,
html body.fh-ranking-focus #fh-lorencia-restored .fh90-podium-base .fh-podium-player,
html body.fh-ranking-focus #fh-lorencia-restored .fh90-podium-base .fh-podium-player a{
  max-width:100%!important;
  overflow:hidden!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:950!important;
  line-height:1.25!important;
  text-overflow:ellipsis!important;
  text-shadow:0 1px 2px #000,0 0 9px rgba(var(--fh90-class-rgb),.38)!important;
  white-space:nowrap!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-score{font-size:17px!important;line-height:1.2!important}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-label{font-size:10px!important}
html body.fh-ranking-focus #fh-lorencia-restored .fh90-podium-base .fh-podium-score{color:var(--fh90-medal)!important;font-size:10px!important;font-weight:900!important}
html body.fh-ranking-focus #fh-lorencia-restored .fh90-podium-base .fh-lorencia-prizes{position:relative!important;z-index:2!important;margin-top:6px!important}
html body.fh-ranking-focus .fh-weekly-event-ranking .fh90-podium-base{min-height:149px!important}
html body.fh-ranking-focus .fh-weekly-event-ranking .fh90-podium-card.is-first .fh90-podium-base{min-height:176px!important}
html body.fh-ranking-focus .fh-weekly-event-ranking .fh90-podium-reward{margin-top:5px!important;font-size:10px!important}
@media(max-width:720px){
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium,
  html body.fh-ranking-focus .fh-rankings-v95-window .fh-lorencia-podium{
    grid-template-columns:repeat(3,minmax(155px,1fr))!important;
    overflow-x:auto!important;
    padding-top:24px!important;
  }
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card,
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first,
  html body.fh-ranking-focus #fh-lorencia-restored.fh-rankings-v95-window .fh-lorencia-podium article.fh90-podium-card{
    min-height:210px!important;
  }
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-base{min-height:145px!important}
}

/* v139 / build 119: compact, stepped medal podiums; Lorencia keeps its original wing-badge layout. */
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium{
  width:min(100%,880px)!important;
  min-height:330px!important;
  margin:2px auto 10px!important;
  padding:8px 0 0!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1.12fr) minmax(0,1fr)!important;
  column-gap:0!important;
  align-items:end!important;
  overflow:visible!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card{
  --fh90-podium-height:160px;
  width:100%!important;
  height:320px!important;
  min-height:320px!important;
  align-items:stretch!important;
  justify-content:stretch!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-second{--fh90-podium-height:160px;order:1!important}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first{--fh90-podium-height:238px;order:2!important}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-third{--fh90-podium-height:140px;order:3!important}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-base,
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-base,
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-third .fh90-podium-base{
  position:absolute!important;
  right:3%!important;
  bottom:12px!important;
  left:3%!important;
  width:auto!important;
  height:var(--fh90-podium-height)!important;
  min-height:0!important;
  padding:58px 14px 18px!important;
  gap:4px!important;
  border:0!important;
  border-radius:0 0 22px 22px / 0 0 11px 11px!important;
  background:
    radial-gradient(ellipse at 50% 0,rgba(var(--fh90-class-rgb),.17),transparent 42%),
    linear-gradient(90deg,#03070b 0,#0b141c 18%,#101b24 48%,#09121a 79%,#020507 100%)!important;
  box-shadow:
    inset 18px 0 24px -24px rgba(255,255,255,.42),
    inset -22px 0 28px -24px #000,
    inset 0 -22px 30px rgba(0,0,0,.48),
    0 17px 21px rgba(0,0,0,.46),
    0 0 18px rgba(var(--fh90-class-rgb),.15)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-base{right:1%!important;left:1%!important;padding-top:62px!important}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-base::before{
  top:-16px!important;
  right:0!important;
  left:0!important;
  z-index:0!important;
  height:31px!important;
  border:1px solid rgba(var(--fh90-medal-rgb),.95)!important;
  border-radius:50%!important;
  background:
    radial-gradient(ellipse at 50% 17%,rgba(255,255,255,.58),transparent 23%),
    linear-gradient(180deg,rgba(var(--fh90-medal-rgb),.98),rgba(var(--fh90-medal-rgb),.46) 48%,#080d12 51%,#020507 100%)!important;
  box-shadow:inset 0 4px 7px rgba(255,255,255,.28),inset 0 -5px 8px rgba(0,0,0,.72),0 0 13px rgba(var(--fh90-medal-rgb),.30)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-base::after{
  right:0!important;
  bottom:-9px!important;
  left:0!important;
  z-index:-1!important;
  height:18px!important;
  border:0!important;
  border-bottom:1px solid rgba(var(--fh90-medal-rgb),.42)!important;
  border-radius:50%!important;
  background:linear-gradient(180deg,#080f15,#010305)!important;
  box-shadow:0 8px 15px rgba(0,0,0,.45)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-laurel,
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-laurel{
  top:auto!important;
  bottom:calc(var(--fh90-podium-height) + 2px)!important;
  width:98px!important;
  height:76px!important;
  color:rgb(var(--fh90-medal-rgb))!important;
  opacity:.94!important;
  filter:drop-shadow(0 2px 2px #000) drop-shadow(0 0 5px rgba(var(--fh90-medal-rgb),.32))!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-laurel{width:112px!important;height:86px!important}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-laurel-stems{stroke-width:1.65!important}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-laurel-leaves{opacity:.88!important}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-rank,
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-rank{
  top:auto!important;
  bottom:calc(var(--fh90-podium-height) + 27px)!important;
  color:rgb(var(--fh90-medal-rgb))!important;
  font-size:28px!important;
  font-weight:950!important;
  line-height:1!important;
  letter-spacing:-2px!important;
  text-shadow:0 2px 2px #000,0 0 8px rgba(var(--fh90-medal-rgb),.36)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-rank{bottom:calc(var(--fh90-podium-height) + 31px)!important;font-size:36px!important}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-avatar,
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-avatar{
  top:auto!important;
  bottom:calc(var(--fh90-podium-height) - 29px)!important;
  width:58px!important;
  height:58px!important;
  border:2px solid rgb(var(--fh90-medal-rgb))!important;
  border-radius:10px!important;
  background:#05090d!important;
  box-shadow:0 0 0 3px rgba(var(--fh90-class-rgb),.12),0 0 20px rgba(var(--fh90-class-rgb),.62),0 8px 12px rgba(0,0,0,.5)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-avatar{
  bottom:calc(var(--fh90-podium-height) - 33px)!important;
  width:66px!important;
  height:66px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-name{position:relative!important;z-index:2!important;font-size:13px!important}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-score,
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-label,
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-reward{position:relative!important;z-index:2!important}
html body.fh-ranking-focus .fh-weekly-event-ranking .fh90-podium{min-height:365px!important}
html body.fh-ranking-focus .fh-weekly-event-ranking .fh90-podium-card{height:355px!important;min-height:355px!important}
html body.fh-ranking-focus .fh-weekly-event-ranking .fh90-podium-card.is-second{--fh90-podium-height:190px}
html body.fh-ranking-focus .fh-weekly-event-ranking .fh90-podium-card.is-first{--fh90-podium-height:270px}
html body.fh-ranking-focus .fh-weekly-event-ranking .fh90-podium-card.is-third{--fh90-podium-height:170px}

/* Restore Lorencia's approved wing-badge winners and remove the podium conversion sizing. */
html body.fh-ranking-focus #fh-lorencia-restored.fh-rankings-v95-window .fh-lorencia-podium{
  width:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:2px!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
  overflow:visible!important;
}
@media(max-width:720px){
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium{
    width:760px!important;
    min-height:292px!important;
    grid-template-columns:240px 272px 240px!important;
    overflow:visible!important;
  }
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card,
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first{
    height:282px!important;
    min-height:282px!important;
  }
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-second{--fh90-podium-height:145px}
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first{--fh90-podium-height:210px}
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-third{--fh90-podium-height:127px}
  html body.fh-ranking-focus #fh-lorencia-restored.fh-rankings-v95-window .fh-lorencia-podium{width:auto!important;min-height:0!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;overflow:visible!important}
}

/* v140 / build 120: winners stand on the podium surface; Lorencia stays on its approved wing-badge design. */
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium{
  min-height:360px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card,
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first{
  height:350px!important;
  min-height:350px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-avatar,
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-avatar{
  bottom:calc(var(--fh90-podium-height) + 7px)!important;
  border-radius:12px!important;
  box-shadow:0 0 0 3px rgba(var(--fh90-class-rgb),.14),0 0 22px rgba(var(--fh90-class-rgb),.68),0 8px 12px rgba(0,0,0,.55)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-laurel,
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-laurel{
  bottom:calc(var(--fh90-podium-height) + 2px)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-rank,
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-rank{
  bottom:calc(var(--fh90-podium-height) + 62px)!important;
  font-size:18px!important;
  letter-spacing:-1px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-rank{
  bottom:calc(var(--fh90-podium-height) + 73px)!important;
  font-size:23px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-base,
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-base,
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-third .fh90-podium-base{
  padding-top:32px!important;
}
html body.fh-ranking-focus .fh-weekly-event-ranking .fh90-podium{min-height:395px!important}
html body.fh-ranking-focus .fh-weekly-event-ranking .fh90-podium-card,
html body.fh-ranking-focus .fh-weekly-event-ranking .fh90-podium-card.is-first{height:385px!important;min-height:385px!important}
html body.fh-ranking-focus #fh-lorencia-restored>.fh90-podium{display:none!important}
html body.fh-ranking-focus #fh-lorencia-restored .fh-lorencia-podium article{
  min-height:190px!important;
  border:0!important;
  border-radius:0!important;
  background:radial-gradient(circle at 50% 35%,rgba(217,170,65,.10),transparent 50%)!important;
  box-shadow:none!important;
}
@media(max-width:720px){
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium{min-height:328px!important}
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card,
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first{height:318px!important;min-height:318px!important}
}

/* v142 / build 123: isolated crown-and-wing rank icons with aligned score boxes. */
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium,
html body.fh-ranking-focus #fh-lorencia-restored.fh-rankings-v95-window .fh-lorencia-podium{
  position:relative!important;
  display:grid!important;
  width:min(100%,780px)!important;
  min-height:278px!important;
  margin:0 auto 12px!important;
  padding:0 4px!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  column-gap:8px!important;
  align-items:end!important;
  overflow:visible!important;
  isolation:isolate!important;
  background:none!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card,
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first,
html body.fh-ranking-focus #fh-lorencia-restored.fh-rankings-v95-window .fh-lorencia-podium article.fh90-podium-card{
  --fh142-metal:#70c9ff;
  --fh142-metal-rgb:112,201,255;
  position:relative!important;
  width:100%!important;
  height:270px!important;
  min-height:270px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:none!important;
  box-shadow:none!important;
  overflow:visible!important;
  isolation:isolate!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-second,
html body.fh-ranking-focus #fh-lorencia-restored .fh-lorencia-podium .fh-podium-2{
  --fh142-metal:#70c9ff;
  --fh142-metal-rgb:112,201,255;
  order:1!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first,
html body.fh-ranking-focus #fh-lorencia-restored .fh-lorencia-podium .fh-podium-1{
  --fh142-metal:#ffd258;
  --fh142-metal-rgb:255,210,88;
  order:2!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-third,
html body.fh-ranking-focus #fh-lorencia-restored .fh-lorencia-podium .fh-podium-3{
  --fh142-metal:#ff7045;
  --fh142-metal-rgb:255,112,69;
  order:3!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card::before,
html body.fh-ranking-focus #fh-lorencia-restored .fh-lorencia-podium article.fh90-podium-card::before{
  content:""!important;
  position:absolute!important;
  top:30px!important;
  left:50%!important;
  z-index:1!important;
  display:block!important;
  width:160px!important;
  height:160px!important;
  border:0!important;
  border-radius:0!important;
  background:url('../img/fh-rank-flame-blue-v142.png') center/contain no-repeat!important;
  box-shadow:none!important;
  opacity:.98!important;
  pointer-events:none!important;
  mix-blend-mode:screen!important;
  filter:brightness(1.04) drop-shadow(0 0 6px rgba(var(--fh142-metal-rgb),.28))!important;
  transform:translateX(-50%)!important;
  animation:fh142-rank-wing-glow 3.4s ease-in-out infinite!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first::before,
html body.fh-ranking-focus #fh-lorencia-restored .fh-lorencia-podium .fh-podium-1.fh90-podium-card::before{
  top:11px!important;
  width:198px!important;
  height:198px!important;
  background-image:url('../img/fh-rank-flame-gold-v142.png')!important;
  animation-delay:-1.1s!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-third::before,
html body.fh-ranking-focus #fh-lorencia-restored .fh-lorencia-podium .fh-podium-3.fh90-podium-card::before{
  background-image:url('../img/fh-rank-flame-red-v142.png')!important;
  animation-delay:-2.2s!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-laurel{
  display:none!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-rank,
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-rank{
  position:absolute!important;
  top:48px!important;
  bottom:auto!important;
  left:50%!important;
  z-index:5!important;
  color:var(--fh142-metal)!important;
  font-size:15px!important;
  font-weight:950!important;
  line-height:1!important;
  letter-spacing:-.4px!important;
  text-shadow:0 1px 2px #000,0 0 9px rgba(var(--fh142-metal-rgb),.72)!important;
  transform:translateX(-50%)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-rank{
  top:26px!important;
  font-size:18px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-avatar,
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-avatar{
  position:absolute!important;
  top:90px!important;
  bottom:auto!important;
  left:50%!important;
  z-index:4!important;
  display:grid!important;
  width:74px!important;
  height:74px!important;
  place-items:center!important;
  overflow:hidden!important;
  border:2px solid var(--fh142-metal)!important;
  border-radius:50%!important;
  background:#05090d!important;
  box-shadow:0 0 0 3px rgba(var(--fh90-class-rgb),.12),0 0 19px rgba(var(--fh90-class-rgb),.66),0 0 10px rgba(var(--fh142-metal-rgb),.42)!important;
  transform:translateX(-50%)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-avatar{
  top:69px!important;
  width:92px!important;
  height:92px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-avatar img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  border:0!important;
  border-radius:50%!important;
  object-fit:cover!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-base,
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-base,
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-third .fh90-podium-base,
html body.fh-ranking-focus #fh-lorencia-restored .fh-lorencia-podium .fh90-podium-base{
  position:absolute!important;
  right:8px!important;
  bottom:7px!important;
  left:8px!important;
  z-index:6!important;
  display:flex!important;
  width:auto!important;
  height:72px!important;
  min-height:72px!important;
  padding:8px 9px!important;
  gap:1px!important;
  align-items:center!important;
  justify-content:center!important;
  flex-direction:column!important;
  overflow:hidden!important;
  border:1px solid rgba(var(--fh142-metal-rgb),.64)!important;
  border-radius:5px!important;
  background:
    radial-gradient(circle at 50% 0,rgba(var(--fh90-class-rgb),.17),transparent 62%),
    linear-gradient(180deg,rgba(13,25,35,.97),rgba(4,10,15,.98))!important;
  box-shadow:inset 0 1px rgba(255,255,255,.05),0 0 15px rgba(var(--fh90-class-rgb),.16),0 6px 14px rgba(0,0,0,.32)!important;
  transform:none!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-base::before,
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-base::after{
  content:none!important;
  display:none!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-name,
html body.fh-ranking-focus #fh-lorencia-restored .fh90-podium-base .fh-podium-player,
html body.fh-ranking-focus #fh-lorencia-restored .fh90-podium-base .fh-podium-player a{
  display:block!important;
  max-width:100%!important;
  overflow:hidden!important;
  color:#f4f7fa!important;
  font-size:12px!important;
  font-weight:950!important;
  line-height:1.15!important;
  text-align:center!important;
  text-decoration:none!important;
  text-overflow:ellipsis!important;
  text-shadow:0 1px 2px #000,0 0 8px rgba(var(--fh90-class-rgb),.48)!important;
  white-space:nowrap!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-score,
html body.fh-ranking-focus #fh-lorencia-restored .fh90-podium-base .fh-podium-score{
  display:block!important;
  color:var(--fh142-metal)!important;
  font-size:16px!important;
  font-weight:950!important;
  line-height:1.12!important;
  text-align:center!important;
  text-shadow:0 0 8px rgba(var(--fh142-metal-rgb),.46)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-label{
  color:#9dacb8!important;
  font-size:8px!important;
  font-weight:900!important;
  line-height:1.1!important;
  letter-spacing:.1em!important;
  text-transform:uppercase!important;
}
html body.fh-ranking-focus .fh-weekly-event-ranking .fh90-podium{
  min-height:296px!important;
}
html body.fh-ranking-focus .fh-weekly-event-ranking .fh90-podium-card,
html body.fh-ranking-focus .fh-weekly-event-ranking .fh90-podium-card.is-first{
  height:288px!important;
  min-height:288px!important;
}
html body.fh-ranking-focus .fh-weekly-event-ranking .fh90-podium-base{
  height:88px!important;
  min-height:88px!important;
}
html body.fh-ranking-focus .fh-weekly-event-ranking .fh90-podium-reward{
  margin-top:2px!important;
  font-size:8px!important;
  line-height:1.1!important;
}
html body.fh-ranking-focus #fh-lorencia-restored.fh-rankings-v95-window .fh-lorencia-podium{
  min-height:308px!important;
}
html body.fh-ranking-focus #fh-lorencia-restored .fh-lorencia-podium article.fh90-podium-card{
  height:300px!important;
  min-height:300px!important;
}
html body.fh-ranking-focus #fh-lorencia-restored .fh-lorencia-podium .fh90-podium-base{
  height:104px!important;
  min-height:104px!important;
  padding:7px 6px!important;
}
html body.fh-ranking-focus #fh-lorencia-restored .fh90-podium-base .fh-podium-score{
  font-size:10px!important;
  line-height:1.18!important;
}
html body.fh-ranking-focus #fh-lorencia-restored .fh90-podium-base .fh-lorencia-prizes{
  display:flex!important;
  position:relative!important;
  z-index:2!important;
  margin-top:4px!important;
  gap:3px!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:wrap!important;
}
html body.fh-ranking-focus #fh-lorencia-restored .fh90-podium-base .fh-lorencia-prizes span{
  padding:1px 3px!important;
  font-size:7px!important;
  line-height:1.1!important;
}
@keyframes fh142-rank-wing-glow{
  0%,100%{opacity:.92;filter:brightness(.98) drop-shadow(0 0 4px rgba(var(--fh142-metal-rgb),.22))}
  50%{opacity:1;filter:brightness(1.1) drop-shadow(0 0 10px rgba(var(--fh142-metal-rgb),.48))}
}
@media(max-width:720px){
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium,
  html body.fh-ranking-focus #fh-lorencia-restored.fh-rankings-v95-window .fh-lorencia-podium{
    width:100%!important;
    min-width:0!important;
    min-height:238px!important;
    padding:0 2px!important;
    column-gap:3px!important;
    overflow:visible!important;
  }
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card,
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first,
  html body.fh-ranking-focus #fh-lorencia-restored .fh-lorencia-podium article.fh90-podium-card{
    height:232px!important;
    min-height:232px!important;
  }
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card::before,
  html body.fh-ranking-focus #fh-lorencia-restored .fh-lorencia-podium article.fh90-podium-card::before{
    top:31px!important;
    width:120px!important;
    height:120px!important;
  }
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first::before,
  html body.fh-ranking-focus #fh-lorencia-restored .fh-lorencia-podium .fh-podium-1.fh90-podium-card::before{
    top:4px!important;
    width:148px!important;
    height:148px!important;
  }
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-rank,
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-rank{
    top:44px!important;
    font-size:12px!important;
  }
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-rank{top:24px!important;font-size:14px!important}
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-avatar,
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-avatar{
    top:76px!important;
    width:54px!important;
    height:54px!important;
  }
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-avatar{top:56px!important;width:68px!important;height:68px!important}
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-base,
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-base,
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-third .fh90-podium-base,
  html body.fh-ranking-focus #fh-lorencia-restored .fh-lorencia-podium .fh90-podium-base{
    right:2px!important;
    bottom:5px!important;
    left:2px!important;
    height:70px!important;
    min-height:70px!important;
    padding:6px 3px!important;
  }
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-name,
  html body.fh-ranking-focus #fh-lorencia-restored .fh90-podium-base .fh-podium-player,
  html body.fh-ranking-focus #fh-lorencia-restored .fh90-podium-base .fh-podium-player a{font-size:9px!important}
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-score{font-size:13px!important}
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-label{font-size:6.5px!important;letter-spacing:.04em!important}
  html body.fh-ranking-focus .fh-weekly-event-ranking .fh90-podium{min-height:258px!important}
  html body.fh-ranking-focus .fh-weekly-event-ranking .fh90-podium-card,
  html body.fh-ranking-focus .fh-weekly-event-ranking .fh90-podium-card.is-first{height:252px!important;min-height:252px!important}
  html body.fh-ranking-focus .fh-weekly-event-ranking .fh90-podium-base{height:87px!important;min-height:87px!important}
  html body.fh-ranking-focus #fh-lorencia-restored.fh-rankings-v95-window .fh-lorencia-podium{min-height:272px!important}
  html body.fh-ranking-focus #fh-lorencia-restored .fh-lorencia-podium article.fh90-podium-card{height:266px!important;min-height:266px!important}
  html body.fh-ranking-focus #fh-lorencia-restored .fh-lorencia-podium .fh90-podium-base{height:100px!important;min-height:100px!important}
  html body.fh-ranking-focus #fh-lorencia-restored .fh90-podium-base .fh-podium-score{font-size:7px!important}
  html body.fh-ranking-focus #fh-lorencia-restored .fh90-podium-base .fh-lorencia-prizes span{font-size:5.6px!important}
}
@media(prefers-reduced-motion:reduce){
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card::before{animation:none!important}
}

/* v143 / build 125: one aligned ring system for every top-three ranking. */
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card::before,
html body.fh-ranking-focus #fh-lorencia-restored .fh-lorencia-podium article.fh90-podium-card::before{
  top:30px!important;
  width:160px!important;
  height:160px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first::before,
html body.fh-ranking-focus #fh-lorencia-restored .fh-lorencia-podium .fh-podium-1.fh90-podium-card::before{
  top:11px!important;
  width:198px!important;
  height:198px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-rank{
  top:48px!important;
  font-size:15px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-rank{
  top:26px!important;
  font-size:18px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-avatar{
  top:73px!important;
  width:74px!important;
  height:74px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-avatar{
  top:63px!important;
  width:92px!important;
  height:92px!important;
}
html body.fh-ranking-focus #fh-lorencia-restored.fh-rankings-v95-window .fh-lorencia-podium article.fh90-podium-card.is-second{
  --fh142-metal:#70c9ff;
  --fh142-metal-rgb:112,201,255;
}
html body.fh-ranking-focus #fh-lorencia-restored.fh-rankings-v95-window .fh-lorencia-podium article.fh90-podium-card.is-first{
  --fh142-metal:#ffd258;
  --fh142-metal-rgb:255,210,88;
}
html body.fh-ranking-focus #fh-lorencia-restored.fh-rankings-v95-window .fh-lorencia-podium article.fh90-podium-card.is-third{
  --fh142-metal:#ff7045;
  --fh142-metal-rgb:255,112,69;
}
html body.fh-ranking-focus #fh-lorencia-restored.fh-rankings-v95-window .fh-lorencia-podium article.fh90-podium-card.is-first::before{
  background-image:url('../img/fh-rank-flame-gold-v142.png')!important;
}
html body.fh-ranking-focus #fh-lorencia-restored.fh-rankings-v95-window .fh-lorencia-podium article.fh90-podium-card.is-third::before{
  background-image:url('../img/fh-rank-flame-red-v142.png')!important;
}
@media(max-width:720px){
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card::before,
  html body.fh-ranking-focus #fh-lorencia-restored .fh-lorencia-podium article.fh90-podium-card::before{
    top:31px!important;
    width:120px!important;
    height:120px!important;
  }
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first::before,
  html body.fh-ranking-focus #fh-lorencia-restored .fh-lorencia-podium .fh-podium-1.fh90-podium-card::before{
    top:17px!important;
    width:148px!important;
    height:148px!important;
  }
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-rank{
    top:44px!important;
    font-size:12px!important;
  }
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-rank{
    top:24px!important;
    font-size:14px!important;
  }
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-avatar{
    top:76px!important;
    width:54px!important;
    height:54px!important;
  }
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-avatar{
    top:69px!important;
    width:68px!important;
    height:68px!important;
  }
}

/* v144 / build 126: keep every event ranking name/score box on one baseline. */
html body.fh-ranking-focus .fh-rankings-v95-window.fh-weekly-event-ranking .fh90-podium-card .fh90-podium-base{
  height:88px!important;
  min-height:88px!important;
}
@media(max-width:720px){
  html body.fh-ranking-focus .fh-rankings-v95-window.fh-weekly-event-ranking .fh90-podium-card .fh90-podium-base{
    height:87px!important;
    min-height:87px!important;
  }
}

/* v145 / build 127: seat each portrait behind the visible ring rim. */
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card::before,
html body.fh-ranking-focus #fh-lorencia-restored .fh-lorencia-podium article.fh90-podium-card::before{
  z-index:5!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first::before,
html body.fh-ranking-focus #fh-lorencia-restored .fh-lorencia-podium .fh-podium-1.fh90-podium-card::before{
  top:2px!important;
  left:calc(50% - 11px)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-second::before,
html body.fh-ranking-focus #fh-lorencia-restored .fh-lorencia-podium .fh-podium-2.fh90-podium-card::before{
  top:34px!important;
  left:calc(50% - 10px)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-third::before,
html body.fh-ranking-focus #fh-lorencia-restored .fh-lorencia-podium .fh-podium-3.fh90-podium-card::before{
  top:38px!important;
  left:calc(50% - 9px)!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-avatar{
  z-index:4!important;
  left:50%!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-avatar{
  top:69px!important;
  width:82px!important;
  height:82px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-second .fh90-podium-avatar,
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-third .fh90-podium-avatar{
  top:75px!important;
  width:70px!important;
  height:70px!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-rank{
  z-index:7!important;
}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-rank{top:17px!important}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-second .fh90-podium-rank{top:52px!important}
html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-third .fh90-podium-rank{top:56px!important}
@media(max-width:720px){
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first::before,
  html body.fh-ranking-focus #fh-lorencia-restored .fh-lorencia-podium .fh-podium-1.fh90-podium-card::before{
    top:22px!important;
    left:calc(50% - 8px)!important;
  }
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-second::before,
  html body.fh-ranking-focus #fh-lorencia-restored .fh-lorencia-podium .fh-podium-2.fh90-podium-card::before{
    top:46px!important;
    left:calc(50% - 8px)!important;
  }
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-third::before,
  html body.fh-ranking-focus #fh-lorencia-restored .fh-lorencia-podium .fh-podium-3.fh90-podium-card::before{
    top:49px!important;
    left:calc(50% - 7px)!important;
  }
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-avatar{
    top:73px!important;
    width:60px!important;
    height:60px!important;
  }
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-second .fh90-podium-avatar,
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-third .fh90-podium-avatar{
    top:77px!important;
    width:52px!important;
    height:52px!important;
  }
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-first .fh90-podium-rank{top:29px!important}
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-second .fh90-podium-rank{top:59px!important}
  html body.fh-ranking-focus .fh-rankings-v95-window .fh90-podium-card.is-third .fh90-podium-rank{top:62px!important}
}
