.toast-container{position:fixed;top:1.5rem;right:1.5rem;z-index:99999!important;display:flex;flex-direction:column;gap:.75rem;width:24rem;max-width:calc(100vw - 3rem);max-height:calc(100vh - 8rem);overflow:hidden;pointer-events:none}.toast-item{background:#ffffff;border-radius:.75rem;box-shadow:0 10px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);border:1px solid #e5e7eb;overflow:hidden;pointer-events:auto;animation:toastSlideIn .3s ease-out;position:relative}.toast-content{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;position:relative}.toast-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;flex-shrink:0}.toast-icon-svg{width:1.25rem;height:1.25rem}.toast-text{flex:1;min-width:0}.toast-title{font-size:1rem;font-weight:600;color:#111827;margin:0;line-height:1.4}.toast-message{font-size:.875rem;color:#6b7280;margin:.5rem 0 0;line-height:1.5;word-wrap:break-word}.toast-close{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border:none;background:none;color:#9ca3af;cursor:pointer;border-radius:.375rem;transition:all .2s;flex-shrink:0}.toast-close:hover{color:#6b7280;background:#f3f4f6}.toast-close-icon{width:1rem;height:1rem}.toast-success{border-left:4px solid #10b981}.toast-success .toast-icon{background:#d1fae5;color:#10b981}.toast-error{border-left:4px solid #ef4444}.toast-error .toast-icon{background:#fee2e2;color:#ef4444}.toast-warning{border-left:4px solid #f59e0b}.toast-warning .toast-icon{background:#fef3c7;color:#f59e0b}.toast-info{border-left:4px solid #3b82f6}.toast-info .toast-icon{background:#dbeafe;color:#3b82f6}@keyframes toastSlideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes toastSlideOut{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}.toast-item.toast-exit{animation:toastSlideOut .3s ease-in forwards}@media (max-width:640px){.toast-container{top:1.5rem;right:1rem;left:1rem;width:auto;max-width:none}.toast-content{padding:1rem;gap:.75rem}.toast-icon{width:2rem;height:2rem}.toast-icon-svg{width:1rem;height:1rem}.toast-title{font-size:.875rem}.toast-message{font-size:.8125rem}}@media (prefers-color-scheme:dark){.toast-item{background:#1f2937;border-color:#374151}.toast-title{color:#f9fafb}.toast-message{color:#d1d5db}.toast-close{color:#9ca3af}.toast-close:hover{color:#d1d5db;background:#374151}}@media (prefers-contrast:high){.toast-item{border-width:2px}.toast-success{border-left-color:#059669}.toast-error{border-left-color:#dc2626}.toast-warning{border-left-color:#d97706}.toast-info{border-left-color:#2563eb}}