.splash-loader-whale{position:relative;display:block;top:5px;transform:translateY(60px) rotate(-45deg)}@keyframes splashLoaderWave{0%{background-position-x:0}to{background-position-x:-500px}}.splash-loader-wave{background-repeat:repeat-x;background-size:50px auto;background-position:bottom;width:100px;height:20px;border-radius:8px;z-index:1;animation:splashLoaderWave 8s cubic-bezier(.36,.45,.63,.53) infinite}@media (prefers-reduced-motion:reduce){.splash-loader-whale{transform:translate(16px,-8px) rotate(0deg)}.splash-loader-wave{animation:none}}.splash-toast{box-sizing:border-box;position:relative;display:flex;align-items:center;overflow:hidden;width:100%;padding:10px 5px 10px 22px;border-radius:4px;background:#fff;border:1px solid #f1f3f5;box-shadow:0 1px 3px rgba(0,0,0,.05),0 28px 23px -7px rgba(0,0,0,.05),0 12px 12px -7px rgba(0,0,0,.04);font-family:var(--font-primary,"Inter",system-ui,sans-serif)}.splash-toast:before{content:"";display:block;position:absolute;width:6px;top:4px;bottom:4px;left:4px;border-radius:4px;background:#909296}.splash-toast[data-type=error]:before{background:#db3b3b}.splash-toast[data-type=success]:before{background:#40c057}.splash-toast[data-type=warning]:before{background:#eb612a}.splash-toast[data-type=info]:before{background:#1a1c1e}.splash-toast-icon{display:none}.splash-toast-content{flex:1 1 auto;overflow:hidden;margin-right:10px}.splash-toast-title{font-weight:500;margin-bottom:2px;color:#1a1c1e}.splash-toast-description,.splash-toast-title{font-size:14px;line-height:1.4;overflow:hidden;text-overflow:ellipsis}.splash-toast-description{font-weight:400;color:#909296}.splash-toast-close{flex:none;order:1;margin-left:auto;align-self:center;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:4px;background:transparent;color:#909296;cursor:pointer;position:static}.splash-toast-close:hover{background:#f1f3f5;color:#1a1c1e}.splash-toast-action{flex:none;margin-left:8px;padding:6px 12px;border:none;border-radius:4px;background:var(--primary,#4bebe2);color:var(--primary-foreground,#1a1c1e);font-family:var(--font-primary,"Inter",system-ui,sans-serif);font-size:12px;font-weight:700;white-space:nowrap;cursor:pointer}