.modal.show{display:block;overflow-x:hidden;overflow-y:auto;z-index:1050}.modal-backdrop.show{opacity:.5;z-index:1040}.modal-dialog{position:relative;z-index:1050;margin:1.75rem auto;pointer-events:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.dark-style .modal-content{background-color:#2b2c40;color:#d1d2e8}.dark-style .modal-header{background-color:#323349;border-color:#444564}.dark-style .modal-footer{background-color:#2b2c40;border-color:#444564}#toast-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;display:flex;flex-direction:column-reverse;gap:.75rem;max-width:380px;width:calc(100vw - 3rem);pointer-events:none}.toast-item{pointer-events:auto;position:relative;display:flex;align-items:flex-start;gap:.85rem;padding:.9rem 1rem 1.2rem;border-radius:10px;border:1px solid rgba(255,255,255,.07);border-left:4px solid transparent;background:#232333d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 8px 32px #00000073,0 2px 8px #0000004d;overflow:hidden;animation:toastSlideIn .35s cubic-bezier(.34,1.56,.64,1) both}.toast-item.toast-hiding{animation:toastFadeOut .3s ease-out forwards}.toast-item.toast-success{border-left-color:#56ca00}.toast-item.toast-error{border-left-color:#ff4c51}.toast-item.toast-warning{border-left-color:#ffb400}.toast-item.toast-info{border-left-color:#16b1ff}.toast-icon{flex-shrink:0;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;margin-top:.05rem}.toast-success .toast-icon{background:#56ca0026;color:#56ca00!important}.toast-error .toast-icon{background:#ff4c5126;color:#ff4c51!important}.toast-warning .toast-icon{background:#ffb40026;color:#ffb400!important}.toast-info .toast-icon{background:#16b1ff26;color:#16b1ff!important}.toast-body{flex:1;min-width:0}.toast-title{font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.2rem;line-height:1.3}.toast-success .toast-title{color:#56ca00!important}.toast-error .toast-title{color:#ff4c51!important}.toast-warning .toast-title{color:#ffb400!important}.toast-info .toast-title{color:#16b1ff!important}.toast-message{font-size:.875rem;color:#d1d2e8!important;line-height:1.45;word-break:break-word}.toast-close{flex-shrink:0;background:none;border:none;padding:0;margin-top:-.1rem;cursor:pointer;color:#6c6e8a!important;font-size:.85rem;line-height:1;transition:color .2s}.toast-close:hover{color:#d1d2e8!important}.toast-progress{position:absolute;bottom:0;left:0;height:3px;border-radius:0 0 10px 10px;animation:toastProgress 4s linear forwards}.toast-success .toast-progress{background:#56ca00}.toast-error .toast-progress{background:#ff4c51}.toast-warning .toast-progress{background:#ffb400}.toast-info .toast-progress{background:#16b1ff}@keyframes toastSlideIn{0%{opacity:0;transform:translate(calc(100% + 1.5rem))}to{opacity:1;transform:translate(0)}}@keyframes toastFadeOut{0%{opacity:1;transform:translate(0);max-height:200px;margin-bottom:0}to{opacity:0;transform:translate(calc(100% + 1.5rem));max-height:0;margin-bottom:-.75rem}}@keyframes toastProgress{0%{width:100%}to{width:0%}}
