.Toast-module__HsjkRa__container{z-index:9999;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:20px;right:20px}.Toast-module__HsjkRa__toast{background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;align-items:center;gap:12px;min-width:280px;max-width:400px;padding:12px 16px;animation:.3s Toast-module__HsjkRa__slideIn;display:flex;box-shadow:0 4px 12px #0000004d}@keyframes Toast-module__HsjkRa__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.Toast-module__HsjkRa__toast.Toast-module__HsjkRa__success{border-left:3px solid var(--green)}.Toast-module__HsjkRa__toast.Toast-module__HsjkRa__error{border-left:3px solid var(--red)}.Toast-module__HsjkRa__toast.Toast-module__HsjkRa__warning{border-left:3px solid var(--yellow)}.Toast-module__HsjkRa__toast.Toast-module__HsjkRa__info{border-left:3px solid var(--accent)}.Toast-module__HsjkRa__icon{flex-shrink:0;font-size:1.25rem}.Toast-module__HsjkRa__content{flex:1;min-width:0}.Toast-module__HsjkRa__title{color:var(--text);font-size:.9rem;font-weight:600}.Toast-module__HsjkRa__message{color:var(--text-muted);word-break:break-word;font-size:.85rem}.Toast-module__HsjkRa__link{color:var(--accent);font-weight:500;text-decoration:underline}.Toast-module__HsjkRa__link:hover{opacity:.8}.Toast-module__HsjkRa__close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:4px 8px;font-size:1.25rem;line-height:1}.Toast-module__HsjkRa__close:hover{color:var(--text)}@media (max-width:480px){.Toast-module__HsjkRa__container{left:20px;right:20px}.Toast-module__HsjkRa__toast{min-width:0;max-width:none}}
.Dialog-module__ACx2ha__overlay{z-index:10000;background:#000000b3;justify-content:center;align-items:center;animation:.2s Dialog-module__ACx2ha__fadeIn;display:flex;position:fixed;inset:0}@keyframes Dialog-module__ACx2ha__fadeIn{0%{opacity:0}to{opacity:1}}.Dialog-module__ACx2ha__dialog{background:var(--bg-secondary);border:1px solid var(--border);text-align:center;border-radius:12px;width:90%;max-width:400px;padding:24px;animation:.2s Dialog-module__ACx2ha__scaleIn;position:relative}@keyframes Dialog-module__ACx2ha__scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.Dialog-module__ACx2ha__icon{margin-bottom:12px;font-size:2.5rem}.Dialog-module__ACx2ha__title{color:var(--text);margin-bottom:12px;font-size:1.25rem;font-weight:600}.Dialog-module__ACx2ha__content{margin-bottom:20px}.Dialog-module__ACx2ha__message{color:var(--text-muted);white-space:pre-wrap;margin-bottom:16px;line-height:1.5}.Dialog-module__ACx2ha__input{background:var(--bg-tertiary);border:1px solid var(--border);width:100%;color:var(--text);border-radius:8px;margin-bottom:16px;padding:12px;font-size:1rem}.Dialog-module__ACx2ha__input:focus{border-color:var(--accent);outline:none}.Dialog-module__ACx2ha__buttons{justify-content:center;gap:12px;display:flex}.Dialog-module__ACx2ha__button{cursor:pointer;border:none;border-radius:8px;padding:10px 24px;font-size:.95rem;font-weight:600;transition:all .2s}.Dialog-module__ACx2ha__primary{background:var(--accent);color:#fff}.Dialog-module__ACx2ha__primary:hover{background:var(--accent-hover)}.Dialog-module__ACx2ha__secondary{background:var(--bg-tertiary);color:var(--text)}.Dialog-module__ACx2ha__secondary:hover{background:var(--border)}.Dialog-module__ACx2ha__closeButton{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:1.5rem;line-height:1;position:absolute;top:12px;right:12px}.Dialog-module__ACx2ha__closeButton:hover{color:var(--text)}
