.custom-toast-container{--toastify-color-success:#10b981;--toastify-color-error:#ef4444;--toastify-color-warning:#f59e0b;--toastify-color-info:#3b82f6}.custom-toast-container .Toastify__toast{box-shadow:0 10px 25px -5px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(8px);background:rgba(255,255,255,.95);border-radius:12px;padding:0;margin-bottom:16px;min-height:64px;font-family:Inter,system-ui,sans-serif;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.custom-toast-container .Toastify__toast:hover{transform:translateY(-2px);box-shadow:0 20px 40px -10px rgba(0,0,0,.15),0 8px 12px -4px rgba(0,0,0,.1)}.custom-toast-container .Toastify__toast--success{border-left:4px solid #10b981}.custom-toast-container .Toastify__toast--error{border-left:4px solid #ef4444}.custom-toast-container .Toastify__toast--warning{border-left:4px solid #f59e0b}.custom-toast-container .Toastify__toast--info{border-left:4px solid #3b82f6}.custom-toast-container .Toastify__close-button{opacity:.7;transition:opacity .2s ease-in-out}.custom-toast-container .Toastify__close-button:hover{opacity:1}.custom-toast-container .Toastify__toast-body{padding:0;margin:0}@keyframes slideInRight{0%{transform:translate3d(110%,0,0);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes slideOutRight{0%{transform:translateZ(0);opacity:1}to{transform:translate3d(110%,0,0);opacity:0}}.custom-toast-container .Toastify__slide-enter{animation:slideInRight .4s cubic-bezier(.175,.885,.32,1.275)}.custom-toast-container .Toastify__slide-exit{animation:slideOutRight .3s ease-in-out}