*,*::before,*::after{box-sizing:border-box}*{margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth}body{min-height:100vh;line-height:1.6;text-rendering:optimizeSpeed}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;line-height:1.2}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:none;border:none}ul,ol{list-style:none}a{text-decoration:none;color:inherit}table{border-collapse:collapse;border-spacing:0}*:focus:not(:focus-visible){outline:none}*:focus-visible{outline:2px solid currentColor;outline-offset:2px}body{font-family:"Kanit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:400;font-size:1rem;color:#fff;background-color:#0a0a0f;min-width:360px;overflow-x:hidden}body::-webkit-scrollbar{width:8px;height:8px}body::-webkit-scrollbar-track{background:#0f0f1e}body::-webkit-scrollbar-thumb{background:#00d4ff;border-radius:9999px}body::-webkit-scrollbar-thumb:hover{background:rgb(51,220.6,255)}h1{font-size:1.875rem;font-weight:600;line-height:1.2;margin:0}@media(min-width: 768px){h1{font-size:1.875rem}}h2{font-size:1.5rem;font-weight:600;line-height:1.2;margin:0}@media(min-width: 768px){h2{font-size:1.5rem}}h3{font-size:1.5rem;font-weight:500;line-height:1.2;margin:0}@media(min-width: 768px){h3{font-size:1.5rem}}h4{font-size:1.25rem;font-weight:500;line-height:1.2;margin:0}h5{font-size:1.125rem;font-weight:500;line-height:1.2;margin:0}h6{font-size:1rem;font-weight:500;line-height:1.2;margin:0}p{font-size:1rem;font-weight:400;line-height:1.6;margin-bottom:1rem}p:last-child{margin-bottom:0}a{color:#00d4ff;transition:color 150ms ease-in-out}a:hover{color:rgb(76.5,224.9,255)}.container{width:100%;min-width:360px;max-width:640px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}::selection{background-color:#00d4ff;color:#0a0a0f}::-moz-selection{background-color:#00d4ff;color:#0a0a0f}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{from{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.6}}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes neonPulse{0%,100%{box-shadow:0 0 10px rgba(0,212,255,.5),0 0 20px rgba(0,212,255,.3),0 0 30px rgba(0,212,255,.1)}50%{box-shadow:0 0 20px rgba(0,212,255,.8),0 0 30px rgba(0,212,255,.6),0 0 40px rgba(0,212,255,.4)}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@keyframes scaleIn{from{opacity:0;transform:scale(0.9)}to{opacity:1;transform:scale(1)}}@keyframes shake{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-15px)}}.animate-fade-in{animation:fadeIn .5s ease-in-out}.animate-slide-up{animation:slideUp .5s ease-out}.animate-slide-down{animation:slideDown .5s ease-out}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-bounce{animation:bounce 1s ease-in-out infinite}.animate-spin{animation:spin 1s linear infinite}.animate-neon-pulse{animation:neonPulse 2s ease-in-out infinite}.d-none{display:none}.d-block{display:block}.d-inline{display:inline}.d-inline-block{display:inline-block}.d-flex{display:flex}.d-grid{display:grid}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.align-start{align-items:flex-start}.align-end{align-items:flex-end}.align-center{align-items:center}.align-stretch{align-items:stretch}.flex-1{flex:1}.flex-auto{flex:auto}.flex-none{flex:none}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.grid-cols-1{grid-template-columns:repeat(1, 1fr)}.grid-cols-2{grid-template-columns:repeat(2, 1fr)}.grid-cols-3{grid-template-columns:repeat(3, 1fr)}.grid-cols-4{grid-template-columns:repeat(4, 1fr)}@media(min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2, 1fr)}.md\:grid-cols-3{grid-template-columns:repeat(3, 1fr)}.md\:grid-cols-4{grid-template-columns:repeat(4, 1fr)}}.m-0{margin:0}.mt-0{margin-top:0}.mr-0{margin-right:0}.mb-0{margin-bottom:0}.ml-0{margin-left:0}.mx-0{margin-left:0;margin-right:0}.my-0{margin-top:0;margin-bottom:0}.p-0{padding:0}.pt-0{padding-top:0}.pr-0{padding-right:0}.pb-0{padding-bottom:0}.pl-0{padding-left:0}.px-0{padding-left:0;padding-right:0}.py-0{padding-top:0;padding-bottom:0}.m-1{margin:.25rem}.mt-1{margin-top:.25rem}.mr-1{margin-right:.25rem}.mb-1{margin-bottom:.25rem}.ml-1{margin-left:.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.p-1{padding:.25rem}.pt-1{padding-top:.25rem}.pr-1{padding-right:.25rem}.pb-1{padding-bottom:.25rem}.pl-1{padding-left:.25rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.m-2{margin:.5rem}.mt-2{margin-top:.5rem}.mr-2{margin-right:.5rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.p-2{padding:.5rem}.pt-2{padding-top:.5rem}.pr-2{padding-right:.5rem}.pb-2{padding-bottom:.5rem}.pl-2{padding-left:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.m-3{margin:.75rem}.mt-3{margin-top:.75rem}.mr-3{margin-right:.75rem}.mb-3{margin-bottom:.75rem}.ml-3{margin-left:.75rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.p-3{padding:.75rem}.pt-3{padding-top:.75rem}.pr-3{padding-right:.75rem}.pb-3{padding-bottom:.75rem}.pl-3{padding-left:.75rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.m-4{margin:1rem}.mt-4{margin-top:1rem}.mr-4{margin-right:1rem}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.mx-4{margin-left:1rem;margin-right:1rem}.my-4{margin-top:1rem;margin-bottom:1rem}.p-4{padding:1rem}.pt-4{padding-top:1rem}.pr-4{padding-right:1rem}.pb-4{padding-bottom:1rem}.pl-4{padding-left:1rem}.px-4{padding-left:1rem;padding-right:1rem}.py-4{padding-top:1rem;padding-bottom:1rem}.m-5{margin:1.25rem}.mt-5{margin-top:1.25rem}.mr-5{margin-right:1.25rem}.mb-5{margin-bottom:1.25rem}.ml-5{margin-left:1.25rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.p-5{padding:1.25rem}.pt-5{padding-top:1.25rem}.pr-5{padding-right:1.25rem}.pb-5{padding-bottom:1.25rem}.pl-5{padding-left:1.25rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.m-6{margin:1.5rem}.mt-6{margin-top:1.5rem}.mr-6{margin-right:1.5rem}.mb-6{margin-bottom:1.5rem}.ml-6{margin-left:1.5rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.p-6{padding:1.5rem}.pt-6{padding-top:1.5rem}.pr-6{padding-right:1.5rem}.pb-6{padding-bottom:1.5rem}.pl-6{padding-left:1.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.m-8{margin:2rem}.mt-8{margin-top:2rem}.mr-8{margin-right:2rem}.mb-8{margin-bottom:2rem}.ml-8{margin-left:2rem}.mx-8{margin-left:2rem;margin-right:2rem}.my-8{margin-top:2rem;margin-bottom:2rem}.p-8{padding:2rem}.pt-8{padding-top:2rem}.pr-8{padding-right:2rem}.pb-8{padding-bottom:2rem}.pl-8{padding-left:2rem}.px-8{padding-left:2rem;padding-right:2rem}.py-8{padding-top:2rem;padding-bottom:2rem}.m-10{margin:2.5rem}.mt-10{margin-top:2.5rem}.mr-10{margin-right:2.5rem}.mb-10{margin-bottom:2.5rem}.ml-10{margin-left:2.5rem}.mx-10{margin-left:2.5rem;margin-right:2.5rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.p-10{padding:2.5rem}.pt-10{padding-top:2.5rem}.pr-10{padding-right:2.5rem}.pb-10{padding-bottom:2.5rem}.pl-10{padding-left:2.5rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.m-12{margin:3rem}.mt-12{margin-top:3rem}.mr-12{margin-right:3rem}.mb-12{margin-bottom:3rem}.ml-12{margin-left:3rem}.mx-12{margin-left:3rem;margin-right:3rem}.my-12{margin-top:3rem;margin-bottom:3rem}.p-12{padding:3rem}.pt-12{padding-top:3rem}.pr-12{padding-right:3rem}.pb-12{padding-bottom:3rem}.pl-12{padding-left:3rem}.px-12{padding-left:3rem;padding-right:3rem}.py-12{padding-top:3rem;padding-bottom:3rem}.m-16{margin:4rem}.mt-16{margin-top:4rem}.mr-16{margin-right:4rem}.mb-16{margin-bottom:4rem}.ml-16{margin-left:4rem}.mx-16{margin-left:4rem;margin-right:4rem}.my-16{margin-top:4rem;margin-bottom:4rem}.p-16{padding:4rem}.pt-16{padding-top:4rem}.pr-16{padding-right:4rem}.pb-16{padding-bottom:4rem}.pl-16{padding-left:4rem}.px-16{padding-left:4rem;padding-right:4rem}.py-16{padding-top:4rem;padding-bottom:4rem}.m-20{margin:5rem}.mt-20{margin-top:5rem}.mr-20{margin-right:5rem}.mb-20{margin-bottom:5rem}.ml-20{margin-left:5rem}.mx-20{margin-left:5rem;margin-right:5rem}.my-20{margin-top:5rem;margin-bottom:5rem}.p-20{padding:5rem}.pt-20{padding-top:5rem}.pr-20{padding-right:5rem}.pb-20{padding-bottom:5rem}.pl-20{padding-left:5rem}.px-20{padding-left:5rem;padding-right:5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.w-full{width:100%}.w-auto{width:auto}.w-screen{width:100vw}.h-full{height:100%}.h-auto{height:auto}.h-screen{height:100vh}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-uppercase{text-transform:uppercase}.text-lowercase{text-transform:lowercase}.text-capitalize{text-transform:capitalize}.font-light{font-weight:300}.font-regular{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-primary{color:#fff}.text-secondary{color:#b0b0b0}.text-muted{color:#666}.text-white{color:#fff}.text-brand-primary{color:#00d4ff}.text-brand-secondary{color:#f0f}.bg-dark{background-color:#0a0a0f}.bg-dark-navy{background-color:#0f0f1e}.bg-card{background-color:#1a1a2e}.bg-transparent{background-color:rgba(0,0,0,0)}.bg-gradient-primary{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%)}.bg-gradient-secondary{background:linear-gradient(135deg, #f093fb 0%, #f5576c 100%)}.bg-gradient-purple{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%)}.bg-gradient-blue{background:linear-gradient(135deg, #00d4ff 0%, #0099ff 100%)}.bg-gradient-pink{background:linear-gradient(135deg, #ff6ec4 0%, #7873f5 100%)}.rounded-none{border-radius:0}.rounded-sm{border-radius:.375rem}.rounded-base{border-radius:.5rem}.rounded-md{border-radius:.75rem}.rounded-lg{border-radius:1rem}.rounded-xl{border-radius:1.5rem}.rounded-2xl{border-radius:2rem}.rounded-full{border-radius:9999px}.shadow-none{box-shadow:none}.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.shadow{box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.shadow-md{box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.shadow-lg{box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.shadow-xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.shadow-neon{box-shadow:0 0 20px rgba(0,212,255,.5)}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-100{opacity:1}.z-dropdown{z-index:1000}.z-sticky{z-index:1020}.z-fixed{z-index:1030}.z-modal-backdrop{z-index:1040}.z-modal{z-index:1050}.z-popover{z-index:1060}.z-tooltip{z-index:1070}.visible{visibility:visible}.invisible{visibility:hidden}@media(max-width: 639px){.mobile-only{display:block}.mobile-hide{display:none}}@media(min-width: 768px){.tablet-up{display:block}.tablet-hide{display:none}}@media(min-width: 1024px){.desktop-up{display:block}.desktop-hide{display:none}}.no-tap-highlight{-webkit-tap-highlight-color:rgba(0,0,0,0)}.no-select{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.no-focus-outline{outline:none !important}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:none;border-radius:9999px;font-family:"Kanit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all 300ms ease-in-out;white-space:nowrap}.btn:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.btn:active{transform:translateY(0)}.btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn{height:45px;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;outline:none}.btn:focus-visible{outline:2px solid currentColor;outline-offset:2px}.btn--sm{font-size:.875rem;height:35px;padding:0 1rem;border-radius:.75rem}.btn--lg{font-size:1.125rem;height:55px;padding:0 2.5rem}.btn--gradient{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:#fff}.btn--gradient:hover{box-shadow:0 0 20px rgba(0,212,255,.5)}.btn--purple{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:#fff}.btn--purple:hover{box-shadow:0 0 20px rgba(0,212,255,.5)}.btn--blue{background:linear-gradient(135deg, #00d4ff 0%, #0099ff 100%);color:#fff}.btn--blue:hover{box-shadow:0 0 20px rgba(0,212,255,.5)}.btn--pink{background:linear-gradient(135deg, #ff6ec4 0%, #7873f5 100%);color:#fff}.btn--pink:hover{box-shadow:0 0 20px rgba(0,212,255,.5)}.btn--neon{background:rgba(0,0,0,0);color:#00d4ff;border:2px solid #00d4ff}.btn--neon:hover{background:#00d4ff;color:#0a0a0f;box-shadow:0 0 20px rgba(0,212,255,.5)}.btn--neon-pink{background:rgba(0,0,0,0);color:#f0f;border:2px solid #f0f}.btn--neon-pink:hover{background:#f0f;color:#0a0a0f;box-shadow:0 0 20px rgba(255,0,255,.5)}.btn--neon-green{background:rgba(0,0,0,0);color:#0f8;border:2px solid #0f8}.btn--neon-green:hover{background:#0f8;color:#0a0a0f;box-shadow:0 0 20px rgba(0,255,136,.5)}.btn--full{width:100%}.card{background:#1a1a2e;border-radius:1rem;padding:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);transition:all 300ms ease-in-out}.card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.card--gradient{background:#1a1a2e;border-radius:1rem;padding:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:#fff}.card--purple{background:#1a1a2e;border-radius:1rem;padding:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:#fff}.card--blue{background:#1a1a2e;border-radius:1rem;padding:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);background:linear-gradient(135deg, #00d4ff 0%, #0099ff 100%);color:#fff}.card--pink{background:#1a1a2e;border-radius:1rem;padding:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);background:linear-gradient(135deg, #ff6ec4 0%, #7873f5 100%);color:#fff}.card--neon{background:#1a1a2e;border-radius:1rem;padding:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);border:2px solid #00d4ff;box-shadow:0 0 20px rgba(0,212,255,.3)}.card--neon:hover{box-shadow:0 0 20px rgba(0,212,255,.6)}.card__image{width:100%;height:200px;object-fit:cover;border-radius:1rem 1rem 0 0;margin:-1rem;margin-bottom:1rem}.card__header{margin-bottom:.75rem}.card__title{font-size:1.25rem;font-weight:600;line-height:1.2;margin:0;margin-bottom:.5rem}.card__body{font-size:1rem;font-weight:400;line-height:1.6;color:inherit}.card__footer{margin-top:1rem;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:space-between}.game-card{background:#1a1a2e;border-radius:1rem;padding:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);background:#1a1a2e;border-radius:1rem;padding:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:#fff;position:relative;overflow:hidden;cursor:pointer;transition:all 300ms ease-in-out}.game-card:hover{transform:scale(1.05);box-shadow:0 0 20px rgba(0,212,255,.5)}.game-card__image{width:100%;height:100%;object-fit:cover;border-radius:1rem}.game-card__label{position:absolute;top:.75rem;left:.75rem;padding:.5rem 1rem;background:rgba(10,10,15,.8);border-radius:9999px;font-size:.875rem;font-weight:500;text-transform:uppercase}.promo-card{background:#1a1a2e;border-radius:1rem;padding:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:#fff;position:relative;overflow:hidden;min-height:200px;display:flex;flex-direction:column;justify-content:center;padding:1.5rem}@media(min-width: 768px){.promo-card{min-height:250px;padding:2rem}}.promo-card__title{font-size:1.875rem;font-weight:600;line-height:1.2;margin:0;margin-bottom:.75rem;text-shadow:0 0 10px hsla(0,0%,100%,.8),0 0 20px hsla(0,0%,100%,.6),0 0 30px hsla(0,0%,100%,.4)}@media(min-width: 768px){.promo-card__title{font-size:2.25rem}}.promo-card__subtitle{font-size:1.25rem;font-weight:500;margin-bottom:1rem}@media(min-width: 768px){.promo-card__subtitle{font-size:1.5rem}}.promo-card__cta{align-self:flex-start}.header{background-color:#0f0f1e;padding:1rem 0;position:sticky;top:0;z-index:1020;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.header__container{width:100%;min-width:360px;max-width:640px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header__logo{display:flex;align-items:center;justify-content:center;gap:.5rem}.header__logo img{height:50px;width:auto;display:block}.header__nav{display:flex;align-items:center;justify-content:center;gap:.75rem}@media(min-width: 768px){.header__nav{gap:1rem}}.overflow-wrapper{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;padding:0 15px;overflow:hidden}@media(min-width: 768px){.overflow-wrapper{max-width:640px;margin-left:auto !important;margin-right:auto !important;left:unset;right:unset}}.hero-swiper{width:100%;max-width:640px;margin:0 auto 1.5rem;position:relative;overflow:visible}.hero-swiper .swiper{overflow:hidden}.hero-swiper .swiper-slide{display:flex;align-items:center;justify-content:center;background-color:#0f0f1e}.hero-swiper .swiper-slide img{width:100%;height:auto;display:block;border-radius:1rem}.hero-swiper .swiper-slide picture{width:100%;display:block}.hero-swiper .swiper-slide .caption{display:none}.hero-swiper .swiper-button-prev,.hero-swiper .swiper-button-next{color:#00d4ff;width:40px;height:40px;opacity:0}.hero-swiper .swiper-button-prev::after,.hero-swiper .swiper-button-next::after{font-size:1.25rem;font-weight:900}@media(max-width: 639px){.hero-swiper .swiper-button-prev,.hero-swiper .swiper-button-next{display:none}}.hero-swiper .swiper-button-prev{transform:translateY(-10px) rotate(-180deg)}.hero-swiper .swiper-button-next{transform:translateY(-10px)}.hero-swiper .swiper-button-prev::after{content:"prev"}.hero-swiper .swiper-button-next::after{content:"next"}.hero-swiper .swiper-button-disabled{opacity:.25 !important}.hero-swiper:hover .swiper-button-prev,.hero-swiper:hover .swiper-button-next{opacity:1}.hero-swiper .swiper-pagination{position:relative;bottom:auto;margin-top:1rem;display:flex;justify-content:center;gap:.5rem}.hero-swiper .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;background:hsla(0,0%,100%,.5);opacity:.7;transition:all 300ms ease-in-out;margin:0}.hero-swiper .swiper-pagination .swiper-pagination-bullet-active{background:#00d4ff;opacity:1;width:24px;border-radius:5px;box-shadow:0 0 20px rgba(0,212,255,.4)}.hero-section{margin-bottom:2rem}@media(min-width: 768px){.hero-section{margin-bottom:3rem}}.game-types-section{margin-bottom:3rem}.game-types-section h3{margin-bottom:1rem;font-size:l;font-weight:500}.game-types-thumbs{max-width:640px;margin:0 auto 2px auto;overflow:visible}.game-types-thumbs .swiper-slide{width:auto !important;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all 300ms ease-in-out;opacity:.4;border-radius:1rem;background:rgba(15,15,30,.5);-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;outline:none}.game-types-thumbs .swiper-slide:focus-visible{outline:2px solid #00d4ff;outline-offset:2px}.game-types-thumbs .swiper-slide picture{width:75px;height:75px;display:flex;align-items:center;justify-content:center}@media(min-width: 768px){.game-types-thumbs .swiper-slide picture{width:80px;height:80px}}.game-types-thumbs .swiper-slide img{width:100%;height:100%;object-fit:contain;transition:all 300ms ease-in-out}.game-types-thumbs .swiper-slide .game-type-name{font-size:.75rem;font-weight:500;text-align:center;color:#fff;transition:all 300ms ease-in-out;display:none}@media(min-width: 768px){.game-types-thumbs .swiper-slide .game-type-name{font-size:.875rem}}.game-types-thumbs .swiper-slide.swiper-slide-thumb-active{opacity:1;background:rgba(15,15,30,.8)}.game-types-thumbs .swiper-slide.swiper-slide-thumb-active .game-type-name{color:#00d4ff;font-weight:600}.game-types-thumbs .swiper-slide:hover:not(.swiper-slide-thumb-active){opacity:.8}.game-types-main{max-width:640px;margin:0 auto;overflow:visible}.game-types-main .swiper-slide{display:flex;flex-direction:column;align-items:center}.game-types-main .swiper-slide picture{width:100%;display:block;margin-bottom:.5rem}.game-types-main .swiper-slide img{width:100%;height:auto;display:block;border-radius:1rem}.game-types-main .game-type-description{max-width:600px}.game-types-main .game-type-description h4{font-size:1.125rem;font-weight:600;color:#00d4ff;margin-bottom:1rem;display:none}@media(min-width: 768px){.game-types-main .game-type-description h4{font-size:1.25rem}}.game-types-main .game-type-description p{font-size:1rem;font-weight:300;color:#b0b0b0;line-height:1.4}@media(min-width: 768px){.game-types-main .game-type-description p{font-size:md}}.providers-section{margin-bottom:3rem}.providers-section h3{margin-bottom:.5rem;font-size:l;font-weight:500}.providers-grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:5px}@media(min-width: 768px){.providers-grid{grid-template-columns:repeat(5, 1fr)}}@media(min-width: 1024px){.providers-grid{grid-template-columns:repeat(5, 1fr)}}.provider-item{padding:0 5px;display:flex;align-items:center;justify-content:center;transition:all 300ms ease-in-out;aspect-ratio:1.5/1}@media(min-width: 768px){.provider-item{padding:0 20px;aspect-ratio:2/1}}.provider-item picture{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.provider-item img{width:100%;height:100%;object-fit:contain;display:block}.provider-item:hover{background:rgba(15,15,30,.8);transform:translateY(-4px)}.content-section{margin-bottom:3rem;display:flex;flex-direction:column;gap:1rem}@media(min-width: 768px){.content-section{gap:1.5rem}}.banks-section{margin-bottom:3rem}.banks-section h3{margin-bottom:1rem;font-size:l;font-weight:500}.banks-grid{width:100%;max-width:320px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(5, 1fr);gap:15px}@media(min-width: 768px){.banks-grid{grid-template-columns:repeat(5, 1fr)}}@media(min-width: 1024px){.banks-grid{grid-template-columns:repeat(5, 1fr)}}.bank-item{background:rgba(15,15,30,.5);display:flex;align-items:center;justify-content:center;aspect-ratio:1;transition:all 300ms ease-in-out}.bank-item img{width:100%;height:100%;object-fit:contain;display:block}.bank-item:hover{background:rgba(15,15,30,.8);transform:translateY(-2px)}