/* table plus game mobile-first theme */
:root{font-size:62.5%;--w5821-bg:#1A1A2E;--w5821-surface:#25263f;--w5821-panel:#36454F;--w5821-primary:#4682B4;--w5821-accent:#C0C0C0;--w5821-muted:#A9A9A9;--w5821-ink:#f6f8ff;--w5821-dark:#4A4A4A;--w5821-glow:rgba(70,130,180,.38);--w5821-radius:1.8rem;--w5821-line:rgba(192,192,192,.18)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 20% 0%,rgba(70,130,180,.25),transparent 32%),linear-gradient(180deg,#111326 0%,var(--w5821-bg) 58%,#10111d 100%);color:var(--w5821-ink);font-family:Inter,Arial,Helvetica,sans-serif;font-size:1.6rem;line-height:1.5rem;overflow-x:hidden}a{color:#d8ecff;text-decoration:none}img{max-width:100%;display:block}button,a{touch-action:manipulation}.w5821-page{max-width:43rem;margin:0 auto;min-height:100vh;background:linear-gradient(180deg,rgba(26,26,46,.96),rgba(54,69,79,.72));box-shadow:0 0 4rem rgba(0,0,0,.35)}.w5821-container{width:100%;max-width:43rem;margin:0 auto;padding:0 1.4rem}.w5821-wrapper{padding-top:7.4rem}.w5821-header{position:fixed;top:0;left:50%;transform:translateX(-50%);z-index:1000;width:100%;max-width:43rem;background:rgba(17,19,38,.94);backdrop-filter:blur(1.2rem);border-bottom:.1rem solid var(--w5821-line)}.w5821-topbar{display:flex;align-items:center;gap:.8rem;min-height:6.4rem;padding:.8rem 1rem}.w5821-brand{display:flex;align-items:center;gap:.7rem;min-width:0;flex:1}.w5821-logo{width:3.2rem;height:3.2rem;border-radius:.9rem;box-shadow:0 0 1.8rem var(--w5821-glow)}.w5821-brand-text{font-size:1.45rem;font-weight:900;letter-spacing:.03rem;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.w5821-header-actions{display:flex;align-items:center;gap:.5rem}.w5821-btn{border:0;border-radius:999px;min-height:4.4rem;padding:0 1.25rem;font-weight:900;color:#07101d;background:linear-gradient(135deg,#d7efff,#7eb7df);box-shadow:0 .8rem 2rem rgba(70,130,180,.25);cursor:pointer;transition:transform .18s ease,filter .18s ease}.w5821-btn:hover,.w5821-btn:focus{transform:translateY(-.1rem);filter:brightness(1.08)}.w5821-btn-secondary{background:linear-gradient(135deg,#f5f5f5,#a9a9a9);color:#10111d}.w5821-menu-btn{width:4.4rem;height:4.4rem;border-radius:1.4rem;border:.1rem solid var(--w5821-line);background:rgba(255,255,255,.06);color:var(--w5821-ink);font-size:2rem}.w5821-mobile-menu{position:fixed;top:6.4rem;right:calc(50% - 21.5rem);z-index:9999;width:min(32rem,92vw);max-height:calc(100vh - 7rem);overflow:auto;padding:1rem;background:#111326;border:.1rem solid var(--w5821-line);border-radius:0 0 0 2rem;box-shadow:-1rem 1.5rem 3rem rgba(0,0,0,.45);transform:translateX(110%);transition:transform .25s ease}.w5821-menu-open{transform:translateX(0)}.w5821-menu-lock{overflow:hidden}.w5821-menu-link{display:flex;align-items:center;gap:.9rem;min-height:4.8rem;padding:.8rem 1rem;border-radius:1.2rem;color:var(--w5821-ink);font-weight:800}.w5821-menu-link:hover{background:rgba(70,130,180,.18)}.w5821-desktop-nav{display:none}.w5821-hero{padding:1.4rem 0 2rem}.w5821-slider{position:relative;overflow:hidden;border-radius:2.2rem;border:.1rem solid var(--w5821-line);box-shadow:0 1.8rem 4rem rgba(0,0,0,.35)}.w5821-slide{display:none;position:relative;min-height:19rem;background:#0f1224}.w5821-slide-active{display:block}.w5821-slide img{width:100%;height:20rem;object-fit:cover}.w5821-slide-caption{position:absolute;left:1rem;right:1rem;bottom:1rem;padding:1rem;border-radius:1.5rem;background:rgba(16,17,29,.78);border:.1rem solid var(--w5821-line)}.w5821-slide-caption strong{display:block;font-size:1.8rem;line-height:2.2rem}.w5821-dots{position:absolute;right:1rem;top:1rem;display:flex;gap:.5rem}.w5821-dot{width:1rem;height:1rem;border:0;border-radius:50%;background:rgba(255,255,255,.45)}.w5821-dot-active{background:#d8ecff;box-shadow:0 0 0 .4rem rgba(70,130,180,.28)}.w5821-section{margin:1.4rem 0;padding:1.4rem;border:.1rem solid var(--w5821-line);border-radius:var(--w5821-radius);background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035));box-shadow:0 1.2rem 3rem rgba(0,0,0,.18)}.w5821-section h1,.w5821-section h2,.w5821-section h3{line-height:1.22;margin:.4rem 0 1rem}.w5821-section h1{font-size:2.7rem}.w5821-section h2{font-size:2.2rem}.w5821-section h3{font-size:1.75rem}.w5821-lead{color:#eef6ff;line-height:2.35rem}.w5821-muted{color:var(--w5821-muted)}.w5821-promo-text{font-weight:900;color:#e8f5ff;text-decoration:underline;text-decoration-thickness:.2rem;text-underline-offset:.3rem;cursor:pointer}.w5821-cta-row{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.2rem}.w5821-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.w5821-card{padding:1.2rem;border:.1rem solid var(--w5821-line);border-radius:1.5rem;background:rgba(17,19,38,.74)}.w5821-mini-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.w5821-game{min-height:8.8rem;padding:.6rem;border:.1rem solid rgba(192,192,192,.14);border-radius:1.2rem;background:rgba(255,255,255,.055);text-align:center;transition:transform .18s ease,background .18s ease}.w5821-game:hover{transform:translateY(-.2rem);background:rgba(70,130,180,.14)}.w5821-game img{width:4.4rem;height:4.4rem;margin:0 auto .4rem;border-radius:1rem;object-fit:cover}.w5821-game span{display:block;color:#f6f8ff;font-size:1.05rem;line-height:1.25rem;font-weight:800}.w5821-category-title{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:1.5rem 0 .8rem}.w5821-badge{display:inline-flex;align-items:center;gap:.4rem;border-radius:999px;background:rgba(70,130,180,.18);border:.1rem solid rgba(70,130,180,.4);padding:.45rem .8rem;color:#e8f5ff;font-size:1.15rem;font-weight:800}.w5821-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}.w5821-stat{padding:1rem;border-radius:1.4rem;background:linear-gradient(135deg,rgba(70,130,180,.28),rgba(192,192,192,.08));text-align:center}.w5821-stat strong{display:block;font-size:2rem;line-height:2.4rem}.w5821-steps{counter-reset:w5821step;display:grid;gap:.9rem}.w5821-step{position:relative;padding:1rem 1rem 1rem 4.2rem;border-radius:1.4rem;background:rgba(255,255,255,.05);border:.1rem solid var(--w5821-line)}.w5821-step:before{counter-increment:w5821step;content:counter(w5821step);position:absolute;left:1rem;top:1rem;width:2.4rem;height:2.4rem;border-radius:50%;display:grid;place-items:center;background:var(--w5821-primary);font-weight:900}.w5821-link-list{display:grid;gap:.7rem}.w5821-internal{color:#bfe3ff;text-decoration:underline;font-weight:800}.w5821-payment{display:flex;flex-wrap:wrap;gap:.7rem}.w5821-chip{display:inline-flex;align-items:center;gap:.5rem;min-height:3.8rem;padding:.6rem 1rem;border-radius:999px;background:rgba(255,255,255,.07);border:.1rem solid var(--w5821-line);font-weight:800}.w5821-footer{margin-top:2rem;padding:2rem 1.4rem 8.6rem;background:#10111d;border-top:.1rem solid var(--w5821-line)}.w5821-footer-logo{display:flex;align-items:center;gap:.9rem;font-weight:900;text-transform:uppercase}.w5821-footer-logo img{width:3.4rem;height:3.4rem;border-radius:.9rem}.w5821-footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem;margin:1.2rem 0}.w5821-footer-links a{color:#d8ecff;font-weight:800}.w5821-footer-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin:1rem 0}.w5821-bottom-nav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);z-index:1000;width:100%;max-width:43rem;height:6.2rem;display:flex;justify-content:space-around;align-items:center;background:#111326;border-top:.1rem solid rgba(192,192,192,.22);box-shadow:0 -1rem 2rem rgba(0,0,0,.32)}.w5821-bottom-link{min-width:6rem;min-height:6rem;border:0;background:transparent;color:var(--w5821-muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;font-size:1.05rem;font-weight:900;cursor:pointer;transition:transform .18s ease,color .18s ease}.w5821-bottom-link i,.w5821-bottom-link span.material-icons,.w5821-bottom-link ion-icon{font-size:2.4rem;line-height:2.4rem}.w5821-bottom-link:active{transform:scale(.92)}.w5821-bottom-active{color:#e8f5ff}.w5821-bottom-active:before{content:"";position:absolute;top:.25rem;width:3.6rem;height:.25rem;border-radius:999px;background:#7eb7df}.w5821-bonus-dot{position:absolute;margin-left:2rem;margin-top:-3.4rem;background:#d8ecff;color:#111326;border-radius:999px;font-size:.9rem;line-height:1;padding:.25rem .45rem}.w5821-testimonial{display:grid;gap:.9rem}.w5821-quote{padding:1rem;border-left:.4rem solid var(--w5821-primary);background:rgba(255,255,255,.055);border-radius:1rem}.w5821-hero-strip{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.w5821-hero-strip img{height:9.5rem;width:100%;object-fit:cover;border-radius:1.4rem;border:.1rem solid var(--w5821-line)}.w5821-faq details{padding:1rem;border-radius:1.2rem;background:rgba(255,255,255,.05);border:.1rem solid var(--w5821-line);margin:.8rem 0}.w5821-faq summary{font-weight:900;cursor:pointer;line-height:2rem}.w5821-two-col{display:grid;grid-template-columns:1fr;gap:1rem}.w5821-alert{padding:1rem;border-radius:1.3rem;background:rgba(70,130,180,.16);border:.1rem solid rgba(70,130,180,.42)}.w5821-sr-only{position:absolute;width:.1rem;height:.1rem;padding:0;margin:-.1rem;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media (min-width:769px){.w5821-page,.w5821-header,.w5821-bottom-nav{max-width:118rem}.w5821-page{background:transparent}.w5821-container{max-width:118rem}.w5821-desktop-nav{display:flex;gap:1rem;margin-left:1rem}.w5821-desktop-nav a{font-weight:800;color:#e8f5ff}.w5821-menu-btn,.w5821-bottom-nav{display:none}.w5821-mobile-menu{display:none}.w5821-wrapper{padding-top:7.8rem}.w5821-grid{grid-template-columns:repeat(4,1fr)}.w5821-mini-grid{grid-template-columns:repeat(8,1fr)}.w5821-two-col{grid-template-columns:1fr 1fr}.w5821-slide img{height:34rem}.w5821-footer{padding-bottom:2.5rem}.w5821-footer-links{grid-template-columns:repeat(4,1fr)}}
@media (max-width:768px){main{padding-bottom:8rem}.w5821-btn{padding:0 .95rem;font-size:1.25rem}.w5821-header-actions{gap:.35rem}.w5821-section h1{font-size:2.35rem}.w5821-mini-grid{grid-template-columns:repeat(4,1fr)}}
@media (max-width:360px){.w5821-brand-text{font-size:1.2rem}.w5821-mini-grid{grid-template-columns:repeat(3,1fr)}.w5821-btn{padding:0 .75rem}.w5821-section{padding:1.1rem}.w5821-bottom-link{min-width:5.5rem}}
