.toast-container{display:flex;flex-direction:column;gap:.5rem;max-width:calc(100vw - 2rem);pointer-events:none;position:fixed;width:var(--toast-width,22rem);z-index:var(--toast-z-index,9999)}.toast-position-bottom-center{align-items:center;bottom:var(--toast-offset,1.5rem);left:50%;transform:translate(-50%)}.toast-position-bottom-left{align-items:flex-start;bottom:var(--toast-offset,1.5rem);left:var(--toast-offset,1.5rem)}.toast-position-bottom-right{align-items:flex-end;bottom:var(--toast-offset,1.5rem);right:var(--toast-offset,1.5rem)}.toast-position-top-center{align-items:center;left:50%;transform:translate(-50%)}.toast-position-top-center,.toast-position-top-left{flex-direction:column-reverse;top:var(--toast-offset,1.5rem)}.toast-position-top-left{align-items:flex-start;left:var(--toast-offset,1.5rem)}.toast-position-top-right{align-items:flex-end;flex-direction:column-reverse;right:var(--toast-offset,1.5rem);top:var(--toast-offset,1.5rem)}.toast-item{align-items:center;border-radius:var(--toast-border-radius,.5rem);box-shadow:var(--toast-shadow,0 4px 12px rgba(0,0,0,.15));cursor:pointer;display:flex;font-size:var(--toast-font-size,.875rem);gap:.75rem;line-height:1.25rem;padding:.875rem 1rem;pointer-events:auto;transition:opacity .2s,transform .2s;width:100%}.toast-item:hover{opacity:.9}.toast-icon{flex-shrink:0}.toast-message{flex:1}.toast-info{background-color:var(--toast-info-bg,#f0f8ff);border:1px solid var(--toast-info-border,#dde7fd);color:var(--toast-info-text,#0973dc)}.toast-success{background-color:var(--toast-success-bg,#ecfdf3);border:1px solid var(--toast-success-border,#bffcd9);color:var(--toast-success-text,#008a2e)}.toast-warning{background-color:var(--toast-warning-bg,#fffcf0);border:1px solid var(--toast-warning-border,#fbeeb1);color:var(--toast-warning-text,#dc7609)}.toast-error{background-color:var(--toast-error-bg,#fff0f0);border:1px solid var(--toast-error-border,#ffe0e1);color:var(--toast-error-text,#e60000)}.toast-enter-active,.toast-leave-active{transition:all .3s ease}.toast-enter-from,.toast-leave-to{opacity:0}.toast-position-bottom-center .toast-enter-from,.toast-position-bottom-center .toast-leave-to,.toast-position-bottom-left .toast-enter-from,.toast-position-bottom-left .toast-leave-to,.toast-position-bottom-right .toast-enter-from,.toast-position-bottom-right .toast-leave-to{transform:translateY(1rem)}.toast-position-top-center .toast-enter-from,.toast-position-top-center .toast-leave-to,.toast-position-top-left .toast-enter-from,.toast-position-top-left .toast-leave-to,.toast-position-top-right .toast-enter-from,.toast-position-top-right .toast-leave-to{transform:translateY(-1rem)}.toast-move{transition:transform .3s ease}
