/* V65 Aynı Frekans — medium landscape header collision fix. */
@media (min-width: 681px) and (max-width: 980px) and (orientation: landscape) {
  .topbar.glass {
    display: grid !important;
    grid-template-columns: minmax(286px,1fr) auto !important;
    align-items: center !important;
    gap: 9px !important;
    padding: 8px 10px !important;
  }

  .topbar-left {
    display: flex !important;
    min-width: 0 !important;
    gap: 9px !important;
  }

  .topbar-left .portal-home {
    flex: 0 0 auto !important;
  }

  .topbar-left .brand {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .topbar-left .brand strong,
  .topbar-left .brand small {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .how-to-play-button--top {
    flex: 0 0 42px !important;
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    padding: 0 !important;
    justify-content: center !important;
    font-size: 0 !important;
  }

  .topbar-actions {
    display: flex !important;
    min-width: 0 !important;
    gap: 7px !important;
  }

  .topbar-actions .mode-chip {
    min-width: 0 !important;
    padding-inline: 11px !important;
    white-space: nowrap !important;
  }

  .topbar-actions .lang-switch {
    flex: 0 0 auto !important;
  }
}
