@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.splash-logo{animation:scaleIn .5s ease-out,float 3s ease-in-out infinite}.splash-title{animation:fadeIn 1s ease-out .3s both}.splash-loading-dot{animation:fadeIn .5s ease-out,float 1.5s ease-in-out infinite}.splash-loading-dot:first-child{animation-delay:.2s,0s}.splash-loading-dot:nth-child(2){animation-delay:.4s,.2s}.splash-loading-dot:nth-child(3){animation-delay:.6s,.4s}.splash-ring{animation:rotate 4s linear infinite,pulse 2s ease-in-out infinite}.splash-glow{animation:pulse 2s ease-in-out infinite}@media (max-width:768px){.Toastify__toast-container{position:fixed!important;z-index:99999!important}.Toastify__toast-container--bottom-center{bottom:env(safe-area-inset-bottom,20px)!important;padding:0 16px;width:100%;position:fixed!important;left:50%!important;transform:translateX(-50%)!important}.Toastify__toast{border-radius:12px!important;padding:14px 16px!important;margin-bottom:12px!important;box-shadow:0 4px 12px rgba(0,0,0,.15),0 2px 4px rgba(0,0,0,.1)!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;cursor:pointer!important;-webkit-user-select:none!important;user-select:none!important}.Toastify__toast--success{background:linear-gradient(135deg,#34C759,#30D158)!important;color:white!important;border:none!important}.Toastify__toast--success .Toastify__toast-icon{color:white!important}.Toastify__toast--error{background:linear-gradient(135deg,#FF3B30,#FF453A)!important;color:white!important;border:none!important}.Toastify__toast--error .Toastify__toast-icon{color:white!important}.Toastify__toast--warning{background:linear-gradient(135deg,#FF9500,#FF9F0A)!important;color:white!important;border:none!important}.Toastify__toast--warning .Toastify__toast-icon{color:white!important}.Toastify__toast--info{background:linear-gradient(135deg,#007AFF,#0A84FF)!important;color:white!important;border:none!important}.Toastify__toast--info .Toastify__toast-icon{color:white!important}.Toastify__toast-body{padding:0!important;margin:0!important;font-size:14px!important;font-weight:500!important;line-height:1.4!important;color:white!important}.Toastify__close-button{color:white!important;opacity:1!important;padding:10px!important;width:44px!important;height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important}.Toastify__close-button>svg{width:20px!important;height:20px!important}.Toastify__progress-bar{height:3px!important;background:rgba(255,255,255,.3)!important}.Toastify__toast-icon{width:20px!important;margin-right:12px!important}}@media (display-mode:standalone){.Toastify__toast-container--bottom-center{bottom:calc(env(safe-area-inset-bottom, 20px) + 20px)!important}}@supports (-webkit-touch-callout:none){@media (display-mode:standalone){.Toastify__toast-container--bottom-center{bottom:calc(env(safe-area-inset-bottom, 20px) + 20px)!important;padding-bottom:env(safe-area-inset-bottom,0)}}}@media (min-width:769px){.Toastify__toast{border-radius:8px!important;box-shadow:0 4px 12px rgba(0,0,0,.15)!important}}