#toast-container{position:fixed;top:20px;right:20px;z-index:999999;display:flex;flex-direction:column;gap:12px;pointer-events:none}.toast{min-width:300px;max-width:420px;padding:16px 20px;border-radius:12px;display:flex;align-items:center;gap:12px;pointer-events:all;cursor:pointer;background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(255,255,255,.85));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(148,163,184,.25);box-shadow:0 10px 40px rgba(2,6,23,.15),0 0 0 1px rgba(255,255,255,.5) inset;animation:slideIn .3s ease-out;transform-origin:right center}@media (prefers-color-scheme:dark){.toast{background:linear-gradient(180deg,rgba(15,23,42,.95),rgba(15,23,42,.85));border-color:rgba(148,163,184,.30)}}@keyframes slideIn{from{opacity:0;transform:translateX(100%) scale(.8)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes slideOut{from{opacity:1;transform:translateX(0) scale(1)}to{opacity:0;transform:translateX(120%) scale(.8)}}.toast.hiding{animation:slideOut .3s ease-in forwards}.toast-icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:18px}.toast-content{flex:1;display:flex;flex-direction:column;gap:4px}.toast-title{font-weight:700;font-size:15px;margin:0;line-height:1.3}.toast-message{font-size:14px;margin:0;line-height:1.4;opacity:.85}.toast-close{flex-shrink:0;width:24px;height:24px;border:none;background:0 0;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .2s ease;font-size:16px;opacity:.6}.toast-close:hover{opacity:1;background:rgba(0,0,0,.08)}@media (prefers-color-scheme:dark){.toast-close:hover{background:rgba(255,255,255,.10)}}.toast.success{border-left:4px solid #22c55e}.toast.success .toast-icon{color:#22c55e}.toast.success .toast-title{color:#166534}@media (prefers-color-scheme:dark){.toast.success .toast-title{color:#86efac}}.toast.error{border-left:4px solid #ef4444}.toast.error .toast-icon{color:#ef4444}.toast.error .toast-title{color:#991b1b}@media (prefers-color-scheme:dark){.toast.error .toast-title{color:#fca5a5}}.toast.warning{border-left:4px solid #f59e0b}.toast.warning .toast-icon{color:#f59e0b}.toast.warning .toast-title{color:#92400e}@media (prefers-color-scheme:dark){.toast.warning .toast-title{color:#fcd34d}}.toast.info{border-left:4px solid #3b82f6}.toast.info .toast-icon{color:#3b82f6}.toast.info .toast-title{color:#1e3a8a}@media (prefers-color-scheme:dark){.toast.info .toast-title{color:#93c5fd}}.toast-progress{position:absolute;bottom:0;left:0;height:3px;background:currentColor;opacity:.3;border-radius:0 0 12px 12px;animation:progress linear}@keyframes progress{from{width:100%}to{width:0%}}@media (max-width:480px){#toast-container{left:10px;right:10px;top:10px}.toast{min-width:auto;max-width:100%}}@media (prefers-reduced-motion:reduce){.toast,.toast.hiding{animation:none!important}.toast-progress{animation:none!important}}






