.toasts{position:fixed;top:24px;left:50%;transform:translateX(-50%);z-index:99999;width:min(460px,calc(100vw - 32px));display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast,.toasts{align-items:center}.toast{pointer-events:auto;width:100%;display:grid;grid-template-columns:32px minmax(0,1fr) 28px;grid-gap:12px;gap:12px;padding:12px 16px;border-radius:16px;background:#ffffff;border:1.5px solid #e2e8f0;box-shadow:0 16px 36px -4px rgba(15,23,42,.18),0 4px 12px rgba(0,0,0,.06);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:toastDropIn .35s cubic-bezier(.16,1,.3,1) forwards}@keyframes toastDropIn{0%{opacity:0;transform:translateY(-24px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.toast--success{border-color:#119d42;background:linear-gradient(135deg,#ffffff,#f0fdf4)}.toast--error{border-color:#fecaca;background:linear-gradient(135deg,#ffffff,#fef2f2)}.toast--info{border-color:#bae6fd;background:linear-gradient(135deg,#ffffff,#f0f9ff)}.toast__icon{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:#f1f5f9;color:#475569;flex-shrink:0}.toast__icon svg{width:18px;height:18px}.toast--success .toast__icon{background:#119d42;color:#ffffff}.toast--error .toast__icon{background:#fee2e2;color:#b91c1c}.toast--info .toast__icon{background:#e0f2fe;color:#0369a1}.toast__content{min-width:0}.toast__title{display:block;color:#0f172a;font-family:var(--font-display);font-size:.92rem;font-weight:800;line-height:1.3}.toast__msg{margin-top:2px;color:#475569;font-size:.84rem;line-height:1.35}.toast__close{width:28px;height:28px;border:none;border-radius:8px;background:transparent;color:#94a3b8;display:grid;place-items:center;cursor:pointer;transition:all .15s ease;padding:0}.toast__close svg{width:16px;height:16px}.toast__close:hover{background:#f1f5f9;color:#0f172a}