:root{--primary:#22c55e;--primary-dark:#16a34a;--primary-text:#15803d;--blue:#4255ff;--orange:#f97316;--green:#22c55e;--bg:#f3f5f9;--surface:#fff;--text:#1f2937;--muted:#6b7280;--border:#e5e7eb;--radius:28px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box;margin:0}html{scroll-behavior:smooth}body{background:var(--surface);color:var(--text);font-family:Poppins,system-ui,sans-serif;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.wrap{width:min(1120px,100% - 32px);margin-inline:auto}.center{text-align:center}.muted{color:var(--muted)}h1,h2,h3{letter-spacing:-.02em;font-weight:800;line-height:1.15}h1{font-size:clamp(2.2rem,5vw,3.6rem)}h1 span{color:var(--primary)}h2{margin-bottom:12px;font-size:clamp(1.7rem,3.5vw,2.6rem)}h3{font-size:1.15rem;font-weight:700}.btn{letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;border-radius:16px;align-items:center;gap:10px;padding:14px 24px;font-size:.95rem;font-weight:700;transition:transform .1s,box-shadow .1s,filter .15s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 5px 0 var(--primary-dark)}.btn-primary:hover{filter:brightness(1.08)}.btn-primary:active{box-shadow:0 0 0 var(--primary-dark);transform:translateY(5px)}.btn-big{padding:18px 30px;font-size:1.05rem}.btn-sm{border-radius:14px;padding:10px 18px;font-size:.85rem}.btn:focus-visible{outline:3px solid var(--orange);outline-offset:3px}.nav{z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:2px solid var(--border);background:#ffffffe6;position:sticky;top:0}.nav-in{justify-content:space-between;align-items:center;height:72px;display:flex}.brand{color:var(--text);align-items:center;gap:10px;font-size:1.25rem;font-weight:800;display:flex}.brand img{object-fit:contain}.tiles{flex-wrap:wrap;gap:6px;display:flex}.tile{background:var(--c,var(--primary));color:#fff;width:44px;height:44px;box-shadow:0 4px 0 color-mix(in srgb, var(--c,var(--primary)) 72%, #000);animation:pop .5s var(--d) both cubic-bezier(.3,1.6,.5,1);border-radius:12px;place-items:center;font-size:1.3rem;font-weight:800;display:grid}.tiles-lg .tile{width:52px;height:52px;font-size:1.6rem}.tiles-sm .tile{border-radius:10px;width:36px;height:36px;font-size:1rem;animation:none}@keyframes pop{0%{transform:scale(0)rotate(-12deg)}}.hero{grid-template-columns:1.1fr 1fr;align-items:center;gap:48px;padding-block:64px 80px;display:grid}.hero-text{flex-direction:column;gap:22px;display:flex}.hero-text p{color:var(--muted);max-width:520px;font-size:1.15rem}.cta-row{flex-wrap:wrap;gap:12px;padding-top:6px;display:flex}.cta-row .btn{flex:1 1 0;justify-content:center;min-width:170px;max-width:230px}.play-langs{align-items:center;gap:12px;display:flex}.play-langs>span:last-child{color:var(--muted);font-weight:600}.flags{display:flex}.flags img{object-fit:cover;border:3px solid var(--surface);width:30px;height:30px;box-shadow:0 0 0 1px var(--border);border-radius:50%}.flags img+img{margin-left:-9px}.hero-visual,.feature-visual{place-items:center;min-height:520px;display:grid;position:relative}.blob{aspect-ratio:1;background:radial-gradient(circle,#d6f5e0 0%,#eafbf0 60%,#0000 70%);border-radius:50%;width:440px;position:absolute}.blob-blue{background:radial-gradient(circle,#dde2ff 0%,#eef0ff 60%,#0000 70%)}.blob-orange{background:radial-gradient(circle,#ffe3cc 0%,#fff2e8 60%,#0000 70%)}.phone{aspect-ratio:9/20;background:#1f2937;border-radius:40px;width:260px;padding:10px;position:relative;box-shadow:0 30px 60px -20px #1f293773,inset 0 0 0 2px #374151}.phone:before{content:"";z-index:1;background:#1f2937;border-radius:12px;width:70px;height:20px;position:absolute;top:18px;left:50%;translate:-50%}.phone img{object-fit:cover;border-radius:30px;width:100%;height:100%}.hero-mascot{width:150px;animation:3s ease-in-out infinite bob;position:absolute;bottom:10px;left:calc(50% - 260px)}.float{width:70px;animation:4s ease-in-out infinite bob;position:absolute}.coin{top:30px;right:30px}.chest{width:100px;animation-delay:-1.5s;bottom:60px;right:0}@keyframes bob{50%{transform:translateY(-12px)}}.marquee{background:var(--bg);border-block:2px solid var(--border);padding:18px 0;overflow:hidden}.marquee-in{width:max-content;animation:160s linear infinite slide;display:flex}.marquee-group{gap:40px;padding-right:40px;display:flex}@keyframes slide{to{transform:translate(-50%)}}.feature{grid-template-columns:1fr 1fr;align-items:center;gap:56px;padding-block:72px;display:grid}.feature.rev .feature-visual{order:2}.feature-text p{color:var(--muted);max-width:480px;font-size:1.1rem}.feature-mascot{width:140px;animation:3.5s ease-in-out infinite bob;position:absolute;bottom:10px;right:calc(50% - 250px)}.feature.rev .feature-mascot{left:calc(50% - 250px);right:auto}.pill{text-transform:uppercase;letter-spacing:.06em;color:var(--primary-text);background:#dcfce7;border-radius:999px;margin-bottom:14px;padding:6px 14px;font-size:.8rem;font-weight:700;display:inline-block}.pill-blue{color:var(--blue);background:#eef0ff}.pill-orange{color:#c2410c;background:#ffedd5}.leagues{background:var(--bg);padding-block:80px}.leagues p{max-width:560px;margin-inline:auto;font-size:1.1rem}.league-row{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:40px;display:flex}.league{background:var(--surface);border:2px solid var(--border);text-align:center;border-bottom-width:5px;border-radius:22px;width:110px;padding:16px 10px 10px;transition:transform .2s}.league:hover{transform:translateY(-6px)}.league img{width:80px;margin-inline:auto}.league figcaption{margin-top:6px;font-weight:700}.rewards{padding-block:88px}.grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px;margin-top:40px;display:grid}.card{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);text-align:center;border-bottom-width:5px;padding:28px 24px;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-4px);box-shadow:0 16px 32px -16px #22c55e4d}.card img{object-fit:contain;width:96px;height:96px;margin:0 auto 14px}.card p{color:var(--muted);margin-top:6px}.final{padding-bottom:88px}.final-card{background:var(--primary-dark);color:#fff;box-shadow:0 8px 0 var(--primary-text);border-radius:36px;flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;padding:48px 32px;display:flex}.final-card p{opacity:.9;margin-bottom:22px;font-size:1.1rem}.final-card .btn-primary{color:var(--primary-text);background:#fff;box-shadow:0 5px #bbf7d0}.final-mascot{width:200px}.footer{background:var(--bg);border-top:2px solid var(--border);color:var(--text);padding-block:56px 28px}.footer-cols{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:32px;display:grid}.footer h4{margin-bottom:14px;font-size:1.05rem;font-weight:700}.footer ul{gap:10px;padding:0;list-style:none;display:grid}.footer li{color:var(--muted);font-size:.92rem;font-weight:500}.footer li a:hover{color:var(--primary-text)}.footer-in{border-top:2px solid var(--border);color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:44px;padding-top:24px;font-size:.9rem;display:flex}.footer .brand{color:var(--text);font-size:1.05rem}.footer a:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.page{max-width:760px;padding-block:48px 80px}.page h1{margin:18px 0 6px;font-size:clamp(2rem,4vw,2.8rem)}.page h2{margin:28px 0 6px;font-size:1.25rem}.page p{color:#374151;font-size:1.02rem}.page .muted{color:var(--muted);font-size:.9rem}.back{color:var(--primary-text);font-weight:700}.back:hover{text-decoration:underline}@media (width<=860px){.hero,.feature{grid-template-columns:1fr;gap:32px}.hero{text-align:center;padding-top:40px}.hero-text{align-items:center}.play-langs,.cta-row{justify-content:center}.feature{text-align:center;padding-block:48px}.feature.rev .feature-visual{order:0}.feature-text p{margin-inline:auto}.hero-visual,.feature-visual{min-height:460px}.blob{width:340px}.phone{width:220px}.hero-mascot,.feature-mascot{width:100px}.hero-mascot{left:calc(50% - 175px)}.feature-mascot{right:calc(50% - 175px)}.feature.rev .feature-mascot{left:auto;right:calc(50% - 175px)}.coin{right:10px}.chest{width:76px}.tiles-lg .tile{width:42px;height:42px;font-size:1.3rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}}.btn-soon{background:var(--surface);color:var(--text);border:2px solid var(--border);box-shadow:0 5px 0 var(--border);cursor:pointer;-webkit-user-select:none;user-select:none}.btn-soon:hover{background:var(--bg)}.btn-soon:active{box-shadow:0 0 0 var(--border);transform:translateY(5px)}.nav-right{align-items:center;gap:12px;display:flex}.lang{background:var(--bg);border:2px solid var(--border);border-radius:12px;padding:3px;display:flex}.lang button{font:inherit;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;padding:5px 9px;font-size:.8rem;font-weight:700}.lang button[aria-pressed=true]{background:var(--surface);color:var(--primary-text);box-shadow:0 2px 0 var(--border)}.lang button:focus-visible{outline:2px solid var(--orange)}@media (width<=480px){.nav .btn-sm{display:none}}.page ul{color:#374151;gap:6px;padding-left:22px;display:grid}.company{background:var(--bg);border:2px solid var(--border);color:#374151;border-radius:18px;gap:2px;margin-top:36px;padding:20px 22px;font-style:normal;display:grid}.company a{color:var(--primary-text);font-weight:600}.other-policies{margin-top:12px}.other-policies ul{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:14px;padding:0;list-style:none;display:grid}.other-policies a{border:2px solid var(--border);height:100%;color:var(--text);background:var(--surface);border-bottom-width:5px;border-radius:18px;align-items:center;gap:14px;padding:14px 16px;transition:transform .15s,border-color .15s;display:flex}.other-policies a:hover{border-color:var(--primary);transform:translateY(-3px)}.other-policies a:active{border-bottom-width:2px;transform:translateY(2px)}.other-policies .tile{flex:none;animation:none}.other-policies li:nth-child(6n+2) .tile{--c:#4255ff}.other-policies li:nth-child(6n+3) .tile{--c:#f97316}.other-policies li:nth-child(6n+4) .tile{--c:#a855f7}.other-policies li:nth-child(6n+5) .tile{--c:#ec4899}.other-policies li:nth-child(6n) .tile{--c:#0ea5e9}.op-text{flex:1;gap:2px;min-width:0;display:grid}.op-text b{font-weight:700;line-height:1.3}.op-text small{color:var(--muted);font-size:.85rem;line-height:1.4}.op-arrow{color:var(--muted);font-size:1.6rem;transition:transform .15s,color .15s}.other-policies a:hover .op-arrow{color:var(--primary-text);transform:translate(4px)}.pdf{justify-items:start;gap:16px;margin-top:24px;display:grid}.pdf iframe{border:2px solid var(--border);background:var(--bg);border-radius:18px;width:100%;height:80vh}@media (width<=860px){.pdf iframe{display:none}}@media print{.nav,.footer,.back,.pdf,.other-policies{display:none!important}.page{max-width:none;padding:0}}.table-wrap{margin:10px 0;overflow-x:auto}.page table{border-collapse:collapse;width:100%;font-size:.92rem}.page th,.page td{border:1px solid var(--border);text-align:left;vertical-align:top;color:#374151;padding:9px 12px}.page th{color:var(--text);background:#f0fdf4;font-weight:700}.page section>p+p{margin-top:8px}.note{color:#9a3412;background:#fff7ed;border:2px solid #fed7aa;border-radius:14px;padding:10px 14px;font-size:.92rem}.page .links{flex-wrap:wrap;gap:10px;margin-top:12px;padding:0;list-style:none;display:flex}.page .links a{border:2px solid var(--border);color:var(--primary-text);background:var(--surface);border-bottom-width:4px;border-radius:12px;padding:8px 14px;font-weight:600;display:inline-block}.page .links a:hover{border-color:var(--primary)}.map{justify-items:start;gap:12px;margin-top:16px;display:grid}.map iframe,.map-cover{border:2px solid var(--border);border-radius:18px;width:100%;height:320px}.map-cover{cursor:pointer;font:inherit;background:linear-gradient(#ffffff8c,#ffffff8c),repeating-linear-gradient(35deg,#0000 0 46px,#fde68a 46px 52px),repeating-linear-gradient(-55deg,#0000 0 70px,#e5e7eb 70px 78px),#eaf7ee;place-content:center;justify-items:center;gap:12px;padding:16px;display:grid}.map-cover small{color:var(--muted);text-align:center;max-width:420px}.map-pin img{width:72px;animation:3s ease-in-out infinite bob}.map-cover:hover .btn-primary{filter:brightness(1.08)}button.btn{cursor:pointer;border:0;font-family:inherit}.cookie{z-index:20;background:var(--surface);border:2px solid var(--border);border-bottom-width:5px;border-radius:20px;align-items:center;gap:14px;width:min(720px,100% - 32px);padding:12px 16px;display:flex;position:fixed;bottom:16px;left:50%;translate:-50%;box-shadow:0 16px 40px -16px #1f293759}.cookie img{flex:none}.cookie p{color:var(--muted);flex:1;font-size:.9rem;line-height:1.45}.cookie a{color:var(--primary-text);font-weight:600}.cookie .btn{flex:none}@media (width<=560px){.cookie{flex-wrap:wrap}.cookie img{display:none}.cookie .btn{justify-content:center;width:100%}}@media print{.cookie{display:none}}.flags img[src$="/es.webp"]{object-position:12% center}.footer summary{list-style:none}.footer summary::-webkit-details-marker{display:none}@media (width>=861px){.footer summary{pointer-events:none}}@media (width<=860px){.footer{padding-top:12px}.footer-cols{grid-template-columns:1fr;gap:0}.footer details{border-bottom:2px solid var(--border)}.footer summary{cursor:pointer;justify-content:space-between;align-items:center;padding:16px 2px;display:flex}.footer summary h4{margin:0}.footer summary:after{content:"";border-right:2.5px solid var(--muted);border-bottom:2.5px solid var(--muted);width:9px;height:9px;margin-right:4px;transition:rotate .2s;translate:0 -3px;rotate:45deg}.footer details[open] summary:after{translate:0 3px;rotate:-135deg}.footer details ul{padding:0 2px 16px}.footer-in{text-align:center;border-top:0;flex-direction:column;margin-top:24px;padding-top:0}}
