#toast-container{position:fixed;top:24px;right:24px;z-index:99999;display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast{pointer-events:all;display:flex;align-items:flex-start;gap:12px;min-width:300px;max-width:380px;padding:14px 16px 0 16px;background:rgba(22,22,22,.97);border:1px solid rgba(255,255,255,.08);border-radius:12px;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 8px 32px rgba(0,0,0,.5);cursor:default;overflow:hidden;transform:translateX(calc(100%+32px));opacity:0;transition:transform .35s cubic-bezier(.21,1.02,.73,1),opacity .35s ease}.toast.toast-in{transform:translateX(0);opacity:1}.toast.toast-out{transform:translateX(calc(100%+32px));opacity:0}.toast.toast-clickable{cursor:pointer}.toast.toast-clickable:hover{border-color:rgba(255,255,255,.15);background:rgba(28,28,28,.97)}.toast-icon{flex-shrink:0;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-top:1px}.toast-icon.icon-info{background:rgba(88,101,242,.15);color:#5865f2}.toast-icon.icon-success{background:rgba(87,242,135,.12);color:#57f287}.toast-icon.icon-error{background:rgba(237,66,69,.12);color:#ed4245}.toast-icon.icon-warning{background:rgba(254,231,92,.12);color:#fee75c}.toast-body{flex:1;padding-bottom:14px;min-width:0}.toast-title{font-family:'Geist',sans-serif;font-size:.845rem;font-weight:700;color:#efefef;line-height:1.3;margin-bottom:3px}.toast-message{font-family:'Geist',sans-serif;font-size:.78rem;color:rgba(239,239,239,.55);line-height:1.45}.toast-close{flex-shrink:0;background:none;border:0;color:rgba(239,239,239,.3);cursor:pointer;padding:2px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:color .15s;margin-top:1px}.toast-close:hover{color:rgba(239,239,239,.7)}.toast-progress{position:absolute;bottom:0;left:0;height:2px;border-radius:0 0 12px 12px;width:100%;transform-origin:left;transition:transform linear}.toast-progress.prog-info{background:#5865f2}.toast-progress.prog-success{background:#57f287}.toast-progress.prog-error{background:#ed4245}.toast-progress.prog-warning{background:#fee75c}@media (max-width:480px){#toast-container{top:16px;bottom:unset;right:12px;left:12px}.toast{min-width:unset;max-width:unset;width:100%}}