.lppwa-floating{
position:fixed;
right:20px;
bottom:70px;
width:64px;
height:64px;
background:transparent;
border:0;
border-radius:0;
box-shadow:none;
z-index:999999;
display:flex;
align-items:center;
justify-content:center;
cursor:pointer;
overflow:visible;
transition:transform .18s ease;
}

.lppwa-floating:hover{
transform:scale(1.08);
}

.lppwa-floating img{
width:64px;
height:64px;
object-fit:contain;
background:transparent;
filter:drop-shadow(0 8px 18px rgba(0,0,0,.28));
}

.lppwa-floating span{
font-size:13px;
}

.lppwa-modal{
position:fixed;
inset:0;
background:rgba(10,10,10,.58);
backdrop-filter:blur(8px);
-webkit-backdrop-filter:blur(8px);
z-index:1000000;
display:none;
align-items:flex-end;
justify-content:center;
padding:18px;
}

.lppwa-modal.is-open{
display:flex;
}

.lppwa-card{
position:relative;
width:100%;
max-width:430px;
background:#fff;
border-radius:28px;
padding:28px 24px 24px;
text-align:center;
box-shadow:0 28px 80px rgba(0,0,0,.34);
font-family:inherit;
border:1px solid rgba(255,255,255,.7);
animation:lppwaSlideUp .24s ease both;
}

@keyframes lppwaSlideUp{
from{opacity:0;transform:translateY(18px)}
to{opacity:1;transform:translateY(0)}
}

.lppwa-close{
position:absolute;
right:14px;
top:15px;
width:36px;
height:36px;
border:0;
border-radius:50%;
background:#f3f4f6;
font-size:26px;
line-height:1;
cursor:pointer;
color:#333;
}

.lppwa-close:hover{
background:#e5e7eb;
}

.lppwa-modal-logo{
width:92px;
height:92px;
border-radius:24px;
object-fit:contain;
background:#fff;
box-shadow:0 10px 28px rgba(0,0,0,.14);
border:1px solid rgba(0,0,0,.06);
}

.lppwa-card h3{
margin:18px 0 8px;
font-size:24px;
line-height:1.15;
color:#111;
font-weight:800;
}

.lppwa-card p{
margin:0 0 20px;
color:#555;
font-size:15px;
line-height:1.5;
}

.lppwa-install,
.lppwa-shortcode-button{
border:0;
border-radius:16px;
background:#c8102e;
color:#fff;
padding:14px 22px;
font-size:16px;
font-weight:800;
cursor:pointer;
display:inline-flex;
align-items:center;
justify-content:center;
box-shadow:0 10px 24px rgba(200,16,46,.28);
transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease;
}

.lppwa-install:hover,
.lppwa-shortcode-button:hover{
transform:translateY(-1px);
box-shadow:0 14px 30px rgba(200,16,46,.34);
}

.lppwa-install:disabled{
opacity:.55;
cursor:not-allowed;
}

.lppwa-help{
margin-top:16px;
background:#f8fafc;
border:1px solid #e5e7eb;
border-radius:16px;
padding:14px;
color:#374151;
font-size:14px;
text-align:left;
line-height:1.45;
}

.lppwa-help.is-good{
background:#ecfdf5;
border-color:#bbf7d0;
color:#166534;
}

.lppwa-notifications{
margin-top:10px;
}

.lppwa-notification-banner{
position:fixed;
top:14px;
left:12px;
right:12px;
z-index:1000001;
display:none;
justify-content:center;
pointer-events:none;
}

.lppwa-notification-banner.is-visible{
display:flex;
}

.lppwa-notification-banner-inner{
width:100%;
max-width:500px;
background:rgba(255,255,255,.96);
backdrop-filter:blur(10px);
-webkit-backdrop-filter:blur(10px);
border-radius:22px;
box-shadow:0 18px 48px rgba(0,0,0,.24);
padding:12px;
display:flex;
align-items:center;
gap:12px;
pointer-events:auto;
border:1px solid rgba(0,0,0,.08);
font-family:inherit;
}

.lppwa-notification-banner-inner img{
width:46px;
height:46px;
border-radius:14px;
object-fit:contain;
background:#fff;
flex:0 0 auto;
box-shadow:0 4px 12px rgba(0,0,0,.12);
}

.lppwa-notification-banner-text{
display:flex;
flex-direction:column;
gap:3px;
line-height:1.25;
flex:1;
min-width:0;
}

.lppwa-notification-banner-text strong{
font-size:15px;
color:#111;
font-weight:800;
}

.lppwa-notification-banner-text span{
font-size:13px;
color:#555;
}

.lppwa-banner-allow{
border:0;
border-radius:999px;
background:#c8102e;
color:#fff;
font-weight:800;
padding:10px 15px;
cursor:pointer;
white-space:nowrap;
position:relative;
z-index:3;
pointer-events:auto;
touch-action:manipulation;
-webkit-tap-highlight-color:rgba(0,0,0,.15);
box-shadow:0 8px 18px rgba(200,16,46,.25);
}

.lppwa-banner-close{
border:0;
background:#f3f4f6;
border-radius:50%;
font-size:22px;
line-height:1;
cursor:pointer;
color:#555;
padding:0;
width:32px;
height:32px;
display:flex;
align-items:center;
justify-content:center;
}

.lppwa-banner-allow:disabled{
opacity:.55;
}

@media(max-width:420px){

.lppwa-card{
border-radius:24px;
padding:26px 20px 22px;
}

.lppwa-floating{
right:16px;
bottom:70px;
width:58px;
height:58px;
}

.lppwa-floating img{
width:58px;
height:58px;
}

.lppwa-notification-banner-inner{
padding:10px;
border-radius:20px;
}

.lppwa-notification-banner-text span{
font-size:12px;
}

.lppwa-banner-allow{
padding:9px 12px;
}

}

#onesignal-bell-container,
.onesignal-bell-container,
.onesignal-bell-launcher,
.onesignal-bell-launcher-button,
#lppwa-notifications{
display:none!important;
visibility:hidden!important;
pointer-events:none!important;
}