#app{width:100%;height:100%}*{margin:0;padding:0;box-sizing:border-box}body{font-family:OpenSans,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.6;color:#fff;background:#163f98;min-height:100vh}h2{font-size:2em;line-height:1.1;margin-bottom:1rem}p{font-size:1rem;margin-bottom:1rem}ul{margin:1rem}ul li{margin:0 1rem}.container{max-width:1200px;margin:0 auto;padding:2rem 1rem}header{background:#4361a1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;position:sticky;top:0;z-index:100}nav{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0rem 1rem}.links{gap:1rem;display:flex}.logo{font-size:1.8rem;font-weight:700;color:#fff;text-decoration:none;display:flex;align-items:center;gap:.5rem}.hero{text-align:center;padding:4rem 0;color:#fff}.hero h1{font-size:3.5rem;margin-bottom:1rem;font-weight:900;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero .subtitle{font-size:1.3rem;margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.stores{display:flex;justify-content:center;flex-wrap:wrap;align-items:center;gap:1rem;height:100%}.stores a{width:auto;height:auto}.googlePlay{height:60px}@media only screen and (max-width: 600px){.googlePlay{height:auto;width:300px}}@media only screen and (max-width: 600px){.ballText{display:none}}a{height:24px;text-decoration:none;color:var(--foreground-muted);font-size:14px}.active{border-bottom:1px solid var(--foreground);color:var(--foreground)!important}.policiesWrapper{display:flex;flex-direction:column;margin:0 auto}.rules{font-family:Arial,sans-serif;line-height:1.6;max-width:1280px;margin:0 auto;padding:20px}.title{text-align:center}table{width:100%;border-collapse:collapse;margin-top:20px}th,td{border:1px solid white;padding:12px;text-align:left}th{font-weight:700}footer{background:#333;color:#fff;text-align:center}footer p{margin:0}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--background: hsl(221, 75%, 34%);--foreground: #F8F8F8;--foreground-muted: #F8F8F8;background:var(--background);color:var(--foreground);font-family:OpenSans,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}@font-face{font-family:OpenSans;src:url(/assets/OpenSans-Regular-D3rEp9ut.ttf)}.stats{display:flex;justify-content:center;gap:2rem;margin:3rem 0;flex-wrap:wrap}.stat-item{background:#4361a1;padding:1.5rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;min-width:150px}.stat-number{font-size:2.5rem;font-weight:700;display:block;color:#fff}.stat-number.bigger{font-size:4rem;line-height:4rem}.stat-label{font-size:.9rem;opacity:.8}.features{background:#fff;padding:4rem 0;margin-top:2rem}.features h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#f8f9fa;padding:2rem;border-radius:15px;text-align:center;border:1px solid #e9ecef;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.feature-card p{color:#666;line-height:1.6}.cta-section{background:#163f98;padding:4rem 0;text-align:center;color:#fff}.cta-section h2{font-size:2.5rem;margin-bottom:1rem}.cta-section p{font-size:1.2rem;margin-bottom:2rem;opacity:.9;margin-left:auto;margin-right:auto;max-width:800px}@media (max-width: 768px){.hero h1{font-size:2.5rem}.stats{gap:1rem}.stat-item{min-width:120px;padding:1rem}.features-grid{grid-template-columns:1fr}}
