.page-index__floating-buttons{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:1000}.page-index__floating-button{display:inline-block;padding:12px 25px;border-radius:30px;font-size:16px;font-weight:700;text-align:center;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 8px rgba(0,0,0,.2)}.page-index__floating-button:hover{transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.3)}.page-index__register-button{background-color:#FFD700;color:#333}.page-index__login-button{background-color:#007bff;color:#fff}.page-index__hero-section{background:linear-gradient(135deg,#1a1a2e,#0f0f1a);color:#fff;text-align:center;padding:100px 20px;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - var(--header-offset, 0px));padding-top:calc(var(--header-offset, 0px) + 20px)}.page-index__hero-section h1{font-size:3.2em;margin-bottom:20px;line-height:1.2}.page-index__hero-section p{font-size:1.4em;margin-bottom:30px;max-width:800px}.page-index__hero-cta-group{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;margin-bottom:30px}.page-index__hero-cta-button{display:inline-block;padding:15px 35px;border-radius:30px;font-size:1.2em;font-weight:700;text-decoration:none;transition:background-color .3s ease,transform .3s ease}.page-index__hero-cta-button--primary{background-color:#FFD700;color:#333}.page-index__hero-cta-button--primary:hover{background-color:#e6c200;transform:translateY(-2px)}.page-index__hero-cta-button--secondary{background-color:#007bff;color:#fff}.page-index__hero-cta-button--secondary:hover{background-color:#0056b3;transform:translateY(-2px)}.page-index__app-download-button{background-color:#28a745;color:#fff;padding:15px 35px;border-radius:30px;font-size:1.2em;font-weight:700;text-decoration:none;transition:background-color .3s ease,transform .3s ease}.page-index__app-download-button:hover{background-color:#218838;transform:translateY(-2px)}.page-index__app-download-icon{width:30px;height:30px;vertical-align:middle;margin-right:10px}.page-index__game-categories-section{padding:80px 20px;background-color:#f8f9fa;text-align:center}.page-index__game-categories-section h2{font-size:2.8em;margin-bottom:50px;color:#333}.page-index__category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto}.page-index__category-card{background-color:#fff;border-radius:15px;box-shadow:0 8px 16px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.page-index__category-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgba(0,0,0,.15)}.page-index__category-image-wrapper{width:100%;height:200px;overflow:hidden;display:flex;justify-content:center;align-items:center}.page-index__category-image{width:100%;height:100%;object-fit:cover}.page-index__category-content{padding:25px}.page-index__category-content h3{font-size:1.8em;margin-bottom:15px;color:#333}.page-index__category-content p{color:#666;line-height:1.6;margin-bottom:20px}.page-index__play-button{display:inline-block;padding:12px 30px;border-radius:25px;background-color:#FFD700;color:#333;font-weight:700;text-decoration:none;transition:background-color .3s ease,transform .3s ease}.page-index__play-button:hover{background-color:#e6c200;transform:translateY(-2px)}.page-index__promotions-section{background:linear-gradient(135deg,#0f0f1a,#1a1a2e);color:#fff;padding:80px 20px;text-align:center}.page-index__promotions-section h2{font-size:2.8em;margin-bottom:40px}.page-index__promotion-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto 40px auto}.page-index__promotion-item{background-color:rgba(255,255,255,.05);border-radius:15px;padding:30px;text-align:left;box-shadow:0 4px 8px rgba(0,0,0,.2);transition:transform .3s ease,background-color .3s ease}.page-index__promotion-item:hover{transform:translateY(-5px);background-color:rgba(255,255,255,.1)}.page-index__promotion-item h3{font-size:1.8em;margin-bottom:15px;color:#FFD700}.page-index__promotion-item p{color:#ccc;line-height:1.6}.page-index__view-all-button{display:inline-block;padding:15px 35px;border-radius:30px;background-color:#FFD700;color:#333;font-size:1.2em;font-weight:700;text-decoration:none;transition:background-color .3s ease,transform .3s ease}.page-index__view-all-button:hover{background-color:#e6c200;transform:translateY(-2px)}.page-index__about-section{padding:80px 20px;background-color:#f8f9fa;text-align:center}.page-index__about-section h2{font-size:2.8em;margin-bottom:40px;color:#333}.page-index__about-content{max-width:900px;margin:0 auto;color:#555;line-height:1.8;font-size:1.1em}.page-index__about-content p{margin-bottom:20px}.page-index__download-app-section{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;padding:80px 20px;text-align:center}.page-index__download-app-section h2{font-size:2.8em;margin-bottom:30px}.page-index__download-app-section p{font-size:1.2em;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto}.page-index__faq-section{padding:80px 20px;background-color:#f0f2f5}.page-index__faq-section h2{text-align:center;font-size:2.8em;margin-bottom:50px;color:#333}.page-index__faq-container{max-width:800px;margin:0 auto}.page-index__faq-item{background-color:#fff;border-radius:10px;margin-bottom:15px;box-shadow:0 4px 8px rgba(0,0,0,.05);overflow:hidden}.page-index__faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;font-size:1.2em;font-weight:700;color:#333;cursor:pointer;user-select:none;background-color:#f7f7f7;border-bottom:1px solid #eee;transition:background-color .3s ease}.page-index__faq-question:hover{background-color:#eee}.page-index__faq-question h3{margin:0;font-size:1.2em;pointer-events:none}.page-index__faq-toggle{font-size:1.5em;line-height:1;transition:transform .3s ease;pointer-events:none}.page-index__faq-item.active .page-index__faq-toggle{transform:rotate(45deg)}.page-index__faq-answer{max-height:0;overflow:hidden;padding:0 25px;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease,opacity .4s ease;opacity:0;color:#555;line-height:1.6}.page-index__faq-item.active .page-index__faq-answer{max-height:2000px !important;padding:20px 25px !important;opacity:1}.page-index__faq-answer p{margin-bottom:15px}.page-index__faq-answer p:last-child{margin-bottom:0}@media (max-width:1200px){.page-index__hero-section h1{font-size:2.8em}.page-index__hero-section p{font-size:1.2em}.page-index__hero-cta-button{padding:12px 30px;font-size:1.1em}.page-index__app-download-button{padding:12px 30px;font-size:1.1em}.page-index__game-categories-section h2,.page-index__promotions-section h2,.page-index__about-section h2,.page-index__download-app-section h2,.page-index__faq-section h2{font-size:2.4em}.page-index__category-content h3{font-size:1.6em}.page-index__promotion-item h3{font-size:1.6em}}.page-index__promo-offer{font-size:1.1em;font-weight:600;color:#FFD700}@media (max-width:768px){.page-index__floating-buttons{bottom:15px;right:15px;gap:8px}.page-index__floating-button{padding:10px 20px;font-size:14px}.page-index__hero-section{padding:80px 15px}.page-index__hero-section h1{font-size:2.2em}.page-index__hero-section p{font-size:1em}.page-index__hero-cta-group{flex-direction:column;gap:15px}.page-index__hero-cta-button,.page-index__app-download-button{width:100%;padding:12px 25px;font-size:1em}.page-index__game-categories-section,.page-index__promotions-section,.page-index__about-section,.page-index__download-app-section,.page-index__faq-section{padding:60px 15px}.page-index__game-categories-section h2,.page-index__promotions-section h2,.page-index__about-section h2,.page-index__download-app-section h2,.page-index__faq-section h2{font-size:2em}.page-index__category-grid{grid-template-columns:1fr}.page-index__category-image-wrapper{height:180px}.page-index__category-content h3{font-size:1.4em}.page-index__category-content p{font-size:.9em}.page-index__play-button{width:100%;padding:10px 20px;font-size:1em}.page-index__promotion-list{grid-template-columns:1fr}.page-index__promotion-item{padding:25px}.page-index__promotion-item h3{font-size:1.5em}.page-index__promotion-item p{font-size:.9em}.page-index__view-all-button{width:100%;padding:12px 25px;font-size:1em}.page-index__about-content{font-size:1em}.page-index__download-app-section p{font-size:1em}.page-index__faq-question{padding:15px 20px;font-size:1.1em}.page-index__faq-question h3{font-size:1.1em}.page-index__faq-answer{padding:0 20px}.page-index__faq-item.active .page-index__faq-answer{padding:15px 20px !important}.page-index__category-card,.page-index__promotion-item,.page-index__faq-item{box-sizing:border-box !important;width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important}.page-index__category-grid,.page-index__promotion-list,.page-index__faq-container{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding:0 !important}.page-index__category-content p,.page-index__promotion-item p,.page-index__about-content p,.page-index__faq-answer p{word-wrap:break-word !important;overflow-wrap:break-word !important;word-break:break-word !important}.page-index__category-image,.page-index__app-download-icon{max-width:100% !important;height:auto !important}}.page-index__promotions-section .page-index__promo-offer{display:block;margin-top:10px;font-size:1.1em;font-weight:600;color:#FFD700}