.Toast_toast-container__QKgMI{position:fixed;top:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column;gap:.75rem;max-width:400px;pointer-events:none}@media(max-width:768px){.Toast_toast-container__QKgMI{top:.5rem;right:.5rem;left:.5rem;max-width:none}}.Toast_toast__8oTzd{background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);padding:1rem 1.25rem;display:flex;align-items:flex-start;gap:.75rem;min-width:300px;pointer-events:auto;animation:Toast_slideIn__AiQDQ .3s ease-out;transition:all .2s ease}@media(max-width:768px){.Toast_toast__8oTzd{min-width:0;width:100%}}.Toast_toast__8oTzd:hover{box-shadow:0 6px 16px rgba(0,0,0,.2)}.Toast_toast--error__CPAki{border-left:4px solid #e74c3c}.Toast_toast--success__xXXPH{border-left:4px solid #27ae60}.Toast_toast--warning__dFRt9{border-left:4px solid #f39c12}.Toast_toast--info__z_UOu{border-left:4px solid #3498db}.Toast_toast--removing__vcIKX{animation:Toast_slideOut__tOHUs .3s ease-out forwards}.Toast_toast__icon___DjuI{font-size:1.25rem;flex-shrink:0;margin-top:.1rem}.Toast_toast__content__35Slh{flex:1 1;display:flex;flex-direction:column;gap:.25rem}.Toast_toast__title__EBFEC{font-weight:600;font-size:.95rem;color:#2c3e50;margin:0}.Toast_toast__message__z8EQN{font-size:.9rem;color:#7f8c8d;margin:0;line-height:1.4}.Toast_toast__close__7C4_q{background:none;border:none;color:#95a5a6;cursor:pointer;padding:0;font-size:1.25rem;line-height:1;flex-shrink:0;transition:color .2s ease}.Toast_toast__close__7C4_q:hover{color:#2c3e50}.Toast_toast__close__7C4_q:focus{outline:2px solid #3498db;outline-offset:2px;border-radius:2px}@keyframes Toast_slideIn__AiQDQ{0%{transform:translateX(400px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes Toast_slideOut__tOHUs{0%{transform:translateX(0);opacity:1}to{transform:translateX(400px);opacity:0}}@media(prefers-reduced-motion:reduce){.Toast_toast__8oTzd{animation:none}.Toast_toast--removing__vcIKX{animation:none;opacity:0}}