/* Legibilidade sem zoom: mantém a tipografia original e amplia só os elementos pequenos. */
@media (min-width: 1501px) {
  :root {
    --bi-left: 300px;
    --bi-right: 290px;
    --bi-stage: 45px;
  }

  .nrmt-bi-rail { gap: 8px; font-size: 11px; }
  .nrmt-bi-panel > header { height: 29px; padding: 0 9px; font-size: 11px; }
  .nrmt-bi-panel > header span,
  .nrmt-bi-panel > header small { font-size: 9px; }
  .nrmt-bi-panel > header button { font-size: 8px; }
  .nrmt-bi-panel__body { padding: 9px; }
  .nrmt-bi-stat { padding: 3px 0; font-size: 10px; }
  .nrmt-bi-progress { height: 27px; }
  .nrmt-bi-progress b { font-size: 11px; }

  .nrmt-bi-party-summary { gap: 4px; margin-bottom: 6px; }
  .nrmt-bi-party-summary > span { padding: 6px 3px; }
  .nrmt-bi-party-summary small { font-size: 6px; }
  .nrmt-bi-party-summary b { font-size: 8px; }
  .nrmt-bi-panel--party .nrmt-bi-party-card { margin-bottom: 6px; padding: 7px 7px 11px !important; }
  .nrmt-bi-party-head { grid-template-columns: 39px minmax(0, 1fr) auto; gap: 7px; }
  .nrmt-bi-party-head > img { width: 37px; height: 43px; }
  .nrmt-bi-party-head strong { font-size: 10px; }
  .nrmt-bi-party-head span { font-size: 8px; line-height: 1.3; }
  .nrmt-bi-party-head em { padding: 3px 5px; font-size: 6px; }
  .nrmt-bi-party-bars { gap: 3px; margin-top: 6px; }
  .nrmt-bi-party-bars label > span { font-size: 7px; }
  .nrmt-bi-party-bars i { height: 5px; }
  .nrmt-bi-party-metrics { gap: 4px; margin-top: 6px; }
  .nrmt-bi-party-metrics > span { padding: 5px 2px; }
  .nrmt-bi-party-metrics small { font-size: 6px; }
  .nrmt-bi-party-metrics b { font-size: 8px; }
  .nrmt-bi-party-jutsus { gap: 4px; margin-top: 6px; padding-top: 5px; }
  .nrmt-bi-party-jutsus > small { font-size: 6px; }
  .nrmt-bi-party-jutsus > span { width: 25px; height: 25px; }
  .nrmt-bi-party-jutsus img { width: 23px; height: 23px; }

  .nrmt-bi-loot-summary > span { padding: 7px; }
  .nrmt-bi-loot-summary small { font-size: 7px; }
  .nrmt-bi-loot-summary b { font-size: 9px; }
  .nrmt-bi-autosell-rules > small,
  .nrmt-bi-autosell-rules p { font-size: 7px; }
  .nrmt-bi-autosell-rules button { padding: 6px 2px; font-size: 6px; }
  .nrmt-bi-an-subtitle { font-size: 8px; }
  .nrmt-bi-an-empty { font-size: 9px; }
  .nrmt-bi-loot-row b { font-size: 8px; }
  .nrmt-bi-loot-row small { font-size: 7px; }

  .nrmt-bi-slots { grid-template-columns: repeat(4, 41px); gap: 6px; }
  .nrmt-bi-slot { width: 41px; height: 41px; }
  .nrmt-bi-slot img { width: 36px; height: 36px; }
  .nrmt-bi-stagebar > button { font-size: 10px; }
  .nrmt-bi-stage-progress span { font-size: 9px; }

  .nrmt-bi-actionbar { height: 57px; }
  .nrmt-bi-team-loadout { min-width: 245px; padding-bottom: 9px !important; }
  .nrmt-bi-loadout-ninja > b { font-size: 10px; }
  .nrmt-bi-loadout-ninja > small { font-size: 8px; }
  .nrmt-bi-loadout-jutsu { width: 34px; height: 34px; }
  .nrmt-bi-loadout-jutsu img { width: 31px; height: 31px; }
  .nrmt-jutsu-next-label { font-size: 6px; }
  .nrmt-jutsu-cd-time { font-size: 8px; }

  .nrmt-baiak-layout [class*="_topHudMenuLabel_"] { font-size: 9px !important; }
}

@media (min-width: 1101px) and (max-width: 1500px) {
  .nrmt-bi-party-summary small,
  .nrmt-bi-party-bars label > span,
  .nrmt-bi-party-metrics small,
  .nrmt-bi-party-jutsus > small { font-size: 6px; }
  .nrmt-bi-party-head span,
  .nrmt-bi-party-metrics b { font-size: 7px; }
}

/* Janelas: mesmos tipos de fonte, apenas limites mínimos confortáveis. */
.nrmt-bi-rotation__window { width: min(720px, 94vw); }
.nrmt-bi-rotation-row strong { font-size: 12px; }
.nrmt-bi-rotation-row span,
.nrmt-bi-rotation-row small { font-size: 9px; }
.nrmt-jutsu-row-runtime { font-size: 7px; }
.nrmt-jutsu-runtime-summary small { font-size: 7px; }
.nrmt-jutsu-runtime-summary b { font-size: 9px; }

.nrmt-ninja-card__info > small,
.nrmt-ninja-frag > strong,
.nrmt-ninja-detail-progress small,
.nrmt-ninja-detail-stats small { font-size: 6px; }
.nrmt-ninja-card__info > b { font-size: 11px; }
.nrmt-ninja-card__info > em,
.nrmt-ninja-detail-progress p,
.nrmt-ninja-jutsus b { font-size: 8px; }
.nrmt-ninja-jutsus small { font-size: 7px; }
