.toast-container{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast{pointer-events:auto;padding:12px 20px;border-radius:8px;color:#fff;font-size:14px;line-height:1.4;cursor:pointer;animation:toast-in .3s ease;max-width:360px;box-shadow:0 4px 12px #00000026}.toast--error{background:#e74c3c}.toast--success{background:#27ae60}.toast--info{background:#3498db}@keyframes toast-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}
