/* CSS styles for page-hubert-game */:root { --primary-color: #e44d26; --secondary-color: #ff8c00; --dark-bg: #1a1a1a; --light-text: #f5f5f5; --accent-color: #4CAF50; --border-color: #333;}.page-hubert-game { font-family: 'Arial', sans-serif; color: var(--light-text); background-color: var(--dark-bg); line-height: 1.6;}.page-hubert-game section { padding: 40px 20px; text-align: center; max-width: 1200px; margin: 0 auto;}.page-hubert-game__hero-section { background: url('[GALLERY:hero:1920x1080:gaming,hubert_game,online_betting,vietnam]') no-repeat center center/cover; padding: 100px 20px 80px; position: relative; overflow: hidden; border-bottom: 5px solid var(--primary-color); padding-top: 10px;}.page-hubert-game__hero-content { max-width: 800px; margin: 0 auto; background-color: rgba(0, 0, 0, 0.7); padding: 30px; border-radius: 10px;}.page-hubert-game__hero-section h1 { font-size: 3em; color: var(--primary-color); margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}.page-hubert-game__hero-section p { font-size: 1.2em; margin-bottom: 30px; color: var(--light-text);}.page-hubert-game__cta-buttons { display: flex; justify-content: center; gap: 20px;}.page-hubert-game__cta-buttons .page-hubert-game__btn { display: inline-block; background-color: var(--primary-color); color: var(--light-text); padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; border: none; cursor: pointer;}.page-hubert-game__cta-buttons .page-hubert-game__btn:hover { background-color: var(--secondary-color);}.page-hubert-game__intro-section { background-color: #222; border-bottom: 1px solid var(--border-color);}.page-hubert-game__intro-section h2, .page-hubert-game__quick-access-section h2, .page-hubert-game__games-section h2, .page-hubert-game__promotions-section h2, .page-hubert-game__security-support-section h2, .page-hubert-game__faq-section h2, .page-hubert-game__blog-section h2 { color: var(--primary-color); font-size: 2.5em; margin-bottom: 30px;}.page-hubert-game__intro-content { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 30px;}.page-hubert-game__intro-item { background-color: #333; padding: 25px; border-radius: 8px; flex: 1 1 calc(33% - 40px); min-width: 280px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); text-align: left;}.page-hubert-game__intro-item h3 { color: var(--accent-color); margin-bottom: 15px; font-size: 1.5em;}.page-hubert-game__intro-item p { font-size: 1em;}.page-hubert-game__quick-access-section { background-color: #1a1a1a; padding: 60px 20px; border-bottom: 1px solid var(--border-color);}.page-hubert-game__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; max-width: 900px; margin: 0 auto;}.page-hubert-game__quick-access-grid .page-hubert-game__btn { background-color: var(--secondary-color); color: var(--light-text); padding: 15px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1em; transition: background-color 0.3s ease; display: block; width: 100%; box-sizing: border-box;}.page-hubert-game__quick-access-grid .page-hubert-game__btn:hover { background-color: var(--primary-color);}.page-hubert-game__games-section { background-color: #222; border-bottom: 1px solid var(--border-color);}.page-hubert-game__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px;}.page-hubert-game__game-card { background-color: #333; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease;}.page-hubert-game__game-card:hover { transform: translateY(-5px);}.page-hubert-game__game-card img { width: 100%; height: 200px; object-fit: cover;}.page-hubert-game__game-card-content { padding: 20px;}.page-hubert-game__game-card-content h3 { color: var(--accent-color); font-size: 1.6em; margin-bottom: 15px;}.page-hubert-game__game-card-content p { font-size: 0.95em; line-height: 1.5; margin-bottom: 20px;}.page-hubert-game__game-card-content .page-hubert-game__btn { background-color: var(--primary-color); color: var(--light-text); padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1em; transition: background-color 0.3s ease;}.page-hubert-game__game-card-content .page-hubert-game__btn:hover { background-color: var(--secondary-color);}.page-hubert-game__promotions-section { background-color: #1a1a1a; border-bottom: 1px solid var(--border-color);}.page-hubert-game__promotion-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px;}.page-hubert-game__promotion-card { background-color: #333; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); text-align: left; transition: transform 0.3s ease;}.page-hubert-game__promotion-card:hover { transform: translateY(-5px);}.page-hubert-game__promotion-card img { width: 100%; height: 220px; object-fit: cover;}.page-hubert-game__promotion-card-content { padding: 20px;}.page-hubert-game__promotion-card-content h3 { color: var(--accent-color); font-size: 1.6em; margin-bottom: 10px;}.page-hubert-game__promotion-card-content p { font-size: 0.95em; line-height: 1.5; margin-bottom: 20px;}.page-hubert-game__promotion-card-content .page-hubert-game__btn { background-color: var(--primary-color); color: var(--light-text); padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1em; transition: background-color 0.3s ease;}.page-hubert-game__promotion-card-content .page-hubert-game__btn:hover { background-color: var(--secondary-color);}.page-hubert-game__security-support-section { background-color: #222; border-bottom: 1px solid var(--border-color);}.page-hubert-game__security-content { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 30px;}.page-hubert-game__security-item { background-color: #333; padding: 25px; border-radius: 8px; flex: 1 1 calc(33% - 40px); min-width: 280px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); text-align: left;}.page-hubert-game__security-item h3 { color: var(--accent-color); margin-bottom: 15px; font-size: 1.5em;}.page-hubert-game__security-item p { font-size: 1em;}.page-hubert-game__security-item ul { list-style: none; padding: 0;}.page-hubert-game__security-item ul li { margin-bottom: 8px; position: relative; padding-left: 20px;}.page-hubert-game__security-item ul li::before { content: '✓'; color: var(--primary-color); position: absolute; left: 0;}.page-hubert-game__faq-section { background-color: #1a1a1a; border-bottom: 1px solid var(--border-color); text-align: left;}.page-hubert-game__faq-container { max-width: 800px; margin: 0 auto; margin-top: 30px;}.page-hubert-game__faq-item { background-color: #333; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);}.page-hubert-game__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #444; border-bottom: 1px solid #555;}.page-hubert-game__faq-question:hover { background-color: #555;}.page-hubert-game__faq-question h3 { margin: 0; font-size: 1.2em; color: var(--light-text); pointer-events: none;}.page-hubert-game__faq-toggle { font-size: 1.8em; font-weight: bold; color: var(--primary-color); transition: transform 0.3s ease; pointer-events: none;}.page-hubert-game__faq-item.active .page-hubert-game__faq-toggle { transform: rotate(45deg);}.page-hubert-game__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; background-color: #3a3a3a;}.page-hubert-game__faq-item.active .page-hubert-game__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1;}.page-hubert-game__faq-answer p { margin: 0; font-size: 0.95em; line-height: 1.6;}.page-hubert-game__blog-section { background-color: #222;}.page-hubert-game__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px;}.page-hubert-game__blog-card { background-color: #333; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); text-align: left; transition: transform 0.3s ease;}.page-hubert-game__blog-card:hover { transform: translateY(-5px);}@media (max-width: 768px) { .page-hubert-game__hero-section { padding: 80px 15px 60px;}.page-hubert-game__hero-section h1 { font-size: 2.2em;}.page-hubert-game__hero-section p { font-size: 1em;}.page-hubert-game__cta-buttons { flex-direction: column; gap: 15px;}.page-hubert-game__cta-buttons .page-hubert-game__btn { width: 100%;}.page-hubert-game section { padding: 30px 15px;}.page-hubert-game__intro-section h2, .page-hubert-game__quick-access-section h2, .page-hubert-game__games-section h2, .page-hubert-game__promotions-section h2, .page-hubert-game__security-support-section h2, .page-hubert-game__faq-section h2, .page-hubert-game__blog-section h2 { font-size: 1.8em;}.page-hubert-game__intro-item, .page-hubert-game__security-item { flex: 1 1 100%; box-sizing: border-box !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important;}.page-hubert-game__intro-content { flex-direction: column;}.page-hubert-game__quick-access-grid { grid-template-columns: 1fr;}.page-hubert-game__quick-access-grid .page-hubert-game__btn { max-width: 100% !important; box-sizing: border-box !important;}.page-hubert-game__game-grid, .page-hubert-game__promotion-grid, .page-hubert-game__blog-grid { grid-template-columns: 1fr;}.page-hubert-game__game-card, .page-hubert-game__promotion-card, .page-hubert-game__blog-card { max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important;}.page-hubert-game__game-card img, .page-hubert-game__promotion-card img, .page-hubert-game__blog-card img { max-width: 100% !important; height: auto !important;}.page-hubert-game__faq-question h3 { font-size: 1.1em;}.page-hubert-game__faq-answer p { font-size: 0.9em;}.page-hubert-game__security-content { flex-direction: column;}.page-hubert-game__security-item ul li { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important;}.page-hubert-game__security-item ul { padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important;}.page-hubert-game__faq-item { box-sizing: border-box !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important;}}