/* Çevrimdışı ağ uyarı şeridi */
#mp-offline-banner {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2147483000;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.55rem 0.85rem;
    padding-top: calc(0.45rem + env(safe-area-inset-top, 0px));
    background: linear-gradient(180deg, #7f1d1d 0%, #991b1b 100%);
    color: #fff7ed;
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 0.84rem;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    box-shadow: 0 6px 18px rgba(127, 29, 29, 0.35);
    pointer-events: none;
}

html.is-capacitor #mp-offline-banner,
html.is-native-app #mp-offline-banner {
    padding-top: calc(0.35rem + var(--mp-safe-top, 36px));
}

#mp-offline-banner.is-visible {
    display: flex;
}

#mp-offline-banner i {
    flex-shrink: 0;
    font-size: 0.95rem;
    opacity: 0.95;
}

#mp-offline-banner span {
    max-width: 34rem;
}

html.mp-offline-active body {
    /* Şerit içeriği ezmesin — hafif üst boşluk */
    padding-top: 0;
}
