.page-km88-com-link{font-family:'Arial',sans-serif;color:#f0f0f0;background-color:#1a1a2e;line-height:1.6;overflow-x:hidden}.page-km88-com-link__hero-section{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:10px 20px 60px;min-height:70vh;background-color:#0a0a2a;overflow:hidden}.page-km88-com-link__hero-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;opacity:.3;overflow:hidden}.page-km88-com-link__hero-image{width:100%;height:100%;object-fit:cover;max-width:100%}.page-km88-com-link__hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto}.page-km88-com-link__hero-title{font-size:2.8em;margin-bottom:20px;color:#ffffff;word-wrap:break-word;overflow-wrap:break-word}.page-km88-com-link__hero-description{font-size:1.2em;margin-bottom:30px;color:#cccccc}.page-km88-com-link__highlight{color:#fca311}.page-km88-com-link__hero-actions{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.page-km88-com-link__button{display:inline-block;padding:15px 30px;border-radius:8px;text-decoration:none;font-weight:bold;transition:background-color .3s ease,transform .3s ease;white-space:nowrap;font-size:1em}.page-km88-com-link__button--primary{background-color:#e63946;color:#ffffff}.page-km88-com-link__button--primary:hover{background-color:#c72c38;transform:translateY(-2px)}.page-km88-com-link__button--secondary{background-color:#457b9d;color:#ffffff;border:1px solid #457b9d}.page-km88-com-link__button--secondary:hover{background-color:#37637f;transform:translateY(-2px)}.page-km88-com-link__button--small{padding:10px 20px;font-size:.9em}.page-km88-com-link__button--large{padding:18px 40px;font-size:1.1em}.page-km88-com-link__section-title{font-size:2.2em;text-align:center;margin-bottom:20px;color:#ffffff;word-wrap:break-word;overflow-wrap:break-word}.page-km88-com-link__section-description{font-size:1.1em;text-align:center;max-width:800px;margin:0 auto 40px;color:#cccccc}.page-km88-com-link__features-section{padding:60px 20px;background-color:#22223b}.page-km88-com-link__features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto}.page-km88-com-link__feature-card{background-color:#3a3a5a;padding:30px;border-radius:10px;text-align:center;box-shadow:0 5px 15px rgba(0,0,0,.3);transition:transform .3s ease}.page-km88-com-link__feature-card:hover{transform:translateY(-5px)}.page-km88-com-link__feature-icon{width:250px;height:250px;object-fit:contain;margin-bottom:20px;max-width:100%;height:auto}.page-km88-com-link__feature-title{font-size:1.5em;margin-bottom:15px;color:#fca311;word-wrap:break-word;overflow-wrap:break-word}.page-km88-com-link__feature-text{font-size:1em;color:#e0e0e0}.page-km88-com-link__product-showcase{padding:60px 20px;background-color:#1a1a2e}.page-km88-com-link__game-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:1200px;margin:0 auto}.page-km88-com-link__game-card{background-color:#3a3a5a;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.3);text-align:center;transition:transform .3s ease;display:flex;flex-direction:column;justify-content:space-between}.page-km88-com-link__game-card:hover{transform:translateY(-5px)}.page-km88-com-link__game-image{width:100%;height:200px;object-fit:cover;margin-bottom:15px;max-width:100%;height:auto}.page-km88-com-link__game-title{font-size:1.4em;margin-bottom:10px;color:#fca311;padding:0 15px;word-wrap:break-word;overflow-wrap:break-word}.page-km88-com-link__game-text{font-size:.95em;color:#e0e0e0;padding:0 15px 20px;flex-grow:1}.page-km88-com-link__game-card .page-km88-com-link__button{margin:0 15px 20px;width:calc(100% - 30px)}.page-km88-com-link__cta-section{padding:80px 20px;background-color:#e63946;text-align:center}.page-km88-com-link__cta-title{font-size:2.5em;color:#ffffff;margin-bottom:20px;word-wrap:break-word;overflow-wrap:break-word}.page-km88-com-link__cta-description{font-size:1.2em;color:#f0f0f0;max-width:800px;margin:0 auto 40px}.page-km88-com-link__faq-section{padding:60px 20px;background-color:#22223b}.page-km88-com-link__faq-list{max-width:800px;margin:0 auto}.page-km88-com-link__faq-item{background-color:#3a3a5a;margin-bottom:15px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.2);overflow:hidden}.page-km88-com-link__faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;cursor:pointer;background-color:#4a4a6a;color:#ffffff;font-size:1.1em;font-weight:bold;user-select:none;transition:background-color .3s ease}.page-km88-com-link__faq-question:hover{background-color:#5a5a7a}.page-km88-com-link__faq-question-text{margin:0;flex-grow:1;pointer-events:none;word-wrap:break-word;overflow-wrap:break-word}.page-km88-com-link__faq-toggle{font-size:1.5em;margin-left:15px;pointer-events:none;transition:transform .3s ease}.page-km88-com-link__faq-item.active .page-km88-com-link__faq-toggle{transform:rotate(45deg)}.page-km88-com-link__faq-answer{max-height:0;overflow:hidden;padding:0 25px;background-color:#3a3a5a;color:#e0e0e0;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease,opacity .4s ease;opacity:0;font-size:1em}.page-km88-com-link__faq-item.active .page-km88-com-link__faq-answer{max-height:2000px !important;padding:20px 25px !important;opacity:1}.page-km88-com-link__floating-buttons{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:15px;z-index:1000}.page-km88-com-link__floating-button{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;color:#ffffff;text-decoration:none;font-weight:bold;box-shadow:0 4px 10px rgba(0,0,0,.4);transition:transform .3s ease,background-color .3s ease;font-size:.9em;text-align:center;line-height:1.2}.page-km88-com-link__floating-button:hover{transform:translateY(-5px)}.page-km88-com-link__floating-button--register{background-color:#e63946}.page-km88-com-link__floating-button--register:hover{background-color:#c72c38}.page-km88-com-link__floating-button--login{background-color:#457b9d}.page-km88-com-link__floating-button--login:hover{background-color:#37637f}@media (max-width:768px){.page-km88-com-link__hero-title{font-size:2em}.page-km88-com-link__hero-description{font-size:1em}.page-km88-com-link__hero-actions{flex-direction:column;gap:15px}.page-km88-com-link__button{width:100%;max-width:300px;margin:0 auto}.page-km88-com-link__section-title{font-size:1.8em}.page-km88-com-link__section-description{font-size:1em}.page-km88-com-link__features-grid,.page-km88-com-link__game-categories{grid-template-columns:1fr;gap:20px}.page-km88-com-link__feature-card,.page-km88-com-link__game-card{padding:20px}.page-km88-com-link__feature-icon{width:200px;height:200px}.page-km88-com-link__game-image{height:180px}.page-km88-com-link__cta-title{font-size:2em}.page-km88-com-link__cta-description{font-size:1em}.page-km88-com-link__button--large{width:100%;max-width:300px;margin:0 auto}.page-km88-com-link__faq-question{padding:15px 20px;font-size:1em}.page-km88-com-link__faq-answer{padding:15px 20px}.page-km88-com-link__features-grid>div,.page-km88-com-link__game-categories>div,.page-km88-com-link__faq-list>div{width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important;word-wrap:break-word !important;overflow-wrap:break-word !important}.page-km88-com-link__game-card .page-km88-com-link__button{width:calc(100% - 40px);margin:0 20px 20px}.page-km88-com-link__hero-image,.page-km88-com-link__feature-icon,.page-km88-com-link__game-image{max-width:100% !important;height:auto !important;box-sizing:border-box !important}.page-km88-com-link__floating-buttons{flex-direction:row;bottom:10px;right:10px;left:10px;width:auto;gap:10px;justify-content:space-around}.page-km88-com-link__floating-button{flex-grow:1;width:auto;max-width:120px;height:50px;border-radius:30px;font-size:.8em}}@media (max-width:480px){.page-km88-com-link__hero-title{font-size:1.8em}.page-km88-com-link__section-title{font-size:1.6em}.page-km88-com-link__cta-title{font-size:1.8em}}