.system-toast{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;z-index:999999;background:#09233ef5;border:1px solid #ffffff14;border-radius:22px;align-items:center;gap:16px;width:calc(100% - 32px);max-width:480px;padding:18px;animation:.28s toastIn;display:flex;position:fixed;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 20px 50px #00000047}.system-toast__icon{background:linear-gradient(135deg,#f1a43f,#ffca7a);border-radius:16px;justify-content:center;align-items:center;width:60px;min-width:60px;height:60px;display:flex;box-shadow:0 10px 24px #f1a43f59}.system-toast__icon img{object-fit:contain;width:40px;height:40px}.system-toast__content{flex:1}.system-toast__content strong{color:#fff;margin-bottom:6px;font-family:Nunito,sans-serif;font-size:15px;display:block}.system-toast__content p{color:#ffffffd1;white-space:pre-line;font-size:14px;line-height:1.5}.system-toast.realtime{bottom:24px}@keyframes toastIn{0%{opacity:0;transform:translate(-50%)translateY(20px)scale(.96)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}@media (max-width:640px){.system-toast{border-radius:18px;gap:14px;padding:16px}.system-toast__icon{border-radius:14px;width:50px;min-width:50px;height:50px}.system-toast__icon img{width:30px;height:30px}.system-toast__content strong{font-size:14px}.system-toast__content p{font-size:13px}}
