*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#1a237e 0,#283593 25%,#3949ab 50%,#5c6bc0 100%);color:#fff;line-height:1.6;min-height:100vh}img{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}section img{border-radius:8px}.main-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(26,35,126,.95);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.header-navigation{padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 2rem}.brand-logo{display:-webkit-box;display:-ms-flexbox;display:flex}.brand-logo .logo-image{height:40px;width:auto}.navigation-menu{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;gap:2rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nav-link{color:#fff;text-decoration:none;font-weight:500;-webkit-transition:color .3s ease;transition:color .3s ease;font-size:1rem}.nav-link:hover{color:#64b5f6}.play-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background:linear-gradient(45deg,#2196f3,#21cbf3);padding:.75rem 1.5rem;border-radius:25px;border:none;cursor:pointer;color:#fff;text-decoration:none;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.play-button:hover{-webkit-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 6px 25px rgba(33,150,243,.4);box-shadow:0 6px 25px rgba(33,150,243,.4)}.play-button-bordered{border:2px solid #fff}.play-button:hover{-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}.play-button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.welcome-section{padding:140px 0 40px 0;text-align:center;max-width:1200px;margin:0 auto}.welcome-container{max-width:800px;margin:0 auto}.welcome-container>:not(h1,:last-child){margin-bottom:2rem}.welcome-title{font-size:3rem;font-weight:700;margin-bottom:2rem;background:linear-gradient(45deg,#fff,#e3f2fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.welcome-description{font-size:1.1rem;line-height:1.8;color:rgba(255,255,255,.9);max-width:700px;margin:0 auto}.inner{padding:40px 0}.inner img:not([class]){display:block;margin:0 auto 2rem auto}.inner .play-button-wrapper{margin-bottom:2rem}.inner a:not([class]){color:#fff}.inner a:not([class]):hover{color:#ccc}.content-container{max-width:1200px;margin:0 auto;padding:0 2rem}.content-container>:last-child{margin-bottom:0}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center;background:linear-gradient(45deg,#fff,#e3f2fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subsection-title{font-size:1.8rem;font-weight:600;margin:3rem 0 2rem;color:#e3f2fd}.section-text{font-size:1.1rem;line-height:1.8;color:rgba(255,255,255,.9);margin-bottom:2rem;text-align:justify}.section-list{margin-bottom:2rem;margin-left:1rem;list-style-position:inside}.section-list li:not(:last-child){margin-bottom:1rem;font-size:1.1rem;line-height:1.6}.bonus-card-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:2rem}.bonus-content{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bonus-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.bonus-details>.bonus-button{text-decoration:none;margin-bottom:0}.bonus-card{background:linear-gradient(135deg,#1e88e5,#1565c0);border-radius:20px;padding:2rem;width:300px;text-align:center;-webkit-box-shadow:0 8px 30px rgba(0,0,0,.3);box-shadow:0 8px 30px rgba(0,0,0,.3);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;position:relative;overflow:hidden}.bonus-card::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:-webkit-transform .6s ease;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease}.bonus-card:hover::before{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.orange-bonus{background:linear-gradient(135deg,#ff9800,#f57c00)}.bonus-card:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.bonus-header{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#fff}.bonus-amount{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.bonus-percentage{font-size:.9rem;margin-bottom:1.5rem;color:rgba(255,255,255,.9);line-height:1.4}.bonus-button{background:rgba(255,255,255,.2);color:#fff;border:2px solid #fff;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;margin-bottom:1rem;width:100%}.bonus-button:hover{background:#fff;color:#1e88e5}.bonus-terms{font-size:.8rem;color:rgba(255,255,255,.8);text-decoration:underline;cursor:pointer}.games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.game-card{background:rgba(255,255,255,.1);border-radius:15px;overflow:hidden;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;-webkit-box-shadow:0 5px 20px rgba(0,0,0,.2);box-shadow:0 5px 20px rgba(0,0,0,.2);text-decoration:none}.game-card:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.game-image{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.game-title{padding:1rem;font-weight:600;text-align:center;color:#fff}.help-section-container{margin:3rem 0}.help-section-item{margin-bottom:2rem;background:rgba(0,0,0,.23);border-radius:15px;border:1px solid rgba(255,255,255,.1)}.help-section-item:last-child{margin-bottom:0}.help-section-question{font-size:1.3rem;font-weight:600;color:#64b5f6;padding:2rem;cursor:pointer}.help-section-answer{font-size:1rem;line-height:1.7;color:rgba(255,255,255,.9);padding:2rem;padding-top:0!important}.help-section-item.isHide .help-section-answer{display:none}.main-footer{padding:40px 0;text-align:center;border-top:1px solid rgba(255,255,255,.1)}.footer-text{color:rgba(255,255,255,.7);font-size:.9rem}.divider{text-align:center;margin:1.5rem 0;color:rgba(255,255,255,.6);position:relative}.bonus-card,.game-card,.help-section-item,.section-title{-webkit-transition:all .3s ease;transition:all .3s ease}.section-title:hover{-webkit-transform:scale(1.02);-ms-transform:scale(1.02);transform:scale(1.02)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:rgba(255,255,255,.1)}::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#2196f3,#1976d2);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#1976d2,#1565c0)}@media (min-width:767.98px){.main-footer{margin-top:30px}}@media (max-width:768px){.nav-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;padding:0 1rem}.nav-container .play-button{width:100%;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.welcome-section .play-button{width:100%;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.navigation-menu{gap:1rem}.welcome-section{padding:220px 0 40px 0}.welcome-title{font-size:2rem}.section-title{font-size:2rem}.bonus-card-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.games-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.content-container{padding:0 1rem}}@media (max-width:767.98px){.help-section-question{padding:1rem}.help-section-answer{padding:1rem}}@media (max-width:480px){.welcome-title{font-size:1.5rem}.section-title{font-size:1.5rem}.bonus-card{width:100%;max-width:350px}}@media (max-width:479.98px){.play-button-wrapper .play-button{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}