@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background-color:#fff;color:#333}#root{width:100%}a{font-weight:500;color:#ff6b6b;text-decoration:inherit;transition:color .3s ease}a:hover{color:#ee5a24}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}button{font-family:inherit;cursor:pointer;transition:all .3s ease;border:none;outline:none}button:focus-visible{outline:2px solid #ff6b6b;outline-offset:2px}section{scroll-margin-top:2rem}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f5f0e8;color:#2d3748;text-align:center;padding:2rem}.hero-container{max-width:1200px;width:100%}.hero-content{max-width:800px;margin:0 auto}.logo-container{margin-bottom:2rem}.logo{max-width:200px;height:auto;margin-bottom:2rem}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(135deg,#c53030,#9c2a2a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:3rem;color:#4a5568;max-width:600px;margin-left:auto;margin-right:auto}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button{padding:1rem 2rem;font-size:1.1rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.cta-button.primary{background:linear-gradient(135deg,#c53030,#9c2a2a);color:#fff}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff6b6b66}.cta-button.secondary{background:#fff;color:#2d3748;border:2px solid #c53030}.cta-button.secondary:hover{background:#c53030;color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #c530304d}@media (max-width: 768px){.hero{padding:1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-cta{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:280px}}.features{padding:5rem 2rem;background:#f8f9fa;color:#333}.features-container{max-width:1200px;margin:0 auto}.features-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#2d3748}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:16px;text-align:center;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#2d3748}.feature-description{font-size:1rem;line-height:1.6;color:#4a5568}@media (max-width: 768px){.features{padding:3rem 1rem}.features-title{font-size:2rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.5rem}}.games{padding:5rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.games-container{max-width:1200px;margin:0 auto}.games-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem}.games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.game-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2.5rem;text-align:center;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.game-card:hover{transform:translateY(-8px);background:#ffffff26;box-shadow:0 20px 40px #0003}.game-card.coming-soon{opacity:.8}.game-emoji{font-size:4rem;margin-bottom:1rem}.game-title{font-size:1.8rem;font-weight:600;margin-bottom:1rem}.game-description{font-size:1rem;line-height:1.6;margin-bottom:2rem;color:#ffffffe6}.play-button{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;border:none;padding:.8rem 2rem;font-size:1.1rem;font-weight:600;border-radius:25px;cursor:pointer;transition:all .3s ease}.play-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff6b6b66}.coming-soon-button{background:#fff3;color:#ffffffb3;border:1px solid rgba(255,255,255,.3);padding:.8rem 2rem;font-size:1.1rem;font-weight:600;border-radius:25px;cursor:not-allowed}@media (max-width: 768px){.games{padding:3rem 1rem}.games-title{font-size:2rem}.games-grid{grid-template-columns:1fr;gap:1.5rem}.game-card{padding:2rem}.game-emoji{font-size:3rem}.game-title{font-size:1.5rem}}.about{padding:5rem 2rem;background:#2d3748;color:#fff}.about-container{max-width:800px;margin:0 auto}.about-content{text-align:center}.about-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;background:linear-gradient(135deg,#ff6b6b,#ee5a24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-text{font-size:1.25rem;line-height:1.8;color:#e2e8f0}.about-text strong{color:#ff6b6b;font-weight:600}@media (max-width: 768px){.about{padding:3rem 1rem}.about-title{font-size:2rem}.about-text{font-size:1.1rem}}.footer{background:#1a1a1a;color:#fff;padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{text-align:center;margin-bottom:3rem}.footer-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#ff6b6b,#ee5a24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-text{font-size:1.25rem;margin-bottom:2rem;color:#e0e0e0;max-width:600px;margin-left:auto;margin-right:auto}.footer-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.footer-button{padding:1rem 2rem;font-size:1.1rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease}.footer-button.primary{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff}.footer-button.primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff6b6b66}.footer-bottom{border-top:1px solid #333;padding-top:2rem;text-align:center}.footer-bottom p{color:#888;font-size:.9rem;margin-bottom:.5rem}.footer-bottom p:last-child{margin-bottom:0}.footer-bottom a{color:#c53030;text-decoration:underline;transition:color .3s ease}.footer-bottom a:hover{color:#9c2a2a}@media (max-width: 768px){.footer{padding:3rem 1rem 2rem}.footer-title{font-size:2rem}.footer-text{font-size:1.1rem}.footer-cta{flex-direction:column;align-items:center}.footer-button{width:100%;max-width:280px}}
