[data-pwa-install][hidden] {
    display: none !important;
}

.nx-pwa-install-btn {
    border: 0;
    cursor: pointer;
    font: inherit;
}

.nx-pwa-install-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 10px;
    background: #ffffff;
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.nx-pwa-install-login:hover,
.nx-pwa-install-login:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(15, 23, 42, 0.22);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
    outline: none;
}

.nx-pwa-install-login svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nx-pwa-install-help {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 2147483000;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: min(430px, calc(100vw - 36px));
    padding: 14px 14px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.97);
    color: #ffffff;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.28);
    font-family: inherit;
}

.nx-pwa-install-help__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 22px;
    font-weight: 700;
}

.nx-pwa-install-help__copy {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.nx-pwa-install-help__copy strong {
    font-size: 14px;
    line-height: 1.35;
}

.nx-pwa-install-help__copy span {
    color: #cbd5e1;
    font-size: 12.5px;
    line-height: 1.5;
}

.nx-pwa-install-help__close {
    flex: 0 0 auto;
    border: 0;
    background: transparent;
    color: #cbd5e1;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    padding: 0 2px;
}

@media (max-width: 640px) {
    .nx-pwa-install-login {
        min-height: 36px;
        padding: 7px 10px;
        font-size: 12px;
    }

    .nx-pwa-install-help {
        right: 12px;
        bottom: 12px;
        width: calc(100vw - 24px);
    }
}
