.toast-container{z-index:9999!important}.themed-toast{border-radius:var(--rounded-box,1rem)!important;box-shadow:0 10px 15px -3px rgba(0,0,0,.15),0 4px 6px -4px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.1)!important;padding:.875rem 1rem!important;font-size:.9375rem!important;line-height:1.5!important;max-width:400px!important;min-width:280px!important;border-left:4px solid transparent!important;transition:all .2s ease-in-out!important}.themed-toast,.themed-toast[class*=go]{background-color:#fff!important;color:#1f2937!important}@supports (background-color:oklch(0.95 0 0)){.themed-toast{box-shadow:0 10px 15px -3px rgba(0,0,0,.15),0 4px 6px -4px rgba(0,0,0,.1),0 0 0 1px oklch(var(--b3,.9 0 0)/.3)!important}.themed-toast,.themed-toast[class*=go]{background-color:oklch(var(--b1,.98 0 0))!important;color:oklch(var(--bc,.2 0 0))!important}}.themed-toast:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.15),0 8px 10px -6px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.15)!important}@supports (background-color:oklch(0.95 0 0)){.themed-toast:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.15),0 8px 10px -6px rgba(0,0,0,.1),0 0 0 1px oklch(var(--b3,.9 0 0)/.3)!important}}.themed-toast-success{border-left-color:#22c55e!important}.themed-toast-error{border-left-color:#ef4444!important}.themed-toast-loading{border-left-color:#6366f1!important}.themed-toast-info{border-left-color:#3b82f6!important}.themed-toast-warning{border-left-color:#f59e0b!important}@supports (background-color:oklch(0.95 0 0)){.themed-toast-success{border-left-color:oklch(var(--su,.7 .15 150))!important}.themed-toast-error{border-left-color:oklch(var(--er,.6 .2 25))!important}.themed-toast-loading{border-left-color:oklch(var(--p,.55 .2 265))!important}.themed-toast-info{border-left-color:oklch(var(--in,.65 .15 240))!important}.themed-toast-warning{border-left-color:oklch(var(--wa,.8 .15 85))!important}}.toast-icon-success{width:22px;height:22px;min-width:22px;border-radius:50%;background-color:#22c55e;display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-icon-success svg{width:14px;height:14px;color:#fff;stroke-width:3}.toast-icon-error{width:22px;height:22px;min-width:22px;border-radius:50%;background-color:#ef4444;display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-icon-error svg{width:14px;height:14px;color:#fff;stroke-width:3}.toast-icon-loading{border:2.5px solid rgba(0,0,0,.1);border-top-color:#6366f1;animation:toast-spin .7s linear infinite}.toast-icon-info,.toast-icon-loading{width:22px;height:22px;min-width:22px;border-radius:50%;flex-shrink:0}.toast-icon-info{background-color:#3b82f6;display:flex;align-items:center;justify-content:center}.toast-icon-info svg{width:14px;height:14px;color:#fff;stroke-width:3}.toast-icon-warning{width:22px;height:22px;min-width:22px;border-radius:50%;background-color:#f59e0b;display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-icon-warning svg{width:14px;height:14px;color:#fff;stroke-width:3}@supports (background-color:oklch(0.95 0 0)){.toast-icon-success{background-color:oklch(var(--su,.7 .15 150))}.toast-icon-success svg{color:oklch(var(--suc,.98 0 0))}.toast-icon-error{background-color:oklch(var(--er,.6 .2 25))}.toast-icon-error svg{color:oklch(var(--erc,.98 0 0))}.toast-icon-loading{border-color:oklch(var(--b3,.9 0 0));border-top-color:oklch(var(--p,.55 .2 265))}.toast-icon-info{background-color:oklch(var(--in,.65 .15 240))}.toast-icon-info svg{color:oklch(var(--inc,.98 0 0))}.toast-icon-warning{background-color:oklch(var(--wa,.8 .15 85))}.toast-icon-warning svg{color:oklch(var(--wac,.2 0 0))}}@keyframes toast-spin{to{transform:rotate(1turn)}}.toast-dismiss-btn{padding:.25rem;border-radius:.375rem;opacity:.5;transition:all .15s ease;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1f2937;margin-left:.5rem}.toast-dismiss-btn:hover{opacity:1;background-color:rgba(0,0,0,.05)}@supports (background-color:oklch(0.95 0 0)){.toast-dismiss-btn{color:oklch(var(--bc,.2 0 0))}.toast-dismiss-btn:hover{background-color:oklch(var(--b2,.95 0 0))}}.toast-dismiss-btn svg{width:16px;height:16px}@media (max-width:640px){.themed-toast{max-width:calc(100vw - 2rem)!important;min-width:auto!important;margin:0 1rem!important;font-size:.875rem!important;padding:.75rem!important}}@media (prefers-reduced-motion:reduce){.themed-toast{transition:none!important}.toast-icon-loading{animation:none!important;border-top-color:#6366f1;border-right-color:#6366f1}@supports (background-color:oklch(0.95 0 0)){.toast-icon-loading{border-top-color:oklch(var(--p,.55 .2 265));border-right-color:oklch(var(--p,.55 .2 265))}}}.themed-toast .btn{font-size:.75rem!important}.themed-toast p{margin:0}.themed-toast strong{color:inherit}