.container,.hero-container,.nav-container{max-width:1200px;margin:0 auto}.container,.w-100{width:100%}.floating-card,.header{backdrop-filter:blur(10px)}.btn,.feature-link,.skip-link{text-decoration:none}.feature-card,.game-card,.game-image,.hero{overflow:hidden}.bonus-features,.footer-section ul{list-style:none}.btn-primary:hover,.social-links a:hover{transform:translateY(-2px)}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color:rgb(0, 230, 118);--primary-dark:rgb(0, 180, 95);--primary-light:rgba(0, 230, 118, 0.1);--secondary-color:#2d3748;--dark-gray:#1a202c;--light-gray:#4a5568;--text-primary:#ffffff;--text-secondary:#a0aec0;--background-primary:#0f1419;--background-secondary:#1a202c;--background-card:#2d3748;--gradient-primary:linear-gradient(135deg, var(--primary-color) 0%, #00d4aa 100%);--gradient-dark:linear-gradient(135deg, #1a202c 0%, #2d3748 100%);--shadow-lg:0 20px 25px -5px rgba(0, 0, 0, 0.1),0 10px 10px -5px rgba(0, 0, 0, 0.04);--shadow-xl:0 25px 50px -12px rgba(0, 0, 0, 0.25)}.btn-outline:hover,.skip-link{background:var(--primary-color)}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6;color:var(--text-primary);background:var(--background-primary);overflow-x:hidden;font-display:swap}.skip-link{position:absolute;top:-40px;left:6px;color:#fff;padding:8px;border-radius:4px;z-index:9999;font-weight:600;transition:top .3s}.skip-link:focus{top:6px}:focus,a:focus,button:focus,input:focus{outline:2px solid var(--primary-color);outline-offset:2px}.btn:focus{outline:2px solid var(--primary-color);outline-offset:2px;box-shadow:0 0 0 4px rgba(0,230,118,.2)}.container{padding:0 20px}.stat,.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.bonus-card,.cta,.footer-bottom,.section-header{text-align:center}.d-none{display:none}.d-block,.mobile-menu.active{display:block}.d-flex{display:flex}.d-grid{display:grid}.h-100{height:100%}.flex-column{flex-direction:column}.flex-row{flex-direction:row}.justify-center{justify-content:center}.align-center,.btn{align-items:center}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(15,20,25,.95);border-bottom:1px solid rgba(0,230,118,.1)}.hero::before,.mobile-menu{position:absolute;left:0;right:0}.navbar{padding:1rem 0}.nav-container{padding:0 20px;display:flex;justify-content:space-between;align-items:center}.logo-text{font-size:1.8rem;font-weight:800;color:var(--text-primary)}.badge i,.bonus-features i,.footer-section ul li a:hover,.highlight,.logo-highlight{color:var(--primary-color)}.cookie-buttons,.nav-buttons,.social-links{display:flex;gap:1rem}.mobile-menu-toggle{display:none;background:0 0;border:none;color:var(--text-primary);font-size:1.5rem;cursor:pointer;padding:.5rem}.mobile-menu{display:none;top:100%;background:var(--background-primary);border-top:1px solid rgba(0,230,118,.1);padding:1rem;z-index:999}.hero,.hero-cards,.hero-image{position:relative}.btn{display:inline-flex;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;transition:.3s;cursor:pointer;border:none;font-size:.9rem}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:var(--shadow-lg)}.btn-primary:hover{box-shadow:var(--shadow-xl)}.btn-outline{background:0 0;color:var(--text-primary);border:2px solid var(--primary-color)}.btn-outline:hover{color:#fff}.btn-secondary{background:var(--background-card);color:var(--text-primary);border:2px solid var(--light-gray)}.btn-secondary:hover{border-color:var(--primary-color);color:var(--primary-color)}.btn-large{padding:1rem 2rem;font-size:1rem}.hero{padding:120px 0 80px}.hero::before{content:'';top:0;bottom:0;background:radial-gradient(ellipse at center,rgba(0,230,118,.1) 0,transparent 70%);z-index:-1}.hero-container{padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--primary-light);border:1px solid var(--primary-color);border-radius:2rem;color:var(--primary-color);font-size:.9rem;font-weight:600;margin-bottom:2rem}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.2rem;color:var(--text-secondary);margin-bottom:2.5rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.hero-stats{display:flex;gap:2rem}.stat-number{display:block;font-size:2rem;font-weight:800;color:var(--primary-color)}.game-provider,.stat-label{font-size:.9rem;color:var(--text-secondary)}.hero-image{height:500px}.hero-cards{width:100%;height:100%}.floating-card{position:absolute;padding:1.5rem;background:var(--background-card);border-radius:1rem;border:1px solid rgba(0,230,118,.2);display:flex;align-items:center;gap:1rem;color:var(--text-primary);font-weight:600;animation:6s ease-in-out infinite float}.bonus-card,.feature-card{border-radius:1rem;position:relative;transition:.3s}.feature-icon i,.floating-card i{font-size:1.5rem;color:var(--primary-color)}.card-1{top:20%;left:10%;animation-delay:0s}.card-2{top:50%;right:20%;animation-delay:2s}.card-3{bottom:20%;left:20%;animation-delay:4s}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}.section-header{margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-header p{font-size:1.1rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.features,.games{padding:80px 0;background:var(--background-secondary)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:var(--background-card);padding:2rem;border:1px solid rgba(0,230,118,.1)}.feature-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary);transform:translateX(-100%);transition:transform .3s}.feature-card:hover::before{transform:translateX(0)}.feature-card:hover,.game-card:hover{transform:translateY(-5px);border-color:var(--primary-color);box-shadow:var(--shadow-xl)}.feature-icon{width:60px;height:60px;background:var(--primary-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-card h3{font-size:1.3rem;font-weight:700;margin-bottom:1rem}.feature-card p{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.7}.feature-link{color:var(--primary-color);font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:.3s}.feature-link:hover{transform:translateX(5px)}.bonuses{padding:80px 0}.bonus-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.bonus-features li,.bonus-icon{display:flex;align-items:center}.bonus-card{background:var(--background-card);padding:2rem;border:1px solid rgba(0,230,118,.1)}.bonus-card.featured{border-color:var(--primary-color);background:linear-gradient(135deg,var(--background-card) 0,rgba(0,230,118,.05) 100%);transform:scale(1.05)}.bonus-badge{position:absolute;top:-10px;right:20px;background:var(--gradient-primary);color:#fff;padding:.5rem 1rem;border-radius:1rem;font-size:.8rem;font-weight:700}.bonus-amount,.bonus-icon i{font-size:2rem;color:var(--primary-color)}.bonus-icon{width:80px;height:80px;background:var(--primary-light);border-radius:50%;justify-content:center;margin:0 auto 1.5rem}.game-card,.social-links a{background:var(--background-card)}.bonus-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.bonus-features li,.footer-section ul li,.game-info h4{margin-bottom:.5rem}.bonus-amount{font-weight:800;margin-bottom:1.5rem}.bonus-features{margin-bottom:2rem}.bonus-features li{gap:.5rem;color:var(--text-secondary)}.games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.game-card{border-radius:1rem;transition:.3s;border:1px solid transparent}.game-image{height:200px;position:relative;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat}.game-image::before,.game-overlay{position:absolute;top:0;bottom:0;left:0;right:0}.game-image::before{content:'';background:linear-gradient(45deg,rgba(0,230,118,.2),rgba(0,180,95,.2));z-index:1}.game-overlay{background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s;z-index:2}.play-btn,.social-links a:hover{background:var(--primary-color);color:#fff}.play-btn,.social-links a{border-radius:50%;text-decoration:none;transition:.3s}.game-card:hover .game-overlay,img[loading=lazy].loaded{opacity:1}.play-btn{width:60px;height:60px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.play-btn:hover{transform:scale(1.1)}.game-info{padding:1rem}.game-info h4{font-size:1.1rem;font-weight:600}.cta{padding:80px 0;background:var(--gradient-dark)}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.cta-content p{font-size:1.1rem;color:var(--text-secondary);max-width:700px;margin:0 auto 2.5rem;line-height:1.7}.cta-buttons{display:flex;gap:1rem;justify-content:center}.footer{background:var(--dark-gray);padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:var(--primary-color)}.badge,.footer-bottom,.footer-section p,.footer-section ul li a,.social-links a{color:var(--text-secondary)}.footer-section p{line-height:1.7;margin-bottom:1.5rem}.footer-section ul li a{text-decoration:none;transition:color .3s}.social-links a{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.security-badges{display:flex;flex-direction:column;gap:1rem}.badge{display:flex;align-items:center;gap:.5rem}.footer-bottom{border-top:1px solid var(--light-gray);padding-top:2rem}.disclaimer{margin-top:1rem;font-size:.9rem;opacity:.8}@media (max-width:480px){.container,.nav-container{padding:0 15px}.footer-content,.games-grid,.hero-container{grid-template-columns:1fr}.nav-container{flex-direction:row;justify-content:space-between;align-items:center;position:relative}.bonus-amount,.logo-text,.stat-number{font-size:1.5rem}.nav-buttons{display:none}.mobile-menu-toggle{display:block}.mobile-menu .btn{width:100%;justify-content:center;padding:.75rem 1rem;font-size:.9rem}.hero{padding:100px 0 60px}.hero-container{gap:2rem;text-align:center}.hero-title{font-size:2rem;line-height:1.2}.hero-description{font-size:1rem;margin-bottom:2rem}.hero-buttons{flex-direction:column;gap:.75rem;margin-bottom:2rem}.cta-buttons .btn,.hero-buttons .btn{width:100%;justify-content:center}.hero-stats{flex-direction:column;gap:1rem;align-items:center}.hero-image{height:300px}.floating-card{padding:1rem;font-size:.8rem}.floating-card i{font-size:1.2rem}.cta-content h2,.section-header h2{font-size:1.8rem}.cta-content p,.section-header p{font-size:1rem;padding:0 1rem}.bonuses,.cta,.features,.games{padding:60px 0}.bonus-cards,.features-grid{grid-template-columns:1fr;gap:1.5rem}.bonus-card,.feature-card{padding:1.5rem}.bonus-card.featured{transform:none}.games-grid{gap:1rem}.cta-buttons{flex-direction:column;gap:.75rem;align-items:center}.cta-buttons .btn{max-width:300px}.footer{padding:40px 0 20px}.footer-content{gap:2rem}.social-links{justify-content:center}.security-badges{align-items:center}}@media (min-width:481px) and (max-width:768px){.nav-container{padding:0 20px}.nav-buttons{gap:.75rem}.mobile-menu-toggle{display:none}.hero-container{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-title{font-size:2.8rem}.hero-description{font-size:1.1rem}.cta-buttons,.hero-buttons{flex-direction:row;justify-content:center;gap:1rem}.hero-stats{flex-direction:row;justify-content:center;gap:2rem}.hero-image{height:400px}.section-header h2{font-size:2.2rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.bonus-cards{grid-template-columns:1fr;gap:1.5rem}.footer-content,.games-grid{grid-template-columns:repeat(2,1fr)}.bonus-card.featured{transform:scale(1.02)}.games-grid{gap:1.25rem}.footer-content{gap:2rem}}@media (min-width:769px) and (max-width:1024px){.hero-container{grid-template-columns:1fr 1fr;gap:3rem}.hero-title{font-size:3rem}.bonus-cards,.features-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-content,.games-grid{grid-template-columns:repeat(3,1fr)}.bonus-card.featured{transform:scale(1.03)}.games-grid{gap:1.5rem}.footer-content{gap:2rem}}@media (min-width:1025px) and (max-width:1200px){.container,.hero-container,.nav-container{max-width:1000px}.features-grid{grid-template-columns:repeat(2,1fr)}.bonus-cards,.games-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1201px){.features-grid{grid-template-columns:repeat(4,1fr)}.bonus-cards,.games-grid{grid-template-columns:repeat(3,1fr)}}@media (max-height:500px) and (orientation:landscape){.hero{padding:80px 0 40px}.hero-container{grid-template-columns:1fr 1fr;gap:2rem}.hero-title{font-size:2rem}.hero-image{height:250px}.floating-card{padding:.75rem;font-size:.8rem}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.bonus-card,.btn,.feature-card,.game-card{border-width:.5px}}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important}.floating-card{animation:none!important}}@media print{.footer,.header{display:none}.bonuses,.cta,.features,.games,.hero{page-break-inside:avoid;padding:20px 0}.btn{border:1px solid #000;background:0 0!important;color:#000!important}}.cookie-notice{position:fixed;bottom:0;left:0;right:0;background:var(--background-card);border-top:2px solid var(--primary-color);padding:1rem;z-index:10000;box-shadow:var(--shadow-xl)}.cookie-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.cookie-content h3{color:var(--primary-color);margin:0 0 .5rem;font-size:1.1rem}.cookie-content p{color:var(--text-secondary);margin:0;flex:1;font-size:.9rem}.cookie-buttons .btn{padding:.5rem 1rem;font-size:.9rem;white-space:nowrap}@media (max-width:768px){.cookie-content{flex-direction:column;text-align:center;gap:1rem}.cookie-buttons{justify-content:center;width:100%}.cookie-buttons .btn{flex:1}}img{max-width:100%;height:auto}img[loading=lazy]{opacity:0;transition:opacity .3s}