.toast-container{position:fixed;top:.5rem;left:50%;transform:translate(-50%);z-index:1000;display:flex;flex-direction:column;gap:.75rem;pointer-events:none;max-width:384px;min-width:320px;width:384px}@media (max-width: 640px){.toast-container{top:.25rem;left:.5rem;right:.5rem;transform:none;width:auto;max-width:none;min-width:auto}}.toast{background:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border:1px solid #e5e7eb;overflow:hidden;pointer-events:auto;position:relative;transform:translateY(-100%);opacity:0;transition:all .3s ease-out}.toast--show{transform:translateY(0);opacity:1}.toast--hide{transform:translateY(-100%);opacity:0}.toast__content{padding:1rem 2.5rem 1rem 1rem}.toast__title{font-weight:600;font-size:.875rem;line-height:1.25rem;color:#111827;margin-bottom:.25rem}.toast__message{font-size:.875rem;line-height:1.25rem;color:#6b7280}.toast__close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;color:#9ca3af;cursor:pointer;padding:.125rem;border-radius:.25rem;transition:color .2s ease}.toast__close:hover{color:#6b7280}.toast__close:focus{outline:2px solid #3b82f6;outline-offset:2px}.toast__close-icon{width:1rem;height:1rem}.toast__progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:#f3f4f6}.toast__progress-bar{height:100%;width:0%;transition:width .05s linear}.toast__actions{border-top:1px solid #f3f4f6;padding:.75rem 1rem;display:flex;gap:.5rem;justify-content:flex-end}.toast__action{background:none;border:1px solid #d1d5db;color:#374151;padding:.375rem .75rem;font-size:.875rem;border-radius:.375rem;cursor:pointer;transition:all .2s ease}.toast__action:hover{background:#f9fafb;border-color:#9ca3af}.toast__action:focus{outline:2px solid #3b82f6;outline-offset:2px}.toast--success{border-left:4px solid #10b981}.toast--success .toast__progress-bar{background:#10b981}.toast--success .toast__title{color:#065f46}.toast--error{border-left:4px solid #ef4444}.toast--error .toast__progress-bar{background:#ef4444}.toast--error .toast__title{color:#991b1b}.toast--warning{border-left:4px solid #f59e0b}.toast--warning .toast__progress-bar{background:#f59e0b}.toast--warning .toast__title{color:#92400e}.toast--info{border-left:4px solid #3b82f6}.toast--info .toast__progress-bar{background:#3b82f6}.toast--info .toast__title{color:#1e40af}.toast--success .toast__content:before,.toast--error .toast__content:before,.toast--warning .toast__content:before,.toast--info .toast__content:before{content:"";position:absolute;left:.75rem;top:1rem;width:1.25rem;height:1.25rem;border-radius:50%;background-size:.75rem;background-position:center;background-repeat:no-repeat}.toast--success .toast__content,.toast--error .toast__content,.toast--warning .toast__content,.toast--info .toast__content{padding-left:2.75rem}.toast--success .toast__content:before{background:#10b981;background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 20 20' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3e%3c/svg%3e")}.toast--error .toast__content:before{background:#ef4444;background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 20 20' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z' clip-rule='evenodd'/%3e%3c/svg%3e")}.toast--warning .toast__content:before{background:#f59e0b;background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 20 20' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8.257 3.099c.765-1.36 2.722-1.36 3.486 0l5.58 9.92c.75 1.334-.213 2.98-1.742 2.98H4.42c-1.53 0-2.493-1.646-1.743-2.98l5.58-9.92zM11 13a1 1 0 11-2 0 1 1 0 012 0zm-1-8a1 1 0 00-1 1v3a1 1 0 002 0V6a1 1 0 00-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e")}.toast--info .toast__content:before{background:#3b82f6;background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 20 20' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a1 1 0 000 2v3a1 1 0 001 1h1a1 1 0 100-2v-3a1 1 0 00-1-1H9z' clip-rule='evenodd'/%3e%3c/svg%3e")}.toast:nth-child(n+2){margin-top:-.25rem;transform:scale(.95) translateY(-100%)}.toast--show:nth-child(n+2){transform:scale(.95) translateY(0)}.toast:nth-child(n+3){transform:scale(.9) translateY(-100%)}.toast--show:nth-child(n+3){transform:scale(.9) translateY(0)}
