.page-f88-nohu { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; }.page-f88-nohu__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-f88-nohu__section { padding: 40px 20px; margin-bottom: 20px; background-color: #24243e; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); }.page-f88-nohu__hero-section { background: linear-gradient(135deg, #1a1a2e, #0f0f1a); padding: 60px 20px 40px; text-align: center; position: relative; overflow: hidden; border-radius: 0; padding-top: 10px; }.page-f88-nohu__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; }.page-f88-nohu__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }.page-f88-nohu__hero-title { font-size: 3.5em; color: #ffeb3b; margin-bottom: 20px; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); line-height: 1.2; }.page-f88-nohu__hero-description { font-size: 1.3em; color: #e0e0e0; margin-bottom: 30px; }.page-f88-nohu__button { display: inline-block; background-color: #ffeb3b; color: #1a1a2e; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: all 0.3s ease; border: none; cursor: pointer; }.page-f88-nohu__button:hover { background-color: #ffd700; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); }.page-f88-nohu__heading { font-size: 2.5em; color: #ffeb3b; text-align: center; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }.page-f88-nohu__sub-heading { font-size: 1.8em; color: #ffeb3b; margin-bottom: 20px; }.page-f88-nohu__text { font-size: 1.1em; margin-bottom: 15px; color: #e0e0e0; }.page-f88-nohu__image-wrapper { text-align: center; margin: 30px 0; }.page-f88-nohu__image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); display: block; margin: 0 auto; }.page-f88-nohu__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }.page-f88-nohu__game-card { background-color: #2e2e4a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease; }.page-f88-nohu__game-card:hover { transform: translateY(-5px); }.page-f88-nohu__game-card-image { width: 100%; height: 200px; object-fit: cover; }.page-f88-nohu__game-card-content { padding: 20px; }.page-f88-nohu__game-card-title { font-size: 1.4em; color: #ffeb3b; margin-bottom: 10px; }.page-f88-nohu__game-card-description { font-size: 0.95em; color: #c0c0c0; margin-bottom: 15px; }.page-f88-nohu__game-provider-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-f88-nohu__game-provider-logo { height: 80px; width: auto; object-fit: contain; filter: grayscale(50%); transition: filter 0.3s ease; }.page-f88-nohu__game-provider-logo:hover { filter: grayscale(0%); }.page-f88-nohu__promotion-list { list-style: none; padding: 0; margin-top: 20px; }.page-f88-nohu__promotion-item { background-color: #2e2e4a; margin-bottom: 15px; padding: 20px; border-radius: 8px; display: flex; align-items: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }.page-f88-nohu__promotion-icon { font-size: 2em; color: #ffeb3b; margin-right: 15px; }.page-f88-nohu__promotion-content h3 { color: #ffeb3b; margin-top: 0; margin-bottom: 5px; font-size: 1.4em; }.page-f88-nohu__promotion-content p { color: #c0c0c0; margin: 0; }.page-f88-nohu__payment-methods { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-f88-nohu__payment-logo { height: 60px; width: auto; object-fit: contain; filter: grayscale(70%); transition: filter 0.3s ease; }.page-f88-nohu__payment-logo:hover { filter: grayscale(0%); }.page-f88-nohu__faq-list { list-style: none; padding: 0; }.page-f88-nohu__faq-item { background-color: #2e2e4a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }.page-f88-nohu__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #3a3a5a; transition: background-color 0.3s ease; }.page-f88-nohu__faq-question:hover { background-color: #4a4a6a; }.page-f88-nohu__faq-question h3 { margin: 0; font-size: 1.3em; color: #ffeb3b; pointer-events: none; }.page-f88-nohu__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffeb3b; pointer-events: none; transition: transform 0.3s ease; }.page-f88-nohu__faq-item.active .page-f88-nohu__faq-toggle { transform: rotate(45deg); }.page-f88-nohu__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-f88-nohu__faq-item.active .page-f88-nohu__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-f88-nohu__faq-answer p { margin: 0; color: #c0c0c0; }.page-f88-nohu__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-f88-nohu__blog-card { background-color: #2e2e4a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; }.page-f88-nohu__blog-card:hover { transform: translateY(-5px); }.page-f88-nohu__blog-card-image { width: 100%; height: 220px; object-fit: cover; }.page-f88-nohu__blog-card-content { padding: 20px; }.page-f88-nohu__blog-card-title { font-size: 1.3em; color: #ffeb3b; margin-bottom: 10px; }.page-f88-nohu__blog-card-title a { color: #ffeb3b; text-decoration: none; transition: color 0.3s ease; }.page-f88-nohu__blog-card-title a:hover { color: #ffd700; }.page-f88-nohu__blog-card-summary { font-size: 0.95em; color: #c0c0c0; margin-bottom: 15px; }.page-f88-nohu__blog-card-date { font-size: 0.85em; color: #888; text-align: right; }.page-f88-nohu__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-f88-nohu__floating-button { background-color: #ffeb3b; color: #1a1a2e; padding: 12px 20px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; }.page-f88-nohu__floating-button:hover { background-color: #ffd700; transform: translateY(-3px); }.page-f88-nohu__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 30px; }.page-f88-nohu__quick-access-button { background-color: #3a3a5a; color: #fff; padding: 15px 20px; border-radius: 8px; text-decoration: none; font-weight: bold; text-align: center; transition: background-color 0.3s ease, transform 0.3s ease; }.page-f88-nohu__quick-access-button:hover { background-color: #4a4a6a; transform: translateY(-3px); }.page-f88-nohu__list-item-icon { color: #ffeb3b; margin-right: 10px; font-size: 1.2em; }.page-f88-nohu__list-item { display: flex; align-items: flex-start; margin-bottom: 10px; color: #e0e0e0; }.page-f88-nohu__list-container { padding-left: 20px; }.page-f88-nohu__list-container ul { list-style: none; padding: 0; }.page-f88-nohu__list-container li { margin-bottom: 10px; display: flex; align-items: flex-start; box-sizing: border-box; }.page-f88-nohu__list-container li::before { content: '•'; color: #ffeb3b; font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; }.page-f88-nohu__content-wrapper { display: flex; flex-direction: column; gap: 20px; }.page-f88-nohu__support-info { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; margin-top: 30px; }.page-f88-nohu__support-item { background-color: #2e2e4a; padding: 20px; border-radius: 8px; text-align: center; flex: 1 1 250px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }.page-f88-nohu__support-item h4 { color: #ffeb3b; margin-top: 0; font-size: 1.2em; }.page-f88-nohu__support-item p { color: #c0c0c0; margin-bottom: 0; }.page-f88-nohu__support-item a { color: #ffeb3b; text-decoration: none; transition: color 0.3s ease; }.page-f88-nohu__support-item a:hover { color: #ffd700; }@media (max-width: 768px) { .page-f88-nohu__hero-title { font-size: 2.5em; }.page-f88-nohu__hero-description { font-size: 1em; }.page-f88-nohu__heading { font-size: 2em; }.page-f88-nohu__sub-heading { font-size: 1.5em; }.page-f88-nohu__section { padding: 30px 15px; }.page-f88-nohu__game-grid, .page-f88-nohu__blog-grid, .page-f88-nohu__quick-access-grid { grid-template-columns: 1fr; }.page-f88-nohu__game-card-image, .page-f88-nohu__blog-card-image { height: 180px; }.page-f88-nohu__promotion-item { flex-direction: column; text-align: center; }.page-f88-nohu__promotion-icon { margin-right: 0; margin-bottom: 10px; }.page-f88-nohu__floating-buttons { right: 10px; bottom: 10px; gap: 8px; }.page-f88-nohu__floating-button { padding: 10px 15px; font-size: 0.9em; }.page-f88-nohu__list-container ul, .page-f88-nohu__list-container li { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-f88-nohu__image { max-width: 100% !important; height: auto !important; }.page-f88-nohu__image-wrapper { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; }.page-f88-nohu__game-provider-logo, .page-f88-nohu__payment-logo { height: 50px; }.page-f88-nohu__support-info { flex-direction: column; }.page-f88-nohu__support-item { flex: 1 1 100%; }}