.ladder-page [hidden] { display: none !important; }
.ladder-page .site-header { position: relative; }
.ladder-page .brand { flex-shrink: 0; }
.ladder-page .brand-title { display: block; transform: translateX(-.01em); }
.ladder-nav { display: flex; align-items: center; gap: 30px; font-size: 12px; font-weight: 750; }
.ladder-nav > a:not(.button) { min-height: 44px; display: inline-flex; align-items: center; border-bottom: 2px solid transparent; }
.ladder-nav > a[aria-current] { color: var(--lime); border-bottom-color: var(--lime); }
.ladder-nav > a:hover { color: var(--lime); }
.ladder-nav > a.button:hover { color: var(--ink); }
.ladder-hero { padding-top: 66px; overflow: hidden; position: relative; border-bottom: 1px solid var(--line); background: radial-gradient(ellipse at 82% 26%, #314b4650, transparent 47%); }
.ladder-hero::before { position: absolute; content: ""; inset: 0; pointer-events: none; background-image: linear-gradient(#ffffff03 1px, transparent 1px), linear-gradient(90deg, #ffffff03 1px, transparent 1px); background-size: 76px 76px; }
.ladder-hero-grid { display: grid; grid-template-columns: 1fr 340px; gap: 55px; align-items: center; position: relative; }
.ladder-hero .eyebrow { color: #cbd0dc; margin-bottom: 28px; }
.ladder-hero h1 { font-size: clamp(86px, 10vw, 144px); line-height: .84; letter-spacing: -.01em; }
.ladder-hero h1 > span { color: var(--lime); }
.ladder-intro { margin-top: 30px; color: #bdc5d3; font-size: 15px; }
.ladder-emblem { position: relative; min-width: 0; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid #e5ff792b; transform: rotate(7deg); background: #14242c66; }
.ladder-emblem::before, .ladder-emblem::after { content: ""; position: absolute; width: 12px; height: 12px; border-color: var(--lime); border-style: solid; }
.ladder-emblem::before { left: -1px; top: -1px; border-width: 2px 0 0 2px; }
.ladder-emblem::after { right: -1px; bottom: -1px; border-width: 0 2px 2px 0; }
.emblem-orbit { position: absolute; inset: 33px; border: 1px solid #e5ff792e; border-radius: 50%; }
.emblem-orbit::before { content: ""; position: absolute; inset: 23px; border: 1px dashed #e5ff791a; border-radius: 50%; }
.ladder-emblem img { width: 106px; height: auto; opacity: .9; transform: rotate(-7deg) translateY(-12px); }
.emblem-arrow { position: absolute; top: -42px; right: -21px; font: 190px/.9 var(--display); color: var(--lime); transform: rotate(-7deg); }
.emblem-caption { position: absolute; bottom: 26px; left: 24px; font-size: 9px; font-weight: 750; letter-spacing: .14em; line-height: 1.7; color: #95a8a4; }
.emblem-caption b { color: var(--paper); font-weight: 750; }
.ladder-hero-bottom { position: relative; padding-block: 38px 22px; margin-top: 16px; display: flex; justify-content: space-between; gap: 20px; font-size: 9px; letter-spacing: .13em; font-weight: 800; color: #98a2b4; }
.ladder-hero-bottom a { color: var(--paper); display: inline-flex; align-items: center; gap: 24px; }
.ladder-hero-bottom a > span { color: var(--lime); font-size: 21px; }
.ladder-standings { padding-top: 74px; }
.ladder-section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 35px; margin-bottom: 34px; }
.ladder-section-heading .eyebrow { color: var(--lime); margin-bottom: 16px; }
.ladder-section-heading h2 { font-size: clamp(39px, 4.2vw, 58px); }
.mobile-break { display: none; }
.standings-intro { color: #a9b2c2; font-size: 12px; }
.standings-panel { border: 1px solid #ffffff26; background: #141b2b; }
.ladder-toolbar { padding: 22px 27px; display: flex; justify-content: space-between; align-items: center; gap: 25px; border-bottom: 1px solid var(--line); }
.ladder-scopes { display: inline-flex; padding: 4px; border: 1px solid #ffffff29; background: #0e1421; gap: 3px; }
.ladder-scopes button { min-height: 43px; padding: 11px 19px; background: transparent; border: 1px solid transparent; font-size: 12px; line-height: 1.2; font-weight: 800; color: #b5becb; transition: background .2s, color .2s; }
.ladder-scopes button:hover { color: var(--paper); background: #ffffff08; }
.ladder-scopes button[aria-pressed="true"] { background: var(--lime); color: var(--ink); }
.ladder-season-label { text-align: right; display: grid; gap: 6px; }
.ladder-season-label > span { font-size: 8px; font-weight: 800; letter-spacing: .16em; color: #a1acbc; }
.ladder-season-label strong { font-size: 12px; font-weight: 750; }
.ladder-statusbar { padding: 12px 27px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px 24px; border-bottom: 1px solid #ffffff12; font-size: 10px; color: #b2bdcd; }
.ladder-status { display: flex; align-items: center; gap: 8px; line-height: 1.5; }
.ladder-status::before { content: ""; width: 5px; height: 5px; background: #8995a8; border-radius: 50%; flex: none; }
.ladder-status[data-state="live"]::before, .ladder-status[data-state="success"]::before { background: var(--lime); box-shadow: 0 0 0 3px #e5ff7910; }
.ladder-status[data-state="error"]::before, .ladder-status[data-state="stale"]::before { background: #fca086; }
.ladder-refresh-controls { display: flex; align-items: center; gap: 22px; }
.ladder-auto { display: flex; align-items: center; gap: 8px; min-height: 35px; cursor: pointer; }
.ladder-auto input { accent-color: var(--lime); margin: 0; width: 14px; height: 14px; cursor: pointer; }
.ladder-auto input:focus-visible { outline: 2px solid #ff956c; outline-offset: 4px; }
.ladder-refresh { display: inline-flex; align-items: center; gap: 7px; min-height: 35px; padding: 5px 0; border: 0; background: transparent; color: var(--paper); font-size: 10px; font-weight: 750; }
.ladder-refresh > span { font-size: 20px; line-height: 1; }
.ladder-refresh:hover:not(:disabled) { color: var(--lime); }
.ladder-refresh:disabled { opacity: .45; cursor: wait; }
.ladder-table-wrap { width: 100%; }
#ladder-table { border-collapse: collapse; width: 100%; table-layout: fixed; }
#ladder-table thead th { padding: 17px 28px; color: #a7b1c2; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; text-align: left; background: #101726; }
#ladder-table thead th:first-child { width: 118px; }
#ladder-table thead th:last-child { text-align: right; width: 170px; }
#ladder-table thead th abbr { text-decoration: none; cursor: help; }
#ladder-table td, #ladder-table tbody th { border-top: 1px solid #ffffff13; padding: 20px 28px; font-size: 14px; font-weight: 750; overflow-wrap: anywhere; text-align: left; }
#ladder-table td:first-child { font: 29px/1 var(--display); color: #98a4b8; font-variant-numeric: tabular-nums; }
#ladder-table td:last-child { font: 29px/1 var(--display); color: var(--paper); text-align: right; font-variant-numeric: tabular-nums; }
#ladder-table tbody tr:first-child { background: #e5ff790a; }
#ladder-table tbody tr:first-child td:first-child, #ladder-table tbody tr:first-child td:last-child { color: var(--lime); }
#ladder-table tbody tr:hover { background: #ffffff04; }
.ladder-table-footer { min-height: 54px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px 20px; padding: 17px 27px; border-top: 1px solid #ffffff1c; font-size: 9px; color: #98a5b9; }
.ladder-table-footer > p { display: flex; gap: 17px; flex-wrap: wrap; }
.ladder-table-footer > div > p:first-child { display: flex; flex-wrap: wrap; gap: 4px; }
.ladder-table-footer > div > p:first-child > span:last-child { margin-left: 13px; }
#ladder-summary { margin-top: 3px; }
#ladder-updated { color: #cbd2dd; }
.ladder-state { min-height: 310px; padding: 52px 28px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background-image: linear-gradient(#ffffff02 1px, transparent 1px), linear-gradient(90deg, #ffffff02 1px, transparent 1px); background-size: 42px 42px; }
.ladder-state h3 { font-size: clamp(27px, 3vw, 35px); line-height: 1; }
.ladder-state p { max-width: 450px; margin-top: 14px; font-size: 12px; color: #a8b3c5; }
.loading-mark { display: block; width: 26px; height: 26px; border: 2px solid #ffffff24; border-top-color: var(--lime); border-radius: 50%; margin-bottom: 24px; animation: ladder-spin 1s linear infinite; }
@keyframes ladder-spin { to { transform: rotate(360deg); } }
.state-symbol { display: block; color: var(--lime); font: 54px/.85 var(--display); margin-bottom: 19px; }
.state-symbol-error { color: #fca086; }
.ladder-state-link { display: inline-flex; align-items: center; gap: 15px; padding: 12px 0 3px; margin-top: 14px; border: 0; border-bottom: 1px solid #e5ff7966; background: transparent; color: var(--lime); font-size: 11px; font-weight: 800; }
.ladder-state-link:hover { color: var(--paper); }
.ladder-noscript { margin-top: 18px; padding: 18px 22px; border: 1px solid var(--line); color: #bbc5d4; font-size: 12px; }
.ladder-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.ladder-invite { padding-block: 80px 90px; display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: center; }
.ladder-invite .eyebrow { margin-bottom: 18px; color: #b0bcce; }
.ladder-invite h2 { font-size: clamp(52px, 6vw, 76px); }
.ladder-invite h2 > span { color: var(--lime); }
.ladder-invite-copy { max-width: 390px; justify-self: end; }
.ladder-invite-copy > p { font-size: 14px; color: #b8c2d2; margin-bottom: 24px; }
.ladder-invite .button { font-size: 12px; gap: 25px; padding: 18px 21px; min-height: 53px; }
.ladder-back-link { display: flex; width: fit-content; align-items: center; gap: 16px; font-size: 10px; color: #c2ccda; font-weight: 750; margin-top: 23px; }
.ladder-back-link:hover { color: var(--lime); }
.ladder-page .ladder-footer { padding: 28px 0; border-top: 1px solid var(--line); background: #0b101b; }
.ladder-footer > .wrap { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 24px 35px; font-size: 9px; color: #a3afc1; }
.ladder-studio { display: grid; gap: 6px; }
.ladder-studio strong { font-size: 13px; color: var(--paper); }
.ladder-studio strong > span { color: var(--lime); }
.ladder-footer nav { display: flex; gap: 25px; font-size: 10px; }
.ladder-footer a:hover { color: var(--lime); }
@media (max-width: 1000px) {
  .ladder-hero-grid { grid-template-columns: 1fr 250px; gap: 34px; }
  .ladder-hero h1 { font-size: 108px; }
  .ladder-emblem img { width: 80px; }
  .emblem-arrow { font-size: 147px; right: -14px; top: -32px; }
  .emblem-orbit { inset: 26px; }
  .emblem-caption { font-size: 7px; bottom: 18px; left: 18px; }
  .ladder-invite { gap: 36px; }
}
@media (max-width: 760px) {
  .ladder-page .nav-wrap { width: calc(100% - 40px); min-height: 82px; }
  .ladder-nav { gap: 19px; font-size: 11px; }
  .ladder-nav .button { font-size: 10px; gap: 12px; padding: 12px 14px; }
  .ladder-game-link { display: none !important; }
  .ladder-hero { padding-top: 47px; }
  .ladder-hero-grid { grid-template-columns: 1fr 175px; gap: 28px; }
  .ladder-hero h1 { font-size: clamp(62px, 11.4vw, 86px); }
  .ladder-hero .eyebrow { font-size: 9px; margin-bottom: 25px; }
  .ladder-intro { font-size: 12px; margin-top: 23px; }
  .ladder-emblem { margin-top: 12px; }
  .ladder-emblem img { width: 58px; }
  .emblem-orbit { inset: 17px; }
  .emblem-orbit::before { inset: 15px; }
  .emblem-arrow { font-size: 106px; right: -12px; top: -23px; }
  .emblem-caption { font-size: 6px; bottom: 11px; left: 12px; }
  .ladder-hero-bottom { font-size: 7px; letter-spacing: .09em; padding-top: 33px; margin-top: 8px; }
  .ladder-hero-bottom a { gap: 13px; }
  .ladder-standings { padding-top: 51px; }
  .ladder-section-heading { gap: 25px; margin-bottom: 25px; }
  .ladder-section-heading h2 { font-size: 42px; }
  .standings-intro { max-width: 190px; font-size: 10px; }
  .ladder-toolbar { padding: 18px; gap: 18px; }
  .ladder-scopes button { padding: 10px 14px; font-size: 11px; }
  .ladder-statusbar { padding: 9px 18px; }
  .ladder-refresh-controls { gap: 15px; }
  #ladder-table thead th, #ladder-table td, #ladder-table tbody th { padding-inline: 19px; }
  #ladder-table thead th:first-child { width: 85px; }
  #ladder-table thead th:last-child { width: 122px; }
  .ladder-table-footer { padding: 16px 18px; }
  .ladder-invite { padding-block: 64px; gap: 30px; }
  .ladder-invite h2 { font-size: 57px; }
  .ladder-invite-copy > p { font-size: 12px; }
  .ladder-invite .button { font-size: 11px; padding-inline: 17px; gap: 18px; }
}
@media (max-width: 540px) {
  .ladder-page .wrap { width: calc(100% - 40px); }
  .ladder-page .brand { font-size: 21px; gap: 7px; }
  .ladder-page .brand small { font-size: 12px; margin-top: 5px; }
  .ladder-page .brand img { width: 27px; height: 30px; }
  .ladder-nav { gap: 14px; }
  .ladder-nav > a[aria-current] { display: none; }
  .ladder-nav .button { padding-inline: 12px; min-height: 41px; }
  .ladder-hero-grid { grid-template-columns: 1fr; gap: 0; }
  .ladder-hero h1 { font-size: clamp(60px, 18vw, 96px); }
  .ladder-hero .eyebrow { font-size: 8px; }
  .ladder-emblem { position: absolute; right: -28px; top: 73px; width: 153px; opacity: .12; z-index: -1; }
  .ladder-hero-copy { position: relative; }
  .ladder-hero-grid { isolation: isolate; }
  .ladder-intro { font-size: 12px; }
  .ladder-hero-bottom { gap: 14px; padding-block: 30px 19px; }
  .ladder-hero-bottom > span { max-width: 135px; line-height: 1.8; }
  .ladder-hero-bottom a { font-size: 7px; gap: 12px; }
  .ladder-section-heading { display: block; }
  .ladder-section-heading .eyebrow { font-size: 9px; }
  .ladder-section-heading h2 { font-size: 44px; }
  .mobile-break { display: inline; }
  .standings-intro { max-width: none; font-size: 11px; margin-top: 16px; }
  .standings-intro br { display: none; }
  .ladder-toolbar { flex-wrap: wrap; gap: 18px; padding: 16px; }
  .ladder-scopes { width: 100%; }
  .ladder-scopes button { flex: 1; min-height: 43px; padding-inline: 10px; }
  .ladder-season-label { grid-template-columns: auto auto; align-items: center; text-align: left; gap: 9px; }
  .ladder-season-label strong { font-size: 10px; }
  .ladder-statusbar { padding: 11px 16px; gap: 5px 10px; }
  .ladder-status { font-size: 9px; flex-basis: 100%; }
  .ladder-refresh-controls { width: 100%; justify-content: space-between; }
  .ladder-auto, .ladder-refresh { font-size: 9px; }
  #ladder-table thead th, #ladder-table td, #ladder-table tbody th { padding-inline: 15px; }
  #ladder-table thead th { font-size: 8px; padding-block: 15px; }
  #ladder-table thead th:first-child { width: 66px; }
  #ladder-table thead th:last-child { width: 98px; }
  #ladder-table td, #ladder-table tbody th { padding-block: 18px; font-size: 12px; }
  #ladder-table td:first-child, #ladder-table td:last-child { font-size: 26px; }
  .ladder-state { min-height: 286px; padding: 42px 18px; }
  .ladder-state h3 { font-size: 28px; }
  .ladder-state p { font-size: 11px; }
  .ladder-table-footer { align-items: flex-start; padding: 15px 16px; font-size: 8px; }
  .ladder-table-footer > p { gap: 7px; }
  .ladder-invite { grid-template-columns: 1fr; gap: 26px; padding-block: 56px; }
  .ladder-invite h2 { font-size: 66px; }
  .ladder-invite-copy { justify-self: start; max-width: 350px; }
  .ladder-invite-copy > p { font-size: 12px; }
  .ladder-invite .button { font-size: 12px; padding-inline: 20px; gap: 30px; }
  .ladder-footer > .wrap { gap: 25px; }
  .ladder-studio { width: 100%; }
  .ladder-footer nav { gap: 23px; }
}
@media (prefers-reduced-motion: reduce) {
  .ladder-page *, .ladder-page *::before, .ladder-page *::after { animation: none !important; transition: none !important; }
}

.ladder-intro { max-width: 510px; }
.standings-intro { max-width: 390px; }
.ladder-explainer { margin-top: 19px; max-width: 760px; color: #a9b2c2; font-size: 11px; }
#ladder-table tbody th bdi { overflow-wrap: anywhere; }


.ladder-stale-warning { min-height: 0; align-items: flex-start; text-align: left; padding: 24px 28px; border-bottom: 1px solid var(--line); }
.ladder-stale-warning .state-symbol { display: none; }
.ladder-stale-warning h3 { font-size: 24px; }
.ladder-stale-warning p { max-width: 760px; margin-top: 9px; }
