@import url(https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&family=Lexend:wght@100..900&display=swap);/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}body{font-family:'Funnel Sans',sans-serif;font-size:1rem;background-color:#3c096c;color:#eee}h1,h2,h3,h4,h5,h6{font-family:Lexend,sans-serif;font-optical-sizing:auto;font-weight:600}.container{max-width:1200px;margin:0 auto}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:999;opacity:0;visibility:hidden;transition:all .3s ease}@media (max-width:1200px){.container{padding-inline:1rem}}@media (max-width:400px){body{font-size:.8rem}}.header{padding:.2rem 2rem;position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#30093b}.header__content{max-width:1500px;display:flex;justify-content:space-between;align-items:center;margin:auto}.header__burger{flex:1;z-index:1001}.header__burger-btn{text-align:start;cursor:pointer;width:fit-content}.header__burger-btn span{display:block;width:30px;height:3px;border-radius:20px;background-color:#fff;margin:5px 0;transition:all .3s ease}.header__logo{flex:1;text-align:center}.header__logo img{width:100px;height:auto}.header__actions{flex:1;text-align:end}.header__actions button{padding:.5rem 1rem;border-radius:20px;font-size:1.2rem;font-weight:500;cursor:pointer;transition:.2s ease-in-out}.header__actions button:hover{opacity:.8}.header__login{border:1px solid #ffc300;background-color:transparent;color:#ffc300}.header__register{border:1px solid #ffc300;background-color:#ffc300;color:#30093b}.header__nav{position:fixed;top:0;left:-400px;width:300px;height:100vh;background-color:#30093b;z-index:1000;padding:20px;transition:all .3s ease;overflow-y:auto}.header__nav.active{left:0}.overlay.active{opacity:1;visibility:visible}.header__nav ul{display:flex;flex-direction:column;gap:15px;margin-top:60px;list-style:none;padding-left:1rem}.header__nav li a{color:#fff;font-size:1.2rem;transition:color .2s;text-decoration:none}.header__nav li a:hover{color:#ffc300}.header__burger-btn.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.header__burger-btn.active span:nth-child(2){opacity:0}.header__burger-btn.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media (max-width:760px){.header{padding:.2rem .5rem}.header__actions,.header__burger,.header__logo{flex:none}.header__logo img{width:80px}.header__burger-btn span{width:25px}.header__actions button{font-size:1rem;padding:.5rem .7rem}}.main{margin-top:3.9rem}.hero{background-image:url(../assets/hero-back.webp);background-size:cover;background-position:center;text-align:center;padding:2rem;color:#fff;display:flex;position:relative;animation:float 6s ease-in-out infinite;z-index:-1}@keyframes float{0%,100%{transform:translateY(0);background-position:center 50%}50%{transform:translateY(-10px);background-position:center 55%}}.hero__logo{height:200px;width:auto}.hero-bonus{height:300px;width:auto}.hero__content{font-size:1.2rem;max-width:40%;text-align:end;border-radius:20px;background-color:rgba(48,9,59,.6);backdrop-filter:blur(5px);padding:1rem}.page-section{background-color:#30093b;padding:2rem 0;margin-bottom:2rem;margin-top:-11px}.page-section__content{max-width:900px;margin:0 auto;padding:2.5rem;background:linear-gradient(135deg,rgba(48,9,59,.9) 0,rgba(72,12,84,.9) 100%);border-radius:25px;border-top-left-radius:0;box-shadow:0 10px 30px rgba(0,0,0,.3);border:1px solid rgba(255,195,0,.2);position:relative;overflow:hidden;margin-bottom:1rem}.page-section__content::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,195,0,.1) 0,transparent 70%);animation:rotate 20s linear infinite;z-index:0}.page-section__title{font-size:2.2rem;color:#ffc300;margin-bottom:1.5rem;position:relative;text-shadow:0 2px 4px rgba(0,0,0,.3)}.page-section__text{font-size:1.1rem;line-height:1.8;color:#f0e6ff;position:relative}.page-section__text p{margin-bottom:1rem}.page-section__text strong{color:#ffc300;font-weight:600}@keyframes rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.page-section__image{text-align:center;margin-top:2rem}.page-section__image img{width:300px}.roulette-img{animation:spin 50s linear infinite;transform-origin:center center;filter:drop-shadow(0 0 8px rgba(255, 195, 0, .6))}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.login-img{border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.3)}.ending{background:linear-gradient(to right,#1a0522,#30093b);color:#fff;padding:3rem 2rem;text-align:center;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.3);margin:4rem auto}.ending::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,195,0,.08) 0,transparent 70%);z-index:0}.ending h2,.ending h3{font-size:2.2rem;margin-bottom:1.5rem;color:#ffc300;position:relative;text-shadow:0 2px 4px rgba(0,0,0,.3)}.ending p{font-size:1.1rem;line-height:1.8;margin:0 auto;position:relative;color:#f0e6ff}.ending strong{color:#ffc300;font-weight:500}.faq-section{font-size:1.2rem}.faq-section h2{font-size:2.2rem;color:#ffc300;margin-bottom:1.5rem;position:relative;text-shadow:0 2px 4px rgba(0,0,0,.3)}.mb-0{margin-bottom:0}@media (max-width:950px){.hero{flex-direction:column-reverse;padding-top:1rem}.hero__logo{height:auto;width:200px;padding-top:.5rem;margin:0 auto}.hero__content{max-width:100%;text-align:start}}@media (max-width:900px){.page-section{margin-bottom:0}.ending{margin:0 auto;border-radius:0}}@media (max-width:650px){.hero__content{font-size:1rem}.page-section__content{padding:1rem}.page-section__title{font-size:1.5rem}.page-section__text{font-size:1rem}.page-section__image img{width:150px}.faq-section h2{font-size:1.8rem;margin:.5rem 0}}@media (max-width:450px){.hero{padding-inline:.5rem}.page-section__content{padding:.5rem}.ending{padding:1rem 1rem}.ending h2,.ending h3{font-size:1.8rem}}.faq-accordion{max-width:1000px;margin:2rem auto;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.2)}.accordion-item{background:linear-gradient(to right,#1a0522,#30093b);border-bottom:1px solid rgba(255,195,0,.2)}.accordion-item:last-child{border-bottom:none}.accordion-header{font-size:1.3rem;color:#ffc300;padding:1.5rem 2rem;margin:0;cursor:pointer;position:relative;transition:all .3s ease}.accordion-header:hover{background:rgba(255,195,0,.1)}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease;background:rgba(48,9,59,.8)}.accordion-item.active .accordion-content{max-height:500px;padding:1rem}.accordion-content p{padding:0 2rem 1.5rem;margin:0;color:#f0e6ff;line-height:1.7}@media (max-width:550px){.accordion-content p{padding-inline:.5rem}.accordion-item.active .accordion-content{padding:.5rem}}@media (max-width:450px){.accordion-header{font-size:1rem}}.footer{background-color:#0c0e1b;color:#eee;padding:2rem 1rem}.footer__content{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2rem}.footer__logo img{width:80px;height:auto}.footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;list-style:none;padding:0;margin:0}.footer__links a{color:#eee;text-decoration:none;transition:color .2s ease}.footer__links a:hover{color:#d84040}.footer__social{display:flex;gap:1.5rem}.footer__copyright{font-size:.9rem;opacity:.8;text-align:center}@media (max-width:768px){.footer__links{flex-direction:column;align-items:center;gap:1rem}.footer__social{flex-direction:column;align-items:center;gap:1rem}}