.toast-container{z-index:9999!important}.themed-toast{background-color:oklch(var(--b1))!important;color:oklch(var(--bc))!important;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 oklch(var(--b3)/.3)!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: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)/.3)!important}.themed-toast-success{border-left-color:oklch(var(--su))!important}.themed-toast-error{border-left-color:oklch(var(--er))!important}.themed-toast-loading{border-left-color:oklch(var(--p))!important}.themed-toast-info{border-left-color:oklch(var(--in))!important}.themed-toast-warning{border-left-color:oklch(var(--wa))!important}.toast-icon-success{width:22px;height:22px;min-width:22px;border-radius:50%;background-color:oklch(var(--su));display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-icon-success svg{width:14px;height:14px;color:oklch(var(--suc,var(--b1)));stroke-width:3}.toast-icon-error{width:22px;height:22px;min-width:22px;border-radius:50%;background-color:oklch(var(--er));display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-icon-error svg{width:14px;height:14px;color:oklch(var(--erc,var(--b1)));stroke-width:3}.toast-icon-loading{border:2.5px solid oklch(var(--b3));border-top-color:oklch(var(--p));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:oklch(var(--in));display:flex;align-items:center;justify-content:center}.toast-icon-info svg{width:14px;height:14px;color:oklch(var(--inc,var(--b1)));stroke-width:3}.toast-icon-warning{width:22px;height:22px;min-width:22px;border-radius:50%;background-color:oklch(var(--wa));display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-icon-warning svg{width:14px;height:14px;color:oklch(var(--wac,var(--b1)));stroke-width:3}@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:oklch(var(--bc));margin-left:.5rem}.toast-dismiss-btn:hover{opacity:1;background-color:oklch(var(--b2))}.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:oklch(var(--p));border-right-color:oklch(var(--p))}}