.toast{left:50%;bottom:calc(92px + 16px + env(safe-area-inset-bottom,0px));z-index:60;-webkit-backdrop-filter:blur(16px);border:1px solid #ffffff24;border-radius:16px;align-items:flex-start;gap:12px;width:calc(100% - 28px);max-width:460px;padding:12px 12px 12px 14px;animation:.22s ease-out toastIn;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 18px 36px #0000006b}.toast-info{background:#101c34eb}.toast-error{background:#341016eb;border-color:#ff6b6b47}.toast-body{flex:1;min-width:0}.toast-title{margin-bottom:2px;font-size:.95rem;font-weight:800}.toast-message{color:#e9f0fbdb;font-size:.9rem;line-height:1.3}.toast-close{color:#fff;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;min-height:auto;display:inline-flex}.toast-close:hover{background:#ffffff1a}@keyframes toastIn{0%{opacity:0;transform:translate(-50%)translateY(8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}
