/* deploy-css-c84b92a36b05 */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap');
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:#f5f5f7;color:#2A2E3B;font-family:'Inter',sans-serif;font-size:clamp(0.875rem,0.813rem+0.31vw,1.125rem);line-height:1.6;padding-top:64px;padding-bottom:80px;min-height:100vh;overflow-x:hidden}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important}}
@media(min-width:769px){body{padding-bottom:0}}

.st-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#2A2E3B;transition:padding .3s,box-shadow .3s;padding:0 1rem}
.st-header.is-scrolled{padding:0 1rem;box-shadow:0 2px 12px rgba(0,0,0,.15)}
.st-header-inner{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;height:64px;gap:1rem}
.st-brand{display:flex;align-items:center;flex-shrink:0}
.st-logo{height:32px;width:auto}
.st-nav{display:flex;align-items:center;flex:1;justify-content:center}
.st-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;background:transparent;border:none;cursor:pointer;gap:5px;padding:8px;z-index:1001}
.st-hamburger-line{display:block;width:24px;height:2px;background:#FFFFFF;border-radius:1px;transition:transform .3s,opacity .3s}
.st-menu-toggle.is-active .st-hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}
.st-menu-toggle.is-active .st-hamburger-line:nth-child(2){opacity:0}
.st-menu-toggle.is-active .st-hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.st-nav-list{display:flex;list-style:none;gap:clamp(0.5rem,1.5vw,1.5rem);align-items:center;margin:0;padding:0}
.st-nav-list li{margin:0}
.st-nav-link{color:#FFFFFF;text-decoration:none;font-family:'Space Grotesk',sans-serif;font-weight:500;font-size:clamp(0.75rem,0.7rem+0.25vw,0.938rem);padding:0.5rem 0.25rem;transition:color .2s;white-space:nowrap}
.st-nav-link:hover{color:#FFD700}
.st-nav-link.is-current{color:#FFD700;border-bottom:2px solid #FFD700}
.st-auth{display:flex;align-items:center;gap:0.75rem;flex-shrink:0}
.st-btn{display:inline-flex;align-items:center;justify-content:center;padding:0.625rem 1.25rem;border-radius:4px;font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:clamp(0.75rem,0.7rem+0.25vw,0.875rem);text-decoration:none;border:2px solid transparent;cursor:pointer;transition:all .2s;min-height:44px;white-space:nowrap}
.st-btn-primary{background:#FFD700;color:#2A2E3B;border-color:#FFD700}
.st-btn-primary:hover{background:#e6c200;border-color:#e6c200}
.st-btn-ghost{background:transparent;color:#FFFFFF;border-color:#FFFFFF}
.st-btn-ghost:hover{background:rgba(255,255,255,.1)}
.st-btn-accent{background:#FFD700;color:#2A2E3B;border-color:#FFD700}
.st-btn-accent:hover{background:#e6c200;border-color:#e6c200}
.st-btn-hero{padding:0.875rem 2rem;font-size:clamp(0.875rem,0.8rem+0.38vw,1.125rem)}

@media(max-width:768px){
.st-hamburger{display:flex}
.st-nav-list{position:fixed;top:0;left:0;right:0;bottom:0;background:#2A2E3B;flex-direction:column;justify-content:center;align-items:center;gap:2rem;z-index:1000;display:none;padding:2rem}
.st-nav-list.st-mobile-menu.is-open{display:flex}
.st-nav-list .st-nav-link{font-size:1.25rem;padding:0.75rem 1rem}
.st-auth{display:none}
}

.st-mobile-cta{position:fixed;left:0;right:0;bottom:0;z-index:999;display:flex;gap:0;padding:0.75rem 1rem;padding-bottom:calc(0.75rem + env(safe-area-inset-bottom));background:#2A2E3B;border-top:1px solid rgba(255,255,255,0.1)}
.st-mobile-cta .st-btn{flex:1;border-radius:0;min-height:48px;font-size:0.875rem}
.st-mobile-cta .st-btn:first-child{border-right:1px solid rgba(255,255,255,0.2)}
@media(min-width:769px){.st-mobile-cta{display:none}}

.st-hero{text-align:center;padding:clamp(3rem,2rem+5vw,6rem) 1rem;position:relative;background:#2A2E3B;overflow:hidden}
.st-hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at center, rgba(255,215,0,0.08) 0%, transparent 70%)}
.st-hero-content{position:relative;max-width:800px;margin:0 auto;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1.5rem}
.st-hero-badge{display:inline-block;background:rgba(255,215,0,0.15);color:#FFD700;padding:0.375rem 1rem;border-radius:99px;font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:clamp(0.75rem,0.7rem+0.25vw,0.875rem);letter-spacing:0.05em;text-transform:uppercase}
.st-hero-title{font-family:'Space Grotesk',sans-serif;font-size:clamp(2rem,1.5rem+3.75vw,3.75rem);font-weight:700;color:#FFFFFF;line-height:1.1;margin:0}
.st-hero-sub{font-size:clamp(0.938rem,0.875rem+0.31vw,1.125rem);color:rgba(255,255,255,.75);max-width:600px;margin:0 auto}
.st-hero-media{margin-top:2rem;width:100%}
.st-hero-slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.st-hero-slider::-webkit-scrollbar{display:none}
.st-hero-slide{flex:0 0 100%;scroll-snap-align:start;border-radius:12px;overflow:hidden}
.st-hero-slide img{width:100%;height:clamp(180px,40vw,400px);object-fit:cover;display:block}

.st-section-header{text-align:center;padding:clamp(1.25rem,1rem+1.5vw,2.5rem) 1rem 1rem}
.st-section-title{font-family:'Space Grotesk',sans-serif;font-size:clamp(1.375rem,1.2rem+0.88vw,2rem);font-weight:700;color:#2A2E3B;margin:0 0 0.5rem;position:relative;display:inline-block}
.st-section-title::after{content:'';display:block;width:60px;height:3px;background:#FFD700;margin:0.75rem auto 0;border-radius:2px}

.st-content-block{max-width:75ch;margin:0 auto;padding:0 1rem 2rem}
.st-content-block p{margin-bottom:0.75em;color:#2A2E3B;line-height:1.7}

.st-facts{padding:0 1rem 2rem}
.st-facts-table-wrapper{max-width:700px;margin:0 auto}
.st-facts-table{width:100%;border-collapse:separate;border-spacing:0;border-radius:12px;overflow:hidden;border:1px solid rgba(42,46,59,0.1);background:#FFFFFF;box-shadow:0 2px 16px rgba(0,0,0,.04);position:relative}
.st-facts-table::before{content:'';position:absolute;top:0;left:0;bottom:0;width:4px;background:#FFD700;border-radius:4px 0 0 4px}
.st-facts-table tr{display:grid;grid-template-columns:1fr;gap:0;border-bottom:1px solid rgba(42,46,59,0.06)}
.st-facts-table tr:last-child{border-bottom:none}
.st-facts-table td{padding:1rem;display:block}
.st-fact-label{font-family:'Space Grotesk',sans-serif;font-size:0.75rem;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:rgba(42,46,59,.5);padding-bottom:0.25rem!important}
.st-fact-value{font-family:'Space Grotesk',sans-serif;font-size:clamp(1rem,0.875rem+0.63vw,1.25rem);font-weight:600;color:#2A2E3B;padding-top:0!important}
@media(min-width:640px){
.st-facts-table tr{grid-template-columns:1fr 2fr;align-items:center}
.st-facts-table td{padding:1.125rem 1.5rem}
.st-fact-label{padding-bottom:1.125rem!important;padding-right:1rem}
.st-fact-value{padding-top:1.125rem!important}
.st-facts-table tbody tr:hover{background:rgba(255,215,0,.04)}
}

.st-games{padding:0 1rem 2rem}
.st-games-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:1200px;margin:0 auto}
@media(min-width:600px){.st-games-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:900px){.st-games-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}
@media(min-width:1200px){.st-games-grid{grid-template-columns:repeat(5,1fr)}}
.st-game-card{background:#FFFFFF;border-radius:8px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.06);transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}
.st-game-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.1)}
.st-game-img{aspect-ratio:3/4;width:100%;object-fit:cover;display:block}
.st-game-name{padding:0.625rem;font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:clamp(0.688rem,0.625rem+0.31vw,0.813rem);color:#2A2E3B;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.st-section-cta{text-align:center;padding:2rem 0}

.st-reg-steps{counter-reset:step;list-style:none;max-width:700px;margin:0 auto;padding:0 1rem 2rem;display:flex;flex-direction:column;gap:1rem}
.st-reg-steps li{counter-increment:step;position:relative;padding:1rem 1rem 1rem 3.5rem;background:#FFFFFF;border-radius:8px;box-shadow:0 1px 4px rgba(0,0,0,.04);font-family:'Space Grotesk',sans-serif;font-weight:500;font-size:clamp(0.875rem,0.813rem+0.31vw,1rem);color:#2A2E3B}
.st-reg-steps li::before{content:counter(step);position:absolute;left:1rem;top:1rem;width:28px;height:28px;background:#FFD700;color:#2A2E3B;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:0.875rem}

.st-payments-list{max-width:700px;margin:0 auto;padding:0 1rem 2rem;display:grid;grid-template-columns:1fr;gap:1rem}
@media(min-width:600px){.st-payments-list{grid-template-columns:1fr 1fr}}
.st-payment-item{display:flex;flex-direction:column;background:#FFFFFF;padding:1rem;border-radius:8px;border:1px solid rgba(42,46,59,0.08)}
.st-payment-label{font-family:'Space Grotesk',sans-serif;font-size:0.75rem;font-weight:600;letter-spacing:0.05em;text-transform:uppercase;color:rgba(42,46,59,.5);margin-bottom:0.25rem}
.st-payment-value{font-weight:600;color:#2A2E3B;font-size:clamp(0.875rem,0.813rem+0.31vw,1rem)}

.st-bonus{padding:0 1rem 2rem}
.st-bonus-intro{max-width:65ch;margin:0 auto;padding:0 1rem;color:rgba(42,46,59,.7);font-size:clamp(0.875rem,0.813rem+0.31vw,1rem)}
.st-bonus-details{max-width:700px;margin:1.5rem auto 0;display:flex;flex-direction:column;gap:1.5rem}
@media(min-width:640px){.st-bonus-details{flex-direction:row}}
.st-bonus-card{flex:1;background:#FFFFFF;border-radius:8px;padding:1.5rem;box-shadow:0 1px 4px rgba(0,0,0,.04);border:1px solid rgba(42,46,59,0.08)}
.st-bonus-card h3{font-family:'Space Grotesk',sans-serif;font-size:1.125rem;font-weight:700;color:#2A2E3B;margin-bottom:1rem}
.st-bonus-list{list-style:none;display:flex;flex-direction:column;gap:0.625rem}
.st-bonus-list li{padding-left:1.5rem;position:relative;font-size:clamp(0.813rem,0.75rem+0.31vw,0.938rem);color:#2A2E3B}
.st-bonus-list li::before{content:'✓';position:absolute;left:0;color:#FFD700;font-weight:700}
.st-bonus-terms{flex:1;background:rgba(42,46,59,.03);border-radius:8px;padding:1.5rem;font-size:clamp(0.75rem,0.688rem+0.31vw,0.813rem);color:rgba(42,46,59,.6);line-height:1.6}

.st-faq{padding:0 1rem 2rem}
.st-faq-list{max-width:700px;margin:0 auto}
.st-faq-item{border-bottom:1px solid rgba(42,46,59,0.08);background:#FFFFFF;border-radius:8px;margin-bottom:0.75rem;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.03)}
.st-faq-q{list-style:none;padding:1.125rem 1.25rem;font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:clamp(0.875rem,0.813rem+0.31vw,0.938rem);color:#2A2E3B;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;user-select:none;min-height:52px}
.st-faq-q::-webkit-details-marker{display:none}
.st-faq-q::after{content:'+';font-size:1.25rem;font-weight:300;color:#FFD700;transition:transform .2s;flex-shrink:0}
details[open] .st-faq-q::after{content:'−';transform:rotate(180deg)}
details[open] .st-faq-q{background:rgba(255,215,0,.04)}
.st-faq-a{padding:0 1.25rem 1.125rem;font-size:clamp(0.813rem,0.75rem+0.31vw,0.875rem);color:rgba(42,46,59,.7);line-height:1.6}

.st-footer{background:#2A2E3B;color:rgba(255,255,255,.7);padding:3rem 1rem 1rem}
.st-footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto}
@media(min-width:640px){.st-footer-grid{grid-template-columns:1fr 1fr 1fr}}
.st-footer-brand .st-brand{margin-bottom:1rem;display:inline-block}
.st-footer-brand p{font-size:0.813rem;line-height:1.6;color:rgba(255,255,255,.5)}
.st-footer-heading{font-family:'Space Grotesk',sans-serif;font-size:0.938rem;font-weight:700;color:#FFFFFF;margin-bottom:1rem;letter-spacing:0.02em}
.st-footer-links ul{list-style:none;display:flex;flex-direction:column;gap:0.5rem}
.st-footer-links a{color:rgba(255,255,255,.6);text-decoration:none;font-size:0.813rem;transition:color .2s}
.st-footer-links a:hover{color:#FFD700}
.st-footer-legal p{font-size:0.75rem;line-height:1.5;color:rgba(255,255,255,.4)}
.st-footer-badges{display:flex;gap:0.75rem;margin-top:1rem}
.st-badge-18{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:2px solid rgba(255,255,255,.3);border-radius:50%;font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:0.813rem;color:#FFFFFF}
.st-footer-payments{background:rgba(255,255,255,.05);padding:1.5rem 1rem;margin:2rem -1rem 0;text-align:center;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}
.st-footer-payments .st-footer-heading{font-size:0.813rem;text-transform:uppercase;letter-spacing:0.1em;color:rgba(255,255,255,.4);margin-bottom:1rem}
.st-payments-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:0.75rem;max-width:800px;margin:0 auto}
.st-payment-logo{max-height:30px;width:auto;object-fit:contain;background:rgba(255,255,255,.1);padding:0.5rem 0.75rem;border-radius:6px;filter:grayscale(1) brightness(1.5);transition:filter .2s,background .2s;max-width:80px}
.st-payment-logo:hover{filter:none;background:rgba(255,255,255,.15)}
.st-footer-bottom{text-align:center;padding-top:1.5rem;font-size:0.75rem;color:rgba(255,255,255,.3);max-width:1200px;margin:0 auto}

.st-cookie-consent{position:fixed;left:1rem;right:1rem;bottom:calc(80px + 1rem);z-index:998;background:#2A2E3B;border:1px solid rgba(255,215,0,.3);padding:1rem 1.25rem;border-radius:8px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;max-width:500px;margin:0 auto;box-shadow:0 4px 24px rgba(0,0,0,.2)}
.st-cookie-consent p{font-size:0.813rem;color:rgba(255,255,255,.7);flex:1;min-width:200px}
.st-cookie-consent .st-btn{font-size:0.813rem;padding:0.5rem 1.25rem;min-height:44px}
@media(min-width:769px){.st-cookie-consent{bottom:1.5rem;left:50%;transform:translateX(-50%)}}

.st-back-to-top{position:fixed;right:1rem;bottom:calc(80px + 4rem);z-index:997;width:48px;height:48px;background:#FFD700;color:#2A2E3B;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer;box-shadow:0 2px 12px rgba(0,0,0,.15);transition:opacity .2s,transform .2s;min-height:48px;min-width:48px}
.st-back-to-top:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.2)}
@media(min-width:769px){.st-back-to-top{bottom:2rem}}

.is-hidden{display:none!important}

.st-kyc,.st-responsible,.st-about,.st-mobile-app{padding:0 1rem 2rem;max-width:75ch;margin:0 auto}
.st-kyc .st-section-header,.st-responsible .st-section-header,.st-about .st-section-header,.st-mobile-app .st-section-header{padding:clamp(1.25rem,1rem+1.5vw,2.5rem) 0 0.75rem}
[class*="-mobile-menu"].is-open,[class*="-mobile-nav"].is-open,[class*="-mobile-menu"].is-open.is-hidden{display:block !important}
[class*="-mobile-nav"].is-open [class*="-mobile-menu"],[class*="-mobile-menu"].is-open [class*="-mobile-nav-list"]{display:block !important}
[class*="-mobile-nav"].is-open [class*="-mobile-nav-list"],[class*="-mobile-menu"].is-open [class*="-nav-list"]{display:flex !important}

@media(max-width:900px){[class*="-header-inner"],[class*="-header"] > [class*="-inner"]{position:relative}[data-burger-open="true"]{display:flex !important;flex-direction:column;align-items:stretch;gap:.15rem;position:absolute;left:0;right:0;top:100%;z-index:70;margin:0;padding:.5rem;list-style:none;max-height:75vh;overflow-y:auto;background:#FFFFFF;border-top:1px solid rgba(255,255,255,.14);box-shadow:0 14px 28px rgba(0,0,0,.38)}[data-burger-open="true"] > li{width:100%}[data-burger-open="true"] a{display:block;width:100%;padding:.7rem .9rem;min-height:44px}}

.st-hero-slider{display:flex;gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.st-hero-slider::-webkit-scrollbar{display:none}
.st-hero-slide{flex:0 0 100%;scroll-snap-align:center;width:100%;height:auto;object-fit:cover;border-radius:14px}
.st-hero-img{max-width:100%;height:auto;border-radius:14px}
.st-games-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}
@media(min-width:768px){.st-games-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.st-game-img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;border-radius:10px}
.st-payments-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}
.st-payment-logo{max-height:32px;width:auto;object-fit:contain}
[class*="-hero-media"]{position:absolute;inset:0;z-index:1;overflow:hidden}
[class*="-hero-media"]>img,[class*="-hero-media"] [class*="-hero-img"],[class*="-hero-media"] [class*="-hero-slide"]{width:100%;height:100%;object-fit:cover;border-radius:0}
[class*="-hero-media"]::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.72))}
[class*="-hero-content"]{position:relative;z-index:2}
@media(min-width:768px){[class*="-hero-slider"]{display:block;position:absolute;inset:0;overflow:hidden;scroll-snap-type:none}[class*="-hero-slide"]{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0}[class*="-hero-slide"]:first-child{opacity:1;animation:none}[class*="-hero-slide"]:nth-child(2){opacity:0;animation:st-hero-fade 30s infinite;animation-delay:6.00s}[class*="-hero-slide"]:nth-child(3){opacity:0;animation:st-hero-fade 30s infinite;animation-delay:12.00s}[class*="-hero-slide"]:nth-child(4){opacity:0;animation:st-hero-fade 30s infinite;animation-delay:18.00s}[class*="-hero-slide"]:nth-child(5){opacity:0;animation:st-hero-fade 30s infinite;animation-delay:24.00s}[class*="-hero-slider"]:hover [class*="-hero-slide"]{animation-play-state:paused}}
@keyframes st-hero-fade{0%{opacity:0}5.00%{opacity:1}15.00%{opacity:1}20.00%{opacity:0}100%{opacity:0}}
@media(prefers-reduced-motion:reduce){[class*="-hero-slide"]{animation:none !important;opacity:0}[class*="-hero-slide"]:first-child{opacity:1}}
@media(max-width:767px){[class*="-hero-media"]{display:block !important;visibility:visible !important;opacity:1 !important;max-height:none !important}}
@supports selector(:has(*)){@media(max-width:767px){*:has(> [class*="-hero-media"]){flex-direction:column !important;align-items:stretch !important;flex-wrap:wrap !important}[class*="-hero-media"]{position:relative !important;inset:auto !important;order:2 !important;flex:0 0 auto !important;width:100% !important;height:auto !important;margin:1rem 0 0 !important;border-radius:14px;overflow:hidden}[class*="-hero-media"]::after{display:none !important}[class*="-hero-media"]>img,[class*="-hero-media"] [class*="-hero-img"]{width:100% !important;height:auto !important;aspect-ratio:auto !important;object-fit:contain;border-radius:14px}[class*="-hero-media"] [class*="-hero-slide"]{width:100% !important;height:auto !important;aspect-ratio:16/9;object-fit:cover;border-radius:14px}[class*="-hero-slider"]{height:auto !important;aspect-ratio:auto !important}}}

.is-hidden{display:none !important}
