.toast-container{position:fixed;bottom:2rem;right:2rem;z-index:11000;display:flex;flex-direction:column;gap:.75rem;pointer-events:none}.toast{pointer-events:auto;background:white;padding:1rem 1.5rem;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.08);justify-content:space-between;min-width:300px;max-width:450px;cursor:pointer;border:1px solid rgba(0,0,0,.05)}.toast,.toast-content{display:flex;align-items:center}.toast-content{gap:.8rem}.toast-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%}.toast-message{font-size:.95rem;font-weight:500;color:var(--green-deep)}.toast-close{background:none;border:none;font-size:1.5rem;color:#CCC;margin-left:1rem;cursor:pointer}.toast-error{border-left:4px solid #e57373}.toast-error .toast-icon{background:rgba(229,115,115,.1);color:#E57373}.toast-success{border-left:4px solid #8fb36a}.toast-success .toast-icon{background:rgba(143,179,106,.1);color:#8FB36A}.toast-info{border-left:4px solid #64b5f6}.toast-info .toast-icon{background:rgba(100,181,246,.1);color:#64B5F6}@media (max-width:640px){.toast-container{bottom:5rem;right:1.5rem;left:1.5rem}.toast{min-width:auto;width:100%}}