/* Extra responsive tweaks (shell breakpoints live in main.css) */

@media (max-width: 992px) {
  .topbar .topbar-center {
    display: none !important;
  }

  .topbar-breadcrumb .crumb {
    max-width: 120px;
  }
}

@media (max-width: 576px) {
  .topbar .topbar-year-chip {
    display: none !important;
  }

  .page-title {
    font-size: 1.2rem;
  }

  .app-content {
    padding: 16px 12px;
  }
}
