@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";.toast-container{position:fixed;top:1.5rem;right:1.5rem;display:flex;flex-direction:column;gap:1rem;z-index:9999;width:100%;max-width:420px;pointer-events:none}.toast{border-radius:1.5rem!important;padding:1.5rem 1.75rem!important;font-family:Poppins,sans-serif!important;font-size:.95rem!important;display:flex!important;align-items:flex-start;gap:1rem;color:#fff!important;-webkit-backdrop-filter:blur(15px) saturate(160%);backdrop-filter:blur(15px) saturate(160%);border:1.5px solid rgba(255,255,255,.25)!important;box-shadow:0 25px 50px -12px #0006,0 10px 30px -10px #0000004d,inset 0 1px #fff3!important;transition:all .4s cubic-bezier(.4,0,.2,1);animation:slideInUp .5s cubic-bezier(.4,0,.2,1) forwards;position:relative;overflow:hidden;pointer-events:all;cursor:pointer}.toast:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 30px 60px -12px #00000080,0 20px 40px -10px #0006,inset 0 1px #ffffff4d!important}.toast:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#000000d9,#000000bf);z-index:-1;border-radius:1.5rem}.toast-progress{position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#ffffffe6,#fff9);transform-origin:left;animation:progressShrink 5s linear forwards;border-radius:0 0 1.5rem 1.5rem}.toast-success{background:linear-gradient(135deg,#10b981f2,#059669e6)!important;border-left:8px solid #10b981!important;border-top:1.5px solid rgba(16,185,129,.4)!important;border-right:1.5px solid rgba(16,185,129,.2)!important;border-bottom:1.5px solid rgba(5,150,105,.4)!important}.toast-success .toast-progress{background:linear-gradient(90deg,#10b981,#34d399,#6ee7b7)!important}.toast-error{background:linear-gradient(135deg,#f43f5ef2,#e11d48e6)!important;border-left:8px solid #f43f5e!important;border-top:1.5px solid rgba(244,63,94,.4)!important;border-right:1.5px solid rgba(244,63,94,.2)!important;border-bottom:1.5px solid rgba(225,29,72,.4)!important}.toast-error .toast-progress{background:linear-gradient(90deg,#f43f5e,#fb7185,#fda4af)!important}.toast-warning{background:linear-gradient(135deg,#f59e0bf2,#d97706e6)!important;border-left:8px solid #f59e0b!important;border-top:1.5px solid rgba(245,158,11,.4)!important;border-right:1.5px solid rgba(245,158,11,.2)!important;border-bottom:1.5px solid rgba(217,119,6,.4)!important;color:#fff!important}.toast-warning .toast-progress{background:linear-gradient(90deg,#f59e0b,#fbbf24,#fcd34d)!important}.toast-info{background:linear-gradient(135deg,#3b82f6f2,#2563ebe6)!important;border-left:8px solid #3b82f6!important;border-top:1.5px solid rgba(59,130,246,.4)!important;border-right:1.5px solid rgba(59,130,246,.2)!important;border-bottom:1.5px solid rgba(37,99,235,.4)!important}.toast-info .toast-progress{background:linear-gradient(90deg,#3b82f6,#60a5fa,#93c5fd)!important}.toast-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.35rem;background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.4);box-shadow:0 6px 20px #0003;z-index:1}.toast-success .toast-icon,.toast-error .toast-icon,.toast-warning .toast-icon,.toast-info .toast-icon{background:#ffffff40;border-color:#ffffff80}.toast-content{flex:1;min-width:0;z-index:1}.toast-title{font-weight:700!important;font-size:1.1rem!important;margin-bottom:.5rem;letter-spacing:.2px;color:#fff;line-height:1.3;text-shadow:0 1px 2px rgba(0,0,0,.3)}.toast-message{font-weight:500!important;line-height:1.5!important;opacity:1!important;font-size:.95rem;color:#fffffffa;text-shadow:0 1px 2px rgba(0,0,0,.2)}.toast-close-button{background:#ffffff40!important;color:#fff!important;font-size:1.1rem!important;opacity:.9!important;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .25s ease;flex-shrink:0;margin-left:.5rem!important;z-index:1;text-shadow:0 1px 2px rgba(0,0,0,.3)}.toast-close-button:hover{background:#fff6!important;color:#fff!important;transform:scale(1.15);opacity:1!important;border-color:#ffffff80}@keyframes slideInUp{0%{transform:translate(100%) translateY(0) scale(.9);opacity:0}to{transform:translate(0) translateY(0) scale(1);opacity:1}}@keyframes slideOutRight{to{transform:translate(100%) translateY(0) scale(.9);opacity:0}}@keyframes progressShrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.toast-exit{animation:slideOutRight .4s cubic-bezier(.4,0,.2,1) forwards}.toast:hover .toast-progress{animation-play-state:paused}.toast-success .toast-icon{animation:bounceIn .6s cubic-bezier(.4,0,.2,1)}@keyframes bounceIn{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}@media (max-width: 768px){.toast-container{max-width:calc(100% - 2rem);right:1rem;left:1rem;top:1rem;gap:.75rem}.toast{padding:1.25rem 1.5rem!important;border-radius:1.25rem!important;gap:.875rem}.toast-icon{width:42px;height:42px;font-size:1.2rem}.toast-title{font-size:1.05rem!important}.toast-message{font-size:.92rem!important}.toast-close-button{width:30px;height:30px;font-size:1rem!important}}@media (prefers-color-scheme: dark){.toast{-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%)}}@media (prefers-contrast: high){.toast{border-width:2px!important;background:#000!important}.toast-success{border-left-color:#059669!important;background:#065f46!important}.toast-error{border-left-color:#dc2626!important;background:#7f1d1d!important}.toast-warning{border-left-color:#d97706!important;background:#78350f!important}.toast-info{border-left-color:#2563eb!important;background:#1e3a8a!important}}@media (prefers-reduced-motion: reduce){.toast{animation:fadeIn .3s ease forwards}.toast-progress{animation:none}.toast:hover{transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
