.pwa-install-button {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1000;
    border: 0;
    border-radius: 999px;
    padding: 0.9rem 1.1rem;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    color: #1b1208;
    background: linear-gradient(135deg, #f5ca78 0%, #d9862c 100%);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.pwa-install-button:hover {
    transform: translateY(-1px);
}

.pwa-install-button[hidden],
.pwa-ios-tip[hidden] {
    display: none !important;
}

.pwa-ios-tip {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 1000;
    display: grid;
    gap: 0.35rem;
    padding: 1rem 3rem 1rem 1rem;
    border: 1px solid rgba(217, 134, 44, 0.4);
    border-radius: 1rem;
    color: #f6e2bf;
    background: rgba(8, 6, 5, 0.96);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

.pwa-ios-tip strong {
    color: #f5ca78;
}

.pwa-ios-tip span {
    font-size: 0.95rem;
    line-height: 1.4;
}

.pwa-ios-tip-close {
    position: absolute;
    top: 0.6rem;
    right: 0.75rem;
    border: 0;
    background: transparent;
    color: #f5ca78;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
}

@media (min-width: 768px) {
    .pwa-ios-tip {
        left: auto;
        width: min(420px, calc(100vw - 2rem));
    }
}
