.toast-container{position:fixed;top:20px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:12px;pointer-events:none}.toast{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:300px;max-width:500px;pointer-events:auto;animation:toast-slide-in .3s ease-out}@keyframes toast-slide-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast__icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700}.toast__message{flex:1;font-size:.9rem;line-height:1.5}.toast__close{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;opacity:.6;transition:opacity .2s;font-size:16px;padding:0}.toast__close:hover{opacity:1}.toast__close:focus{outline:2px solid currentColor;outline-offset:2px;border-radius:2px}.toast--success{background:#4caf50;color:#fff}.toast--error{background:#f44336;color:#fff}.toast--warning{background:#ff9800;color:#fff}.toast--info{background:#2196f3;color:#fff}@media (max-width: 768px){.toast-container{top:auto;bottom:80px;left:16px;right:16px}.toast{min-width:auto;max-width:none}}@media (prefers-reduced-motion: reduce){.toast{animation:none}}
