*{padding:0;margin:0;box-sizing:border-box;font-family:Inter,sans-serif}.header{padding:16px 0;background:linear-gradient(90deg,#640277,#fd3d02)}.header .container{display:flex;align-items:center;justify-content:space-between}.header .container .logo img{width:100px}.header .container .btn-header{display:flex;align-items:center;gap:26px}.a-border{background:transparent;border:1px solid rgba(255,255,255,.6);border-radius:12px;text-decoration:none;color:#fff;padding:16px 24px;display:inline-block;transition:.3s all}.a-border:hover{color:#fff;background-color:#ff6b00}.a-orange{background:#ff6b00;border:1px solid #ff6b00;border-radius:12px;text-decoration:none;color:#fff;padding:16px 24px;display:inline-block;transition:.3s all}.a-orange:hover{color:#ff6b00;background-color:#fff}.header-text{padding-bottom:120px;height:80vh;background:url(/assets/main-bg-VF_eCiki.webp) center center/cover no-repeat;display:flex;flex-direction:column;justify-content:flex-end}.header-text .text{width:100%;max-width:530px}.header-text .text h1{font-size:36px;font-weight:700;color:#fff;margin-bottom:16px}.header-text .text h2{font-size:16px;font-weight:500;margin-bottom:16px;color:#fff}.top-games{padding-top:40px;padding-bottom:60px}.top-games h2{display:flex;align-items:center;font-weight:700;font-size:36px;margin-bottom:26px}.top-games h2 img{width:48px}.top-games .items{display:grid;grid-template-columns:repeat(4,1fr);gap:45px}.top-games .items .item{text-align:center}.top-games .items .item .bg-1{position:relative;z-index:1}.top-games .items .item .bg-1 img{filter:blur(6px);border-radius:12px;width:100%}.top-games .items .item .text{transform:translateY(-140px);position:relative;z-index:99}.top-games .items .item .text img{width:200px;border-radius:12px;margin-bottom:24px}.top-games .items .item .text h3{margin-bottom:24px;font-weight:700;font-size:20px}.top-games .items .item .text h4{font-size:16px;font-weight:400;margin-bottom:0}.top-games .items .item .text .play-block{position:absolute;top:0;left:50%;transform:translate(-50%);width:200px;height:200px;border-radius:12px;background:linear-gradient(183deg,#fff0,#640277);display:none;opacity:0;visibility:hidden;align-items:center;justify-content:center;text-align:center;flex-direction:column;text-decoration:none}.top-games .items .item .text .play-block img{width:64px;margin-bottom:45px}.top-games .items .item .text .play-block p{font-size:20px;font-weight:600;color:#fff;margin-bottom:0}.top-games .items .item .text:hover .play-block{display:flex;opacity:1;visibility:visible}.why{padding-bottom:140px}.why h2{display:flex;align-items:center;font-weight:700;font-size:36px;margin-bottom:26px}.why .items{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.why .items .item{width:100%;height:400px;border-radius:12px;position:relative}.why .items .item .text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.why .items .item .text img{width:100px;margin-bottom:16px}.why .items .item .text h3{font-size:24px;font-weight:700;color:#fff}.why .items .bg-1{background:url(/assets/bg-1-C9SM1HZu.webp) center center/cover no-repeat}.why .items .bg-2{background:url(/assets/bg-2-BTFdnXZV.webp) center center/cover no-repeat}.why .items .bg-3{background:url(/assets/bg-3-DT_NnfLi.webp) center center/cover no-repeat}.why .text-center{margin-top:35px}.footer{padding:16px 0;background:linear-gradient(90deg,#640277,#fd3d02)}.footer .logo{display:inline-block;margin:0 auto;display:flex;justify-content:center}.footer .logo img{width:100px;margin-bottom:45px}.footer .footer-l{display:flex;justify-content:center;flex-wrap:wrap;gap:24px;margin-bottom:45px}.footer .footer-l .bl-18{display:flex;align-items:center}.footer .footer-l .bl-18 img{width:45px;margin-right:25px}.footer .footer-l .bl-18 h3{opacity:.7;color:#fff;width:100%;max-width:350px;font-size:20px}.footer .footer-l .img-logo img{width:auto;height:40px}.footer .footer-block{max-width:1100px;width:100%;margin:0 auto 45px;display:grid;grid-template-columns:repeat(2,1fr);gap:250px}.footer .footer-block .text h4{text-transform:uppercase;color:#fff;font-size:20px;font-weight:700;margin-bottom:10px}.footer .footer-block .text a,.footer .footer-block .text p{color:#fff;text-decoration:none;display:block;margin-bottom:10px}.footer .footer-block h6{font-size:12px;color:#fff;text-align:center}.footer .footer-block-2{max-width:100%}.p-notice{padding:35px 0}.p-notice h1{text-align:center;margin-bottom:26px;font-size:40px;font-weight:700}.p-notice h2{text-transform:uppercase;color:#ff6b00;font-size:40px;font-weight:700;margin-bottom:16px}.p-notice p{margin-bottom:45px}.p-notice h6{text-align:center;font-size:12px;margin:20px auto 0;max-width:722px}.p-notice h6 a{color:#f60}.p-notice iframe{width:100%;height:600px;min-height:500px;border:none;border-radius:12px}.modal-age-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#141414f2;z-index:9999;display:flex;align-items:center;justify-content:center}.modal-age{background:linear-gradient(90deg,#6a0572,#f60);border-radius:20px;padding:40px 30px 30px;max-width:500px;width:90%;color:#fff;text-align:center;box-shadow:0 8px 32px #00000040}.modal-age h2{font-size:1.6rem;font-weight:700;margin-bottom:18px}.modal-age p{font-size:1.1rem;margin-bottom:28px}.modal-age-btns{display:flex;justify-content:center;gap:30px}.modal-age-btn{min-width:110px;padding:12px 0;border-radius:14px;font-size:1.1rem;font-weight:500;border:2px solid #fff;background:transparent;color:#fff;cursor:pointer;transition:background .2s,color .2s}.modal-age-btn-outline:hover{background:#fff;color:#6a0572}.modal-age-btn-orange{background:#f60;border:none;color:#fff}.modal-age-btn-orange:hover{background:#fff;color:#f60}.title{text-align:center;max-width:722px;margin:0 auto}.title h2{font-size:32px;font-weight:700;margin-bottom:24px}.title p{font-size:16px;font-weight:500;margin-bottom:24px}#register-form{max-width:722px;margin:0 auto}#register-form .form-control{border-radius:10px;border:2px solid #ff6600;font-size:14px;margin-bottom:.5rem;padding:15px}#register-form .form-control::placeholder{color:#cfcfcf}#login-form .form-control{border-radius:10px;border:2px solid #ff6600;font-size:14px;margin-bottom:.5rem;padding:15px}#login-form .form-control::placeholder{color:#cfcfcf}#register-form .form-control:focus{border-color:#6a0572;box-shadow:0 0 0 2px #f603}#register-form .invalid-feedback{color:#f33;font-size:.98rem;margin-bottom:.5rem;display:block}#register-submit.a-orange{margin-top:18px;font-size:1.15rem;padding:12px 0;border-radius:12px}.code-inputs{display:flex;justify-content:center;gap:16px;margin-bottom:10px}.code-input{width:48px;height:48px;border-radius:10px;border:2px solid #fff;background:transparent;color:#fff;font-size:2rem;text-align:center;outline:none;transition:border .2s}.code-input:focus{border:2px solid #ff6600;background:#fff;color:#6a0572}.eye-icon{display:block;width:24px;height:24px;pointer-events:none;stroke:#888}.toggle-password{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;box-shadow:none;padding:0;margin:0;cursor:pointer;z-index:2;height:32px;width:32px;display:flex;align-items:center;justify-content:center}.toggle-password:focus{outline:none;box-shadow:none}.input-group{position:relative;display:flex;align-items:center;padding:0}.input-group .form-control{padding-right:44px}.input-group .btn{position:absolute;top:28px}.login-error{color:#dc3545;text-align:center;margin-top:16px;font-size:14px;font-weight:400;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:6px;padding:12px 16px}@media (max-width: 990px){.a-border,.a-orange{padding:10px 15px}.header-text .text{text-align:center;max-width:1005}.top-games h2,.why h2{font-size:24px;text-align:center;display:flex;justify-content:center}.top-games h2 img,.why h2 img{width:35px}.top-games .items{grid-template-columns:repeat(2,1fr)}.why .items{grid-template-columns:repeat(1,1fr)}.footer .footer-block{gap:30px;grid-template-columns:repeat(1,1fr)}.top-games .items .item .text img{width:135px}.top-games .items .item .text .play-block{width:135px;height:135px}.top-games .items{gap:0 20px}.top-games .items .item .text .play-block img{width:50px;margin-bottom:20px}.top-games .items .item .text{transform:translateY(-80px);position:relative;z-index:99}.top-games .items .item .text img{margin-bottom:15px}.top-games .items .item .text h3{margin-bottom:15px;font-size:18px}.top-games{padding-bottom:0}.why{padding-bottom:50px}.p-notice h1{font-size:34px}.p-notice h2{font-size:24px}.code-input{width:35px;height:35px;font-size:20px}.p-notice iframe{height:400px;min-height:350px}.footer .footer-block .text a,.footer .footer-block .text p{word-break:break-all}}@media (max-width: 768px){.p-notice iframe{height:350px;min-height:350px}}@media (max-width: 520px){.p-notice iframe{height:250px;min-height:250px}}@media (max-width: 375px){.p-notice iframe{height:230px;min-height:230px}}@media (max-width: 335px){.p-notice iframe{height:210px;min-height:210px}}
