.global-metrics-note { margin-top: 12px; color: var(--muted); font-size: 13px; text-align: center; }
.native-current { margin-top: 24px; }
.native-current:empty { display: none; }
.native-row + .native-row { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--border); }
.native-row > span { display: block; color: var(--muted); font-size: 14px; }
.native-row > strong { display: block; margin-top: 5px; font: 400 clamp(36px, 3.4vw, 48px)/1.1 'Bebas Neue', Impact, sans-serif; overflow-wrap: anywhere; }
.native-row > small { display: block; margin-top: 7px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.native-caption { margin-top: 20px; color: var(--muted); font-size: 13px; }
.metrics-status { margin-top: 20px; color: var(--muted); font-size: 14px; }
.platform-reference { margin-top: 22px; border-top: 1px solid var(--border); padding-top: 15px; }
.platform-reference summary { cursor: pointer; font-size: 14px; }
.platform-reference summary:hover { color: var(--pink); }
.platform-reference summary:focus-visible { outline: 2px solid white; outline-offset: 5px; }
.platform-reference .platform-stats { margin-block: 18px; }
.metrics-source-note { margin-top: 10px; color: var(--muted); font-size: 13px; }
@media(max-width: 600px) {
  .native-current { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .native-row + .native-row { padding-top: 0; margin-top: 0; border-top: 0; }
  .native-row > strong { font-size: clamp(30px, 8vw, 42px); }
  .native-row > span { min-height: 42px; }
}
