.qura-notify-v2-launch{position:fixed;left:14px;bottom:82px;z-index:10010;width:46px;height:46px;border:1px solid #E5D6C5;border-radius:15px;background:#fff;color:#3B2415;box-shadow:0 10px 28px rgba(59,36,21,.15);font-size:21px;display:grid;place-items:center;cursor:pointer}.qura-notify-v2-badge{position:absolute;top:-5px;right:-5px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#EF4444;color:#fff;font-size:11px;display:grid;place-items:center;border:2px solid #fff}.qura-notify-v2-badge[hidden]{display:none}.qura-notify-v2-overlay{position:fixed;inset:0;z-index:10040;background:rgba(31,41,55,.46);display:none;justify-content:flex-start}.qura-notify-v2-overlay.show{display:flex}.qura-notify-v2-panel{width:min(430px,94vw);height:100%;background:#FFFDF8;border-left:1px solid #E5D6C5;box-shadow:10px 0 35px rgba(59,36,21,.16);display:flex;flex-direction:column}.qura-notify-v2-head{padding:15px;border-bottom:1px solid #EADCCB;display:flex;align-items:center;justify-content:space-between;gap:10px;background:#FFF7E6}.qura-notify-v2-head b{color:#3B2415;font-size:18px}.qura-notify-v2-head small{display:block;color:#6B7280;margin-top:2px}.qura-notify-v2-actions{display:flex;gap:6px}.qura-notify-v2-actions button{border:1px solid #E5D6C5;background:#fff;border-radius:10px;padding:7px 9px;cursor:pointer;font:inherit}.qura-notify-v2-list{overflow:auto;padding:10px;display:grid;gap:8px}.qura-notify-v2-item{background:#fff;border:1px solid #E5E7EB;border-radius:14px;padding:12px;cursor:pointer}.qura-notify-v2-item.unread{border-color:#F4C784;background:#FFF9F0}.qura-notify-v2-item-top{display:flex;justify-content:space-between;gap:10px;align-items:start}.qura-notify-v2-item h4{margin:0;color:#3B2415;font-size:14px}.qura-notify-v2-item time{color:#9CA3AF;font-size:10px;white-space:nowrap}.qura-notify-v2-item p{margin:6px 0 0;color:#6B7280;font-size:12px;line-height:1.6}.qura-notify-v2-item span{display:inline-flex;margin-top:7px;color:#D97706;font-size:11px}.qura-notify-v2-empty{padding:35px 15px;text-align:center;color:#9CA3AF}@media(max-width:520px){.qura-notify-v2-panel{width:100%}.qura-notify-v2-launch{bottom:74px;left:10px}}

/* Customer app: notification center behaves like a page above content,
   while the persistent bottom navigation remains visible and tappable. */
body[data-qura-surface="customer"] .qura-notify-v2-overlay{
  inset:0 0 calc(92px + env(safe-area-inset-bottom,0px)) 0;
  z-index:9990;
}
body[data-qura-surface="customer"] .qura-notify-v2-panel{
  height:100%;
  max-height:100%;
}
@media(max-width:520px){
  body[data-qura-surface="customer"] .qura-notify-v2-overlay{
    inset:0 0 calc(88px + env(safe-area-inset-bottom,0px)) 0;
  }
}
