/* Ödev Takip mobil/PWA küçük destek stilleri - sayfa tasarımını değiştirmez */
.ot-app-standalone body {
    overscroll-behavior-y: contain;
}

.ot-offline-badge {
    display: none;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 99998;
    padding: 12px 14px;
    border-radius: 14px;
    background: #111827;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .22);
}

.ot-network-offline .ot-offline-badge {
    display: block;
}

.ot-install-box {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 99997;
    width: min(360px, calc(100vw - 32px));
    padding: 14px;
    border-radius: 18px;
    background: #ffffff;
    color: #0f172a;
    border: 1px solid rgba(148, 163, 184, .32);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .18);
    font-family: inherit;
}

.ot-install-title {
    font-weight: 800;
    font-size: 15px;
    margin-bottom: 4px;
}

.ot-install-text {
    font-size: 13px;
    line-height: 1.45;
    color: #475569;
    margin-bottom: 12px;
}

.ot-install-actions {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
}

.ot-install-btn,
.ot-install-close {
    border: 0;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.ot-install-btn {
    background: #2563eb;
    color: #fff;
}

.ot-install-close {
    background: #f1f5f9;
    color: #334155;
}

@media (max-width: 576px) {
    .ot-install-box {
        left: 12px;
        right: 12px;
        bottom: 12px;
        width: auto;
    }
}
