body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{min-height:100vh}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#4a90e2,#357abd);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#357abd,#2e5bba)}button{cursor:pointer;font-family:inherit}a{color:inherit;text-decoration:none}a:focus,button:focus{outline:2px solid #4a90e2;outline-offset:2px}.back-to-home{left:20px;position:fixed;top:20px;z-index:1000}.back-button{background:#4a90e2;border:none;border-radius:25px;box-shadow:0 4px 15px #4a90e24d;color:#fff;cursor:pointer;display:inline-block;font-weight:600;padding:12px 24px;text-decoration:none;transition:all .3s ease}.back-button:hover{background:#357abd;box-shadow:0 6px 20px #4a90e266;color:#fff;text-decoration:none;transform:translateY(-2px)}.hero{align-items:center;background:linear-gradient(135deg,#4a90e2,#357abd 50%,#2e5bba);display:flex;min-height:100vh;overflow:hidden;position:relative}.hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='50' cy='50' r='1' fill='rgba(255,255,255,0.1)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:1}.hero-content{color:#fff}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#fff,#f0f8ff);-webkit-background-clip:text;background-clip:text;font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1rem}.hero-subtitle{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;opacity:.9}.hero-description{font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;max-width:500px;opacity:.8}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.btn-primary,.btn-secondary{border:none;border-radius:50px;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(45deg,#ff6b6b,#ee5a24);box-shadow:0 4px 15px #ff6b6b66;color:#fff}.btn-primary:hover{box-shadow:0 6px 20px #ff6b6b99;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #ffffff4d;color:#fff}.btn-secondary:hover{background:#ffffff1a;border-color:#ffffff80}.hero-visual{align-items:center;display:flex;justify-content:center}.phone-mockup{background:#1a1a1a;border-radius:40px;box-shadow:0 20px 40px #0000004d;height:600px;padding:20px;position:relative;width:300px}.phone-screen{align-items:center;background:linear-gradient(180deg,#f8f9fa,#e9ecef);border-radius:20px;display:flex;flex-direction:column;height:100%;justify-content:center;overflow:hidden;padding:2rem;position:relative;width:100%}.scramble-demo{color:#333;text-align:center;width:100%}.verse-text{color:#4a90e2;font-size:1.1rem;font-style:italic;font-weight:600;line-height:1.6;margin-bottom:2rem}.scrambled-words{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2rem}.word{animation:float 2s ease-in-out infinite;background:#4a90e2;border-radius:20px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.word:first-child{animation-delay:0s}.word:nth-child(2){animation-delay:.2s}.word:nth-child(3){animation-delay:.4s}.word:nth-child(4){animation-delay:.6s}.word:nth-child(5){animation-delay:.8s}.word:hover{box-shadow:0 4px 8px #4a90e24d;transform:translateY(-3px)}.progress-bar{background:#4a90e233;border-radius:3px;height:6px;overflow:hidden;width:100%}.progress-fill{animation:progress 3s ease-in-out infinite;background:linear-gradient(45deg,#4a90e2,#357abd);border-radius:3px;height:100%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes progress{0%{width:0}50%{width:70%}to{width:100%}}@media (max-width:768px){.hero-container{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.phone-mockup{height:500px;width:250px}}.features{background:#f8f9fa;padding:6rem 0}.features-container{margin:0 auto;max-width:1200px;padding:0 2rem}.features-header{margin-bottom:4rem;text-align:center}.features-title{color:#2c3e50;font-size:3rem;font-weight:700;margin-bottom:1rem}.features-subtitle{color:#6c757d;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.feature-card{background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:0 10px 30px #0000001a;padding:2.5rem;text-align:center;transition:all .3s ease}.feature-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-5px)}.feature-icon{display:block;font-size:3rem;margin-bottom:1.5rem}.feature-title{color:#2c3e50;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.feature-description{color:#6c757d;font-size:1rem;line-height:1.6}@media (max-width:768px){.features{padding:4rem 0}.features-title{font-size:2rem}.features-grid{gap:1.5rem;grid-template-columns:1fr}.feature-card{padding:2rem}}.how-to-play{background:linear-gradient(135deg,#4a90e2,#357abd);color:#fff;padding:6rem 0}.how-to-play-container{margin:0 auto;max-width:1200px;padding:0 2rem}.how-to-play-header{margin-bottom:4rem;text-align:center}.how-to-play-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#fff,#f0f8ff);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;margin-bottom:1rem}.how-to-play-subtitle{font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px;opacity:.9}.steps-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.step-card{align-items:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;display:flex;gap:1.5rem;padding:2rem;transition:all .3s ease}.step-card:hover{background:#ffffff26;box-shadow:0 10px 30px #0003;transform:translateY(-5px)}.step-number{align-items:center;background:linear-gradient(45deg,#ff6b6b,#ee5a24);border-radius:50%;box-shadow:0 4px 15px #ff6b6b66;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:700;height:50px;justify-content:center;width:50px}.step-content{flex:1 1}.step-icon{display:block;font-size:2rem;margin-bottom:1rem}.step-title{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.step-description{color:#fffc;font-size:1rem;line-height:1.6}@media (max-width:768px){.how-to-play{padding:4rem 0}.how-to-play-title{font-size:2rem}.steps-container{gap:1.5rem;grid-template-columns:1fr}.step-card{flex-direction:column;gap:1rem;text-align:center}.step-number{align-self:center}}.download{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:6rem 0}.download-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 2rem}.download-content{text-align:left}.download-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#fff,#f0f8ff);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;margin-bottom:1rem}.download-subtitle{font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9}.download-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.download-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #fff3;border-radius:15px;color:#fff;display:inline-block;padding:1rem 1.5rem;text-decoration:none;transition:all .3s ease}.download-btn:hover{background:#fff3;border-color:#fff6;transform:translateY(-2px)}.btn-content{align-items:center;display:flex;gap:.75rem}.btn-icon{font-size:1.5rem}.btn-text{align-items:flex-start;display:flex;flex-direction:column}.btn-label{font-size:.8rem;line-height:1;opacity:.8}.btn-store{font-size:1.1rem;font-weight:600;line-height:1}.download-info{display:flex;flex-wrap:wrap;gap:2rem}.info-item{align-items:center;display:flex;font-size:.9rem;gap:.5rem;opacity:.8}.info-icon{font-size:1.2rem}.download-visual{align-items:center;display:flex;justify-content:center}.screenshots{display:flex;gap:1rem;transform:perspective(1000px) rotateY(-15deg)}.screenshot{align-items:center;border-radius:20px;box-shadow:0 10px 30px #0000004d;display:flex;flex-direction:column;height:200px;justify-content:center;padding:1.5rem;transition:all .3s ease;width:120px}.screenshot:hover{transform:translateY(-10px) scale(1.05)}.screenshot-1{background:linear-gradient(135deg,#4a90e2,#357abd)}.screenshot-2{background:linear-gradient(135deg,#ff6b6b,#ee5a24);transform:translateY(20px)}.screenshot-3{background:linear-gradient(135deg,#2ecc71,#27ae60);transform:translateY(-20px)}.screenshot-content{color:#fff;text-align:center}.screenshot-header{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.screenshot-text{font-size:.8rem;font-style:italic;opacity:.9}@media (max-width:768px){.download-container{gap:2rem;grid-template-columns:1fr;text-align:center}.download-title{font-size:2rem}.download-buttons,.download-info,.screenshots{justify-content:center}.screenshots{transform:none}.screenshot{height:160px;width:100px}}.footer{background:#1a1a1a;color:#fff;padding:4rem 0 2rem}.footer-container{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 2fr;margin-bottom:3rem}.footer-brand{max-width:400px}.footer-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#4a90e2,#357abd);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;margin-bottom:1rem}.footer-description{color:#b0b0b0;line-height:1.6;margin-bottom:2rem}.footer-social{display:flex;gap:1rem}.social-link{align-items:center;background:#ffffff1a;border-radius:50%;display:inline-block;display:flex;font-size:1.2rem;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-link:hover{background:linear-gradient(45deg,#4a90e2,#357abd);transform:translateY(-2px)}.footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.footer-column{display:flex;flex-direction:column}.footer-heading{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-list{list-style:none;margin:0;padding:0}.footer-list li{margin-bottom:.5rem}.footer-link{color:#b0b0b0;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#4a90e2}.footer-bottom{border-top:1px solid #333;padding-top:2rem}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-copyright{color:#b0b0b0;margin:0}.footer-legal{display:flex;flex-wrap:wrap;gap:2rem}.footer-legal-link{color:#b0b0b0;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-legal-link:hover{color:#4a90e2}@media (max-width:768px){.footer-content{gap:2rem;grid-template-columns:1fr}.footer-links{gap:1.5rem;grid-template-columns:1fr}.footer-bottom-content{flex-direction:column;text-align:center}.footer-legal{justify-content:center}}.privacy-policy{background:#f8f9fa;min-height:100vh;padding:2rem 0}.privacy-container{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;margin:0 auto;max-width:800px;padding:40px}.privacy-container h1{color:#4a90e2;font-size:2.5rem;font-weight:700}.last-updated,.privacy-container h1{margin-bottom:30px;text-align:center}.last-updated{color:#666;font-style:italic}.privacy-container h2{border-bottom:2px solid #4a90e2;color:#333;font-size:1.5rem;font-weight:600;margin-top:30px;padding-bottom:10px}.privacy-container p{color:#333;line-height:1.6;margin-bottom:1rem}.privacy-container ul{margin-bottom:1rem;padding-left:2rem}.privacy-container li{color:#333;line-height:1.6;margin-bottom:.5rem}.contact-info{background:#f8f9fa;border-left:4px solid #4a90e2;border-radius:8px;margin-top:30px;padding:20px}.contact-info p{margin-bottom:.5rem}.verse-quote{background:#f8f9fa;border-left:4px solid #4a90e2;border-radius:8px;color:#666;font-size:1.1rem;font-style:italic;margin-top:40px;padding:20px;text-align:center}@media (max-width:768px){.privacy-container{margin:0 1rem;padding:20px}.privacy-container h1{font-size:2rem}.privacy-container h2{font-size:1.3rem}}
/*# sourceMappingURL=main.8778aa50.css.map*/