
#db-push-toast-root{position:fixed;right:18px;top:18px;z-index:99999;display:grid;gap:10px;width:min(390px,calc(100vw - 24px))}
.db-push-toast{width:100%;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;text-align:left;padding:13px 14px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:#111827;color:#fff;box-shadow:0 18px 50px rgba(0,0,0,.38);cursor:pointer;opacity:0;transform:translateY(-12px);transition:.22s ease}
.db-push-toast.show{opacity:1;transform:none}.db-push-toast img{width:42px;height:42px;border-radius:11px;object-fit:cover}.db-push-toast span{min-width:0}.db-push-toast strong,.db-push-toast small{display:block}.db-push-toast small{margin-top:4px;color:#b8c0d4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.db-push-toast b{font-size:12px;color:#8ea2ff}
.db-enable-push{border:1px solid rgba(255,255,255,.13);border-radius:10px;padding:9px 12px;background:rgba(255,255,255,.06);color:#e8ebf5;font:inherit;cursor:pointer}.db-enable-push.enabled{border-color:rgba(87,242,135,.35);color:#77ef9d}
body>.db-enable-push{position:fixed;right:14px;bottom:14px;z-index:9990;background:#151b2c;box-shadow:0 12px 35px rgba(0,0,0,.3)}
@media(max-width:640px){#db-push-toast-root{right:10px;top:10px;width:calc(100vw - 20px)}.db-push-toast{grid-template-columns:38px 1fr;padding:12px}.db-push-toast>b{display:none}.db-push-toast img{width:38px;height:38px}}
