.alert-toast{border-radius:12px;max-width:520px;padding:16px 24px;font-family:system-ui,-apple-system,Segoe UI,sans-serif;animation:.3s ease-out alert-in;position:fixed;top:10%;left:50%;overflow:hidden;transform:translate(-50%)}.alert-toast__bg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.alert-toast__content{z-index:1;justify-content:center;align-items:center;gap:16px;display:flex;position:relative}.alert-toast__image{object-fit:contain;flex:none;max-width:120px;max-height:120px}.alert-toast__text{flex-direction:column;justify-content:center;min-width:0;display:flex}.alert-toast__headline{overflow-wrap:anywhere;margin:0;font-size:22px;line-height:1.3}.alert-toast__message{overflow-wrap:anywhere;margin:8px 0 0;font-size:16px;line-height:1.5}.alert-toast__watermark{letter-spacing:.04em;text-transform:uppercase;color:#ffffff8c;justify-content:center;align-items:center;gap:5px;margin:10px 0 0;font-size:11px;font-weight:600;display:flex}.alert-toast__watermark-logo{width:auto;height:14px}@keyframes alert-in{0%{opacity:0;transform:translate(-50%)translateY(-12px)}to{opacity:1;transform:translate(-50%)translateY(0)}}
