html { scroll-behavior: smooth; } body { font-family: 'Arial', sans-serif; margin: 0; background-color: #1a1a2e; color: #e0e0e0; line-height: 1.6; } .page-chapter-2-poppy-playtime-apk { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-chapter-2-poppy-playtime-apk__hero-section { background: linear-gradient(135deg, #2a0a52, #4a148c); padding: 60px 0; text-align: center; color: #ffffff; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 30px; padding-top: calc(10px + var(--header-offset, 0px)); } .page-chapter-2-poppy-playtime-apk__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-chapter-2-poppy-playtime-apk__hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; } .page-chapter-2-poppy-playtime-apk__hero-title { font-size: 3em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-chapter-2-poppy-playtime-apk__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; font-weight: normal; } .page-chapter-2-poppy-playtime-apk__button { display: inline-block; background-color: #ffcc00; color: #1a1a2e; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-chapter-2-poppy-playtime-apk__button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-chapter-2-poppy-playtime-apk__section { padding: 40px 0; margin-bottom: 30px; background-color: #2b2b4a; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-chapter-2-poppy-playtime-apk__section-title { text-align: center; font-size: 2.5em; color: #ffcc00; margin-bottom: 30px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); } .page-chapter-2-poppy-playtime-apk__text-content { font-size: 1.1em; text-align: justify; padding: 0 20px; } .page-chapter-2-poppy-playtime-apk__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; padding: 0 20px; } .page-chapter-2-poppy-2-poppy-playtime-apk__card { background-color: #3b3b6b; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); text-align: center; padding-bottom: 20px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-chapter-2-poppy-playtime-apk__card:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); } .page-chapter-2-poppy-playtime-apk__card-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 15px; } .page-chapter-2-poppy-playtime-apk__card-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; padding: 0 15px; } .page-chapter-2-poppy-playtime-apk__card-description { font-size: 0.95em; color: #c0c0c0; padding: 0 15px; margin-bottom: 15px; } .page-chapter-2-poppy-playtime-apk__card-button { margin-top: 15px; } .page-chapter-2-poppy-playtime-apk__list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .page-chapter-2-poppy-playtime-apk__list-item { background-color: #3b3b6b; border-radius: 8px; padding: 20px; text-align: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); flex: 1 1 calc(33.333% - 40px); box-sizing: border-box; min-width: 280px; } .page-chapter-2-poppy-playtime-apk__list-item-title { font-size: 1.3em; color: #ffcc00; margin-bottom: 10px; } .page-chapter-2-poppy-playtime-apk__list-item-description { color: #c0c0c0; font-size: 0.95em; } .page-chapter-2-poppy-playtime-apk__provider-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; padding: 0 20px; } .page-chapter-2-poppy-playtime-apk__provider-item { text-align: center; padding: 15px; background-color: #3b3b6b; border-radius: 8px; transition: transform 0.3s ease; } .page-chapter-2-poppy-playtime-apk__provider-item:hover { transform: scale(1.05); } .page-chapter-2-poppy-playtime-apk__provider-logo { max-width: 100px; height: auto; margin-bottom: 10px; } .page-chapter-2-poppy-playtime-apk__provider-name { font-size: 1em; color: #ffcc00; font-weight: bold; } .page-chapter-2-poppy-playtime-apk__faq-section { padding: 40px 0; margin-bottom: 30px; background-color: #2b2b4a; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-chapter-2-poppy-playtime-apk__faq-title { text-align: center; font-size: 2.5em; color: #ffcc00; margin-bottom: 30px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); } .page-chapter-2-poppy-playtime-apk__faq-container { max-width: 800px; margin: 0 auto; padding: 0 20px; } .page-chapter-2-poppy-playtime-apk__faq-item { margin-bottom: 15px; border: 1px solid #4a148c; border-radius: 8px; overflow: hidden; } .page-chapter-2-poppy-playtime-apk__faq-question { background-color: #4a148c; padding: 15px 20px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-size: 1.1em; font-weight: bold; color: #ffffff; transition: background-color 0.3s ease; user-select: none; } .page-chapter-2-poppy-playtime-apk__faq-question:hover { background-color: #5b1a9e; } .page-chapter-2-poppy-playtime-apk__faq-question h3 { margin: 0; font-size: 1.1em; color: #ffffff; pointer-events: none; } .page-chapter-2-poppy-playtime-apk__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 10px; pointer-events: none; } .page-chapter-2-poppy-playtime-apk__faq-answer { background-color: #3b3b6b; 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; color: #e0e0e0; font-size: 0.95em; } .page-chapter-2-poppy-playtime-apk__faq-item.active .page-chapter-2-poppy-playtime-apk__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-chapter-2-poppy-playtime-apk__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; padding: 0 20px; } .page-chapter-2-poppy-playtime-apk__blog-card { background-color: #3b3b6b; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-chapter-2-poppy-playtime-apk__blog-card:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); } .page-chapter-2-poppy-playtime-apk__blog-image { width: 100%; height: 180px; object-fit: cover; } .page-chapter-2-poppy-playtime-apk__blog-content { padding: 15px; } .page-chapter-2-poppy-playtime-apk__blog-title { font-size: 1.2em; color: #ffcc00; margin-bottom: 10px; line-height: 1.4; } .page-chapter-2-poppy-playtime-apk__blog-title a { text-decoration: none; color: #ffcc00; } .page-chapter-2-poppy-playtime-apk__blog-title a:hover { text-decoration: underline; } .page-chapter-2-poppy-playtime-apk__blog-excerpt { font-size: 0.9em; color: #c0c0c0; margin-bottom: 15px; } .page-chapter-2-poppy-playtime-apk__blog-date { font-size: 0.8em; color: #888; text-align: right; } @media (max-width: 768px) { .page-chapter-2-poppy-playtime-apk__hero-title { font-size: 2em; } .page-chapter-2-poppy-playtime-apk__hero-subtitle { font-size: 1.2em; } .page-chapter-2-poppy-playtime-apk__section-title, .page-chapter-2-poppy-playtime-apk__faq-title { font-size: 1.8em; } .page-chapter-2-poppy-playtime-apk__grid, .page-chapter-2-poppy-playtime-apk__provider-grid, .page-chapter-2-poppy-playtime-apk__blog-grid { grid-template-columns: 1fr; } .page-chapter-2-poppy-playtime-apk__list-item { flex: 1 1 100%; 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; } .page-chapter-2-poppy-playtime-apk__list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-chapter-2-poppy-playtime-apk__card-image, .page-chapter-2-poppy-playtime-apk__blog-image { max-width: 100% !important; height: auto !important; } .page-chapter-2-poppy-playtime-apk__hero-image { max-width: 100% !important; height: auto !important; } }