/* Gece Kervanı V3.3.11 — final mobile parity / fidelity-preserving patch */
@media (max-width: 380px) {
  .topbar {
    width: calc(100vw - 12px) !important;
    min-height: 104px !important;
    padding: 8px 10px !important;
    gap: 6px 10px !important;
    flex-wrap: wrap !important;
    align-content: center !important;
    border-radius: 28px !important;
  }

  .topbar .brand {
    flex: 1 1 100% !important;
    min-width: 0 !important;
    justify-content: center !important;
  }

  .topbar-actions {
    flex: 1 1 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    justify-content: center !important;
    gap: 8px !important;
  }

  .main-nav {
    top: 138px !important;
  }

  html.gk-mobile-desktop-parity .chapter-0 {
    padding-top: calc(132px + var(--gk-safe-top)) !important;
  }
}
