#app{min-height:100vh;background:#f7f8fa}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.van-toast{min-width:100px!important;max-width:280px!important;padding:10px 16px!important;border-radius:8px!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;box-shadow:0 4px 16px #00000014!important;animation:toast-slide-in .3s cubic-bezier(.34,1.56,.64,1)!important}.van-toast--success,.van-toast--fail,.van-toast--loading,.van-toast--text{background:linear-gradient(135deg,#e6f7ff 0%,#bae7ff 100%)!important;color:#1890ff!important;border:1px solid #91d5ff!important}.van-toast__icon{font-size:32px!important;margin-bottom:6px!important;color:#1890ff!important}.van-toast__text{font-size:14px!important;font-weight:400!important;line-height:1.4!important;letter-spacing:.2px!important}@keyframes toast-slide-in{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.van-toast--fade-leave-active{animation:toast-slide-out .2s ease-out!important}@keyframes toast-slide-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-10px) scale(.95)}}.van-toast{border:none!important}.van-toast--loading .van-loading__spinner{color:#1890ff!important}@media (prefers-color-scheme: dark){.van-toast--text{background:rgba(255,255,255,.15)!important}}.custom-toast-success,.custom-toast-error,.custom-toast-warning,.custom-toast-info,.custom-toast-loading{background:linear-gradient(135deg,#e6f7ff 0%,#bae7ff 100%)!important;color:#1890ff!important;border:1px solid #91d5ff!important}@media (max-width: 768px){.van-toast{max-width:260px!important;padding:10px 14px!important}.van-toast__icon{font-size:28px!important}.van-toast__text{font-size:13px!important}}
