body{margin:0;padding:0;width:100%;min-height:100vh;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}#root{width:100%;min-height:100vh}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 0;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;transition:opacity .3s}.logo:hover{opacity:.8}.logo img{width:40px;height:40px;border-radius:8px}.nav{display:flex;gap:2rem}.nav a{color:#fff;font-weight:500;transition:opacity .3s;padding:.5rem 1rem;border-radius:4px}.nav a:hover{background:#ffffff1a}@media(max-width:768px){.header-container{flex-direction:column;gap:1rem;padding:1rem}.nav{gap:1rem;font-size:.9rem}.logo{font-size:1.25rem}}.footer{background:#2d3748;color:#fff;padding:3rem 0 1rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.5rem;margin-bottom:.5rem}.footer-section h4{font-size:1.1rem;margin-bottom:1rem;color:#a0aec0}.footer-section p{color:#cbd5e0;margin-bottom:.5rem}.footer-section a{display:block;color:#cbd5e0;margin-bottom:.5rem;transition:color .3s}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid #4a5568;padding-top:1.5rem;text-align:center;color:#a0aec0}@media(max-width:768px){.footer-content{grid-template-columns:1fr;text-align:center}}.home{width:100%}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem;text-align:center}.hero-content{max-width:800px;margin:0 auto}.app-icon{width:150px;height:150px;border-radius:30px;margin-bottom:2rem;box-shadow:0 10px 30px #0000004d}.hero h1{font-size:3.5rem;margin-bottom:1rem;font-weight:800}.subtitle{font-size:1.5rem;margin-bottom:2rem;opacity:.9}.app-badges{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.store-button{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:#000;color:#fff;border-radius:8px;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 15px #0000004d;min-width:180px}.store-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0006}.store-icon{width:32px;height:32px;flex-shrink:0}.store-text{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.store-subtitle{font-size:.65rem;text-transform:uppercase;opacity:.9;line-height:1}.store-title{font-size:1.1rem;font-weight:600;line-height:1.2;margin-top:.1rem}.features{max-width:1200px;margin:0 auto;padding:5rem 2rem}.features h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2d3748}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.feature-icon{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center}.feature-icon img{max-width:100%;max-height:100%;object-fit:contain}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#2d3748}.feature-card p{color:#4a5568;line-height:1.8}.about{background:#f7fafc;padding:5rem 2rem}.about h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2d3748}.about-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-text p{font-size:1.1rem;color:#4a5568;margin-bottom:1.5rem;line-height:1.8}.about-image img{width:100%;max-width:400px;border-radius:12px;box-shadow:0 10px 40px #0000001a}.cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:5rem 2rem;text-align:center}.cta h2{font-size:2.5rem;margin-bottom:1rem}.cta p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.cta-button{display:inline-block;background:#fff;color:#667eea;padding:1rem 2.5rem;border-radius:50px;font-size:1.1rem;font-weight:600;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 15px #0003}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.cta-button.play{background:#01875f;color:#fff}@media(max-width:768px){.hero h1{font-size:2.5rem}.subtitle{font-size:1.2rem}.app-icon{width:120px;height:120px}.features h2,.about h2,.cta h2{font-size:2rem}.feature-grid,.about-content{grid-template-columns:1fr}.about-image{text-align:center}.app-badges{flex-direction:column;align-items:center}.store-button{width:100%;max-width:250px}}.legal-page{background:#f7fafc;min-height:calc(100vh - 200px);padding:3rem 2rem}.legal-container{max-width:900px;margin:0 auto;background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #00000014}.legal-container h1{font-size:2.5rem;color:#2d3748;margin-bottom:.5rem;border-bottom:3px solid #667eea;padding-bottom:1rem}.effective-date{color:#718096;font-size:.95rem;margin-bottom:2.5rem}.legal-container section{margin-bottom:2.5rem}.legal-container h2{font-size:1.5rem;color:#2d3748;margin-bottom:1rem;margin-top:2rem}.legal-container h3{font-size:1.2rem;color:#4a5568;margin-bottom:.75rem;margin-top:1.5rem}.legal-container h4{font-size:1.1rem;color:#4a5568;margin-bottom:.75rem;margin-top:1rem}.legal-container p{color:#4a5568;line-height:1.8;margin-bottom:1rem}.legal-container ol{margin-left:1.5rem;margin-bottom:1rem}.legal-container ol li{color:#4a5568;line-height:1.8;margin-bottom:.75rem}.legal-container ul{margin-left:2rem;margin-top:.5rem;margin-bottom:1rem}.legal-container ul li{color:#4a5568;line-height:1.8;margin-bottom:.5rem;list-style-type:disc}.legal-container strong{color:#2d3748;font-weight:600}.data-table{width:100%;border-collapse:collapse;margin:1.5rem 0}.data-table th,.data-table td{border:1px solid #e2e8f0;padding:.75rem;text-align:left}.data-table th{background:#f7fafc;color:#2d3748;font-weight:600}.data-table td{color:#4a5568}.contact-info{background:#f7fafc;padding:1.5rem;border-radius:8px;margin:1rem 0}.contact-info p{margin-bottom:.5rem}.contact-info ul{margin-left:0;list-style:none}.contact-info ul li{padding:.5rem 0}.supplementary{margin-top:3rem;padding-top:2rem;border-top:2px solid #e2e8f0;color:#718096}.supplementary p{color:#718096}@media(max-width:768px){.legal-page{padding:2rem 1rem}.legal-container{padding:2rem 1.5rem}.legal-container h1{font-size:2rem}.legal-container h2{font-size:1.3rem}.data-table{font-size:.9rem}.data-table th,.data-table td{padding:.5rem}}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}body{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;line-height:1.6;color:#333}a{color:inherit;text-decoration:none}
