*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:#000;color:#fff}.logo-container{display:flex;justify-content:center;margin-bottom:2rem}.glowing-logo{width:150px;height:auto;filter:drop-shadow(0 0 8px #ffffff) drop-shadow(0 0 15px #ffffff) drop-shadow(0 0 20px #ffffff);animation:sharedGlow 2s ease-in-out infinite alternate;animation-delay:3s}.options-button{position:fixed;top:20px;left:20px;background:none;border:none;cursor:pointer;z-index:10;padding:0}.options-circle{width:40px;height:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;transition:all .3s ease}.options-dot{width:6px;height:6px;border-radius:50%;background-color:#fff;box-shadow:0 0 8px #fff6;transition:all .3s ease}.options-button:hover .options-dot{box-shadow:0 0 15px #fff}.options-menu{position:fixed;top:70px;left:20px;display:flex;flex-direction:column;gap:1rem;opacity:0;transform:translateY(-10px);transition:all .3s ease;pointer-events:none}.options-menu.open{opacity:1;transform:translateY(0);pointer-events:all}.menu-item{position:relative;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.menu-item:after{content:attr(data-tooltip);position:absolute;left:50px;top:50%;transform:translateY(-50%);background:#000000f2;color:#fff;padding:5px 10px;border-radius:4px;font-size:14px;white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s ease;border:1px solid rgba(255,255,255,.2);box-shadow:0 0 10px #fff}.menu-item:hover:after{opacity:1;visibility:visible;left:60px}.icon{width:24px;height:24px;filter:drop-shadow(0 0 5px #ffffff);color:#fff;transition:all .3s ease}.menu-item:hover .icon{filter:drop-shadow(0 0 10px #ffffff)}@font-face{font-family:Underrated;src:url("/UNDERRATED-UltraBold Personal Use.otf") format("opentype");font-weight:700;font-style:normal}.audio-player-wrapper{position:fixed;bottom:20px;left:50%;transform:translate(-50%);opacity:0;animation:fadeIn .5s ease-out forwards;animation-delay:3.5s;transition:all .3s ease;border-radius:12px;padding:15px 20px;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;align-items:center;gap:10px;overflow:visible}.visualizer{display:flex;align-items:flex-end;gap:1px;height:400px;width:300px;padding:0 10px;overflow:visible;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.bar{flex:1;min-height:2px;background-color:#2ecc71;transition:height .03s linear;border-radius:1px;transform-origin:bottom;will-change:height}.bar{box-shadow:0 0 20px #2ecc7180}.song-info{text-align:center;color:#fff}.song-title{font-size:14px;font-weight:500;margin-bottom:2px}.song-artist{font-size:12px;opacity:.7}.song-version{font-size:11px;opacity:.5}.audio-player-wrapper:hover{background:#000000b3}.custom-audio-player{filter:invert(1) hue-rotate(180deg);opacity:.9}.custom-audio-player::-webkit-media-controls-panel{background-color:transparent}.click-hint{color:#ffffff80;font-size:12px;margin-top:4px;text-align:right}@keyframes pulse{0%{opacity:.8}50%{opacity:1}to{opacity:.8}}.bar{animation:pulse 2s ease-in-out infinite}.unalog-text{position:fixed;bottom:20px;left:20px;color:#fff;font-family:Underrated,sans-serif;font-weight:700;font-size:24px;letter-spacing:.05em;opacity:0;animation:fadeIn .5s ease-out forwards;animation-delay:3.5s;transition:opacity .3s ease}.splash-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;transition:all .8s cubic-bezier(.19,1,.22,1)}.splash-screen.visible{opacity:1}.splash-screen.fade-out{opacity:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:scale(1.1);pointer-events:none;transition:all .8s cubic-bezier(.19,1,.22,1)}.splash-content{text-align:center;color:#fff;padding:2rem;position:relative;width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.splash-screen.visible .splash-content{transform:translateY(0)}.verify-btn{padding:1.4rem 4rem;border:none;border-radius:50px;font-size:1.2rem;cursor:pointer;transition:all .3s cubic-bezier(.19,1,.22,1);background:#ffffff08;color:#fff;text-transform:uppercase;letter-spacing:.2em;min-width:320px;width:320px;height:65px;overflow:visible;opacity:0;transform:translateY(20px);animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) forwards;animation-delay:.2s;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-weight:300;box-shadow:0 5px 20px #0003;position:relative;isolation:isolate}.verify-btn:hover:not(:disabled){transform:translateY(-2px) scale(1.02);border-color:#ffffff80;box-shadow:0 8px 30px #0000004d,0 0 20px #ffffff1a;letter-spacing:.25em;background:#ffffff0d}.verify-btn:active:not(:disabled){transform:translateY(0) scale(.99);transition-duration:.1s}.verify-btn.verified{opacity:0;transform:scale(.95);transition:all .8s cubic-bezier(.19,1,.22,1);background:transparent;border-color:transparent}.btn-text{display:flex;align-items:center;justify-content:center;height:100%;transition:all .8s cubic-bezier(.19,1,.22,1);white-space:nowrap;overflow:visible;opacity:1;width:100%;padding:0 2rem;position:relative}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.splash-screen.fade-out .splash-content{transform:translateY(-30px);opacity:0;transition:all .8s cubic-bezier(.19,1,.22,1)}@keyframes pulseGlow{0%{box-shadow:0 0 10px #ffffff4d}50%{box-shadow:0 0 20px #ffffff80}to{box-shadow:0 0 10px #ffffff4d}}.verified .btn-text{opacity:0;transform:scale(.9);transition:all .8s cubic-bezier(.19,1,.22,1)}@font-face{font-family:Monument Extended;src:url(/MonumentExtended-Ultrabold.otf) format("opentype");font-weight:800;font-style:normal}.app{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#000;position:relative;overflow:hidden;transition:filter .5s cubic-bezier(.4,0,.2,1)}.coming-soon{font-size:4rem;font-weight:700;color:#fffc;position:relative;z-index:2;margin-top:-50px;opacity:0;transform:translateY(20px);animation:slideUp .8s ease-out forwards,textFloat 4s ease-in-out infinite,subtleGlow 3s ease-in-out infinite;animation-delay:3s;will-change:transform,opacity,filter;-webkit-text-stroke:1px rgba(255,255,255,.1);text-shadow:-1px -1px 0 rgba(255,255,255,.1),1px -1px 0 rgba(255,255,255,.1),-1px 1px 0 rgba(255,255,255,.1),1px 1px 0 rgba(255,255,255,.1)}@keyframes textFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.content{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:2rem;padding:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;animation:fadeIn 1s ease-out forwards;animation-delay:2.5s;z-index:2}.logo-container{margin-bottom:0;opacity:0;transform:translateY(20px);animation:slideUp .8s ease-out forwards,textFloat 4s ease-in-out infinite,subtleGlow 3s ease-in-out infinite;animation-delay:2.8s;will-change:transform,opacity,filter}.logo-container img{filter:drop-shadow(0 0 0px rgba(255,255,255,0));transition:filter .3s ease}.options-button{opacity:0;animation:fadeIn .5s ease-out forwards;animation-delay:3.2s;z-index:3}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.logo-container img,.coming-soon,.options-button,.menu-item{user-select:none;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.icon{pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.bokeh-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:hidden;opacity:0;animation:fadeIn 1.5s ease-out forwards;animation-delay:2.5s;transform:translateZ(0);image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.bokeh{position:absolute;border-radius:50%;opacity:0;will-change:transform;filter:blur(45px) contrast(1.2);mix-blend-mode:normal;backface-visibility:hidden;transform-style:preserve-3d;-webkit-filter:blur(45px) contrast(1.2);transform:translateZ(0);-webkit-transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;perspective:1000;-webkit-perspective:1000}.bokeh-background.visible .bokeh{animation-play-state:running}@keyframes floatUp{0%{transform:translateZ(0) scale(1);opacity:0}15%{opacity:.6}85%{opacity:.6}to{transform:translate3d(var(--moveX),-100vh,0) scale(1);opacity:0}}.wave-background{position:fixed;width:100%;height:100%;background:#000;opacity:0;z-index:0;animation:fadeIn 1.5s ease-out forwards;animation-delay:2.5s}.wave{position:absolute;width:200%;height:200%;background:radial-gradient(circle at center,transparent 0%,#111 70%);animation:waveMove 25s ease-in-out infinite;opacity:.4;transform-origin:center center}@keyframes waveMove{0%,to{transform:translate(-25%,-25%) rotate(0) scale(1);opacity:.4}50%{transform:translate(0) rotate(180deg) scale(1.1);opacity:.6}}.matrix-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;opacity:0;animation:fadeIn 1.5s ease-out forwards;animation-delay:2.5s}.matrix-column{position:absolute;top:-100%;width:2px;height:100%;color:#ffffff12;font-size:1.2rem;text-align:center;animation:matrixRain linear infinite}.matrix-column span{display:block;opacity:0;animation:matrixGlow 1.5s ease-out infinite;animation-delay:var(--delay)}@keyframes matrixRain{0%{transform:translateY(0)}to{transform:translateY(200%)}}@keyframes matrixGlow{0%,to{opacity:0}50%{opacity:1}}.starfield-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;opacity:0;animation:fadeIn 1.5s ease-out forwards;animation-delay:2.5s}.star{position:absolute;width:2px;height:2px;background:#fff;opacity:0;border-radius:50%;box-shadow:0 0 3px #ffffff4d;animation:twinkle infinite ease-in-out;will-change:transform,opacity}@keyframes twinkle{0%,to{opacity:0;transform:scale(1)}50%{opacity:.3;transform:scale(1.2);box-shadow:0 0 4px #fff6}}.grid-background{position:fixed;width:100%;height:100%;background-image:linear-gradient(rgba(50,50,50,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(50,50,50,.05) 1px,transparent 1px);background-size:50px 50px;opacity:0;z-index:0;animation:fadeIn 1.5s ease-out forwards;animation-delay:2.5s}@keyframes gridMove{0%{transform:translateY(0)}to{transform:translateY(50px)}}*{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:auto}body{-webkit-user-drag:none;-webkit-touch-callout:none;transition:opacity .3s ease-out}body.fade-out{opacity:0}html{background:#000}.unalog-text{font-family:Monument Extended,sans-serif;text-transform:lowercase;font-size:1.2rem;letter-spacing:.1em;color:#fff;opacity:0;animation:fadeIn .5s ease-out forwards;animation-delay:3.2s}img{pointer-events:none;-webkit-user-drag:none}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes subtleGlow{0%,to{filter:drop-shadow(0 0 5px rgba(255,255,255,.3)) drop-shadow(0 0 8px rgba(255,255,255,.2))}50%{filter:drop-shadow(0 0 8px rgba(255,255,255,.4)) drop-shadow(0 0 12px rgba(255,255,255,.3)) drop-shadow(0 0 15px rgba(255,255,255,.2))}}.top-indicator{position:fixed;top:0;left:50%;transform:translate(-50%);width:134px;height:28px;cursor:pointer;transition:all .4s cubic-bezier(.16,1,.3,1);z-index:1000;opacity:0;animation:fadeIn .5s ease-out forwards;animation-delay:3.5s;display:flex;justify-content:center;align-items:flex-start;padding-top:8px}.top-indicator:after{content:"";width:36px;height:5px;background:#ffffff26;border-radius:100px;transition:all .4s cubic-bezier(.16,1,.3,1);transform-origin:center}.top-indicator:hover:after{background:#ffffff40;width:42px;transform:scaleY(.8)}.top-indicator.active:after{background:#ffffff4d;width:42px;transform:scaleY(.8)}.credits-menu{position:fixed;top:-100%;left:0;width:100%;background:#000000d9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:999;transition:all .7s cubic-bezier(.16,1,.3,1);padding:80px 20px 40px;color:#ffffffe6;text-align:center;transform:translateY(-20px);opacity:0;border-bottom:1px solid rgba(255,255,255,.1)}.credits-menu.open{top:0;transform:translateY(0);opacity:1}.credits-menu h2{font-size:1.8rem;font-weight:500;margin-bottom:1.5rem;letter-spacing:-.02em}.credits-menu p{font-size:1rem;line-height:1.6;color:#ffffffb3;margin:.5rem 0;font-weight:400}.credits-section{margin:2rem 0;padding:0 1rem}.credits-section h3{font-size:1.2rem;color:#ffffffe6;margin-bottom:1rem;font-weight:600;letter-spacing:.02em}.credits-section ul{list-style:none;padding:0;margin:0}.credits-section li{font-size:1rem;color:#fffc;margin:.8rem 0;display:flex;align-items:center;justify-content:center;gap:.5rem}.credits-section li span{color:#ffffff80;font-size:.9rem}.copyright{margin-top:3rem;color:#fff6;font-size:.9rem}.unalogians li{display:flex;align-items:center;gap:1rem}.unalogians img{width:32px;height:32px;border-radius:50%;object-fit:cover}.theme-toggle:hover{transform:scale(1.1)}.inverted{filter:invert(1) hue-rotate(180deg);animation:themeSwitch .5s cubic-bezier(.4,0,.2,1)}.inverted .theme-toggle{filter:none;animation:iconSpin .5s cubic-bezier(.4,0,.2,1)}.theme-toggle{position:fixed;top:20px;right:20px;background:transparent;border:none;font-size:1.5rem;cursor:pointer;z-index:1000;padding:8px;border-radius:50%;transition:all .5s cubic-bezier(.4,0,.2,1);opacity:1;mix-blend-mode:difference}@keyframes themeSwitch{0%{filter:invert(0) hue-rotate(0deg)}to{filter:invert(1) hue-rotate(180deg)}}@keyframes iconSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
