/* Minimal toast styles */ 
#toast-container{position:fixed;top:12px;right:12px;z-index:99999}
.toast{background:#323232;color:#fff;padding:10px 14px;margin-bottom:8px;border-radius:4px;box-shadow:0 2px 6px rgba(0,0,0,.2);font:14px/1.3 sans-serif}
.toast.success{background:#166534}
.toast.error{background:#991b1b}
.toast.info{background:#1e3a8a}
.toast.warning{background:#92400e}