.Toast-module__yWhMxq__container{z-index:5000;pointer-events:none;flex-direction:column;gap:12px;display:flex;position:fixed;bottom:24px;right:24px}.Toast-module__yWhMxq__toast{background:var(--background-paper);color:var(--foreground);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);border-left:4px solid var(--color-info);pointer-events:auto;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);align-items:center;gap:14px;min-width:320px;max-width:420px;padding:16px 20px;animation:.3s cubic-bezier(.16,1,.3,1) Toast-module__yWhMxq__slideIn;display:flex}.Toast-module__yWhMxq__toast.Toast-module__yWhMxq__success{background:linear-gradient(90deg,#00e67614 0%,var(--background-paper)100%);border-left-color:#00e676}.Toast-module__yWhMxq__toast.Toast-module__yWhMxq__error{background:linear-gradient(90deg,#ff3d0014 0%,var(--background-paper)100%);border-left-color:#ff3d00}.Toast-module__yWhMxq__toast.Toast-module__yWhMxq__warning{background:linear-gradient(90deg,#ffc40014 0%,var(--background-paper)100%);border-left-color:#ffc400}.Toast-module__yWhMxq__toast.Toast-module__yWhMxq__info{background:linear-gradient(90deg,#2979ff14 0%,var(--background-paper)100%);border-left-color:#2979ff}.Toast-module__yWhMxq__icon{flex-shrink:0;font-size:1.5rem;line-height:1}.Toast-module__yWhMxq__content{flex:1;min-width:0}.Toast-module__yWhMxq__title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:2px;font-size:.95rem;font-weight:600}.Toast-module__yWhMxq__message{color:var(--text-secondary);font-size:.85rem;line-height:1.4}.Toast-module__yWhMxq__closeButton{color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition);background:0 0;border:none;flex-shrink:0;padding:4px;font-size:1.25rem;line-height:1}.Toast-module__yWhMxq__closeButton:hover{color:var(--foreground);background:var(--background-hover)}.Toast-module__yWhMxq__closeButton:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}@keyframes Toast-module__yWhMxq__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes Toast-module__yWhMxq__fadeOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.Toast-module__yWhMxq__exiting{animation:.3s cubic-bezier(.16,1,.3,1) forwards Toast-module__yWhMxq__fadeOut}@media (max-width:480px){.Toast-module__yWhMxq__container{bottom:16px;left:16px;right:16px}.Toast-module__yWhMxq__toast{width:100%;min-width:auto;max-width:none}}[data-theme=dark] .Toast-module__yWhMxq__toast{background:var(--background-paper);box-shadow:var(--shadow-lg),0 0 30px #0000004d}[data-theme=dark] .Toast-module__yWhMxq__toast.Toast-module__yWhMxq__success{background:linear-gradient(90deg,#00e6761f 0%,var(--background-paper)100%)}[data-theme=dark] .Toast-module__yWhMxq__toast.Toast-module__yWhMxq__error{background:linear-gradient(90deg,#ff3d001f 0%,var(--background-paper)100%)}[data-theme=dark] .Toast-module__yWhMxq__toast.Toast-module__yWhMxq__warning{background:linear-gradient(90deg,#ffc4001f 0%,var(--background-paper)100%)}[data-theme=dark] .Toast-module__yWhMxq__toast.Toast-module__yWhMxq__info{background:linear-gradient(90deg,#2979ff1f 0%,var(--background-paper)100%)}
