.page-poppy-playtime-trophy-guide {font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;color: #333;line-height: 1.6;background-color: #f8f8f8;padding-top: 10px;}.page-poppy-playtime-trophy-guide__hero-section {position: relative;width: 100%;padding: 60px 20px;display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;overflow: hidden;background-color: #222;color: #fff;}.page-poppy-playtime-trophy-guide__hero-image-container {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;opacity: 0.3;}.page-poppy-playtime-trophy-guide__hero-image-container img {width: 100%;height: 100%;object-fit: cover;max-width: 100%;}.page-poppy-playtime-trophy-guide__hero-content {position: relative;z-index: 1;max-width: 900px;}.page-poppy-playtime-trophy-guide__hero-title {font-size: 2.8em;margin-bottom: 20px;color: #f0f0f0;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-poppy-playtime-trophy-guide__highlight {color: #ff4500;}.page-poppy-playtime-trophy-guide__hero-description {font-size: 1.2em;margin-bottom: 30px;max-width: 700px;margin-left: auto;margin-right: auto;color: #e0e0e0;}.page-poppy-playtime-trophy-guide__cta-button {display: inline-block;background-color: #ff4500;color: #fff;padding: 15px 30px;border-radius: 8px;text-decoration: none;font-size: 1.1em;font-weight: bold;transition: background-color 0.3s ease, transform 0.3s ease;border: none;cursor: pointer;}.page-poppy-playtime-trophy-guide__cta-button:hover {background-color: #e63900;transform: translateY(-2px);}.page-poppy-playtime-trophy-guide__section-title {font-size: 2.2em;color: #222;text-align: center;margin-bottom: 30px;padding-top: 40px;}.page-poppy-playtime-trophy-guide__section-text {max-width: 800px;margin: 0 auto 30px auto;text-align: center;font-size: 1.1em;color: #555;}.page-poppy-playtime-trophy-guide__introduction-section,.page-poppy-playtime-trophy-guide__trophy-breakdown,.page-poppy-playtime-trophy-guide__tips-section,.page-poppy-playtime-trophy-guide__faq-section,.page-poppy-playtime-trophy-guide__cta-promo-section {padding: 40px 20px;max-width: 1200px;margin: 0 auto;}.page-poppy-playtime-trophy-guide__gamelogo-showcase {margin-top: 40px;text-align: center;}.page-poppy-playtime-trophy-guide__gamelogo-text {font-size: 1.1em;color: #666;margin-bottom: 20px;}.page-poppy-playtime-trophy-guide__gamelogos {display: flex;flex-wrap: wrap;justify-content: center;gap: 20px;margin-top: 20px;}.page-poppy-playtime-trophy-guide__gamelogo-item {flex-shrink: 0;width: 100px;height: 60px;display: flex;align-items: center;justify-content: center;background-color: #fff;border-radius: 8px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);overflow: hidden;}.page-poppy-playtime-trophy-guide__gamelogo-item img {max-width: 80%;max-height: 80%;object-fit: contain;}.page-poppy-playtime-trophy-guide__chapter-card-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;margin-top: 40px;}.page-poppy-playtime-trophy-guide__chapter-card {background-color: #fff;border-radius: 12px;box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);overflow: hidden;transition: transform 0.3s ease, box-shadow 0.3s ease;display: flex;flex-direction: column;}.page-poppy-playtime-trophy-guide__chapter-card:hover {transform: translateY(-5px);box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);}.page-poppy-playtime-trophy-guide__chapter-image-wrapper {width: 100%;height: 200px;overflow: hidden;}.page-poppy-playtime-trophy-guide__chapter-image-wrapper img {width: 100%;height: 100%;object-fit: cover;max-width: 100%;}.page-poppy-playtime-trophy-guide__chapter-title {font-size: 1.6em;color: #333;padding: 20px 20px 10px;margin: 0;}.page-poppy-playtime-trophy-guide__trophy-list {list-style: none;padding: 0 20px 20px;margin: 0;}.page-poppy-playtime-trophy-guide__trophy-item {margin-bottom: 10px;font-size: 1em;color: #555;}.page-poppy-playtime-trophy-guide__tips-list {list-style: none;padding: 0;margin: 40px auto;max-width: 800px;}.page-poppy-playtime-trophy-guide__tip-item {background-color: #fff;border-left: 5px solid #ff4500;padding: 15px 20px;margin-bottom: 15px;border-radius: 8px;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);font-size: 1.1em;color: #444;box-sizing: border-box;}.page-poppy-playtime-trophy-guide__tip-image-container {width: 100%;max-width: 700px;margin: 40px auto 0;border-radius: 12px;overflow: hidden;box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);}.page-poppy-playtime-trophy-guide__tip-image-container img {width: 100%;height: auto;display: block;max-width: 100%;}.page-poppy-playtime-trophy-guide__faq-container {max-width: 800px;margin: 40px auto;border-radius: 12px;overflow: hidden;box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);background-color: #fff;}.page-poppy-playtime-trophy-guide__faq-item {border-bottom: 1px solid #eee;}.page-poppy-playtime-trophy-guide__faq-item:last-child {border-bottom: none;}.page-poppy-playtime-trophy-guide__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 20px 25px;cursor: pointer;background-color: #fff;transition: background-color 0.3s ease;user-select: none;}.page-poppy-playtime-trophy-guide__faq-question:hover {background-color: #f5f5f5;}.page-poppy-playtime-trophy-guide__faq-question-text {font-size: 1.2em;color: #333;margin: 0;flex-grow: 1;pointer-events: none;}.page-poppy-playtime-trophy-guide__faq-toggle {font-size: 1.5em;color: #ff4500;margin-left: 15px;transition: transform 0.3s ease;pointer-events: none;}.page-poppy-playtime-trophy-guide__faq-answer {max-height: 0;overflow: hidden;padding: 0 25px;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;opacity: 0;color: #555;font-size: 1em;}.page-poppy-playtime-trophy-guide__faq-answer p {margin: 0 0 15px 0;padding-bottom: 5px;}.page-poppy-playtime-trophy-guide__faq-item.active .page-poppy-playtime-trophy-guide__faq-answer {max-height: 2000px !important;padding: 20px 25px !important;opacity: 1;}.page-poppy-playtime-trophy-guide__faq-item.active .page-poppy-playtime-trophy-guide__faq-toggle {transform: rotate(45deg);}.page-poppy-playtime-trophy-guide__cta-promo-section {background-color: #333;color: #fff;text-align: center;padding: 60px 20px;position: relative;overflow: hidden;}.page-poppy-playtime-trophy-guide__cta-promo-section .page-poppy-playtime-trophy-guide__section-title {color: #fff;}.page-poppy-playtime-trophy-guide__cta-promo-section .page-poppy-playtime-trophy-guide__section-text {color: #e0e0e0;margin-bottom: 40px;}.page-poppy-playtime-trophy-guide__cta-button--large {padding: 18px 35px;font-size: 1.2em;background-color: #007bff;}.page-poppy-playtime-trophy-guide__cta-button--large:hover {background-color: #0056b3;}.page-poppy-playtime-trophy-guide__promo-image-container {width: 100%;max-width: 900px;margin: 40px auto 0;border-radius: 12px;overflow: hidden;box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);}.page-poppy-playtime-trophy-guide__promo-image-container img {width: 100%;height: auto;display: block;max-width: 100%;}@media (max-width: 768px) {.page-poppy-playtime-trophy-guide__hero-title {font-size: 2em;}.page-poppy-playtime-trophy-guide__hero-description {font-size: 1em;}.page-poppy-playtime-trophy-guide__section-title {font-size: 1.8em;}.page-poppy-playtime-trophy-guide__section-text {font-size: 1em;}.page-poppy-playtime-trophy-guide__chapter-card-grid {grid-template-columns: 1fr;}.page-poppy-playtime-trophy-guide__chapter-card {margin-bottom: 20px;}.page-poppy-playtime-trophy-guide__tips-list {margin: 20px auto;}.page-poppy-playtime-trophy-guide__tip-item {padding: 12px 15px;font-size: 0.95em;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-poppy-playtime-trophy-guide__tips-list,.page-poppy-playtime-trophy-guide__trophy-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-poppy-playtime-trophy-guide__trophy-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-poppy-playtime-trophy-guide__faq-question {padding: 15px 20px;}.page-poppy-playtime-trophy-guide__faq-question-text {font-size: 1.1em;}.page-poppy-playtime-trophy-guide__faq-answer {padding: 0 20px;}.page-poppy-playtime-trophy-guide__faq-item.active .page-poppy-playtime-trophy-guide__faq-answer {padding: 15px 20px !important;}.page-poppy-playtime-trophy-guide__faq-toggle {transform: rotate(45deg);}.page-poppy-playtime-trophy-guide__cta-button {padding: 12px 25px;font-size: 1em;}.page-poppy-playtime-trophy-guide__cta-button--large {padding: 15px 30px;font-size: 1.1em;}.page-poppy-playtime-trophy-guide__hero-section,.page-poppy-playtime-trophy-guide__introduction-section,.page-poppy-playtime-trophy-guide__trophy-breakdown,.page-poppy-playtime-trophy-guide__tips-section,.page-poppy-playtime-trophy-guide__faq-section,.page-poppy-playtime-trophy-guide__cta-promo-section {padding: 30px 15px;}.page-poppy-playtime-trophy-guide__gamelogo-item {width: 80px;height: 50px;}.page-poppy-playtime-trophy-guide__hero-image-container img,.page-poppy-playtime-trophy-guide__chapter-image-wrapper img,.page-poppy-playtime-trophy-guide__tip-image-container img,.page-poppy-playtime-trophy-guide__promo-image-container img {max-width: 100% !important;height: auto !important;box-sizing: border-box !important;}.page-poppy-playtime-trophy-guide__hero-image-container,.page-poppy-playtime-trophy-guide__chapter-image-wrapper,.page-poppy-playtime-trophy-guide__tip-image-container,.page-poppy-playtime-trophy-guide__promo-image-container {width: 100% !important;max-width: 100% !important;overflow: hidden !important;box-sizing: border-box !important;}}@media (max-width: 375px) {.page-poppy-playtime-trophy-guide__hero-title {font-size: 1.8em;}.page-poppy-playtime-trophy-guide__hero-description {font-size: 0.9em;}.page-poppy-playtime-trophy-guide__section-title {font-size: 1.6em;}.page-poppy-playtime-trophy-guide__cta-button {padding: 10px 20px;font-size: 0.9em;}.page-poppy-playtime-trophy-guide__gamelogo-item {width: 70px;height: 45px;}}