:root { --page-747-ph-live__primary-color: #FFD700; --page-747-ph-live__secondary-color: #000000; --page-747-ph-live__accent-color: #DC143C; --page-747-ph-live__text-light: #FFFFFF; --page-747-ph-live__text-dark: #333333; --page-747-ph-live__bg-dark: #1a1a1a; --page-747-ph-live__bg-light: #f5f5f5; --page-747-ph-live__button-padding: 12px 25px; --page-747-ph-live__border-radius: 8px; }.page-747-ph-live { font-family: 'Arial', sans-serif; color: var(--page-747-ph-live__text-light); background-color: var(--page-747-ph-live__bg-dark); line-height: 1.6; overflow-x: hidden; padding-top: 10px; }.page-747-ph-live__section { padding: 40px 20px; margin-bottom: 20px; text-align: center; }.page-747-ph-live__section--dark { background-color: var(--page-747-ph-live__bg-dark); }.page-747-ph-live__section--light { background-color: var(--page-747-ph-live__bg-light); color: var(--page-747-ph-live__text-dark); }.page-747-ph-live__title { font-size: 2.5em; margin-bottom: 20px; color: var(--page-747-ph-live__primary-color); }.page-747-ph-live__subtitle { font-size: 1.8em; margin-bottom: 15px; color: var(--page-747-ph-live__text-light); }.page-747-ph-live__text { font-size: 1.1em; max-width: 800px; margin: 0 auto 30px auto; color: var(--page-747-ph-live__text-light); }.page-747-ph-live__button { display: inline-block; background-color: var(--page-747-ph-live__primary-color); color: var(--page-747-ph-live__secondary-color, #000000); padding: var(--page-747-ph-live__button-padding); border-radius: var(--page-747-ph-live__border-radius); text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1em; text-align: center; }.page-747-ph-live__button:hover { background-color: #FFC400; transform: translateY(-2px); }.page-747-ph-live__hero-section { position: relative; background-color: var(--page-747-ph-live__bg-dark); padding: 60px 20px 40px; overflow: hidden; }.page-747-ph-live__hero-background-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; }.page-747-ph-live__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; text-align: center; color: var(--page-747-ph-live__text-light); }.page-747-ph-live__hero-title { font-size: 3em; margin-bottom: 15px; color: var(--page-747-ph-live__primary-color); text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); line-height: 1.2; }.page-747-ph-live__hero-description { font-size: 1.3em; margin-bottom: 30px; color: var(--page-747-ph-live__text-light); text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }.page-747-ph-live__hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-747-ph-live__about-section { background-color: var(--page-747-ph-live__bg-dark); }.page-747-ph-live__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; max-width: 1200px; margin: 0 auto; }.page-747-ph-live__game-card { background-color: #2a2a2a; border-radius: var(--page-747-ph-live__border-radius); overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; padding-bottom: 20px; display: flex; flex-direction: column; justify-content: space-between; box-sizing: border-box; }.page-747-ph-live__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5); }.page-747-ph-live__game-card-image { width: 100%; height: 200px; object-fit: cover; display: block; margin-bottom: 15px; max-width: 100%; height: auto; }.page-747-ph-live__game-card-title { font-size: 1.4em; color: var(--page-747-ph-live__primary-color); margin: 0 15px 10px; }.page-747-ph-live__game-card-description { font-size: 0.95em; color: #cccccc; margin: 0 15px 20px; flex-grow: 1; }.page-747-ph-live__game-card .page-747-ph-live__button { margin-top: auto; }.page-747-ph-live__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; max-width: 1200px; margin: 0 auto; }.page-747-ph-live__promotion-card { background-color: #2a2a2a; border-radius: var(--page-747-ph-live__border-radius); overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); text-align: left; display: flex; flex-direction: column; box-sizing: border-box; }.page-747-ph-live__promotion-card-image { width: 100%; height: 220px; object-fit: cover; display: block; max-width: 100%; height: auto; }.page-747-ph-live__promotion-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-747-ph-live__promotion-card-title { font-size: 1.3em; color: var(--page-747-ph-live__primary-color); margin-bottom: 10px; }.page-747-ph-live__promotion-card-description { font-size: 0.95em; color: #cccccc; margin-bottom: 20px; flex-grow: 1; }.page-747-ph-live__faq-list { max-width: 900px; margin: 0 auto; list-style: none; padding: 0; }.page-747-ph-live__faq-item { background-color: #2a2a2a; margin-bottom: 15px; border-radius: var(--page-747-ph-live__border-radius); overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }.page-747-ph-live__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #3a3a3a; color: var(--page-747-ph-live__primary-color); cursor: pointer; user-select: none; font-weight: bold; transition: background-color 0.3s ease; }.page-747-ph-live__faq-question:hover { background-color: #4a4a4a; }.page-747-ph-live__faq-question h3 { margin: 0; font-size: 1.1em; color: inherit; pointer-events: none; }.page-747-ph-live__faq-toggle { font-size: 1.5em; line-height: 1; transition: transform 0.3s ease; pointer-events: none; }.page-747-ph-live__faq-item.active .page-747-ph-live__faq-toggle { transform: rotate(45deg); }.page-747-ph-live__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; color: #cccccc; text-align: left; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-747-ph-live__faq-item.active .page-747-ph-live__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-747-ph-live__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; }.page-747-ph-live__floating-button { background-color: var(--page-747-ph-live__accent-color); color: var(--page-747-ph-live__text-light); padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); transition: background-color 0.3s ease, transform 0.3s ease; text-align: center; min-width: 100px; }.page-747-ph-live__floating-button:hover { background-color: #CC0000; transform: translateY(-3px); }@media (max-width: 768px) { .page-747-ph-live__title { font-size: 2em; } .page-747-ph-live__subtitle { font-size: 1.5em; } .page-747-ph-live__text { font-size: 1em; } .page-747-ph-live__hero-title { font-size: 2.2em; } .page-747-ph-live__hero-description { font-size: 1em; } .page-747-ph-live__hero-buttons { flex-direction: column; gap: 15px; } .page-747-ph-live__game-categories { grid-template-columns: 1fr; } .page-747-ph-live__game-card { 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; word-break: break-word !important; } .page-747-ph-live__promotions-grid { grid-template-columns: 1fr; } .page-747-ph-live__promotion-card { 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; word-break: break-word !important; } .page-747-ph-live__faq-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 10px !important; margin-left: 0 !important; margin-right: 0 !important; } .page-747-ph-live__faq-item { margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-747-ph-live__faq-question { padding: 12px 15px; } .page-747-ph-live__faq-question h3 { font-size: 1em; } .page-747-ph-live__faq-answer { padding: 15px !important; } .page-747-ph-live__floating-buttons { bottom: 15px; right: 15px; gap: 10px; } .page-747-ph-live__floating-button { padding: 10px 15px; min-width: 80px; font-size: 0.9em; }}