:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#334155e6;background:linear-gradient(135deg,#87ceeb,#e0f6ff,#b0e0e6);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#87ceeb,#e0f6ff,#b0e0e6);overflow-x:hidden}#root{width:100vw;height:100vh}*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;height:100%;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{position:relative;width:100%;min-height:100vh}.scene-background{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:1;pointer-events:none}.content-scroll{position:relative;z-index:2;width:100%}.landing-page{width:100%}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem;opacity:1;transform:translateY(30px);transition:all 1s ease}.hero-section.visible{opacity:1;transform:translateY(0)}.hero-content{max-width:800px}.logo-container{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.logo-image{width:200px;height:200px;object-fit:contain;filter:drop-shadow(0 4px 20px rgba(0,0,0,.3));margin-bottom:1rem}.logo-text{font-size:6rem;font-weight:800;color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.4);letter-spacing:-.05em;line-height:1}.logo-subtitle{font-size:1.5rem;font-weight:300;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3);margin-top:.5rem;letter-spacing:.1em;text-transform:uppercase}.hero-title{font-size:3.5rem;font-weight:700;color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.3);margin-bottom:1rem;letter-spacing:-.02em}.hero-description{font-size:1.5rem;font-weight:300;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3);opacity:.95}.game-section,.dance-game{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background:transparent;opacity:0;transform:translateY(30px);transition:all 1s ease}.dance-game .section-title{color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.8),0 2px 8px rgba(0,0,0,.6)}.dance-game .section-description{color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.8),0 1px 4px rgba(0,0,0,.6)}.dance-game .feature-item{color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.8)}.game-section.visible{opacity:1;transform:translateY(0)}.game-section.alt{background:#f0f0ff1a;text-shadow:2px 2px 10px rgba(255,255,255,1)}.section-content{max-width:800px;text-align:center}.section-title{font-size:3rem;font-weight:700;color:#1a202c;margin-bottom:1.5rem;letter-spacing:-.02em}.section-description{font-size:1.25rem;line-height:1.8;color:#4a5568;margin-bottom:3rem}.game-image{width:100%;max-width:600px;height:auto;border-radius:16px;box-shadow:0 8px 30px #00000026;margin-bottom:2rem;object-fit:cover}.feature-list{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.feature-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:1rem;color:#2d3748}.feature-icon{font-size:2.5rem}.cta-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 3rem;font-size:1.125rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea66}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.about-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background:#ffffffbf;opacity:1;transform:translateY(30px);transition:all 1s ease}.about-section.visible{opacity:1;transform:translateY(0)}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.value-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.value-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.value-card h3{font-size:1.5rem;font-weight:600;color:#1a202c;margin-bottom:.75rem}.value-card p{font-size:1rem;line-height:1.6;color:#4a5568}.footer{position:relative;padding:4rem 2rem;background:#1a202cf2;text-align:center;opacity:0;transform:translateY(30px);transition:all 1s ease}.footer.visible{opacity:1;transform:translateY(0)}.footer-content{max-width:800px;margin:0 auto}.footer-logo{display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem}.footer-logo .logo-image{width:100px;height:100px;margin-bottom:.5rem}.footer-logo .logo-text{font-size:3rem;color:#fff}.footer-logo .logo-subtitle{font-size:1rem;color:#fffc}.footer-text{font-size:1.125rem;color:#fffc;margin-bottom:2rem}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem}.footer-links a{color:#fffc;text-decoration:none;font-size:1rem;transition:color .3s ease}.footer-links a:hover{color:#fff}.copyright{font-size:.875rem;color:#fff9}@media (max-width: 768px){.logo-image{width:150px;height:150px}.footer-logo .logo-image{width:80px;height:80px}.logo-text{font-size:4rem}.logo-subtitle{font-size:1rem}.hero-title{font-size:2.5rem}.hero-description{font-size:1.25rem}.section-title{font-size:2rem}.section-description{font-size:1.125rem}.game-image{max-width:100%;border-radius:12px}.feature-list{flex-direction:column;gap:1.5rem}.values-grid{grid-template-columns:1fr}.footer-links{flex-direction:column;gap:1rem}}@media (max-width: 480px){.hero-section,.game-section,.about-section{padding:2rem 1rem}.logo-image{width:120px;height:120px}.footer-logo .logo-image{width:60px;height:60px}.logo-text{font-size:3rem}.hero-title{font-size:2rem}.section-title{font-size:1.75rem}.cta-button{padding:.875rem 2rem;font-size:1rem}}
