/* laro789 mobile-first design system */
:root{font-size:62.5%;--wd472-bg:#0d1117;--wd472-bg-soft:#111927;--wd472-panel:#152033;--wd472-panel-2:#1b2b3e;--wd472-primary:#4db6ac;--wd472-accent:#ff0000;--wd472-gold:#ffd166;--wd472-text:#f6fbff;--wd472-muted:#9db4c8;--wd472-line:rgba(77,182,172,.28);--wd472-shadow:0 1.8rem 4rem rgba(0,0,0,.4);--wd472-radius:1.8rem}
*{box-sizing:border-box}html,body{margin:0;padding:0;max-width:100%;overflow-x:hidden}body{font-family:Inter,Arial,Helvetica,sans-serif;background:radial-gradient(circle at 20% 0%,rgba(77,182,172,.18),transparent 30%),linear-gradient(180deg,#0d1117 0%,#0a0f17 100%);color:var(--wd472-text);font-size:1.6rem;line-height:1.5}a{color:var(--wd472-primary);text-decoration:none}img{max-width:100%;display:block}.wd472-page{min-height:100vh}.wd472-container{width:min(100%,43rem);margin:0 auto;padding:0 1.4rem}.wd472-wrapper{padding-top:7.6rem}.wd472-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(13,17,23,.94);backdrop-filter:blur(16px);border-bottom:.1rem solid var(--wd472-line)}.wd472-header-inner{width:min(100%,43rem);margin:0 auto;display:flex;align-items:center;gap:.8rem;padding:1rem 1.2rem}.wd472-brand{display:flex;align-items:center;gap:.7rem;min-width:0;margin-right:auto}.wd472-logo{width:3.2rem;height:3.2rem;border-radius:.9rem;box-shadow:0 0 0 .2rem rgba(77,182,172,.25)}.wd472-brand-name{font-size:1.8rem;font-weight:900;color:#fff;letter-spacing:.02em}.wd472-pill{display:inline-flex;align-items:center;justify-content:center;min-height:4.4rem;padding:.9rem 1.2rem;border-radius:99rem;border:.1rem solid rgba(255,255,255,.13);font-weight:800;cursor:pointer}.wd472-login{background:#172436;color:#fff}.wd472-register{background:linear-gradient(135deg,var(--wd472-accent),#ff7a00);color:#fff;box-shadow:0 .8rem 2rem rgba(255,0,0,.25)}.wd472-menu-btn{width:4.4rem;height:4.4rem;border:0;border-radius:1.2rem;background:rgba(77,182,172,.16);color:var(--wd472-primary);font-size:2.3rem;cursor:pointer}.wd472-mobile-menu{position:fixed;top:6.6rem;left:50%;transform:translateX(-50%) translateY(-1.2rem);width:min(calc(100% - 2rem),41rem);z-index:9999;background:#101b29;border:.1rem solid var(--wd472-line);border-radius:1.6rem;padding:1rem;box-shadow:var(--wd472-shadow);opacity:0;pointer-events:none;transition:.22s}.wd472-mobile-menu.wd472-menu-open{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0)}.wd472-mobile-menu a,.wd472-desktop-nav a{display:flex;align-items:center;gap:.8rem;min-height:4.4rem;padding:.9rem 1rem;border-radius:1.1rem;color:#dbefff;font-weight:700}.wd472-mobile-menu a:hover,.wd472-desktop-nav a:hover{background:rgba(77,182,172,.14)}.wd472-desktop-nav{display:none}.wd472-hero{position:relative;overflow:hidden;border-radius:2.4rem;padding:2rem 1.4rem;background:linear-gradient(145deg,rgba(77,182,172,.2),rgba(255,0,0,.13)),#101926;border:.1rem solid var(--wd472-line);box-shadow:var(--wd472-shadow)}.wd472-kicker{display:inline-flex;align-items:center;gap:.6rem;padding:.5rem .9rem;border-radius:99rem;background:rgba(77,182,172,.13);color:var(--wd472-primary);font-size:1.2rem;font-weight:900;text-transform:uppercase}.wd472-title{margin:1rem 0;font-size:3rem;line-height:1.05;letter-spacing:-.06rem}.wd472-text{color:var(--wd472-muted)}.wd472-strong-link{font-weight:900;color:var(--wd472-gold);border-bottom:.1rem dashed var(--wd472-gold);cursor:pointer}.wd472-cta-row{display:flex;flex-wrap:wrap;gap:.9rem;margin:1.4rem 0}.wd472-btn{display:inline-flex;align-items:center;justify-content:center;gap:.7rem;min-height:4.6rem;padding:1rem 1.4rem;border:0;border-radius:1.3rem;font-weight:900;cursor:pointer;transition:.18s;touch-action:manipulation}.wd472-btn:hover,.wd472-bottom-item:hover{transform:translateY(-.1rem) scale(1.02)}.wd472-btn-primary{background:linear-gradient(135deg,var(--wd472-primary),#87e5db);color:#061014}.wd472-btn-accent{background:linear-gradient(135deg,var(--wd472-accent),#ff8d00);color:#fff}.wd472-btn-ghost{background:rgba(255,255,255,.08);color:#fff;border:.1rem solid rgba(255,255,255,.12)}.wd472-slider{position:relative;margin:1.6rem 0;border-radius:2rem;overflow:hidden;border:.1rem solid var(--wd472-line)}.wd472-slide{display:none;cursor:pointer}.wd472-slide.wd472-slide-active{display:block}.wd472-slide img{width:100%;aspect-ratio:16/8;object-fit:cover}.wd472-dots{position:absolute;right:1rem;bottom:1rem;display:flex;gap:.5rem}.wd472-dot{width:.8rem;height:.8rem;border-radius:50%;border:0;background:rgba(255,255,255,.45)}.wd472-dot-active{background:var(--wd472-primary);width:1.8rem;border-radius:1rem}.wd472-section{margin:1.8rem 0;padding:1.5rem;border-radius:var(--wd472-radius);background:linear-gradient(180deg,rgba(21,32,51,.96),rgba(13,17,23,.9));border:.1rem solid rgba(77,182,172,.18);box-shadow:0 1rem 2.6rem rgba(0,0,0,.22)}.wd472-section h2{margin:.2rem 0 1rem;font-size:2.2rem;line-height:1.15}.wd472-section h3{margin:1rem 0 .6rem;font-size:1.7rem;color:#fff}.wd472-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.wd472-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.wd472-card{background:rgba(255,255,255,.055);border:.1rem solid rgba(255,255,255,.09);border-radius:1.5rem;padding:1.2rem}.wd472-stat{display:flex;justify-content:space-between;gap:1rem;padding:.9rem 0;border-bottom:.1rem solid rgba(255,255,255,.08)}.wd472-stat:last-child{border-bottom:0}.wd472-game-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.wd472-game{display:block;text-align:center;padding:.65rem;border-radius:1.1rem;background:rgba(255,255,255,.055);border:.1rem solid rgba(255,255,255,.08);min-height:8.8rem;cursor:pointer}.wd472-game img{width:4.8rem;height:4.8rem;object-fit:cover;border-radius:1rem;margin:0 auto .45rem}.wd472-game span{display:block;color:#eefaff;font-size:1.05rem;line-height:1.18;font-weight:800}.wd472-category-title{display:flex;align-items:center;gap:.7rem;margin:1.2rem 0 .8rem;color:var(--wd472-primary);font-size:1.8rem}.wd472-steps{counter-reset:step;display:grid;gap:1rem}.wd472-step{position:relative;padding:1.2rem 1.2rem 1.2rem 4.6rem;background:rgba(77,182,172,.08);border-radius:1.4rem;border:.1rem solid rgba(77,182,172,.18)}.wd472-step:before{counter-increment:step;content:counter(step);position:absolute;left:1.1rem;top:1.2rem;width:2.4rem;height:2.4rem;border-radius:50%;display:grid;place-items:center;background:var(--wd472-primary);color:#061014;font-weight:900}.wd472-list{padding-left:1.8rem;color:var(--wd472-muted)}.wd472-list li{margin:.6rem 0}.wd472-footer{margin-top:2rem;padding:2rem 1.4rem 8.5rem;background:#08101a;border-top:.1rem solid var(--wd472-line)}.wd472-footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin:1.2rem 0}.wd472-footer-links a{padding:.9rem;border-radius:1rem;background:rgba(255,255,255,.06);font-weight:800}.wd472-partners{display:flex;flex-wrap:wrap;gap:.7rem;margin:1rem 0}.wd472-partner{padding:.55rem .8rem;border-radius:.9rem;background:rgba(77,182,172,.12);font-size:1.2rem;color:#d8fffb}.wd472-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:1000;height:6.2rem;background:#0b121d;border-top:.1rem solid rgba(77,182,172,.3);box-shadow:0 -1rem 2.4rem rgba(0,0,0,.35)}.wd472-bottom-inner{width:min(100%,43rem);height:100%;margin:0 auto;display:flex;justify-content:space-around;align-items:center}.wd472-bottom-item{min-width:6rem;min-height:6rem;border:0;background:transparent;color:#c6d8e8;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;font-size:1.05rem;font-weight:800;cursor:pointer;position:relative}.wd472-bottom-item i,.wd472-bottom-item ion-icon,.wd472-bottom-item .material-icons,.wd472-bottom-item svg{font-size:2.4rem;width:2.4rem;height:2.4rem}.wd472-bottom-active{color:var(--wd472-primary)}.wd472-bottom-active:after{content:'';position:absolute;top:.3rem;width:2.8rem;height:.3rem;border-radius:1rem;background:var(--wd472-accent)}.wd472-badge{position:absolute;top:.25rem;right:1rem;background:var(--wd472-accent);color:#fff;border-radius:99rem;font-size:.9rem;padding:.1rem .45rem}.wd472-faq details{background:rgba(255,255,255,.055);border:.1rem solid rgba(255,255,255,.08);border-radius:1.3rem;margin:.8rem 0;padding:1rem}.wd472-faq summary{font-weight:900;cursor:pointer;color:#fff}.wd472-table{width:100%;border-collapse:collapse;font-size:1.25rem}.wd472-table th,.wd472-table td{padding:.8rem;border-bottom:.1rem solid rgba(255,255,255,.08);text-align:left}.wd472-table th{color:var(--wd472-primary)}.wd472-payments{display:flex;flex-wrap:wrap;gap:.7rem}.wd472-pay{padding:.8rem 1rem;border-radius:1rem;background:rgba(255,255,255,.07);font-weight:900}.wd472-review{border-left:.35rem solid var(--wd472-primary);padding:1rem;background:rgba(77,182,172,.07);border-radius:0 1.2rem 1.2rem 0}.wd472-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 (max-width:768px){main{padding-bottom:8rem}.wd472-desktop-only{display:none!important}}@media (min-width:769px){body{background:#0d1117}.wd472-container,.wd472-header-inner,.wd472-bottom-inner{width:min(112rem,100%)}.wd472-wrapper{padding-top:8.8rem}.wd472-menu-btn{display:none}.wd472-desktop-nav{display:flex;align-items:center;gap:.3rem}.wd472-bottom-nav{display:none}.wd472-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.wd472-game-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.wd472-title{font-size:4.6rem}.wd472-footer{padding-bottom:3rem}.wd472-mobile-menu{display:none}}
