.d1-toast-stack,:root{--d1-t-bg:#0e0e12;--d1-t-line:rgba(255,255,255,0.07);--d1-t-txt:#f4f4f6;--d1-t-dim:#61616b;--d1-t-radius:12px;--d1-t-width:376px;--d1-t-gap:10px;--d1-t-ease:cubic-bezier(0.4,0,0.2,1);--d1-t-shadow:0 16px 38px -14px rgba(0,0,0,0.9);--d1-t-success:#22c55e;--d1-t-error:#ff3b30;--d1-t-warning:#eab308;--d1-t-info:#8b8b94}@keyframes d1-toast-in{0%{opacity:0;transform:translateX(30px) scale(.97)}to{opacity:1;transform:none}}@keyframes d1-toast-drain{to{transform:scaleX(0)}}.d1-toast,.global-toast{position:relative;display:flex!important;align-items:center!important;gap:12px;width:var(--d1-t-width)!important;max-width:calc(100vw - 32px)!important;min-height:60px!important;max-height:240px!important;padding:14px 14px 15px 16px!important;background:var(--d1-t-bg)!important;border:1px solid var(--d1-t-line)!important;border-radius:var(--d1-t-radius)!important;box-shadow:var(--d1-t-shadow)!important;overflow:hidden!important;font-family:Inter,system-ui,-apple-system,sans-serif!important;animation:d1-toast-in .3s var(--d1-t-ease) both!important;box-sizing:border-box!important}.d1-toast.d1-toast--success,.d1-toast[data-variant=success],.global-toast.d1-toast--success,.global-toast[data-variant=success]{--d1-c:var(--d1-t-success)}.d1-toast.d1-toast--error,.d1-toast[data-variant=error],.global-toast.d1-toast--error,.global-toast[data-variant=error]{--d1-c:var(--d1-t-error)}.d1-toast.d1-toast--warning,.d1-toast[data-variant=warning],.global-toast.d1-toast--warning,.global-toast[data-variant=warning]{--d1-c:var(--d1-t-warning)}.d1-toast.d1-toast--default,.d1-toast.d1-toast--info,.d1-toast[data-variant=default],.d1-toast[data-variant=info],.global-toast.d1-toast--default,.global-toast.d1-toast--info,.global-toast[data-variant=default],.global-toast[data-variant=info]{--d1-c:var(--d1-t-info)}.d1-toast .d1-toast__icon-wrap,.d1-toast .global-toast__icon-wrap,.global-toast .d1-toast__icon-wrap,.global-toast .global-toast__icon-wrap{display:flex!important;align-items:center!important;justify-content:center!important;flex:none!important;background:rgba(0,0,0,0)!important;width:auto!important;min-width:0!important}.d1-toast .d1-toast__icon,.d1-toast .global-toast__icon,.global-toast .d1-toast__icon,.global-toast .global-toast__icon{width:20px!important;height:20px!important;flex:none!important;display:block!important;stroke:var(--d1-c)!important;color:var(--d1-c)!important;stroke-width:2.1;fill:none;stroke-linecap:round;stroke-linejoin:round}.d1-toast .d1-toast__content,.d1-toast .global-toast__body,.global-toast .d1-toast__content,.global-toast .global-toast__body{flex:1!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:2px!important;min-width:0!important;padding:0!important}.d1-toast .d1-toast__title,.d1-toast .global-toast__title,.global-toast .d1-toast__title,.global-toast .global-toast__title{margin:0!important;font-size:13.5px!important;font-weight:600!important;line-height:1.4!important;color:var(--d1-t-txt)!important;overflow-wrap:anywhere!important}.d1-toast .d1-toast__msg,.d1-toast .global-toast__message,.global-toast .d1-toast__msg,.global-toast .global-toast__message{flex:1!important;margin:0!important;font-size:13.5px!important;font-weight:500!important;line-height:1.45!important;color:var(--d1-t-txt)!important;overflow-wrap:anywhere!important}.d1-toast .d1-toast__close,.d1-toast .global-toast__close,.global-toast .d1-toast__close,.global-toast .global-toast__close{width:26px!important;height:26px!important;flex:none!important;display:grid!important;place-items:center!important;padding:0!important;border:none!important;background:none!important;cursor:pointer!important;border-radius:7px!important;color:var(--d1-t-dim)!important;margin:0!important;transition:color .16s var(--d1-t-ease),background .16s var(--d1-t-ease)!important}.d1-toast .d1-toast__close:hover,.d1-toast .global-toast__close:hover,.global-toast .d1-toast__close:hover,.global-toast .global-toast__close:hover{color:var(--d1-t-txt)!important;background:hsla(0,0%,100%,.06)!important}.d1-toast .d1-toast__close svg,.d1-toast .global-toast__close svg,.global-toast .d1-toast__close svg,.global-toast .global-toast__close svg{width:15px!important;height:15px!important;display:block!important;stroke:currentColor!important;stroke-width:2.1!important;fill:none!important;stroke-linecap:round!important}.d1-toast .d1-toast__close:focus-visible,.d1-toast .global-toast__close:focus-visible,.global-toast .d1-toast__close:focus-visible,.global-toast .global-toast__close:focus-visible{outline:2px solid var(--red,#ee0022)!important;outline-offset:2px!important}.d1-toast .d1-toast__timer,.d1-toast .global-toast__timer,.global-toast .d1-toast__timer,.global-toast .global-toast__timer{position:absolute!important;left:0!important;bottom:0!important;width:100%!important;height:2px!important;background:var(--d1-c)!important;transform-origin:left center!important;animation:d1-toast-drain var(--d1-t-life,4.5s) linear forwards!important}.d1-toast:focus-within .d1-toast__timer,.d1-toast:focus-within .global-toast__timer,.d1-toast:hover .d1-toast__timer,.d1-toast:hover .global-toast__timer,.global-toast:focus-within .d1-toast__timer,.global-toast:focus-within .global-toast__timer,.global-toast:hover .d1-toast__timer,.global-toast:hover .global-toast__timer{animation-play-state:paused!important}.d1-toast.d1-toast--persistent .d1-toast__timer,.d1-toast.d1-toast--persistent .global-toast__timer,.global-toast.d1-toast--persistent .d1-toast__timer,.global-toast.d1-toast--persistent .global-toast__timer{display:none!important}.d1-toast.d1-toast--out,.global-toast.d1-toast--out{opacity:0!important;transform:translateX(30px)!important;max-height:0!important;min-height:0!important;margin-top:calc(var(--d1-t-gap)*-1)!important;padding-top:0!important;padding-bottom:0!important;border-width:0!important;transition:all .24s var(--d1-t-ease)!important}@media(max-width:520px){.d1-toast,.global-toast{width:100%!important;max-width:none!important}}