/*
* Created with https://www.css-gradient.com
* Gradient link: https://www.css-gradient.com/?c1=f46517&c2=ea9928&gt=l&gd=dbb
*/
.niis-gradient {
    background: rgba(244, 101, 23, 1.0);
    background: linear-gradient(180deg, rgba(244, 101, 23, 1.0), rgba(234, 153, 40, 1.0));
}

/* ── PWA: iOS "Add to Home Screen" hint banner ────────────────── */
.ios-install-hint {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.97);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

@media (min-width: 1200px) {
    .ios-install-hint {
        left: 300px;
    }
}
