:root { --primary-color: #FFD700; /* Gold */ --secondary-color: #1A1A2E; /* Dark Blue */ --text-color: #E0E0E0; /* Light Gray */ --background-color: #0F0F1A; /* Very Dark Blue */ --accent-color: #FF416C; /* Pink */ --border-radius: 8px; --spacing-unit: 16px; --header-offset: 122px; /* Default for shared header */ }body { font-family: 'Arial', sans-serif; line-height: 1.6; color: var(--text-color); background-color: var(--background-color); margin: 0; padding-top: var(--header-offset); /* Ensure content is not hidden by fixed header */ box-sizing: border-box; overflow-x: hidden; }.page-playtime-cheat-code { max-width: 1200px; margin: 0 auto; padding: var(--spacing-unit); box-sizing: border-box; }.page-playtime-cheat-code__section-title { font-size: 2.5em; color: var(--primary-color); text-align: center; margin-bottom: calc(2 * var(--spacing-unit)); text-transform: uppercase; letter-spacing: 1px; padding-top: var(--spacing-unit); }.page-playtime-cheat-code__section-subtitle { font-size: 1.5em; color: var(--text-color); text-align: center; margin-bottom: calc(2 * var(--spacing-unit)); max-width: 800px; margin-left: auto; margin-right: auto; }.page-playtime-cheat-code__button { display: inline-block; background-color: var(--primary-color); color: var(--secondary-color); padding: 12px 25px; border-radius: var(--border-radius); text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; text-align: center; white-space: nowrap; border: none; cursor: pointer; }.page-playtime-cheat-code__button:hover { background-color: var(--accent-color); color: white; transform: translateY(-2px); }.page-playtime-cheat-code__image { max-width: 100%; height: auto; border-radius: var(--border-radius); display: block; margin: 0 auto; object-fit: cover; }.page-playtime-cheat-code__hero-section { position: relative; background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); color: white; text-align: center; padding: 10px 0 60px 0; /* Adjusted padding-top to avoid double header offset */ display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 500px; overflow: hidden; box-sizing: border-box; }.page-playtime-cheat-code__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; }.page-playtime-cheat-code__hero-content { position: relative; z-index: 1; max-width: 900px; padding: var(--spacing-unit); box-sizing: border-box; }.page-playtime-cheat-code__hero-title { font-size: 3.5em; margin-bottom: var(--spacing-unit); line-height: 1.1; color: var(--primary-color); text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }.page-playtime-cheat-code__hero-subtitle { font-size: 1.5em; margin-bottom: calc(2 * var(--spacing-unit)); font-weight: normal; color: var(--text-color); }.page-playtime-cheat-code__hero-buttons { display: flex; gap: var(--spacing-unit); justify-content: center; flex-wrap: wrap; }.page-playtime-cheat-code__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: calc(2 * var(--spacing-unit)) var(--spacing-unit); background-color: var(--secondary-color); border-bottom: 1px solid rgba(255, 255, 255, 0.1); }.page-playtime-cheat-code__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; }.page-playtime-cheat-code__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-playtime-cheat-code__introduction-section { padding: calc(3 * var(--spacing-unit)) 0; text-align: center; }.page-playtime-cheat-code__introduction-text { max-width: 900px; margin: 0 auto; font-size: 1.1em; line-height: 1.8; }.page-playtime-cheat-code__introduction-text p { margin-bottom: var(--spacing-unit); }.page-playtime-cheat-code__quick-access-section { padding: calc(3 * var(--spacing-unit)) 0; background-color: var(--secondary-color); text-align: center; }.page-playtime-cheat-code__access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: var(--spacing-unit); max-width: 1000px; margin: 0 auto; padding: 0 var(--spacing-unit); }.page-playtime-cheat-code__access-item { background-color: var(--background-color); padding: var(--spacing-unit); border-radius: var(--border-radius); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; }.page-playtime-cheat-code__access-item:hover { transform: translateY(-5px); }.page-playtime-cheat-code__access-item h3 { color: var(--primary-color); margin-top: 0; font-size: 1.2em; margin-bottom: var(--spacing-unit); }.page-playtime-cheat-code__games-section { padding: calc(3 * var(--spacing-unit)) 0; text-align: center; }.page-playtime-cheat-code__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: calc(2 * var(--spacing-unit)); max-width: 1100px; margin: 0 auto; padding: 0 var(--spacing-unit); }.page-playtime-cheat-code__game-card { background-color: var(--secondary-color); border-radius: var(--border-radius); overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; display: flex; flex-direction: column; }.page-playtime-cheat-code__game-card:hover { transform: translateY(-8px); }.page-playtime-cheat-code__game-card-image-wrapper { width: 100%; height: 200px; /* Fixed height for image consistency */ overflow: hidden; }.page-playtime-cheat-code__game-card-image { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }.page-playtime-cheat-code__game-card:hover .page-playtime-cheat-code__game-card-image { transform: scale(1.05); }.page-playtime-cheat-code__game-card-content { padding: var(--spacing-unit); flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-playtime-cheat-code__game-card-title { color: var(--primary-color); font-size: 1.4em; margin-top: 0; margin-bottom: var(--spacing-unit); }.page-playtime-cheat-code__game-card-description { font-size: 0.95em; color: var(--text-color); margin-bottom: var(--spacing-unit); flex-grow: 1; }.page-playtime-cheat-code__promotions-section { padding: calc(3 * var(--spacing-unit)) 0; background-color: var(--background-color); }.page-playtime-cheat-code__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: calc(2 * var(--spacing-unit)); max-width: 1100px; margin: 0 auto; padding: 0 var(--spacing-unit); }.page-playtime-cheat-code__promotion-card { background-color: var(--secondary-color); border-radius: var(--border-radius); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); padding: calc(1.5 * var(--spacing-unit)); text-align: left; transition: transform 0.3s ease; }.page-playtime-cheat-code__promotion-card:hover { transform: translateY(-5px); }.page-playtime-cheat-code__promotion-card h3 { color: var(--primary-color); font-size: 1.3em; margin-top: 0; margin-bottom: var(--spacing-unit); }.page-playtime-cheat-code__promotion-card p { font-size: 0.95em; margin-bottom: calc(1.5 * var(--spacing-unit)); }.page-playtime-cheat-code__security-support-section { padding: calc(3 * var(--spacing-unit)) 0; text-align: center; background-color: var(--secondary-color); }.page-playtime-cheat-code__security-content { max-width: 900px; margin: 0 auto; padding: 0 var(--spacing-unit); }.page-playtime-cheat-code__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: calc(1.5 * var(--spacing-unit)); margin-top: calc(2 * var(--spacing-unit)); }.page-playtime-cheat-code__feature-item { flex: 1 1 calc(33% - 30px); /* Adjust for 3 columns on larger screens */ min-width: 280px; background-color: var(--background-color); padding: var(--spacing-unit); border-radius: var(--border-radius); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); text-align: center; }.page-playtime-cheat-code__feature-item h3 { color: var(--primary-color); font-size: 1.2em; margin-top: 0; margin-bottom: var(--spacing-unit); }.page-playtime-cheat-code__feature-item p { font-size: 0.9em; color: var(--text-color); }.page-playtime-cheat-code__faq-section { padding: calc(3 * var(--spacing-unit)) 0; }.page-playtime-cheat-code__faq-container { max-width: 900px; margin: 0 auto; padding: 0 var(--spacing-unit); }.page-playtime-cheat-code__faq-item { background-color: var(--secondary-color); border-radius: var(--border-radius); margin-bottom: var(--spacing-unit); overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }.page-playtime-cheat-code__faq-question { display: flex; justify-content: space-between; align-items: center; padding: var(--spacing-unit) calc(1.5 * var(--spacing-unit)); cursor: pointer; user-select: none; background-color: var(--background-color); color: var(--primary-color); font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }.page-playtime-cheat-code__faq-question:hover { background-color: #1a1a38; /* Slightly lighter than background-color */ }.page-playtime-cheat-code__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; /* Allow click on parent div */ color: var(--primary-color); font-size: 1.1em; }.page-playtime-cheat-code__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: var(--spacing-unit); transition: transform 0.3s ease; pointer-events: none; /* Allow click on parent div */ color: var(--primary-color); }.page-playtime-cheat-code__faq-item.active .page-playtime-cheat-code__faq-toggle { transform: rotate(45deg); }.page-playtime-cheat-code__faq-answer { max-height: 0; overflow: hidden; padding: 0 calc(1.5 * var(--spacing-unit)); 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: var(--secondary-color); color: var(--text-color); }.page-playtime-cheat-code__faq-item.active .page-playtime-cheat-code__faq-answer { max-height: 2000px !important; /* Sufficiently large */ padding: var(--spacing-unit) calc(1.5 * var(--spacing-unit)) !important; opacity: 1; }.page-playtime-cheat-code__faq-answer p { margin-top: 0; margin-bottom: var(--spacing-unit); }.page-playtime-cheat-code__blog-section { padding: calc(3 * var(--spacing-unit)) 0; background-color: var(--background-color); }.page-playtime-cheat-code__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: calc(2 * var(--spacing-unit)); max-width: 1100px; margin: 0 auto; padding: 0 var(--spacing-unit); }.page-playtime-cheat-code__blog-card { background-color: var(--secondary-color); border-radius: var(--border-radius); overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; display: flex; flex-direction: column; }.page-playtime-cheat-code__blog-card:hover { transform: translateY(-8px); }.page-playtime-cheat-code__blog-card-image-wrapper { width: 100%; height: 180px; overflow: hidden; }.page-playtime-cheat-code__blog-card-image { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }.page-playtime-cheat-code__blog-card:hover .page-playtime-cheat-code__blog-card-image { transform: scale(1.05); }.page-playtime-cheat-code__blog-card-content { padding: var(--spacing-unit); flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-playtime-cheat-code__blog-card-title { color: var(--primary-color); font-size: 1.3em; margin-top: 0; margin-bottom: var(--spacing-unit); }.page-playtime-cheat-code__blog-card-meta { font-size: 0.85em; color: #999; margin-bottom: var(--spacing-unit); }.page-playtime-cheat-code__blog-card-excerpt { font-size: 0.95em; color: var(--text-color); margin-bottom: var(--spacing-unit); flex-grow: 1; }.text-primary { color: var(--primary-color); }@media (max-width: 768px) { .page-playtime-cheat-code { padding: var(--spacing-unit) 0; }.page-playtime-cheat-code__section-title { font-size: 2em; }.page-playtime-cheat-code__section-subtitle { font-size: 1.2em; padding: 0 var(--spacing-unit); }.page-playtime-cheat-code__hero-section { min-height: 400px; padding-bottom: 40px; }.page-playtime-cheat-code__hero-title { font-size: 2.5em; }.page-playtime-cheat-code__hero-subtitle { font-size: 1.2em; }.page-playtime-cheat-code__hero-buttons { flex-direction: column; gap: calc(0.8 * var(--spacing-unit)); }.page-playtime-cheat-code__button { width: 80%; max-width: 300px; margin: 0 auto; }.page-playtime-cheat-code__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: var(--spacing-unit) 0; }.page-playtime-cheat-code__payment-logo, .page-playtime-cheat-code__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-playtime-cheat-code__access-grid, .page-playtime-cheat-code__games-grid, .page-playtime-cheat-code__promotions-grid, .page-playtime-cheat-code__blog-grid { grid-template-columns: 1fr; padding: 0 var(--spacing-unit); }.page-playtime-cheat-code__feature-item { flex: 1 1 100%; }.page-playtime-cheat-code__access-grid > *, .page-playtime-cheat-code__games-grid > *, .page-playtime-cheat-code__promotions-grid > *, .page-playtime-cheat-code__feature-item, .page-playtime-cheat-code__blog-grid > * { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: var(--spacing-unit) !important; padding-right: var(--spacing-unit) !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-playtime-cheat-code__faq-container { padding: 0 var(--spacing-unit); }.page-playtime-cheat-code__faq-question { padding: var(--spacing-unit); font-size: 1em; }.page-playtime-cheat-code__faq-question h3 { font-size: 1em; }.page-playtime-cheat-code__faq-answer { padding: var(--spacing-unit) !important; }.page-playtime-cheat-code__blog-card-title { font-size: 1.2em; }}@media (max-width: 480px) { .page-playtime-cheat-code__hero-title { font-size: 2em; }.page-playtime-cheat-code__hero-subtitle { font-size: 1em; }}