#vortex-player-toast-container{pointer-events:none}#vortex-player-toast-container .toast-item{pointer-events:auto;min-width:280px;max-width:400px}@media(max-width:640px){#vortex-player-toast-container{top:1rem;left:1rem;right:1rem;max-width:none}#vortex-player-toast-container .toast-item{min-width:auto;max-width:none}}.toast-item{transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:top right}.toast-item.entering{opacity:0;transform:translate(100%) scale(.95)}.toast-item.entered{opacity:1;transform:translate(0) scale(1)}.toast-item.exiting{opacity:0;transform:translate(100%) scale(.95)}.toast-progress{transition:width linear;background:linear-gradient(90deg,#ffffff4d,#ffffff1a)}.toast-success{background:linear-gradient(135deg,#22c55ee6,#15803de6);border-color:#22c55e4d;box-shadow:0 10px 25px -5px #22c55e40}.toast-error{background:linear-gradient(135deg,#ef4444e6,#b91c1ce6);border-color:#ef44444d;box-shadow:0 10px 25px -5px #ef444440}.toast-warning{background:linear-gradient(135deg,#f59e0be6,#b45309e6);border-color:#f59e0b4d;box-shadow:0 10px 25px -5px #f59e0b40}.toast-info{background:linear-gradient(135deg,#3b82f6e6,#1e40afe6);border-color:#3b82f64d;box-shadow:0 10px 25px -5px #3b82f640}.toast-loading .toast-icon{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.toast-icon{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%;font-weight:700}.toast-close:hover{background-color:#ffffff1a;border-radius:50%}@media(prefers-color-scheme:dark){.toast-item{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}}
