.react-hot-toast{background:white!important;padding:20px!important;border-radius:12px!important;box-shadow:0 4px 20px rgba(0,0,0,.15)!important;position:relative!important;overflow:hidden!important;max-width:500px!important}.toast-content-wrapper{display:flex;align-items:flex-start;gap:12px}.toast-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;font-weight:700}.toast-icon.success{background:#dcfce7;color:#16a34a}.toast-icon.error{background:#fee2e2;color:#dc2626}.toast-icon.warning{background:#fef3c7;color:#eab308}.toast-icon.info{background:#dbeafe;color:#2563eb}.toast-text{flex:1;min-width:0}.toast-title{font-size:15px;font-weight:600;color:#1f2937;margin-bottom:4px;line-height:1.4}.toast-message{font-size:13px;color:#6b7280;line-height:1.5}.toast-progress-bar{position:absolute;bottom:0;left:0;height:4px;animation:toastProgress 3s linear;transform-origin:left}.toast-progress-bar.success{background:#16a34a}.toast-progress-bar.error{background:#dc2626}.toast-progress-bar.warning{background:#eab308}.toast-progress-bar.info{background:#2563eb}@keyframes toastProgress{0%{width:100%}to{width:0}}@keyframes toastSlideIn{0%{transform:translateY(-100px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes toastSlideOut{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100px);opacity:0}}.react-hot-toast[data-visible=true]{animation:toastSlideIn .4s ease}.react-hot-toast[data-visible=false]{animation:toastSlideOut .3s ease}@media (max-width:640px){.react-hot-toast{max-width:calc(100vw - 40px)!important;margin:0 20px!important}.toast-title{font-size:14px}.toast-message{font-size:12px}.toast-icon{width:32px;height:32px;font-size:16px}}