.page-poppy-playtime-chapter-5-fan-games { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-poppy-playtime-chapter-5-fan-games__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; }.page-poppy-playtime-chapter-5-fan-games__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); }.page-poppy-playtime-chapter-5-fan-games__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-poppy-playtime-chapter-5-fan-games__section-title { font-size: 2.5em; color: #2c3e50; text-align: center; margin-bottom: 30px; position: relative; padding-bottom: 15px; }.page-poppy-playtime-chapter-5-fan-games__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #e74c3c; border-radius: 2px; }.page-poppy-playtime-chapter-5-fan-games__section-title--light { color: #ecf0f1; }.page-poppy-playtime-chapter-5-fan-games__section-title--light::after { background-color: #3498db; }.page-poppy-playtime-chapter-5-fan-games__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:gaming,adventure,fan_games]') no-repeat center center/cover; color: #fff; text-align: center; padding: 100px 20px; border-radius: 0; box-shadow: none; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 500px; padding-top: 10px; }.page-poppy-playtime-chapter-5-fan-games__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); }.page-poppy-playtime-chapter-5-fan-games__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5); max-width: 800px; }.page-poppy-playtime-chapter-5-fan-games__btn { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1.1em; }.page-poppy-playtime-chapter-5-fan-games__btn:hover { background-color: #c0392b; transform: translateY(-3px); }.page-poppy-playtime-chapter-5-fan-games__intro-content { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; }.page-poppy-playtime-chapter-5-fan-games__intro-text { flex: 1; min-width: 300px; }.page-poppy-playtime-chapter-5-fan-games__intro-text h2 { color: #e74c3c; font-size: 1.8em; margin-bottom: 15px; }.page-poppy-playtime-chapter-5-fan-games__intro-image { flex: 1; min-width: 300px; text-align: center; }.page-poppy-playtime-chapter-5-fan-games__intro-image img { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }.page-poppy-playtime-chapter-5-fan-games__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; text-align: center; }.page-poppy-playtime-chapter-5-fan-games__quick-access-item { background-color: #f39c12; padding: 30px 20px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-poppy-playtime-chapter-5-fan-games__quick-access-item:hover { transform: translateY(-5px); }.page-poppy-playtime-chapter-5-fan-games__quick-access-item h3 { color: #fff; margin-bottom: 15px; font-size: 1.5em; }.page-poppy-playtime-chapter-5-fan-games__quick-access-item .page-poppy-playtime-chapter-5-fan-games__btn { background-color: #fff; color: #f39c12; }.page-poppy-playtime-chapter-5-fan-games__quick-access-item .page-poppy-playtime-chapter-5-fan-games__btn:hover { background-color: #ecf0f1; color: #e67e22; }.page-poppy-playtime-chapter-5-fan-games__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }.page-poppy-playtime-chapter-5-fan-games__game-card { background-color: #ecf0f1; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; }.page-poppy-playtime-chapter-5-fan-games__game-card:hover { transform: translateY(-5px); }.page-poppy-playtime-chapter-5-fan-games__game-card-image { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; }.page-poppy-playtime-chapter-5-fan-games__game-card-image img { width: 100%; height: 200px; object-fit: cover; }.page-poppy-playtime-chapter-5-fan-games__game-card-content { padding: 20px; }.page-poppy-playtime-chapter-5-fan-games__game-card-content h3 { font-size: 1.4em; color: #2c3e50; margin-bottom: 10px; }.page-poppy-playtime-chapter-5-fan-games__game-card-content p { font-size: 0.95em; color: #555; margin-bottom: 20px; }.page-poppy-playtime-chapter-5-fan-games__game-card-content .page-poppy-playtime-chapter-5-fan-games__btn { background-color: #3498db; color: #fff; padding: 10px 20px; font-size: 0.9em; }.page-poppy-playtime-chapter-5-fan-games__game-card-content .page-poppy-playtime-chapter-5-fan-games__btn:hover { background-color: #2980b9; }.page-poppy-playtime-chapter-5-fan-games__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }.page-poppy-playtime-chapter-5-fan-games__promo-card { background-color: #34495e; color: #ecf0f1; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; }.page-poppy-playtime-chapter-5-fan-games__promo-card:hover { transform: translateY(-5px); }.page-poppy-playtime-chapter-5-fan-games__promo-card-image { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; }.page-poppy-playtime-chapter-5-fan-games__promo-card-image img { width: 100%; height: 220px; object-fit: cover; }.page-poppy-playtime-chapter-5-fan-games__promo-card-content { padding: 25px; }.page-poppy-playtime-chapter-5-fan-games__promo-card-content h3 { font-size: 1.6em; margin-bottom: 15px; color: #f1c40f; }.page-poppy-playtime-chapter-5-fan-games__promo-card-content p { font-size: 1em; margin-bottom: 20px; }.page-poppy-playtime-chapter-5-fan-games__promo-card-content .page-poppy-playtime-chapter-5-fan-games__btn { background-color: #f1c40f; color: #34495e; }.page-poppy-playtime-chapter-5-fan-games__promo-card-content .page-poppy-playtime-chapter-5-fan-games__btn:hover { background-color: #e6b800; }.page-poppy-playtime-chapter-5-fan-games__security-content { display: flex; flex-wrap: wrap; gap: 30px; align-items: flex-start; }.page-poppy-playtime-chapter-5-fan-games__security-features { flex: 2; min-width: 300px; }.page-poppy-playtime-chapter-5-fan-games__security-features ul { list-style: none; padding: 0; }.page-poppy-playtime-chapter-5-fan-games__security-features li { background-color: #3498db; color: #fff; margin-bottom: 15px; padding: 20px; border-radius: 8px; display: flex; align-items: center; gap: 15px; font-size: 1.1em; }.page-poppy-playtime-chapter-5-fan-games__security-features li img { width: 40px; height: 40px; object-fit: contain; filter: brightness(0) invert(1); }.page-poppy-playtime-chapter-5-fan-games__security-features li:nth-child(even) { background-color: #2980b9; }.page-poppy-playtime-chapter-5-fan-games__customer-service { flex: 1; min-width: 280px; background-color: #ecf0f1; padding: 25px; border-radius: 8px; text-align: center; }.page-poppy-playtime-chapter-5-fan-games__customer-service h3 { color: #2c3e50; font-size: 1.6em; margin-bottom: 20px; }.page-poppy-playtime-chapter-5-fan-games__customer-service p { margin-bottom: 15px; }.page-poppy-playtime-chapter-5-fan-games__customer-service .page-poppy-playtime-chapter-5-fan-games__btn { background-color: #27ae60; color: #fff; }.page-poppy-playtime-chapter-5-fan-games__customer-service .page-poppy-playtime-chapter-5-fan-games__btn:hover { background-color: #229954; }.page-poppy-playtime-chapter-5-fan-games__faq-list { list-style: none; padding: 0; }.page-poppy-playtime-chapter-5-fan-games__faq-item { background-color: #ecf0f1; margin-bottom: 15px; border-radius: 8px; overflow: hidden; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }.page-poppy-playtime-chapter-5-fan-games__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #3498db; color: #fff; font-size: 1.2em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; }.page-poppy-playtime-chapter-5-fan-games__faq-question:hover { background-color: #2980b9; }.page-poppy-playtime-chapter-5-fan-games__faq-question h3 { margin: 0; flex-grow: 1; text-align: left; pointer-events: none; }.page-poppy-playtime-chapter-5-fan-games__faq-toggle { font-size: 1.8em; line-height: 1; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; }.page-poppy-playtime-chapter-5-fan-games__faq-item.active .page-poppy-playtime-chapter-5-fan-games__faq-toggle { transform: rotate(45deg); }.page-poppy-playtime-chapter-5-fan-games__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; background-color: #f8f8f8; color: #333; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-poppy-playtime-chapter-5-fan-games__faq-item.active .page-poppy-playtime-chapter-5-fan-games__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-poppy-playtime-chapter-5-fan-games__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }.page-poppy-playtime-chapter-5-fan-games__blog-card { background-color: #ecf0f1; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-poppy-playtime-chapter-5-fan-games__blog-card:hover { transform: translateY(-5px); }.page-poppy-playtime-chapter-5-fan-games__blog-card-image { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; }.page-poppy-playtime-chapter-5-fan-games__blog-card-image img { width: 100%; height: 220px; object-fit: cover; }.page-poppy-playtime-chapter-5-fan-games__blog-card-content { padding: 20px; }.page-poppy-playtime-chapter-5-fan-games__blog-card-content h3 { font-size: 1.4em; color: #2c3e50; margin-bottom: 10px; }.page-poppy-playtime-chapter-5-fan-games__blog-card-content p { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-poppy-playtime-chapter-5-fan-games__blog-card-content .page-poppy-playtime-chapter-5-fan-games__btn { background-color: #9b59b6; color: #fff; padding: 10px 20px; font-size: 0.9em; }.page-poppy-playtime-chapter-5-fan-games__blog-card-content .page-poppy-playtime-chapter-5-fan-games__btn:hover { background-color: #8e44ad; }@media (max-width: 768px) { .page-poppy-playtime-chapter-5-fan-games__hero-title { font-size: 2.5em; } .page-poppy-playtime-chapter-5-fan-games__hero-subtitle { font-size: 1.2em; } .page-poppy-playtime-chapter-5-fan-games__section-title { font-size: 2em; } .page-poppy-playtime-chapter-5-fan-games__intro-content { flex-direction: column; } .page-poppy-playtime-chapter-5-fan-games__security-content { flex-direction: column; } .page-poppy-playtime-chapter-5-fan-games__security-features li { padding: 15px; font-size: 1em; } .page-poppy-playtime-chapter-5-fan-games__quick-access-grid, .page-poppy-playtime-chapter-5-fan-games__games-grid, .page-poppy-playtime-chapter-5-fan-games__promotions-grid, .page-poppy-playtime-chapter-5-fan-games__blog-grid { grid-template-columns: 1fr; } .page-poppy-playtime-chapter-5-fan-games__faq-question { font-size: 1.1em; padding: 15px 20px; } .page-poppy-playtime-chapter-5-fan-games__faq-answer { padding: 0 20px; } .page-poppy-playtime-chapter-5-fan-games__faq-item.active .page-poppy-playtime-chapter-5-fan-games__faq-answer { padding: 15px 20px !important; } .page-poppy-playtime-chapter-5-fan-games__container { padding: 10px; } .page-poppy-playtime-chapter-5-fan-games__section { padding: 30px 15px; } .page-poppy-playtime-chapter-5-fan-games__games-grid, .page-poppy-playtime-chapter-5-fan-games__promotions-grid, .page-poppy-playtime-chapter-5-fan-games__blog-grid { padding: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-chapter-5-fan-games__game-card, .page-poppy-playtime-chapter-5-fan-games__promo-card, .page-poppy-playtime-chapter-5-fan-games__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; word-break: break-word !important; } .page-poppy-playtime-chapter-5-fan-games__game-card-image img, .page-poppy-playtime-chapter-5-fan-games__promo-card-image img, .page-poppy-playtime-chapter-5-fan-games__blog-card-image img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-poppy-playtime-chapter-5-fan-games__quick-access-item .page-poppy-playtime-chapter-5-fan-games__btn { width: 100%; box-sizing: border-box; } .page-poppy-playtime-chapter-5-fan-games__security-features li { 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-chapter-5-fan-games__faq-list { padding: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-chapter-5-fan-games__faq-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-chapter-5-fan-games__social-icons { display: flex; justify-content: center; gap: 15px; margin-top: 20px; }.page-poppy-playtime-chapter-5-fan-games__social-icon { display: inline-block; width: 40px; height: 40px; background-color: #3498db; border-radius: 50%; display: flex; justify-content: center; align-items: center; transition: background-color 0.3s ease; }.page-poppy-playtime-chapter-5-fan-games__social-icon img { width: 24px; height: 24px; filter: brightness(0) invert(1); }.page-poppy-playtime-chapter-5-fan-games__social-icon:hover { background-color: #2980b9; }