.ravix-pwa-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2147483646;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Tahoma, sans-serif;
    direction: rtl;
}
.ravix-pwa-modal.rvx-open { display: flex; }
.rvx-pwa-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
}
.rvx-pwa-sheet {
    position: relative;
    margin: 16px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.25);
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 480px;
}
.rvx-pwa-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg,#3c2aff,#1400ec);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.rvx-pwa-logo-circle {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.45);
}
.rvx-pwa-text { flex:1; min-width:0; }
.rvx-pwa-title {
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 4px;
}
.rvx-pwa-desc {
    font-size: 12px;
    color: #4b5563;
}
.rvx-pwa-actions {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-right: 8px;
}
.rvx-pwa-btn-primary,
.rvx-pwa-btn-ghost {
    border-radius: 999px;
    border: none;
    cursor: pointer;
    font-size: 12px;
    padding: 6px 14px;
    white-space: nowrap;
}
.rvx-pwa-btn-primary {
    background:#1400ec;
    color:#fff;
    font-weight:600;
}
.rvx-pwa-btn-ghost {
    background:transparent;
    color:#6b7280;
}
@media (min-width:640px){
    .rvx-pwa-actions{flex-direction:row;}
}

#pwa-ravix-google-toast{position:fixed!important;left:50%!important;top:50%!important;right:auto!important;bottom:auto!important;z-index:2147483647!important;}
