/* style/cm88.css */.page-cm88{font-family:'Arial',sans-serif;line-height:1.6;color:#333333;background-color:#f8f9fa;}.page-cm88__hero-section{position:relative;width:100%;text-align:center;padding-top:10px;padding-bottom:40px;background-color:#2563eb;color:#ffffff;overflow:hidden;}.page-cm88__hero-image-container{width:100%;max-height:500px;overflow:hidden;display:flex;justify-content:center;align-items:center;}.page-cm88__hero-image{width:100%;height:auto;display:block;object-fit:cover;}.page-cm88__hero-content{padding:20px;max-width:900px;margin:0 auto;}.page-cm88__main-title{font-size:2.8em;font-weight:700;margin-bottom:15px;line-height:1.2;color:#ffffff;}.page-cm88__hero-description{font-size:1.2em;margin-bottom:30px;opacity:0.9;}.page-cm88__cta-button{display:inline-block;background-color:#f0a800;color:#ffffff;padding:15px 30px;border-radius:8px;text-decoration:none;font-weight:bold;font-size:1.1em;transition:background-color 0.3s ease,transform 0.2s ease;border:none;cursor:pointer;max-width:100%;box-sizing:border-box;white-space:normal;word-wrap:break-word;}.page-cm88__cta-button:hover{background-color:#d49200;transform:translateY(-2px);}.page-cm88__floating-login-btn{position:fixed;bottom:20px;right:20px;background-color:#f0a800;color:#ffffff;padding:12px 20px;border-radius:30px;text-decoration:none;font-weight:bold;font-size:1em;box-shadow:0 4px 12px rgba(0,0,0,0.2);z-index:1000;transition:background-color 0.3s ease,transform 0.2s ease;max-width:calc(100% - 40px);box-sizing:border-box;white-space:normal;word-wrap:break-word;text-align:center;}.page-cm88__floating-login-btn:hover{background-color:#d49200;transform:scale(1.05);}.page-cm88__section{padding:60px 20px;max-width:1200px;margin:0 auto;text-align:center;}.page-cm88__section--dark{background-color:#e9ecef;}.page-cm88__section-title{font-size:2.2em;color:#2563eb;margin-bottom:40px;font-weight:700;}.page-cm88__section-description{font-size:1.1em;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto;}.page-cm88__games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:40px;}.page-cm88__game-card{background-color:#ffffff;border-radius:12px;box-shadow:0 6px 20px rgba(0,0,0,0.08);overflow:hidden;text-align:center;transition:transform 0.3s ease,box-shadow 0.3s ease;}.page-cm88__game-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px rgba(0,0,0,0.15);}.page-cm88__game-image{width:100%;height:200px;object-fit:cover;display:block;}.page-cm88__game-content{padding:20px;}.page-cm88__game-title{font-size:1.4em;color:#2563eb;margin-bottom:10px;font-weight:600;}.page-cm88__game-description{font-size:0.95em;color:#64748b;margin-bottom:20px;}.page-cm88__read-more-btn{display:inline-block;color:#2563eb;text-decoration:none;font-weight:bold;transition:color 0.3s ease;}.page-cm88__read-more-btn:hover{color:#1a4d9e;}.page-cm88__features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:40px;}.page-cm88__feature-item{background-color:#ffffff;border-radius:12px;box-shadow:0 6px 20px rgba(0,0,0,0.08);padding:30px;text-align:left;}.page-cm88__feature-icon{width:80px;height:80px;margin-bottom:20px;display:block;margin-left:auto;margin-right:auto;}.page-cm88__feature-title{font-size:1.5em;color:#2563eb;margin-bottom:15px;font-weight:600;}.page-cm88__feature-description{font-size:1em;color:#64748b;}.page-cm88__faq-section{padding:60px 20px;max-width:900px;margin:0 auto;text-align:center;}.page-cm88__faq-item{background-color:#ffffff;border-radius:8px;margin-bottom:15px;box-shadow:0 2px 10px rgba(0,0,0,0.05);overflow:hidden;}.page-cm88__faq-question{display:flex;justify-content:space-between;align-items:center;padding:18px 25px;font-size:1.1em;font-weight:bold;color:#2563eb;cursor:pointer;user-select:none;background-color:#f0f7ff;transition:background-color 0.3s ease;}.page-cm88__faq-question:hover{background-color:#e0eaf6;}.page-cm88__faq-question h3{margin:0;font-size:1.1em;color:#2563eb;pointer-events:none;}.page-cm88__faq-toggle{font-size:1.5em;font-weight:bold;color:#2563eb;pointer-events:none;transition:transform 0.3s ease;}.page-cm88__faq-item.active .page-cm88__faq-toggle{transform:rotate(45deg);}.page-cm88__faq-answer{max-height:0;overflow:hidden;padding:0 25px;opacity:0;transition:max-height 0.4s cubic-bezier(0.4,0,0.2,1),padding 0.4s ease,opacity 0.4s ease;font-size:0.95em;color:#64748b;text-align:left;}.page-cm88__faq-item.active .page-cm88__faq-answer{max-height:2000px !important;padding:20px 25px !important;opacity:1;}.page-cm88__internal-links-section{background-color:#f0f7ff;padding:40px 20px;text-align:center;}.page-cm88__internal-links-title{font-size:1.8em;color:#2563eb;margin-bottom:30px;font-weight:600;}.page-cm88__internal-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;max-width:1000px;margin:0 auto;}.page-cm88__internal-link-card{background-color:#ffffff;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,0.08);padding:20px;text-decoration:none;color:#2563eb;font-weight:bold;transition:transform 0.3s ease,box-shadow 0.3s ease;display:flex;align-items:center;justify-content:center;min-height:80px;}.page-cm88__internal-link-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.12);}.page-cm88__text-block{text-align:left;padding:20px 0;font-size:1em;color:#333333;}.page-cm88__text-block h2{color:#2563eb;font-size:1.8em;margin-top:30px;margin-bottom:20px;}.page-cm88__text-block h3{color:#2563eb;font-size:1.5em;margin-top:25px;margin-bottom:15px;}.page-cm88__text-block p{margin-bottom:15px;}.page-cm88__text-block ul{list-style:disc;padding-left:25px;margin-bottom:15px;}.page-cm88__text-block li{margin-bottom:8px;}.page-cm88 img{max-width:100%;height:auto;display:block;}.page-cm88__products-section .page-cm88__games-grid{grid-template-columns:repeat(3,1fr);}.page-cm88__products-section .page-cm88__game-card:nth-child(n+5){grid-column:span 2;}.page-cm88__products-section .page-cm88__game-card:nth-child(5){grid-column:1/span 3;}.page-cm88__products-section .page-cm88__game-card:nth-child(6){grid-column:1/span 3;}.page-cm88__products-section .page-cm88__game-card:nth-child(7){grid-column:1/span 3;}@media(max-width:1024px){.page-cm88__main-title{font-size:2.5em;}.page-cm88__hero-description{font-size:1.1em;}.page-cm88__section-title{font-size:2em;}.page-cm88__games-grid{grid-template-columns:repeat(2,1fr);}.page-cm88__products-section .page-cm88__games-grid{grid-template-columns:repeat(2,1fr);}.page-cm88__products-section .page-cm88__game-card:nth-child(n+5){grid-column:span 1;}.page-cm88__products-section .page-cm88__game-card:nth-child(5){grid-column:span 2;}.page-cm88__products-section .page-cm88__game-card:nth-child(6){grid-column:span 2;}.page-cm88__products-section .page-cm88__game-card:nth-child(7){grid-column:span 2;}.page-cm88__features-grid{grid-template-columns:repeat(2,1fr);}.page-cm88__internal-links-grid{grid-template-columns:repeat(2,1fr);}}@media(max-width:768px){.page-cm88{font-size:16px;line-height:1.6;}.page-cm88__hero-section{padding-top:10px !important;padding-bottom:30px;}.page-cm88__hero-image-container{max-height:300px;}.page-cm88__main-title{font-size:2em;margin-bottom:10px;}.page-cm88__hero-description{font-size:1em;margin-bottom:20px;}.page-cm88__cta-button{padding:12px 25px;font-size:1em;max-width:100% !important;width:100% !important;box-sizing:border-box !important;white-space:normal !important;word-wrap:break-word !important;margin-bottom:10px;}.page-cm88__floating-login-btn{bottom:15px;right:15px;padding:10px 15px;font-size:0.9em;max-width:calc(100% - 30px) !important;width:calc(100% - 30px) !important;box-sizing:border-box !important;}.page-cm88__section{padding:40px 15px;}.page-cm88__section-title{font-size:1.8em;margin-bottom:30px;}.page-cm88__games-grid{grid-template-columns:1fr;gap:20px;}.page-cm88__game-card{margin-bottom:15px;}.page-cm88__game-image{height:180px;}.page-cm88__products-section .page-cm88__games-grid{grid-template-columns:1fr !important;}.page-cm88__products-section .page-cm88__game-card:nth-child(n+5){grid-column:span 1 !important;}.page-cm88__products-section .page-cm88__game-card:nth-child(5){grid-column:span 1 !important;}.page-cm88__products-section .page-cm88__game-card:nth-child(6){grid-column:span 1 !important;}.page-cm88__products-section .page-cm88__game-card:nth-child(7){grid-column:span 1 !important;}.page-cm88__features-grid{grid-template-columns:1fr;gap:20px;}.page-cm88__feature-item{padding:25px;}.page-cm88__feature-icon{width:60px;height:60px;}.page-cm88__feature-title{font-size:1.3em;}.page-cm88__faq-section{padding:40px 15px;}.page-cm88__faq-question{padding:15px 20px;font-size:1em;}.page-cm88__faq-question h3{font-size:1em;}.page-cm88__faq-answer{padding:15px 20px !important;font-size:0.9em;}.page-cm88__internal-links-section{padding:30px 15px;}.page-cm88__internal-links-title{font-size:1.5em;margin-bottom:20px;}.page-cm88__internal-links-grid{grid-template-columns:1fr;gap:15px;}.page-cm88__internal-link-card{min-height:70px;padding:15px;font-size:0.95em;}.page-cm88 img{max-width:100% !important;width:100% !important;height:auto !important;}.page-cm88__section,.page-cm88__game-card,.page-cm88__feature-item,.page-cm88__faq-item,.page-cm88__internal-link-card,.page-cm88__text-block{max-width:100% !important;width:100% !important;box-sizing:border-box !important;padding-left:15px;padding-right:15px;margin-left:0;margin-right:0;}.page-cm88__text-block h2{font-size:1.5em;}.page-cm88__text-block h3{font-size:1.2em;}.page-cm88__text-block ul{padding-left:20px;}.page-cm88__text-block li{margin-bottom:5px;word-wrap:break-word !important;overflow-wrap:break-word !important;word-break:break-word !important;width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important;}.page-cm88__products-section .page-cm88__game-card:nth-child(5),.page-cm88__products-section .page-cm88__game-card:nth-child(6),.page-cm88__products-section .page-cm88__game-card:nth-child(7){grid-column:1/span 1;}}