.Toastify__toast-container{width:auto;max-width:420px;font-family:inherit}.Toastify__toast{border-radius:16px!important;box-shadow:0 10px 40px rgba(0,0,0,.15),0 4px 12px rgba(0,0,0,.1)!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);font-size:14px;line-height:1.4;padding:16px 20px;min-height:auto;margin-bottom:12px;font-weight:500;position:relative;overflow:hidden}.Toastify__toast--success{background:linear-gradient(135deg,#10b981,#059669)!important;color:white}.Toastify__toast--error{background:linear-gradient(135deg,#ef4444,#dc2626)!important;color:white}.Toastify__toast--warning{background:linear-gradient(135deg,#f59e0b,#d97706)!important;color:white}.Toastify__toast--info{background:linear-gradient(135deg,#3b82f6,#2563eb)!important;color:white}.Toastify__toast--default{background:linear-gradient(135deg,#6b7280,#4b5563)!important;color:white}.Toastify__progress-bar{background:rgba(255,255,255,.3)!important;height:3px!important;border-radius:0 0 16px 16px}.Toastify__progress-bar--error,.Toastify__progress-bar--info,.Toastify__progress-bar--success,.Toastify__progress-bar--warning{background:rgba(255,255,255,.4)!important}.Toastify__close-button{color:rgba(255,255,255,.8)!important;opacity:.8;transition:opacity .2s ease;align-self:flex-start;margin-top:-2px}.Toastify__close-button:hover{opacity:1;color:white!important}.Toastify__toast-container--bottom-right{bottom:1.5rem;right:1.5rem}@keyframes slideInRight{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideOutRight{0%{transform:translateX(0);opacity:1}to{transform:translateX(100%);opacity:0}}.Toastify__toast--bottom-right{animation:slideInRight .4s cubic-bezier(.25,.46,.45,.94)}.Toastify__toast--bottom-right.Toastify__toast--exit{animation:slideOutRight .3s cubic-bezier(.25,.46,.45,.94)}.Toastify__toast:hover{transform:translateY(-2px);box-shadow:0 15px 50px rgba(0,0,0,.2),0 6px 20px rgba(0,0,0,.15)!important;transition:all .3s cubic-bezier(.25,.46,.45,.94)}@media (max-width:768px){.Toastify__toast-container{max-width:calc(100vw - 2rem);margin:0 1rem}.Toastify__toast-container--bottom-right{bottom:1rem;right:0;left:0;width:auto}.Toastify__toast{margin-bottom:8px;border-radius:12px!important;padding:12px 16px}}@media (prefers-color-scheme:dark){.Toastify__toast{border:1px solid rgba(255,255,255,.08)}}