.fxdst-rankings {
  --rank-ink: #10283a;
  --rank-muted: #5e7382;
  --rank-line: #d8e6eb;
  --rank-soft: #f2f8fa;
  --rank-accent: #08a8bd;
  --rank-green: #16a36a;
  background: #f7fafb;
  color: var(--rank-ink);
  min-height: calc(100vh - 170px);
  padding: 0 26px 56px;
}
.fxdst-rankings-inner { max-width: 1280px; margin: 0 auto; }
.fxdst-rank-breadcrumb { display: flex; align-items: center; gap: 10px; min-height: 64px; color: var(--rank-muted); font-size: 14px; }
.fxdst-rank-breadcrumb a { color: #1b637c; }
.fxdst-rank-breadcrumb i { color: #8fa6b1; }
.fxdst-rank-hero { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 56px; align-items: end; padding: 52px 56px; border-radius: 16px; background: #10283a; color: #fff; box-shadow: 0 18px 42px rgba(16, 40, 58, .16); overflow: hidden; position: relative; }
.fxdst-rank-hero::after { content: ""; position: absolute; width: 340px; height: 340px; right: -150px; top: -190px; border: 1px solid rgba(101, 219, 229, .32); border-radius: 50%; box-shadow: 0 0 0 48px rgba(101, 219, 229, .05), 0 0 0 96px rgba(101, 219, 229, .03); pointer-events: none; }
.fxdst-rank-hero h1 { margin: 0 0 18px; color: #fff; font-size: clamp(34px, 4vw, 58px); line-height: 1.08; letter-spacing: -.025em; max-width: 760px; }
.fxdst-rank-hero p { margin: 0; color: #cce0e7; font-size: 17px; line-height: 1.75; max-width: 720px; }
.fxdst-rank-freshness { border-top: 1px solid rgba(255,255,255,.24); padding-top: 18px; display: grid; grid-template-columns: 28px 1fr; gap: 3px 10px; position: relative; z-index: 1; }
.fxdst-rank-freshness i { grid-row: 1 / 3; color: #65dbe5; font-size: 20px; padding-top: 2px; }
.fxdst-rank-freshness strong { color: #fff; font-size: 14px; }
.fxdst-rank-freshness span { color: #a9c4ce; font-size: 12px; }
.fxdst-rank-tabs { display: flex; align-items: center; gap: 8px; overflow-x: auto; scrollbar-width: thin; padding: 20px 2px 12px; }
.fxdst-rank-tab { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 9px; min-height: 42px; padding: 0 15px; border: 1px solid #c9dce3; border-radius: 999px; background: transparent; color: #24495e; font-weight: 700; transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease; }
.fxdst-rank-tab:hover, .fxdst-rank-tab:focus-visible { color: #0b7086; border-color: #62c3d0; transform: translateY(-1px); }
.fxdst-rank-tab.is-active { color: #fff; background: #126d83; border-color: #126d83; }
.fxdst-rank-tab i { color: var(--rank-accent); }
.fxdst-rank-tab.is-active i { color: #8ce8ef; }
.fxdst-rank-hub { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; padding-top: 12px; }
.fxdst-rank-preview { background: #fff; border-radius: 14px; box-shadow: 0 12px 34px rgba(21, 64, 84, .08); overflow: hidden; }
.fxdst-rank-preview:nth-child(1) { grid-column: 1 / -1; }
.fxdst-rank-preview > header { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 20px; border-bottom: 1px solid var(--rank-line); }
.fxdst-rank-preview > header > div { display: flex; align-items: center; gap: 12px; min-width: 0; }
.fxdst-rank-preview > header > div > i { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: #e5f6f8; color: #087f94; font-size: 17px; }
.fxdst-rank-preview h2 { margin: 0; color: var(--rank-ink); font-size: 18px; line-height: 1.25; }
.fxdst-rank-preview > header > a { white-space: nowrap; color: #087f94; font-weight: 700; font-size: 13px; }
.fxdst-rank-preview > header > a i { margin-left: 5px; }
.fxdst-rank-preview > footer { display: flex; justify-content: space-between; gap: 20px; padding: 12px 20px; background: #f7fafb; color: #6a7f8c; font-size: 12px; }
.fxdst-rank-preview > footer a { color: #136e84; }
.fxdst-rank-list { list-style: none; padding: 0; margin: 0; }
.fxdst-rank-row { min-height: 62px; display: grid; grid-template-columns: 44px minmax(180px, 1fr) minmax(120px, .55fr) 96px minmax(110px, auto); gap: 12px; align-items: center; padding: 9px 18px; border-bottom: 1px solid #edf2f4; }
.fxdst-rank-row:last-child { border-bottom: 0; }
.fxdst-rank-row:hover { background: #f5fafb; }
.fxdst-rank-position { display: grid; place-items: center; width: 30px; height: 30px; color: #68808e; font-weight: 800; font-variant-numeric: tabular-nums; }
.fxdst-rank-row.is-podium .fxdst-rank-position { border-radius: 9px; background: #dff4ef; color: #087c59; }
.fxdst-rank-identity { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.fxdst-rank-identity-head { display: flex; align-items: center; gap: 4px; min-width: 0; position: relative; }
.fxdst-rank-identity a { display: flex; align-items: center; gap: 7px; min-width: 0; max-width: calc(100% - 28px); color: #12384e; }
.fxdst-rank-identity a strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fxdst-rank-identity a i { flex: 0 0 auto; color: #8aa0aa; font-size: 10px; }
.fxdst-rank-identity > span, .fxdst-rank-context { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #728794; font-size: 12px; }
.fxdst-rank-metric-wrap { justify-self: end; display: inline-flex; align-items: center; gap: 7px; min-width: 0; position: relative; }
.fxdst-rank-metric { color: #106b7f; font-size: 13px; font-variant-numeric: tabular-nums; white-space: nowrap; }
.fxdst-rank-help { display: inline-flex; position: relative; flex: 0 0 auto; }
.fxdst-rank-help-button { display: grid; place-items: center; width: 24px; height: 24px; padding: 0; border: 0; border-radius: 50%; background: transparent; color: #60808f; cursor: help; }
.fxdst-rank-help-button svg { width: 18px; height: 18px; overflow: visible; }
.fxdst-rank-help-button circle, .fxdst-rank-help-button path { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
.fxdst-rank-help-button .fxdst-rank-help-dot { fill: currentColor; stroke: none; }
.fxdst-rank-help-button:hover, .fxdst-rank-help-button:focus-visible { background: #e2f4f6; color: #087f94; outline: none; }
.fxdst-rank-help-button:focus-visible { box-shadow: 0 0 0 3px rgba(8, 168, 189, .24); }
.fxdst-rank-tooltip { position: absolute; z-index: 30; top: calc(100% + 9px); right: 0; width: min(310px, calc(100vw - 64px)); padding: 13px 15px; border-radius: 12px; background: #10283a; color: #d7e7ec; box-shadow: 0 12px 30px rgba(5, 28, 42, .22); text-align: left; white-space: normal; opacity: 0; visibility: hidden; transform: translateY(-4px); pointer-events: none; transition: opacity .16s ease, transform .16s ease, visibility .16s ease; }
.fxdst-rank-tooltip::before { content: ""; position: absolute; right: 7px; bottom: 100%; border: 6px solid transparent; border-bottom-color: #10283a; }
.fxdst-rank-tooltip strong { display: block; margin-bottom: 5px; color: #fff; font-size: 12px; line-height: 1.35; }
.fxdst-rank-tooltip > span { display: block; color: #d7e7ec; font-size: 12px; font-weight: 400; line-height: 1.62; overflow-wrap: anywhere; }
.fxdst-rank-help:hover .fxdst-rank-tooltip, .fxdst-rank-help:focus-within .fxdst-rank-tooltip { opacity: 1; visibility: visible; transform: translateY(0); }
.fxdst-rank-identity-head .is-entry-help .fxdst-rank-tooltip { right: auto !important; left: -8px !important; }
.fxdst-rank-identity-head .is-entry-help .fxdst-rank-tooltip::before { right: auto; left: 15px; }
.fxdst-rank-row:last-child .fxdst-rank-tooltip { top: auto; bottom: calc(100% + 9px); }
.fxdst-rank-row:last-child .fxdst-rank-tooltip::before { top: 100%; bottom: auto; border-bottom-color: transparent; border-top-color: #10283a; }
.fxdst-rank-sparkline { display: flex; align-items: center; justify-content: center; width: 92px; height: 32px; color: #168a73; }
.fxdst-rank-sparkline svg { width: 92px; height: 29px; overflow: visible; }
.fxdst-rank-sparkline polyline { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.fxdst-rank-sparkline circle { fill: #fff; stroke: currentColor; stroke-width: 2; vector-effect: non-scaling-stroke; }
.fxdst-rank-sparkline.is-down { color: #c36a45; }
.fxdst-rank-sparkline.is-flat { color: #73909e; }
.fxdst-rank-sparkline.is-recording { gap: 7px; justify-content: flex-start; color: #758c98; font-size: 11px; white-space: nowrap; }
.fxdst-rank-sparkline.is-recording i { width: 22px; height: 1px; background: #9fb3bc; position: relative; }
.fxdst-rank-sparkline.is-recording i::after { content: ""; position: absolute; width: 6px; height: 6px; right: -1px; top: -2px; border-radius: 50%; background: #1db0bd; }
.fxdst-rank-empty { min-height: 220px; display: grid; place-items: center; align-content: center; text-align: center; color: #70848f; padding: 30px; }
.fxdst-rank-empty i { font-size: 28px; color: #43b7c6; margin-bottom: 10px; }
.fxdst-rank-empty strong { color: #274a5d; }
.fxdst-rank-empty p { margin: 6px 0 0; }
.fxdst-rank-detail-head { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 48px; align-items: center; padding: 42px 48px; border-radius: 16px; background: #fff; box-shadow: 0 14px 38px rgba(21, 64, 84, .08); }
.fxdst-rank-detail-title { display: flex; gap: 22px; align-items: flex-start; }
.fxdst-rank-detail-title > i { flex: 0 0 auto; display: grid; place-items: center; width: 54px; height: 54px; border-radius: 14px; background: #e1f5f7; color: #07859a; font-size: 24px; }
.fxdst-rank-detail-title h1 { margin: 0 0 12px; color: var(--rank-ink); font-size: clamp(28px, 3.2vw, 44px); line-height: 1.15; letter-spacing: -.02em; }
.fxdst-rank-detail-title p { margin: 0; color: var(--rank-muted); font-size: 15px; line-height: 1.75; max-width: 720px; }
.fxdst-rank-detail-head aside { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; border-left: 1px solid var(--rank-line); padding-left: 28px; }
.fxdst-rank-detail-head aside span, .fxdst-rank-detail-head aside time { color: #718692; font-size: 12px; }
.fxdst-rank-detail-head aside a { color: #087f94; font-weight: 800; }
.fxdst-rank-detail-head aside a i { margin-left: 7px; font-size: 10px; }
.fxdst-rank-board { margin-top: 12px; overflow: hidden; border-radius: 14px; background: #fff; box-shadow: 0 12px 34px rgba(21, 64, 84, .08); }
.fxdst-rank-board > header { display: grid; grid-template-columns: 44px minmax(180px, 1fr) minmax(120px, .55fr) 96px minmax(110px, auto); gap: 12px; align-items: center; padding: 15px 18px; background: #10283a; color: #cce0e7; font-size: 12px; }
.fxdst-rank-board > header strong { display: none; }
.fxdst-rank-board > header span:last-child { text-align: right; }
.fxdst-rank-preview .fxdst-rank-row { grid-template-columns: 36px minmax(0, 1fr) 78px minmax(96px, auto); }
.fxdst-rank-preview .fxdst-rank-context { display: none; }
.fxdst-rank-preview .fxdst-rank-sparkline, .fxdst-rank-preview .fxdst-rank-sparkline svg { width: 74px; }
.fxdst-rank-method { display: flex; align-items: center; gap: 28px; margin-top: 22px; padding: 24px 28px; border-radius: 14px; background: #e8f4f6; }
.fxdst-rank-method h2 { flex: 0 0 220px; margin: 0; color: #12384e; font-size: 18px; }
.fxdst-rank-method p { flex: 1 1 auto; margin: 0; color: #4d6877; line-height: 1.65; }
.fxdst-rank-method a { flex: 0 0 auto; color: #087f94; font-weight: 800; white-space: nowrap; }
.fxdst-rank-method a i { margin-left: 6px; }
.fxdst-rank-tab:focus-visible, .fxdst-rank-identity a:focus-visible, .fxdst-rank-preview a:focus-visible, .fxdst-rank-method a:focus-visible { outline: 3px solid rgba(8, 168, 189, .35); outline-offset: 3px; }
@media (max-width: 991px) {
  .fxdst-rank-hero, .fxdst-rank-detail-head { grid-template-columns: 1fr; gap: 28px; }
  .fxdst-rank-hero { padding: 42px 34px; }
  .fxdst-rank-freshness { max-width: 340px; }
  .fxdst-rank-hub { grid-template-columns: 1fr; }
  .fxdst-rank-preview:nth-child(1) { grid-column: auto; }
  .fxdst-rank-detail-head aside { border-left: 0; border-top: 1px solid var(--rank-line); padding: 20px 0 0; }
  .fxdst-rank-method { align-items: flex-start; flex-wrap: wrap; }
  .fxdst-rank-method h2 { flex-basis: 100%; }
}
@media (max-width: 767px) {
  .fxdst-rankings { padding: 0 14px 38px; }
  .fxdst-rank-breadcrumb { min-height: 50px; overflow: hidden; white-space: nowrap; }
  .fxdst-rank-hero { padding: 32px 24px; border-radius: 14px; }
  .fxdst-rank-hero h1 { font-size: 34px; }
  .fxdst-rank-hero p { font-size: 15px; }
  .fxdst-rank-tabs { margin-right: -14px; padding-right: 14px; }
  .fxdst-rank-detail-head { padding: 28px 22px; }
  .fxdst-rank-detail-title { gap: 14px; }
  .fxdst-rank-detail-title > i { width: 44px; height: 44px; font-size: 19px; }
  .fxdst-rank-preview > header { align-items: flex-start; }
  .fxdst-rank-preview h2 { font-size: 16px; }
  .fxdst-rank-preview > footer { flex-direction: column; gap: 3px; }
  .fxdst-rank-row, .fxdst-rank-preview .fxdst-rank-row { grid-template-columns: 32px minmax(0, 1fr) auto; gap: 7px; padding: 11px 12px; }
  .fxdst-rank-context { display: none; }
  .fxdst-rank-position { width: 28px; height: 28px; }
  .fxdst-rank-identity a strong { max-width: 48vw; }
  .fxdst-rank-metric { font-size: 11px; }
  .fxdst-rank-sparkline, .fxdst-rank-preview .fxdst-rank-sparkline { grid-column: 2; width: 64px; height: 18px; justify-content: flex-start; margin-top: -3px; }
  .fxdst-rank-sparkline svg, .fxdst-rank-preview .fxdst-rank-sparkline svg { width: 64px; height: 18px; }
  .fxdst-rank-sparkline.is-recording span { display: none; }
  .fxdst-rank-metric-wrap { grid-column: 3; grid-row: 1 / span 2; gap: 3px; }
  .fxdst-rank-help-button { width: 22px; height: 22px; }
  .fxdst-rank-help-button svg { width: 17px; height: 17px; }
  .fxdst-rank-tooltip, .is-entry-help .fxdst-rank-tooltip, .fxdst-rank-row:last-child .fxdst-rank-tooltip { position: fixed; z-index: 9999; top: auto; right: 16px; bottom: 18px; left: 16px; width: auto; max-width: none; transform: translateY(8px); }
  .fxdst-rank-identity-head .is-entry-help .fxdst-rank-tooltip { right: 16px !important; left: 16px !important; }
  .fxdst-rank-tooltip::before, .is-entry-help .fxdst-rank-tooltip::before, .fxdst-rank-row:last-child .fxdst-rank-tooltip::before { display: none; }
  .fxdst-rank-help:hover .fxdst-rank-tooltip, .fxdst-rank-help:focus-within .fxdst-rank-tooltip { transform: translateY(0); }
  .fxdst-rank-board > header { display: none; }
  .fxdst-rank-method { padding: 22px; gap: 15px; }
  .fxdst-rank-method a { white-space: normal; }
}
@media (prefers-reduced-motion: reduce) {
  .fxdst-rank-tab, .fxdst-rank-tooltip { transition: none; }
}
