/* Mobile UI v30 — top-left brand:
   Show the PWA icon (occ-icon.svg) in the topbar, sized to ~40px, with the
   full "Operations Command Center" name beside it. mobile-v3 hides
   .topbar-title-full and shows the short "Command Center" label; flip that
   back so mobile matches desktop (icon + full name). */
@media (max-width: 760px) {
  .topbar-logo { height: 40px !important; }
  .topbar-title-full { display: inline !important; font-size: 14px !important; }
  .topbar-title-mobile { display: none !important; }
  .topbar h1 { font-size: 14px !important; line-height: 1.15 !important; }
}
