*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:#000;color:#fff;line-height:1.6;overflow-x:hidden}.start-screen{position:fixed;top:0;width:100%;background:rgba(0,0,0,.95);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid #333}.navlist{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:1rem 2rem;max-width:1400px;margin:0 auto}.menu-toggle{background:0 0;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem}.holder-logo h1{font-family:Orbitron,monospace;font-weight:900;color:#ff4d94;font-size:1.2rem;line-height:1;letter-spacing:1px}.navlist-menu{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;gap:2rem}.navlist-menu a{color:#fff;text-decoration:none;font-weight:500;font-size:.9rem;letter-spacing:.5px;-webkit-transition:color .3s;transition:color .3s}.navlist-menu a:hover{color:#ff4d94}.flex-start-screen{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.sign-up-btn{background:#c8f502;color:#000;border:none;padding:.7rem 1.5rem;border-radius:25px;font-weight:700;font-size:.9rem;cursor:pointer;-webkit-transition:all .3s;transition:all .3s;letter-spacing:.5px;line-height:1;text-decoration:none}.sign-up-btn:hover{background:#b8e502;-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}.main{margin-top:80px}.intro{padding:4rem 2rem;max-width:1400px;margin:0 auto}.intro__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.intro__content .control{margin-bottom:2rem}.intro__title{font-family:Orbitron,monospace;font-weight:900;font-size:3.5rem;line-height:1;color:#ff4d94;margin-bottom:2rem;letter-spacing:2px}.control{background:#c8f502;color:#000;border:none;padding:1rem 2.5rem;border-radius:30px;font-weight:700;font-size:1rem;cursor:pointer;-webkit-transition:all .3s;transition:all .3s;letter-spacing:1px;text-decoration:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.control:hover{background:#b8e502;-webkit-box-shadow:0 8px 25px rgba(200,245,2,.3);box-shadow:0 8px 25px rgba(200,245,2,.3)}.control.center{display:block;width:-webkit-min-content;width:-moz-min-content;width:min-content;white-space:nowrap;margin:2rem auto}.intro__features{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.feature-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.feature-icon{width:50px;height:50px;-o-object-fit:cover;object-fit:cover;border-radius:10px}.feature-item p{font-size:.9rem;color:#ccc;max-width:250px}.intro__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.samurai-character{max-width:100%;height:auto;-webkit-filter:drop-shadow(0 0 20px rgba(255, 77, 148, .3));filter:drop-shadow(0 0 20px rgba(255, 77, 148, .3))}.info-section{padding:4rem 2rem;background:linear-gradient(135deg,#111 0,#000 100%)}.info-section>:last-child{margin-bottom:0}.info-table{max-width:800px;margin:0 auto;margin-bottom:3rem}.table-row{display:grid;grid-template-columns:1fr 2fr;padding:1rem;border-bottom:1px solid #333;gap:2rem}.label{background:-webkit-gradient(linear,left top,left bottom,from(#fd3d8a),to(#ff4d94));background:linear-gradient(#fd3d8a,#ff4d94);color:#fff;padding:.5rem 1rem;border-radius:5px;font-weight:600;font-size:.8rem;letter-spacing:.5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.value{color:#fff;font-size:.9rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section-title{font-family:Orbitron,monospace;font-weight:900;font-size:2.5rem;color:#ff4d94;margin-bottom:2rem;line-height:1.2;letter-spacing:1px}.blog-section{padding:4rem 2rem}.blog-section__container{max-width:1224px;margin:0 auto}.blog-section__text{min-width:0}.blog-section__text h3{margin-bottom:1.1rem;font-size:1.3rem}.blog-section__text p{margin-bottom:1rem}.blog-section__text>:last-child{margin-bottom:0}.blog-section__list ol,.blog-section__list ul{margin:1.5rem 0;padding-left:1.8rem}.blog-section__list ol li,.blog-section__list ul li{color:#ccc;margin-bottom:.8rem;font-size:.95rem}.blog-section--alt-bg{background:linear-gradient(135deg,#000 0,#111 100%)}.blog-section__image img{max-width:100%;-o-object-fit:cover;object-fit:cover;height:auto}.blog-section__table{overflow-x:auto;margin-bottom:1.1rem}.blog-section__table table{width:100%;border-collapse:collapse}.blog-section__table table td,.blog-section__table table th{padding:6px;border:1px solid #ccc}.default-link{color:red}.default-link:hover{text-decoration:none}.text-centered{text-align:center}.max-w-800{max-width:800px;margin:0 auto}.games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:3rem 0}.game-card{background:#111;border-radius:15px;overflow:hidden;-webkit-transition:-webkit-transform .3s,-webkit-box-shadow .3s;transition:-webkit-transform .3s,-webkit-box-shadow .3s;transition:transform .3s,box-shadow .3s;transition:transform .3s,box-shadow .3s,-webkit-transform .3s,-webkit-box-shadow .3s;border:1px solid #333}.game-card:hover{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);-webkit-box-shadow:0 15px 30px rgba(255,77,148,.2);box-shadow:0 15px 30px rgba(255,77,148,.2)}.game-image{width:100%;aspect-ratio:1/1;height:auto;-o-object-fit:cover;object-fit:cover}.game-card h3{padding:1.5rem;color:#fff;font-size:1.1rem;font-weight:600}.site-end{background:#000;border-top:1px solid #333;padding:3rem 2rem 1rem 2rem}.site-end__content{max-width:1400px;margin:0 auto;text-align:center}.site-end__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2rem;-ms-flex-wrap:wrap;flex-wrap:wrap}.site-end__nav a{color:#ccc;text-decoration:none;font-size:.9rem;-webkit-transition:color .3s;transition:color .3s}.site-end__nav a:hover{color:#ff4d94}.site-end__partners{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;row-gap:18px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:2rem}.site-end__partners img{max-height:32px;width:auto}.site-end__note{font-size:.9rem;text-align:center;margin-top:1.5rem;color:#ccc}.answers__item{border-radius:15px;background-color:#111;margin-bottom:20px;overflow:hidden;border:1px solid #333}.answers__question{padding:18px 24px;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;cursor:pointer;-webkit-transition:background-color .3s;transition:background-color .3s}.answers__question:hover{background-color:#3a3a3a}.answers__question h3{margin:0;color:#fff;font-size:18px;font-weight:500}button.answers__toggle{outline:0;background-color:transparent;border:none;color:#007a8a;font-size:24px;font-weight:700;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.answers__item.isActive .answers__toggle{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.answers__answer{overflow:hidden;-webkit-transition:max-height .2s ease-out;transition:max-height .2s ease-out;background-color:#1a1a1a}.answers__answer p{padding:0 25px 20px 25px;margin:0;color:#ccc;line-height:1.6}.answers__answer p:first-child{padding-top:20px}@-webkit-keyframes glow{0%,100%{text-shadow:0 0 5px #ff4d94,0 0 10px #ff4d94,0 0 15px #ff4d94}50%{text-shadow:0 0 10px #ff4d94,0 0 20px #ff4d94,0 0 30px #ff4d94}}@keyframes glow{0%,100%{text-shadow:0 0 5px #ff4d94,0 0 10px #ff4d94,0 0 15px #ff4d94}50%{text-shadow:0 0 10px #ff4d94,0 0 20px #ff4d94,0 0 30px #ff4d94}}.intro__title{-webkit-animation:glow 3s ease-in-out infinite;animation:glow 3s ease-in-out infinite}@media (min-width:767.98px){.blog-section__row{display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:1fr 1fr;gap:3rem}}@media (max-width:992.98px){.intro__features{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (max-width:768px){.menu-toggle{display:block!important}.navlist-menu{display:none;position:absolute;top:100%;left:0;right:0;background:rgba(0,0,0,.98);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:1rem;gap:1rem}.navlist-menu.active{display:-webkit-box;display:-ms-flexbox;display:flex}.navlist-menu{gap:1rem}.intro__content{grid-template-columns:1fr;gap:2rem;text-align:center}.intro__title{font-size:2.5rem}.section-title{font-size:2rem}.table-row{grid-template-columns:1fr;gap:1rem}.site-end__nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}}@media (max-width:767.98px){.navlist{padding:1rem}.intro__features{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.info-section{padding:3rem 1rem}.blog-section{padding:3rem 1rem}.blog-section__row>:first-child{margin-bottom:1rem}.games-grid{grid-template-columns:1fr 1fr}}@media (max-width:480px){.intro__title{font-size:2rem}.section-title{font-size:1.5rem}.control{padding:.8rem 2rem;font-size:.9rem}.info-section,.intro{padding:2rem 1rem}}@media (max-width:479.98px){.games-grid{gap:1rem}}