:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:ivory;background-color:#050505;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#050505;color:ivory}h1,h2,h3,h4,h5,h6{font-weight:800}a{font-weight:500;text-decoration:inherit}button{font-family:inherit;cursor:pointer}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#050505}::-webkit-scrollbar-thumb{background:#8e8e93;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#dc3545}:root{--black: #050505;--dark-gray: #1a1a1a;--gray: #2a2a2a;--metallic-gray: #8E8E93;--ivory-white: #FFFFF0;--white: #ffffff;--crimson-red: #DC3545;--burgundy: #800000}*{margin:0;padding:0;box-sizing:border-box}.app{background-color:var(--black);color:var(--ivory-white);min-height:100vh;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.header{position:fixed;top:0;left:0;right:0;background:#050505e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;z-index:1000;transition:all .3s ease}.header.scrolled{background:#050505f2;box-shadow:0 4px 20px #dc354533}.header .container{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.8rem;font-weight:700;background:linear-gradient(135deg,var(--ivory-white),var(--metallic-gray));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:2px}.logo-la{color:var(--crimson-red);-webkit-text-fill-color:var(--crimson-red)}.nav{display:flex;gap:2rem}.nav a,.nav Link{color:var(--metallic-gray);text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav a:hover,.nav Link:hover{color:var(--ivory-white)}.nav a:after,.nav Link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--crimson-red);transition:width .3s ease}.nav a:hover:after,.nav Link:hover:after{width:100%}.btn-primary,.btn-secondary{padding:.75rem 2rem;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.btn-primary{background:linear-gradient(135deg,var(--crimson-red),var(--burgundy));color:var(--ivory-white);box-shadow:0 4px 15px #dc35454d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #dc354580}.btn-secondary{background:transparent;color:var(--ivory-white);border:2px solid var(--metallic-gray)}.btn-secondary:hover{background:var(--metallic-gray);color:var(--black);border-color:var(--metallic-gray);transform:translateY(-2px)}.btn-large{padding:1rem 2.5rem;font-size:1.1rem}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:80px}.hero-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);z-index:0;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(220,53,69,.2) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(128,0,0,.3) 0%,transparent 50%),#0006;z-index:1;pointer-events:none}.hero-content{position:relative;z-index:2;text-align:center;padding:4rem 2rem}.hero-title{font-size:4rem;font-weight:900;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-1px}.gradient-text{background:linear-gradient(135deg,var(--ivory-white),var(--metallic-gray));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.3rem;color:var(--metallic-gray);margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;margin-bottom:4rem}.hero-stats{display:flex;gap:4rem;justify-content:center;flex-wrap:wrap;margin-top:4rem}.stat-item{text-align:center}.stat-number{font-size:3rem;font-weight:700;background:linear-gradient(135deg,var(--crimson-red),var(--metallic-gray));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-label{color:var(--metallic-gray);font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.features{padding:6rem 0;background:var(--black)}.section-title{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:3rem;background:linear-gradient(135deg,var(--ivory-white),var(--metallic-gray));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:var(--gray);padding:2.5rem;border-radius:15px;text-align:center;transition:all .3s ease;border:1px solid rgba(142,142,147,.2)}.feature-card:hover{transform:translateY(-10px);border-color:var(--crimson-red);box-shadow:0 10px 30px #dc35454d}.feature-icon{font-size:3.5rem;margin-bottom:1.5rem}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--ivory-white)}.feature-card p{color:var(--metallic-gray);line-height:1.6}.games{padding:6rem 0;background:var(--black)}.games-header{margin-bottom:2rem}.games-header .section-title{text-align:left;margin-bottom:0;font-size:2rem;font-weight:600}.categories-container{display:flex;gap:1rem;overflow-x:auto;padding-bottom:1rem;scrollbar-width:thin;scrollbar-color:var(--metallic-gray) transparent}.categories-container::-webkit-scrollbar{height:6px}.categories-container::-webkit-scrollbar-track{background:transparent}.categories-container::-webkit-scrollbar-thumb{background:var(--metallic-gray);border-radius:3px}.categories-container::-webkit-scrollbar-thumb:hover{background:var(--crimson-red)}.category-item{min-width:120px;height:128px;padding:1rem;margin-top:1rem;border-radius:1rem;background:#0f0f0f;border:1px solid rgba(255,255,255,.05);cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;flex-shrink:0}.category-item:hover{border-color:var(--crimson-red);transform:translateY(-2px)}.category-icon{width:2rem;height:2rem;color:var(--metallic-gray);transition:color .3s ease;display:flex;align-items:center;justify-content:center}.category-item:hover .category-icon{color:var(--crimson-red)}.category-name{font-size:.875rem;font-weight:500;color:var(--metallic-gray);transition:color .3s ease;text-align:center}.category-item:hover .category-name{color:var(--ivory-white)}.games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem}.game-card{background:var(--gray);border-radius:15px;overflow:hidden;transition:all .3s ease;border:1px solid rgba(142,142,147,.2)}.game-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #dc35454d}.game-image{height:200px;background:linear-gradient(135deg,var(--dark-gray),var(--gray));position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.game-image:before{content:"🎲";font-size:4rem;opacity:.3}.game-overlay{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.game-card:hover .game-overlay{opacity:1}.game-card h3{padding:1.5rem 1rem .5rem;font-size:1.2rem;color:var(--ivory-white)}.game-card p{padding:0 1rem 1.5rem;color:var(--metallic-gray);font-size:.9rem}.bonus{padding:6rem 0;background:var(--black)}.bonus-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.bonus-text{color:var(--ivory-white)}.bonus-amount{font-size:3.5rem;font-weight:900;background:linear-gradient(135deg,var(--crimson-red),var(--metallic-gray));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:1rem 0 1.5rem}.bonus-text p{color:var(--metallic-gray);font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.bonus-list{list-style:none;margin-bottom:2rem}.bonus-list li{color:var(--metallic-gray);font-size:1.1rem;margin-bottom:.8rem;padding-left:1rem}.bonus-visual{display:flex;justify-content:center;align-items:center}.bonus-circle{width:300px;height:300px;border-radius:50%;background:linear-gradient(135deg,var(--crimson-red),var(--burgundy));display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 20px 60px #dc354580,0 0 40px #8000004d;position:relative}.bonus-circle:before{content:"";position:absolute;inset:10px;border-radius:50%;background:var(--black)}.bonus-percentage{font-size:4rem;font-weight:900;color:var(--ivory-white);z-index:1;position:relative}.bonus-up-to{font-size:1.2rem;color:var(--metallic-gray);z-index:1;position:relative;margin-top:.5rem}.testimonials{padding:6rem 0;background:var(--black)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background:var(--gray);padding:2.5rem;border-radius:15px;border-left:4px solid var(--crimson-red)}.testimonial-stars{color:var(--crimson-red);font-size:1.2rem;margin-bottom:1rem}.testimonial-card p{color:var(--metallic-gray);font-style:italic;line-height:1.8;margin-bottom:1.5rem;font-size:1.1rem}.testimonial-author{color:var(--ivory-white);font-weight:600}.cta{padding:6rem 0;background:var(--black);text-align:center}.cta h2{font-size:3rem;font-weight:900;margin-bottom:1rem;background:linear-gradient(135deg,var(--ivory-white),var(--metallic-gray));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cta p{font-size:1.3rem;color:var(--metallic-gray);margin-bottom:2.5rem}.cta-buttons{display:flex;gap:1.5rem;justify-content:center}.footer{background:var(--black);padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h4{color:var(--ivory-white);margin-bottom:1.5rem;font-size:1.2rem}.footer-section p{color:var(--metallic-gray);line-height:1.8;margin-bottom:.5rem}.footer-section a{display:block;color:var(--metallic-gray);text-decoration:none;margin-bottom:.8rem;transition:color .3s ease}.footer-section a:hover{color:var(--crimson-red)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(142,142,147,.2);color:var(--metallic-gray)}@media(max-width:768px){.nav{display:none}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.hero-stats{gap:2rem}.bonus-content{grid-template-columns:1fr;text-align:center}.bonus-circle{width:250px;height:250px}.bonus-percentage{font-size:3rem}.cta-buttons{flex-direction:column;align-items:center}.section-title{font-size:2rem}}.banner{background:var(--black);padding:2rem 0;border-top:1px solid rgba(142,142,147,.2);border-bottom:1px solid rgba(142,142,147,.2)}.banner-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.banner-title{font-size:1.5rem;font-weight:700;color:var(--ivory-white);margin:0}.banner-subtitle{font-size:1rem;color:var(--metallic-gray);margin:0}@media(max-width:768px){.banner-title{font-size:1.2rem}.banner-subtitle{font-size:.9rem}}.support-page{padding-top:80px;min-height:100vh;background:var(--black)}.support-hero{background:linear-gradient(135deg,#dc35451a,#8000000d);padding:4rem 0;border-bottom:1px solid rgba(142,142,147,.2);margin-bottom:4rem}.support-title{font-size:3rem;font-weight:900;color:var(--ivory-white);margin-bottom:1rem;background:linear-gradient(135deg,var(--ivory-white),var(--metallic-gray));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.support-subtitle{font-size:1.2rem;color:var(--metallic-gray);max-width:700px}.support-content{padding-bottom:4rem}.support-section-title{font-size:2rem;font-weight:700;color:var(--ivory-white);margin-bottom:2rem}.contact-methods{margin-bottom:5rem}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.contact-card{background:var(--gray);padding:2.5rem;border-radius:15px;text-align:center;border:1px solid rgba(142,142,147,.2);transition:all .3s ease}.contact-card:hover{transform:translateY(-5px);border-color:var(--crimson-red);box-shadow:0 10px 30px #dc35454d}.contact-icon{font-size:3rem;margin-bottom:1rem}.contact-title{font-size:1.5rem;color:var(--ivory-white);margin-bottom:.5rem;font-weight:600}.contact-description{color:var(--metallic-gray);margin-bottom:1.5rem;font-size:1rem}.contact-btn{width:100%}.faq-section{margin-bottom:5rem}.faq-list{display:flex;flex-direction:column;gap:1.5rem}.faq-item{background:var(--gray);padding:2rem;border-radius:15px;border-left:4px solid var(--crimson-red);transition:all .3s ease}.faq-item:hover{transform:translate(5px);box-shadow:0 5px 20px #dc354533}.faq-question{font-size:1.3rem;color:var(--ivory-white);margin-bottom:1rem;font-weight:600}.faq-answer{color:var(--metallic-gray);line-height:1.8;font-size:1rem}.help-topics{margin-bottom:3rem}.topics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.topic-card{background:var(--gray);padding:2rem;border-radius:15px;border:1px solid rgba(142,142,147,.2);transition:all .3s ease}.topic-card:hover{border-color:var(--crimson-red);transform:translateY(-3px)}.topic-card h3{font-size:1.3rem;color:var(--ivory-white);margin-bottom:1.5rem;font-weight:600;border-bottom:2px solid var(--crimson-red);padding-bottom:.5rem}.topic-card ul{list-style:none}.topic-card li{color:var(--metallic-gray);border-bottom:1px solid rgba(142,142,147,.1);cursor:pointer;transition:color .3s ease;position:relative;padding:.75rem 0 .75rem 1.5rem}.topic-card li:before{content:"→";position:absolute;left:0;color:var(--crimson-red);opacity:0;transition:opacity .3s ease}.topic-card li:hover{color:var(--ivory-white)}.topic-card li:hover:before{opacity:1}.topic-card li:last-child{border-bottom:none}@media(max-width:768px){.support-title{font-size:2rem}.support-subtitle{font-size:1rem}.support-section-title{font-size:1.5rem}.contact-grid,.topics-grid{grid-template-columns:1fr}.faq-question{font-size:1.1rem}}
