.toast{z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:.75rem;justify-content:space-between;align-items:center;gap:1rem;min-width:300px;max-width:500px;padding:1rem 1.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;animation:.3s ease-out slideInRight;display:flex;position:fixed;top:80px;right:20px;box-shadow:0 4px 12px #00000026}@keyframes slideInRight{0%{opacity:0;transform:translate(400px)}to{opacity:1;transform:translate(0)}}.toast-content{flex:1;align-items:center;gap:.75rem;display:flex}.toast-icon{justify-content:center;align-items:center;width:24px;height:24px;font-size:1.25rem;font-weight:700;display:flex}.toast-message{color:#fff;font-size:.95rem;line-height:1.4}.toast-close{color:#fff;cursor:pointer;opacity:.8;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:1.5rem;transition:background-color .2s;display:flex}.toast-close:hover{opacity:1;background-color:#ffffff1a}.toast-success{background:linear-gradient(135deg,#34d399 0%,#10b981 100%);border-left:4px solid #059669}.toast-error{background:linear-gradient(135deg,#f87171 0%,#ef4444 100%);border-left:4px solid #dc2626}.toast-warning{background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);border-left:4px solid #d97706}.toast-info{background:linear-gradient(135deg,#60a5fa 0%,#3b82f6 100%);border-left:4px solid #2563eb}@media (max-width:768px){.toast{min-width:auto;max-width:calc(100% - 20px);padding:.875rem 1rem;top:70px;left:10px;right:10px}.toast-message{font-size:.9rem}.toast-icon{font-size:1.1rem}}@media (max-width:480px){.toast{padding:.75rem;top:60px}.toast-content{gap:.5rem}.toast-message{font-size:.85rem}}
