body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background:linear-gradient(180deg,#00bfff,#00008b);color:#333;font-family:Fredoka,sans-serif;min-height:100vh;overflow-x:hidden;position:relative;text-align:center}.bubbles{height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.bubble{animation:rise var(--duration) infinite ease-in;background:#ffffff4d;border-radius:50%;bottom:-100px;opacity:.5;position:absolute}.bubble:first-child{--duration:8s;animation-delay:0s;height:40px;left:10%;width:40px}.bubble:nth-child(2){--duration:5s;animation-delay:1s;height:20px;left:20%;width:20px}.bubble:nth-child(3){--duration:10s;animation-delay:2s;height:50px;left:35%;width:50px}.bubble:nth-child(4){--duration:7s;animation-delay:.5s;height:30px;left:50%;width:30px}.bubble:nth-child(5){--duration:12s;animation-delay:3s;height:60px;left:65%;width:60px}.bubble:nth-child(6){--duration:6s;animation-delay:1.5s;height:25px;left:80%;width:25px}.bubble:nth-child(7){--duration:9s;animation-delay:4s;height:45px;left:90%;width:45px}.bubble:nth-child(8){--duration:8s;animation-delay:2.5s;height:35px;left:15%;width:35px}.bubble:nth-child(9){--duration:4s;animation-delay:.2s;height:15px;left:25%;width:15px}.bubble:nth-child(10){--duration:11s;animation-delay:1.8s;height:55px;left:45%;width:55px}.bubble:nth-child(11){--duration:6.5s;animation-delay:.7s;height:25px;left:55%;width:25px}.bubble:nth-child(12){--duration:9.5s;animation-delay:3.2s;height:40px;left:75%;width:40px}.bubble:nth-child(13){--duration:5.5s;animation-delay:1.2s;height:20px;left:85%;width:20px}.bubble:nth-child(14){--duration:7.5s;animation-delay:4.5s;height:30px;left:5%;width:30px}.bubble:nth-child(15){--duration:10.5s;animation-delay:2.2s;height:50px;left:95%;width:50px}@keyframes rise{0%{opacity:0;transform:translateY(0) scale(1)}10%{opacity:.5}90%{opacity:.5}to{opacity:0;transform:translateY(-120vh) scale(1.5)}}.App-header{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;padding:40px 20px;position:relative;z-index:1}.tabs{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#00bfffcc;border-bottom:5px solid #f7e300;box-shadow:0 4px 20px #0000004d;display:flex;justify-content:center;padding:20px 0;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:1000}.tabs button{background:#f7e300;border:4px solid #c90;border-radius:20px 40px 20px 40px;box-shadow:0 5px 0 #c90;color:#333;cursor:pointer;font-family:Luckiest Guy,cursive;font-size:1.2rem;font-weight:700;margin:0 10px;padding:12px 25px;text-transform:uppercase;transition:all .2s ease-in-out}.tabs button.active{background-color:#fff;border-color:#00bfff;box-shadow:0 2px 0 #00bfff;color:#00bfff;transform:scale(1.1) translateY(2px)}.tabs button:hover:not(.active){transform:scale(1.05) rotate(2deg)}.controls{background:#fff;border:6px solid #f7e300;border-radius:40px;box-shadow:0 15px 0 #c90,0 20px 40px #0003;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:30px;max-width:650px;padding:30px;width:100%}.control-group label{color:#ff4500;font-family:Luckiest Guy,cursive;font-size:1.2rem;font-weight:700;text-shadow:1px 1px 0 #fff}select{background:#fff;border:4px solid #00bfff;border-radius:25px;cursor:pointer;font-family:inherit;font-size:1.2rem;outline:none;padding:12px 25px;transition:border-color .3s}select:focus{border-color:#f7e300}.autoplay-toggle{align-items:center;display:flex;gap:10px}.autoplay-toggle input[type=checkbox]{accent-color:#ff4500;cursor:pointer;height:25px;width:25px}.video-container{background:#fff;border:10px solid #f7e300;border-radius:40px;box-shadow:0 20px 50px #00000080;box-sizing:border-box;max-width:900px;padding:20px;width:100%}.video-container h2{color:#00bfff;font-family:Luckiest Guy,cursive;font-size:1.8rem;margin-bottom:5px;text-shadow:2px 2px 0 #f7e300}.video-container h3{color:#ff4500;font-family:Luckiest Guy,cursive;font-size:1.5rem;margin-bottom:20px;text-shadow:1px 1px 0 #f7e300}video{border:5px solid #333;border-radius:25px;display:block;width:100%}video:fullscreen{border:none;border-radius:0}.about-section,.fun-section,.landing-page{background:#fff;border:8px solid #f7e300;border-radius:60px 20px 60px 20px;box-shadow:0 20px 0 #c90,0 30px 60px #0000004d;line-height:1.8;margin-top:30px;max-width:850px;padding:50px;text-align:center}.about-section h2,.fun-section h2,.landing-page h2{color:#ff4500;font-family:Luckiest Guy,cursive;font-size:2.5rem;margin-bottom:25px;text-shadow:3px 3px 0 #f7e300;text-transform:uppercase}.fun-container{display:flex;flex-direction:column;gap:40px}.fun-divider{background:#00bfff;border:0;border-radius:2px;height:4px;margin:20px 0}.quiz-container,.quiz-result,.quiz-selector{padding:20px}.quiz-container h3{color:#00bfff;font-family:Luckiest Guy,cursive;font-size:1.8rem;margin-bottom:20px}.options{align-items:center;display:flex;flex-direction:column;gap:15px}.options button,.quiz-result button,.quiz-selector button{background:#f7e300;border:3px solid #c90;border-radius:15px;cursor:pointer;font-family:Luckiest Guy,cursive;font-size:1.2rem;max-width:400px;padding:10px 20px;transition:transform .1s;width:100%}.options button:hover,.quiz-result button:hover,.quiz-selector button:hover{background:#fff;transform:scale(1.02)}.result-text{color:#ff4500;font-size:2.5rem;text-shadow:2px 2px 0 #f7e300}.result-text,.stats-bar{font-family:Luckiest Guy,cursive}.stats-bar{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:20px;max-width:850px;width:100%}.streak-display{background:#ff4500;border:3px solid #b22222;border-radius:20px;color:#fff;padding:5px 15px}.progress-display{background:#00bfff;border:3px solid #008b8b;border-radius:20px;color:#fff;padding:5px 15px}.achievements-display{display:flex;gap:10px}.achievement-badge{align-items:center;background:#fff;border:3px solid #f7e300;border-radius:50%;box-shadow:0 4px 0 #c90;display:flex;font-size:1.5rem;height:40px;justify-content:center;width:40px}.hero-image{animation:float 4s ease-in-out infinite;filter:drop-shadow(0 10px 20px rgba(0,0,0,.3));height:auto;margin-bottom:40px;max-width:300px;width:100%}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-30px) rotate(5deg)}}h1{color:#f7e300;font-family:Luckiest Guy,cursive;font-size:4rem;letter-spacing:3px;margin-bottom:50px;text-shadow:4px 4px 0 #00bfff,8px 8px 0 #0003;transform:rotate(-2deg)}.cta-container{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;margin-top:40px}.random-button,.watch-button{border-radius:30px;cursor:pointer;font-family:Luckiest Guy,cursive;font-size:1.5rem;font-weight:700;padding:18px 40px;text-transform:uppercase;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.random-button{background:#ff4500;border:5px solid #b22222;box-shadow:0 8px 0 #b22222;color:#fff}.watch-button{background:#32cd32;border:5px solid #228b22;box-shadow:0 8px 0 #228b22;color:#fff}.random-button:hover,.watch-button:hover{transform:translateY(-5px) scale(1.05)}.random-button:active,.watch-button:active{box-shadow:0 3px 0 currentColor;transform:translateY(5px)}@media (max-width:768px){h1{font-size:2.5rem;transform:none}.tabs{flex-wrap:wrap;padding:10px}.tabs button{border-radius:15px;font-size:1rem;margin:5px;padding:10px 15px}.about-section,.landing-page{border-radius:30px;padding:30px 20px;width:90%}.cta-container{flex-direction:column;gap:20px}.random-button,.watch-button{font-size:1.2rem;width:100%}}@media (max-width:480px){h1{font-size:2rem}.video-container h2{font-size:1.2rem}.video-container h3{font-size:1rem}.controls{padding:20px}}
/*# sourceMappingURL=main.94115ae4.css.map*/