.page-game-ph-log-in { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #e0e0e0; background-color: #1a1a2e; line-height: 1.6; overflow-x: hidden; padding-top: 10px; box-sizing: border-box;}.page-game-ph-log-in__section-title { font-size: 2.5em; color: #e94560; text-align: center; margin-bottom: 40px; padding-top: 40px; position: relative;}.page-game-ph-log-in__section-title::after { content: ''; display: block; width: 80px; height: 4px; background-color: #e94560; margin: 10px auto 0; border-radius: 2px;}.page-game-ph-log-in__btn { display: inline-block; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; cursor: pointer; text-align: center; white-space: nowrap;}.page-game-ph-log-in__btn--primary { background-color: #e94560; color: #ffffff; border: 2px solid #e94560;}.page-game-ph-log-in__btn--primary:hover { background-color: #d13a53; transform: translateY(-2px);}.page-game-ph-log-in__btn--secondary { background-color: transparent; color: #e94560; border: 2px solid #e94560;}.page-game-ph-log-in__btn--secondary:hover { background-color: rgba(233, 69, 96, 0.1); transform: translateY(-2px);}.page-game-ph-log-in__hero-section { position: relative; width: 100%; height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; margin-bottom: 50px; padding: 20px; box-sizing: border-box;}.page-game-ph-log-in__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1;}.page-game-ph-log-in__hero-content { position: relative; z-index: 2; max-width: 800px; background-color: rgba(0, 0, 0, 0.6); padding: 40px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);}.page-game-ph-log-in__hero-title { font-size: 3.5em; color: #f0f0f0; margin-bottom: 15px; line-height: 1.2;}.page-game-ph-log-in__hero-subtitle { font-size: 1.3em; color: #cccccc; margin-bottom: 30px;}.page-game-ph-log-in__hero-buttons { display: flex; justify-content: center; gap: 20px;}.page-game-ph-log-in__hero-btn { padding: 15px 35px; font-size: 1.1em;}.page-game-ph-log-in__partner-section { padding: 50px 20px; background-color: #1a1a2e; text-align: center;}.page-game-ph-log-in__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box;}.page-game-ph-log-in__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; background-color: #272740; border-radius: 8px; display: flex; justify-content: center; align-items: center; padding: 10px; box-shadow: 0 2px 5px rgba(0,0,0,0.2);}.page-game-ph-log-in__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain;}.page-game-ph-log-in__intro-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; text-align: center;}.page-game-ph-log-in__intro-text { font-size: 1.1em; color: #cccccc; margin-bottom: 30px; max-width: 800px;}.page-game-ph-log-in__intro-image { width: 100%; max-width: 700px; height: auto; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); object-fit: cover;}.page-game-ph-log-in__quick-access-section { padding: 60px 20px; background-color: #1e1e3b;}.page-game-ph-log-in__access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto;}.page-game-ph-log-in__access-item { background-color: #272740; padding: 30px 20px; border-radius: 10px; text-align: center; text-decoration: none; color: #e0e0e0; display: flex; flex-direction: column; align-items: center; transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}.page-game-ph-log-in__access-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);}.page-game-ph-log-in__access-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 15px;}.page-game-ph-log-in__access-text { font-size: 1.2em; font-weight: bold;}.page-game-ph-log-in__games-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto;}.page-game-ph-log-in__game-tabs { background-color: #272740; border-radius: 10px; padding: 30px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);}.page-game-ph-log-in__tab-buttons { display: flex; justify-content: center; flex-wrap: wrap; margin-bottom: 30px; gap: 10px;}.page-game-ph-log-in__tab-btn { background-color: #3e2c41; color: #f0f0f0; border: none; padding: 12px 25px; border-radius: 25px; cursor: pointer; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; white-space: nowrap;}.page-game-ph-log-in__tab-btn:hover { background-color: #e94560; transform: translateY(-2px);}.page-game-ph-log-in__tab-btn.active { background-color: #e94560; color: #ffffff; font-weight: bold;}.page-game-ph-log-in__tab-content { padding: 20px 0;}.page-game-ph-log-in__tab-pane { display: none; text-align: center; animation: fadeIn 0.5s ease-in-out;}.page-game-ph-log-in__tab-pane.active { display: block;}.page-game-ph-log-in__tab-pane-title { font-size: 2em; color: #e94560; margin-bottom: 15px;}.page-game-ph-log-in__tab-pane p { color: #cccccc; margin-bottom: 25px;}.page-game-ph-log-in__tab-image { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 25px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); object-fit: cover;}.page-game-ph-log-in__tab-btn-link { display: inline-block; padding: 12px 30px; font-size: 1em; background-color: #e94560; color: #ffffff; border: 2px solid #e94560; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; cursor: pointer; text-align: center; white-space: nowrap;}.page-game-ph-log-in__tab-btn-link:hover { background-color: #d13a53; transform: translateY(-2px);}.page-game-ph-log-in__promotions-section { padding: 60px 20px; background-color: #1e1e3b;}.page-game-ph-log-in__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto;}.page-game-ph-log-in__promo-card { background-color: #272740; border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease;}.page-game-ph-log-in__promo-card:hover { transform: translateY(-5px);}.page-game-ph-log-in__promo-image { width: 100%; height: 200px; object-fit: cover;}.page-game-ph-log-in__promo-title { font-size: 1.5em; color: #e94560; margin: 20px 15px 10px; padding: 0;}.page-game-ph-log-in__promo-description { color: #cccccc; padding: 0 15px 20px; font-size: 0.95em;}.page-game-ph-log-in__promo-btn { display: inline-block; margin-bottom: 20px; font-size: 0.9em; padding: 10px 20px; background-color: #e94560; color: #ffffff; border: 2px solid #e94560; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; cursor: pointer; text-align: center; white-space: nowrap;}.page-game-ph-log-in__promo-btn:hover { background-color: #d13a53; transform: translateY(-2px);}.page-game-ph-log-in__security-service-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center;}.page-game-ph-log-in__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 40px;}.page-game-ph-log-in__security-item { background-color: #272740; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);}.page-game-ph-log-in__security-icon { width: 120px; height: 120px; object-fit: contain; margin-bottom: 20px;}.page-game-ph-log-in__security-title { font-size: 1.4em; color: #e94560; margin-bottom: 10px;}.page-game-ph-log-in__security-item p { color: #cccccc;}.page-game-ph-log-in__contact-btn { display: inline-block; font-size: 1.1em; padding: 15px 35px; background-color: #e94560; color: #ffffff; border: 2px solid #e94560; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; cursor: pointer; text-align: center; white-space: nowrap;}.page-game-ph-log-in__contact-btn:hover { background-color: #d13a53; transform: translateY(-2px);}.page-game-ph-log-in__faq-section { padding: 60px 20px; background-color: #1e1e3b;}.page-game-ph-log-in__faq-container { max-width: 900px; margin: 0 auto;}.page-game-ph-log-in__faq-item { background-color: #272740; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);}.page-game-ph-log-in__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #3e2c41; cursor: pointer; color: #f0f0f0; font-size: 1.15em; font-weight: bold; user-select: none; transition: background-color 0.3s ease;}.page-game-ph-log-in__faq-question:hover { background-color: #e94560;}.page-game-ph-log-in__faq-q-text { margin: 0; pointer-events: none; color: inherit;}.page-game-ph-log-in__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease;}.page-game-ph-log-in__faq-item.active .page-game-ph-log-in__faq-toggle { transform: rotate(45deg);}.page-game-ph-log-in__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; color: #cccccc; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0;}.page-game-ph-log-in__faq-item.active .page-game-ph-log-in__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1;}.page-game-ph-log-in__faq-answer p { margin: 0; color: inherit;}.page-game-ph-log-in__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto;}.page-game-ph-log-in__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px;}.page-game-ph-log-in__blog-card { background-color: #272740; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease;}.page-game-ph-log-in__blog-card:hover { transform: translateY(-5px);}.page-game-ph-log-in__blog-image { width: 100%; height: 200px; object-fit: cover;}.page-game-ph-log-in__blog-title { font-size: 1.4em; color: #e94560; margin: 20px 15px 10px; padding: 0;}.page-game-ph-log-in__blog-excerpt { color: #cccccc; padding: 0 15px 15px; font-size: 0.95em;}.page-game-ph-log-in__blog-link { display: block; text-align: center; padding: 10px 15px; background-color: #e94560; color: #ffffff; text-decoration: none; font-weight: bold; border-radius: 0 0 10px 10px; transition: background-color 0.3s ease;}.page-game-ph-log-in__blog-link:hover { background-color: #d13a53;}.page-game-ph-log-in img:not(.page-game-ph-log-in__payment-logo img) { max-width: 100%; height: auto; box-sizing: border-box;}@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; }}@media (max-width: 768px) { .page-game-ph-log-in { padding-top: 5px; } .page-game-ph-log-in__section-title { font-size: 1.8em; margin-bottom: 25px; padding-top: 30px; } .page-game-ph-log-in__hero-section { height: auto; padding: 20px 15px; flex-direction: column; } .page-game-ph-log-in__hero-content { padding: 30px 20px; margin-top: 50px; } .page-game-ph-log-in__hero-title { font-size: 2em; } .page-game-ph-log-in__hero-subtitle { font-size: 1em; } .page-game-ph-log-in__hero-buttons { flex-direction: column; gap: 15px; } .page-game-ph-log-in__hero-btn { width: 100%; max-width: 280px; margin: 0 auto; padding: 12px 20px; font-size: 1em; } .page-game-ph-log-in__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-game-ph-log-in__payment-logo, .page-game-ph-log-in__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-game-ph-log-in__intro-section, .page-game-ph-log-in__quick-access-section, .page-game-ph-log-in__games-section, .page-game-ph-log-in__promotions-section, .page-game-ph-log-in__security-service-section, .page-game-ph-log-in__faq-section, .page-game-ph-log-in__blog-section { padding: 40px 15px; } .page-game-ph-log-in__access-grid, .page-game-ph-log-in__promo-grid, .page-game-ph-log-in__security-grid, .page-game-ph-log-in__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-game-ph-log-in__access-item, .page-game-ph-log-in__promo-card, .page-game-ph-log-in__security-item, .page-game-ph-log-in__blog-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; } .page-game-ph-log-in__tab-buttons { flex-direction: column; align-items: center; } .page-game-ph-log-in__tab-btn { width: 100%; max-width: 250px; margin-bottom: 10px; } .page-game-ph-log-in__tab-pane-title { font-size: 1.6em; } .page-game-ph-log-in__faq-question { padding: 15px 20px; font-size: 1em; } .page-game-ph-log-in__faq-answer { padding: 0 20px; } .page-game-ph-log-in__faq-item.active .page-game-ph-log-in__faq-answer { padding: 15px 20px !important; } .page-game-ph-log-in__intro-image, .page-game-ph-log-in__tab-image, .page-game-ph-log-in__promo-image, .page-game-ph-log-in__security-icon, .page-game-ph-log-in__blog-image, .page-game-ph-log-in__access-icon { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }}