:root {--primary-color: #e63946; /* A vibrant red for action */--secondary-color: #457b9d; /* A cool blue for contrast */--accent-color: #f1faee; /* Light background */--dark-color: #1d3557; /* Dark text/background */--text-color: #333;--light-text-color: #f1faee;--button-bg: var(--primary-color);--button-text: var(--light-text-color);--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(--accent-color);margin: 0;padding-top: var(--header-offset); /* Ensure content is not hidden by fixed header */}main.page-poppy-playtime-1-steamunlocked {max-width: 1200px;margin: 0 auto;padding: var(--spacing-unit);box-sizing: border-box;}.page-poppy-playtime-1-steamunlocked__section {background-color: #fff;margin-bottom: calc(2 * var(--spacing-unit));padding: calc(2 * var(--spacing-unit));border-radius: var(--border-radius);box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);}.page-poppy-playtime-1-steamunlocked__section-title {color: var(--dark-color);text-align: center;margin-bottom: calc(1.5 * var(--spacing-unit));font-size: 2.2em;font-weight: bold;line-height: 1.2;}.page-poppy-playtime-1-steamunlocked__section-subtitle {color: var(--secondary-color);text-align: center;margin-bottom: calc(2 * var(--spacing-unit));font-size: 1.2em;}.page-poppy-playtime-1-steamunlocked__text-content {text-align: justify;margin-bottom: var(--spacing-unit);}.page-poppy-playtime-1-steamunlocked__button {display: inline-block;background-color: var(--button-bg);color: var(--button-text);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-poppy-playtime-1-steamunlocked__button:hover {background-color: #d12e3e;transform: translateY(-2px);}.page-poppy-playtime-1-steamunlocked__hero {position: relative;background-color: var(--dark-color);color: var(--light-text-color);text-align: center;padding: 100px 20px;border-radius: var(--border-radius);overflow: hidden;margin-bottom: calc(2 * var(--spacing-unit));padding-top: 10px;}.page-poppy-playtime-1-steamunlocked__hero-background {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;opacity: 0.3;z-index: 0;}.page-poppy-playtime-1-steamunlocked__hero-content {position: relative;z-index: 1;max-width: 800px;margin: 0 auto;}.page-poppy-playtime-1-steamunlocked__hero-title {font-size: 3.5em;margin-bottom: var(--spacing-unit);line-height: 1.1;color: var(--light-text-color);text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}.page-poppy-playtime-1-steamunlocked__hero-subtitle {font-size: 1.5em;margin-bottom: calc(2 * var(--spacing-unit));color: var(--accent-color);}.page-poppy-playtime-1-steamunlocked__hero-buttons {display: flex;justify-content: center;gap: var(--spacing-unit);flex-wrap: wrap;}.page-poppy-playtime-1-steamunlocked__payment-providers {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;gap: 30px;width: 100%;max-width: 100%;box-sizing: border-box;margin-bottom: calc(2 * var(--spacing-unit));padding: var(--spacing-unit);background-color: var(--dark-color);border-radius: var(--border-radius);}.page-poppy-playtime-1-steamunlocked__payment-providers-title {width: 100%;text-align: center;color: var(--light-text-color);font-size: 1.8em;margin-bottom: var(--spacing-unit);}.page-poppy-playtime-1-steamunlocked__payment-logo {flex: 0 0 auto;width: 80px;height: 80px;max-width: 80px;max-height: 80px;box-sizing: border-box;background-color: rgba(255, 255, 255, 0.15);border-radius: 50%;display: flex;justify-content: center;align-items: center;overflow: hidden;border: 1px solid rgba(255, 255, 255, 0.2);}.page-poppy-playtime-1-steamunlocked__payment-logo img {display: block;width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;object-fit: contain;}.page-poppy-playtime-1-steamunlocked__payment-logo:hover {background-color: rgba(255, 255, 255, 0.3);}.page-poppy-playtime-1-steamunlocked img {max-width: 100%;height: auto;display: block;margin: 0 auto;border-radius: var(--border-radius);}.page-poppy-playtime-1-steamunlocked__quick-access-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));gap: var(--spacing-unit);margin-top: var(--spacing-unit);}.page-poppy-playtime-1-steamunlocked__quick-access-item {text-align: center;background-color: var(--secondary-color);padding: var(--spacing-unit);border-radius: var(--border-radius);transition: transform 0.3s ease, box-shadow 0.3s ease;color: var(--light-text-color);}.page-poppy-playtime-1-steamunlocked__quick-access-item:hover {transform: translateY(-5px);box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);}.page-poppy-playtime-1-steamunlocked__quick-access-item .page-poppy-playtime-1-steamunlocked__button {width: 100%;margin-top: var(--spacing-unit);background-color: var(--primary-color);}.page-poppy-playtime-1-steamunlocked__games-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: calc(1.5 * var(--spacing-unit));}.page-poppy-playtime-1-steamunlocked__game-card {background-color: var(--accent-color);border-radius: var(--border-radius);overflow: hidden;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);transition: transform 0.3s ease, box-shadow 0.3s ease;display: flex;flex-direction: column;height: 100%;}.page-poppy-playtime-1-steamunlocked__game-card:hover {transform: translateY(-5px);box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);}.page-poppy-playtime-1-steamunlocked__game-card-image {width: 100%;height: 200px;object-fit: cover;}.page-poppy-playtime-1-steamunlocked__game-card-content {padding: var(--spacing-unit);flex-grow: 1;display: flex;flex-direction: column;justify-content: space-between;}.page-poppy-playtime-1-steamunlocked__game-card-title {font-size: 1.4em;margin-top: 0;margin-bottom: var(--spacing-unit);color: var(--dark-color);}.page-poppy-playtime-1-steamunlocked__game-card-description {font-size: 0.95em;color: var(--text-color);margin-bottom: var(--spacing-unit);flex-grow: 1;}.page-poppy-playtime-1-steamunlocked__game-card .page-poppy-playtime-1-steamunlocked__button {margin-top: auto;width: 100%;}.page-poppy-playtime-1-steamunlocked__promotions-list {list-style: none;padding: 0;display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: var(--spacing-unit);}.page-poppy-playtime-1-steamunlocked__promotion-item {background-color: var(--dark-color);color: var(--light-text-color);padding: var(--spacing-unit);border-radius: var(--border-radius);box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);display: flex;flex-direction: column;justify-content: space-between;height: 100%;}.page-poppy-playtime-1-steamunlocked__promotion-title {font-size: 1.5em;margin-top: 0;margin-bottom: var(--spacing-unit);color: var(--primary-color);}.page-poppy-playtime-1-steamunlocked__promotion-description {font-size: 1em;margin-bottom: var(--spacing-unit);flex-grow: 1;}.page-poppy-playtime-1-steamunlocked__promotion-item .page-poppy-playtime-1-steamunlocked__button {width: 100%;margin-top: auto;}.page-poppy-playtime-1-steamunlocked__security-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: var(--spacing-unit);}.page-poppy-playtime-1-steamunlocked__security-item {text-align: center;padding: var(--spacing-unit);background-color: var(--accent-color);border: 1px solid #ddd;border-radius: var(--border-radius);}.page-poppy-playtime-1-steamunlocked__security-icon {width: 80px;height: 80px;margin-bottom: var(--spacing-unit);object-fit: contain;}.page-poppy-playtime-1-steamunlocked__security-title {font-size: 1.2em;color: var(--dark-color);margin-bottom: 8px;}.page-poppy-playtime-1-steamunlocked__security-description {font-size: 0.9em;color: var(--text-color);}.page-poppy-playtime-1-steamunlocked__faq-list {list-style: none;padding: 0;}.page-poppy-playtime-1-steamunlocked__faq-item {background-color: var(--accent-color);border: 1px solid #ddd;border-radius: var(--border-radius);margin-bottom: var(--spacing-unit);overflow: hidden;}.page-poppy-playtime-1-steamunlocked__faq-question {display: flex;justify-content: space-between;align-items: center;padding: var(--spacing-unit);cursor: pointer;background-color: var(--secondary-color);color: var(--light-text-color);font-weight: bold;transition: background-color 0.3s ease;user-select: none;}.page-poppy-playtime-1-steamunlocked__faq-question:hover {background-color: #386685;}.page-poppy-playtime-1-steamunlocked__faq-question h3 {margin: 0;font-size: 1.1em;flex-grow: 1;text-align: left;pointer-events: none;}.page-poppy-playtime-1-steamunlocked__faq-toggle {font-size: 1.5em;line-height: 1;margin-left: var(--spacing-unit);pointer-events: none;transition: transform 0.3s ease;}.page-poppy-playtime-1-steamunlocked__faq-item.active .page-poppy-playtime-1-steamunlocked__faq-toggle {transform: rotate(45deg);}.page-poppy-playtime-1-steamunlocked__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: var(--accent-color);color: var(--text-color);}.page-poppy-playtime-1-steamunlocked__faq-item.active .page-poppy-playtime-1-steamunlocked__faq-answer {max-height: 2000px !important;padding: 20px 15px !important;opacity: 1;}.page-poppy-playtime-1-steamunlocked__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: calc(1.5 * var(--spacing-unit));}.page-poppy-playtime-1-steamunlocked__blog-card {background-color: var(--accent-color);border-radius: var(--border-radius);overflow: hidden;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);transition: transform 0.3s ease, box-shadow 0.3s ease;display: flex;flex-direction: column;height: 100%;}.page-poppy-playtime-1-steamunlocked__blog-card:hover {transform: translateY(-5px);box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);}.page-poppy-playplaytime-1-steamunlocked__blog-card-image {width: 100%;height: 180px;object-fit: cover;}.page-poppy-playtime-1-steamunlocked__blog-card-content {padding: var(--spacing-unit);flex-grow: 1;display: flex;flex-direction: column;justify-content: space-between;}.page-poppy-playtime-1-steamunlocked__blog-card-title {font-size: 1.3em;margin-top: 0;margin-bottom: 10px;color: var(--dark-color);text-decoration: none;font-weight: bold;}.page-poppy-playtime-1-steamunlocked__blog-card-title a {color: inherit;text-decoration: none;}.page-poppy-playtime-1-steamunlocked__blog-card-title a:hover {color: var(--primary-color);}.page-poppy-playtime-1-steamunlocked__blog-card-excerpt {font-size: 0.9em;color: var(--text-color);margin-bottom: var(--spacing-unit);flex-grow: 1;}.page-poppy-playtime-1-steamunlocked__blog-card .page-poppy-playtime-1-steamunlocked__button {margin-top: auto;width: 100%;background-color: var(--secondary-color);}@media (max-width: 768px) {.page-poppy-playtime-1-steamunlocked {padding: 10px;}.page-poppy-playtime-1-steamunlocked__hero {padding: 60px 15px;}.page-poppy-playtime-1-steamunlocked__hero-title {font-size: 2.5em;}.page-poppy-playtime-1-steamunlocked__hero-subtitle {font-size: 1.2em;}.page-poppy-playtime-1-steamunlocked__hero-buttons {flex-direction: column;gap: 10px;}.page-poppy-playtime-1-steamunlocked__button {width: 100%;padding: 10px 20px;}.page-poppy-playtime-1-steamunlocked__section-title {font-size: 1.8em;}.page-poppy-playtime-1-steamunlocked__section-subtitle {font-size: 1em;}.page-poppy-playtime-1-steamunlocked__payment-providers {flex-direction: row;flex-wrap: wrap;justify-content: center;gap: 16px;padding: var(--spacing-unit);}.page-poppy-playtime-1-steamunlocked__payment-logo,.page-poppy-playtime-1-steamunlocked__payment-logo img {width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;}.page-poppy-playtime-1-steamunlocked__quick-access-grid,.page-poppy-playtime-1-steamunlocked__games-grid,.page-poppy-playtime-1-steamunlocked__promotions-list,.page-poppy-playtime-1-steamunlocked__security-grid,.page-poppy-playtime-1-steamunlocked__blog-grid {grid-template-columns: 1fr;gap: var(--spacing-unit);}.page-poppy-playtime-1-steamunlocked__quick-access-item,.page-poppy-playtime-1-steamunlocked__game-card,.page-poppy-playtime-1-steamunlocked__promotion-item,.page-poppy-playtime-1-steamunlocked__security-item,.page-poppy-playtime-1-steamunlocked__blog-card,.page-poppy-playtime-1-steamunlocked__faq-item {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;}.page-poppy-playtime-1-steamunlocked__faq-question {padding: 12px 15px;}.page-poppy-playtime-1-steamunlocked__faq-question h3 {font-size: 1em;}.page-poppy-playtime-1-steamunlocked__faq-answer {padding: 15px !important;}.page-poppy-playtime-1-steamunlocked img {max-width: 100% !important;height: auto !important;box-sizing: border-box !important;}.page-poppy-playtime-1-steamunlocked__game-card-description,.page-poppy-playtime-1-steamunlocked__promotion-description,.page-poppy-playtime-1-steamunlocked__security-description,.page-poppy-playtime-1-steamunlocked__blog-card-excerpt,.page-poppy-playtime-1-steamunlocked__faq-answer p {word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}}@media (max-width: 480px) {.page-poppy-playtime-1-steamunlocked__hero-title {font-size: 2em;}.page-poppy-playtime-1-steamunlocked__hero-subtitle {font-size: 1em;}.page-poppy-playtime-1-steamunlocked__section-title {font-size: 1.5em;}}