
.vodwlstories-toast-container{position:fixed;top:20px;right:20px;z-index:99999;display:flex;flex-direction:column;gap:10px;pointer-events:none;max-width:400px}.vodwlstories-toast{background:#fff;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.15),0 2px 10px rgba(0,0,0,.1);padding:18px 22px;display:flex;align-items:center;gap:14px;min-width:320px;max-width:420px;pointer-events:all;transform:translateX(440px);animation:slideIn .4s cubic-bezier(.68,-.55,.25,1.35) forwards;position:relative;overflow:hidden;border:1px solid rgba(0,0,0,.05)}@keyframes slideIn{to{transform:translateX(0)}}@keyframes slideOut{from{transform:translateX(0)}to{transform:translateX(420px)}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.vodwlstories-toast.removing{animation:slideOut .3s ease-in forwards}.vodwlstories-toast-progress{position:absolute;bottom:0;left:0;height:3px;background:currentColor;opacity:.3;animation:progress var(--toast-duration,6s) linear forwards;transition:width .1s linear}@keyframes progress{from{width:100%}to{width:0%}}.vodwlstories-toast-icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.vodwlstories-toast-icon svg{width:100%;height:100%}.vodwlstories-toast-content{flex:1}.vodwlstories-toast-title{font-size:15px;font-weight:600;margin:0 0 5px 0;color:#1a1a1a;line-height:1.4}.vodwlstories-toast-message{font-size:14px;color:#555;margin:0;line-height:1.5;opacity:.9}.vodwlstories-toast-close{flex-shrink:0;width:20px;height:20px;background:0 0;border:none;color:#999;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.vodwlstories-toast-close:hover{background:rgba(0,0,0,.05);color:#333}.vodwlstories-toast-close svg{width:14px;height:14px}.vodwlstories-toast.success{border-left:4px solid #4caf50}.vodwlstories-toast.success .vodwlstories-toast-icon{color:#4caf50;background:rgba(76,175,80,.1);border-radius:50%;padding:4px}.vodwlstories-toast.success .vodwlstories-toast-progress{background:#4caf50}.vodwlstories-toast.error{border-left:4px solid #f44336}.vodwlstories-toast.error .vodwlstories-toast-icon{color:#f44336;background:rgba(244,67,54,.1);border-radius:50%;padding:4px}.vodwlstories-toast.error .vodwlstories-toast-progress{background:#f44336}.vodwlstories-toast.warning{border-left:4px solid #ff9800}.vodwlstories-toast.warning .vodwlstories-toast-icon{color:#ff9800;background:rgba(255,152,0,.1);border-radius:50%;padding:4px}.vodwlstories-toast.warning .vodwlstories-toast-progress{background:#ff9800}.vodwlstories-toast.info{border-left:4px solid #2196f3}.vodwlstories-toast.info .vodwlstories-toast-icon{color:#2196f3;background:rgba(33,150,243,.1);border-radius:50%;padding:4px}.vodwlstories-toast.info .vodwlstories-toast-progress{background:#2196f3}.vodwlstories-toast.loading{border-left:4px solid #9c27b0}.vodwlstories-toast.loading .vodwlstories-toast-icon{color:#9c27b0;background:rgba(156,39,176,.1);border-radius:50%;padding:4px}.vodwlstories-toast.loading .vodwlstories-toast-icon svg{animation:spin 1s linear infinite}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.vodwlstories-toast.loading .vodwlstories-toast-progress{display:none}@media screen and (max-width:480px){.vodwlstories-toast-container{top:10px;right:10px;left:10px;max-width:none}.vodwlstories-toast{min-width:auto;max-width:none;width:100%}}@media (prefers-color-scheme:dark){.vodwlstories-toast{background:#2a2a2a;box-shadow:0 10px 40px rgba(0,0,0,.5),0 2px 10px rgba(0,0,0,.3)}.vodwlstories-toast-title{color:#fff}.vodwlstories-toast-message{color:#b0b0b0}.vodwlstories-toast-close{color:#666}.vodwlstories-toast-close:hover{background:rgba(255,255,255,.1);color:#fff}}@keyframes celebrate{0%,100%{transform:scale(1) rotate(0)}25%{transform:scale(1.05) rotate(1deg)}75%{transform:scale(1.05) rotate(-1deg)}}.vodwlstories-toast.success.celebrate{animation:slideIn .3s cubic-bezier(.68,-.55,.25,1.35) forwards,celebrate .5s ease-in-out .3s}@keyframes shake{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-2px)}20%,40%,60%,80%{transform:translateX(2px)}}.vodwlstories-toast.error.shake{animation:slideIn .3s cubic-bezier(.68,-.55,.25,1.35) forwards,shake .5s ease-in-out .3s}