#root{width:100vw;height:100vh;margin:0;padding:0;overflow:hidden}.App{width:100vw;height:100vh;position:relative;overflow:hidden}.background-video{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.fireworks{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:hidden}.firework{position:absolute;width:6px;height:6px;border-radius:50%;background:#fff;box-shadow:0 0 10px currentColor,0 0 20px currentColor,0 0 30px currentColor;animation:firework-explode 2.5s ease-out infinite}.firework:nth-child(3n){color:#ff0080;box-shadow:0 0 10px #ff0080,0 0 20px #ff0080,0 0 30px #ff0080}.firework:nth-child(3n+1){color:#0ff;box-shadow:0 0 10px #0ff,0 0 20px #0ff,0 0 30px #0ff}.firework:nth-child(3n+2){color:#ff0;box-shadow:0 0 10px #ff0,0 0 20px #ff0,0 0 30px #ff0}@keyframes firework-explode{0%{transform:translateY(100vh) translate(0) scale(0);opacity:1}10%{opacity:1}50%{transform:translateY(30vh) translate(var(--random-x, 0)) scale(1);opacity:1}to{transform:translateY(-10vh) translate(calc(var(--random-x, 0) * 2)) scale(1.5);opacity:0;box-shadow:0 0 30px currentColor,0 0 60px currentColor,0 0 90px currentColor,0 0 120px currentColor}}.disco-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;pointer-events:none}.disco-text{font-size:8vw;font-weight:900;text-transform:uppercase;letter-spacing:.1em;margin:0;font-family:Arial Black,sans-serif;text-shadow:0 0 10px currentColor,0 0 20px currentColor,0 0 30px currentColor,0 0 40px currentColor;display:flex;flex-direction:column;align-items:center;gap:.2em}.disco-line{display:block;line-height:1.2;white-space:nowrap}.disco-letter{display:inline-block;animation:disco-beat .6s ease-in-out infinite;color:#ff0080}.disco-space{display:inline-block;width:.3em}@keyframes disco-beat{0%,to{transform:scale(1) rotate(0);color:#ff0080;text-shadow:0 0 10px #ff0080,0 0 20px #ff0080,0 0 30px #ff0080}25%{transform:scale(1.2) rotate(-5deg);color:#0ff;text-shadow:0 0 15px #00ffff,0 0 30px #00ffff,0 0 45px #00ffff}50%{transform:scale(1.3) rotate(5deg);color:#ff0;text-shadow:0 0 20px #ffff00,0 0 40px #ffff00,0 0 60px #ffff00}75%{transform:scale(1.1) rotate(-3deg);color:#f0f;text-shadow:0 0 15px #ff00ff,0 0 30px #ff00ff,0 0 45px #ff00ff}}.App-header{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff;position:relative;z-index:1}h1{font-size:3.2em;line-height:1.1;margin-bottom:2rem}.card{padding:2em;background:#ffffff1a;border-radius:8px;margin:1rem 0}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;color:#fff;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}code{background-color:#ffffff1a;padding:.2em .4em;border-radius:4px;font-family:Courier New,monospace}.read-the-docs{color:#888;margin-top:2rem}.bottom-text{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:2;font-size:2vw;font-weight:700;color:#fff;text-shadow:0 0 10px rgba(255,255,255,.8),0 0 20px rgba(255,255,255,.6),0 0 30px rgba(255,255,255,.4);pointer-events:none;font-family:Arial Black,sans-serif;letter-spacing:.2em}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;width:100vw;height:100vh;overflow:hidden}#root{width:100vw;height:100vh;margin:0;padding:0}h1{font-size:3.2em;line-height:1.1}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9;color:#213547}}
