/* CSS will go here */.page-table-game-ph-login-free{font-family:'Arial',sans-serif;color:#f0f0f0;background-color:#1a1a2e;line-height:1.6}.page-table-game-ph-login-free__hero-section{position:relative;width:100%;min-height:500px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;padding:10px 20px 50px;box-sizing:border-box}.page-table-game-ph-login-free__hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;opacity:0.4}.page-table-game-ph-login-free__hero-content{position:relative;z-index:2;max-width:900px;padding:20px;background:rgba(0,0,0,0.6);border-radius:10px}.page-table-game-ph-login-free__hero-title{font-size:2.8em;margin-bottom:20px;color:#e0b400;text-shadow:2px 2px 4px rgba(0,0,0,0.7)}.page-table-game-ph-login-free__hero-description{font-size:1.2em;margin-bottom:30px;color:#ffffff}.page-table-game-ph-login-free__hero-buttons{display:flex;gap:20px;justify-content:center}.page-table-game-ph-login-free__cta-button{display:inline-block;padding:15px 30px;background-color:#e0b400;color:#1a1a2e;text-decoration:none;border-radius:5px;font-weight:bold;font-size:1.1em;transition:background-color 0.3s ease,transform 0.3s ease;border:none;cursor:pointer}.page-table-game-ph-login-free__cta-button:hover{background-color:#ffcc33;transform:translateY(-2px)}.page-table-game-ph-login-free__cta-button--secondary{background-color:#333;color:#e0b400;border:2px solid #e0b400}.page-table-game-ph-login-free__cta-button--secondary:hover{background-color:#444;color:#ffcc33}.page-table-game-ph-login-free__section-title{font-size:2.2em;color:#e0b400;text-align:center;margin:60px 20px 20px;text-shadow:1px 1px 3px rgba(0,0,0,0.5)}.page-table-game-ph-login-free__section-description{font-size:1.1em;color:#cccccc;text-align:center;max-width:800px;margin:0 auto 50px;padding:0 20px}.page-table-game-ph-login-free__games-showcase{padding:50px 20px;background-color:#2a2a4a}.page-table-game-ph-login-free__game-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto}.page-table-game-ph-login-free__game-card{background-color:#1a1a2e;border-radius:10px;overflow:hidden;box-shadow:0 8px 16px rgba(0,0,0,0.5);text-align:center;transition:transform 0.3s ease,box-shadow 0.3s ease;display:flex;flex-direction:column;justify-content:space-between}.page-table-game-ph-login-free__game-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgba(0,0,0,0.7)}.page-table-game-ph-login-free__game-image{width:100%;height:200px;object-fit:cover;border-bottom:2px solid #e0b400}.page-table-game-ph-login-free__game-title{font-size:1.5em;color:#e0b400;margin:20px 15px 10px}.page-table-game-ph-login-free__game-description{font-size:0.95em;color:#cccccc;padding:0 15px;flex-grow:1}.page-table-game-ph-login-free__game-button{display:inline-block;padding:10px 20px;background-color:#e0b400;color:#1a1a2e;text-decoration:none;border-radius:5px;font-weight:bold;margin:20px 15px;transition:background-color 0.3s ease}.page-table-game-ph-login-free__game-button:hover{background-color:#ffcc33}.page-table-game-ph-login-free__all-games-cta{text-align:center;margin-top:50px}.page-table-game-ph-login-free__features-section{padding:50px 20px;background-color:#1a1a2e}.page-table-game-ph-login-free__features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto}.page-table-game-ph-login-free__feature-item{background-color:#2a2a4a;border-radius:10px;padding:30px;text-align:center;box-shadow:0 4px 8px rgba(0,0,0,0.3);transition:transform 0.3s ease}.page-table-game-ph-login-free__feature-item:hover{transform:translateY(-5px)}.page-table-game-ph-login-free__feature-icon{width:100px;height:100px;margin-bottom:20px;object-fit:contain;max-width:100%;height:auto}.page-table-game-ph-login-free__feature-title{font-size:1.4em;color:#e0b400;margin-bottom:15px}.page-table-game-ph-login-free__feature-description{font-size:1em;color:#cccccc}.page-table-game-ph-login-free__cta-banner{background-image:url('[GALLERY:banner:1920x400:table game,promo,login,free]');background-size:cover;background-position:center;padding:80px 20px;text-align:center;position:relative;z-index:1}.page-table-game-ph-login-free__cta-banner::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7);z-index:-1}.page-table-game-ph-login-free__cta-content{max-width:800px;margin:0 auto}.page-table-game-ph-login-free__cta-title{font-size:2.5em;color:#e0b400;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,0.7)}.page-table-game-ph-login-free__cta-description{font-size:1.2em;color:#ffffff;margin-bottom:40px}.page-table-game-ph-login-free__faq-section{padding:50px 20px;background-color:#2a2a4a}.page-table-game-ph-login-free__faq-container{max-width:900px;margin:0 auto}.page-table-game-ph-login-free__faq-item{background-color:#1a1a2e;border-radius:8px;margin-bottom:15px;box-shadow:0 4px 8px rgba(0,0,0,0.3);overflow:hidden}.page-table-game-ph-login-free__faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;cursor:pointer;user-select:none;background-color:#333;border-bottom:1px solid #444;transition:background-color 0.3s ease}.page-table-game-ph-login-free__faq-question:hover{background-color:#444}.page-table-game-ph-login-free__faq-title{font-size:1.2em;color:#e0b400;margin:0;pointer-events:none}.page-table-game-ph-login-free__faq-toggle{font-size:1.5em;color:#e0b400;font-weight:bold;pointer-events:none;transition:transform 0.3s ease}.page-table-game-ph-login-free__faq-item.active .page-table-game-ph-login-free__faq-toggle{transform:rotate(45deg)}.page-table-game-ph-login-free__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}.page-table-game-ph-login-free__faq-item.active .page-table-game-ph-login-free__faq-answer{max-height:2000px !important;padding:20px 25px !important;opacity:1}.page-table-game-ph-login-free__faq-answer p{margin:0;color:#cccccc}@media (max-width:768px){.page-table-game-ph-login-free__hero-title{font-size:2em}.page-table-game-ph-login-free__hero-description{font-size:1em}.page-table-game-ph-login-free__hero-buttons{flex-direction:column;gap:15px}.page-table-game-ph-login-free__cta-button{width:100%;max-width:300px;margin:0 auto;padding:12px 20px}.page-table-game-ph-login-free__section-title{font-size:1.8em;margin-top:40px;margin-bottom:15px}.page-table-game-ph-login-free__section-description{font-size:0.9em;margin-bottom:30px}.page-table-game-ph-login-free__game-grid,.page-table-game-ph-login-free__features-grid{grid-template-columns:1fr;padding:0 10px}.page-table-game-ph-login-free__game-card,.page-table-game-ph-login-free__feature-item{margin:0 auto;width:100%;max-width:350px;box-sizing:border-box !important}.page-table-game-ph-login-free__game-image{height:180px}.page-table-game-ph-login-free__cta-title{font-size:1.8em}.page-table-game-ph-login-free__cta-description{font-size:1em}.page-table-game-ph-login-free__faq-question{padding:15px 20px}.page-table-game-ph-login-free__faq-title{font-size:1.1em}.page-table-game-ph-login-free__faq-answer{padding:0 20px}.page-table-game-ph-login-free__faq-item.active .page-table-game-ph-login-free__faq-answer{padding:15px 20px !important}.page-table-game-ph-login-free__hero-image,.page-table-game-ph-login-free__game-image,.page-table-game-ph-login-free__feature-icon{max-width:100% !important;height:auto !important;box-sizing:border-box !important}.page-table-game-ph-login-free__game-card,.page-table-game-ph-login-free__feature-item{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-table-game-ph-login-free__game-grid,.page-table-game-ph-login-free__features-grid,.page-table-game-ph-login-free__faq-container{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-table-game-ph-login-free__game-image,.page-table-game-ph-login-free__feature-icon{min-width:200px;min-height:200px}