.toast-container{position:fixed;top:20px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:12px;max-width:400px;pointer-events:none}@media(max-width:768px){.toast-container{top:10px;right:10px;left:10px;max-width:none}}.toast{background:#1a1f35;border-radius:12px;padding:16px 20px;box-shadow:0 8px 32px rgba(0,0,0,0.4);display:flex;align-items:center;gap:12px;min-width:300px;border-left:4px solid;transform:translateX(400px);opacity:0;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);pointer-events:all}@media(max-width:768px){.toast{min-width:auto;width:100%}}.toast.show{transform:translateX(0);opacity:1}.toast.hide{transform:translateX(400px);opacity:0}.toast-success{border-left-color:#10b981;background:linear-gradient(135deg,rgba(16,185,129,0.1),rgba(5,150,105,0.05))}.toast-error{border-left-color:#ef4444;background:linear-gradient(135deg,rgba(239,68,68,0.1),rgba(220,38,38,0.05))}.toast-warning{border-left-color:#f59e0b;background:linear-gradient(135deg,rgba(245,158,11,0.1),rgba(217,119,6,0.05))}.toast-info{border-left-color:#3b82f6;background:linear-gradient(135deg,rgba(59,130,246,0.1),rgba(37,99,235,0.05))}.toast-icon{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:20px}.toast-content{flex:1;display:flex;flex-direction:column;gap:4px}.toast-title{font-weight:600;font-size:0.9rem;color:#e0e0e0}.toast-message{font-size:0.85rem;color:#b8c5d6;line-height:1.4}.toast-close{width:24px;height:24px;border:none;background:rgba(255,255,255,0.1);border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#9ca3af;transition:all 0.2s;flex-shrink:0}.toast-close:hover{background:rgba(255,255,255,0.2);color:#e0e0e0}.toast-progress{position:absolute;bottom:0;left:0;height:3px;background:currentColor;opacity:0.5;transition:width linear}.toast-success .toast-progress{background:#10b981}.toast-error .toast-progress{background:#ef4444}.toast-warning .toast-progress{background:#f59e0b}.toast-info .toast-progress{background:#3b82f6}
