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