*{margin:0;padding:0;box-sizing:border-box}body,html{background:#0d0b14;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}*{scrollbar-width:thin;scrollbar-color:#9333ea transparent}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#7c3aed,#f43f5e);border-radius:9px;border:2px solid transparent;background-clip:padding-box}input[type=range]{touch-action:none;min-height:26px;cursor:pointer;vertical-align:middle}*,input[type=range]{-webkit-tap-highlight-color:transparent}[role=button],a,button,input,label,select,textarea{-webkit-tap-highlight-color:transparent;outline:none}[role=button]:focus,a:focus,button:focus,button:focus-visible,label:focus{outline:none}[role=button],button,label{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}[role=button]:active,a:active,button:active,label:active{transform:scale(.96);opacity:.85}[role=button],a,button,label{transition:transform .08s ease,opacity .08s ease}input[type=range]:active{transform:none;opacity:1}.wavup-splash{position:fixed;inset:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(160deg,#2a1a4e,#1a0f2e 45%,#0d0b14);overflow:hidden;animation:wavupFadeIn .4s ease}.wavup-splash__waves{position:absolute;left:0;right:0;bottom:0;height:60vh;pointer-events:none}.wavup-splash__wave{position:absolute;bottom:0;left:0;width:200%;height:100%;background-repeat:repeat-x;background-position:0 bottom;background-size:50% 100%;will-change:transform}.wavup-splash__wave--1{background-image:radial-gradient(120% 80px at 50% 100%,rgba(124,58,237,.55),transparent 70%);animation:wavupWaveX 9s linear infinite;opacity:.7}.wavup-splash__wave--2{background-image:radial-gradient(120% 70px at 50% 100%,rgba(244,63,94,.4),transparent 70%);animation:wavupWaveX 13s linear infinite reverse;opacity:.55;height:80%}.wavup-splash__wave--3{background-image:radial-gradient(120% 60px at 50% 100%,rgba(168,85,247,.3),transparent 70%);animation:wavupWaveX 18s linear infinite;opacity:.4;height:65%}.wavup-splash__brand{position:relative;z-index:2;font-family:Inter,-apple-system,sans-serif;font-size:34px;font-weight:900;letter-spacing:1px;color:#fff;background:linear-gradient(135deg,#c4b5fd,#fbcfe8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:wavupPulse 2.4s ease-in-out infinite}.wavup-splash__sub{position:relative;z-index:2;margin-top:10px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;color:hsla(0,0%,100%,.55);letter-spacing:.5px}.wavup-splash__dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:hsla(0,0%,100%,.55);margin:0 2px;animation:wavupPulse 1.2s ease-in-out infinite}.wavup-splash__dot:nth-child(2){animation-delay:.2s}.wavup-splash__dot:nth-child(3){animation-delay:.4s}@keyframes wavupWaveX{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes wavupPulse{0%,to{opacity:.85;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes wavupFadeIn{0%{opacity:0}to{opacity:1}}