.page-prototype-poppy-playtime-chapter-1 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-prototype-poppy-playtime-chapter-1__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-prototype-poppy-playtime-chapter-1__section { padding: 40px 20px; margin-bottom: 20px; border-radius: 8px; background-color: #2a2a4a; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-prototype-poppy-playtime-chapter-1__hero-section { background-image: url('[GALLERY:hero:1920x1080:prototype poppy playtime chapter 1,jljl77,gaming adventure]'); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 100px 20px; border-radius: 0; margin-bottom: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 500px; position: relative; padding-top: 10px; } .page-prototype-poppy-playtime-chapter-1__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)); z-index: 1; } .page-prototype-poppy-playtime-chapter-1__hero-content { position: relative; z-index: 2; max-width: 800px; } .page-prototype-poppy-playtime-chapter-1__hero-title { font-size: 3em; margin-bottom: 20px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-prototype-poppy-playtime-chapter-1__hero-description { font-size: 1.2em; margin-bottom: 30px; color: #e0e0e0; } .page-prototype-poppy-playtime-chapter-1__button { display: inline-block; background-color: #ffcc00; color: #1a1a2e; padding: 12px 25px; 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: 1em; } .page-prototype-poppy-playtime-chapter-1__button:hover { background-color: #e6b800; transform: translateY(-2px); } .page-prototype-poppy-playtime-chapter-1__title { font-size: 2.2em; color: #ffcc00; text-align: center; margin-bottom: 30px; } .page-prototype-poppy-playtime-chapter-1__subtitle { font-size: 1.8em; color: #ffcc00; margin-bottom: 20px; } .page-prototype-poppy-playtime-chapter-1__text { font-size: 1em; color: #e0e0e0; margin-bottom: 15px; } .page-prototype-poppy-playtime-chapter-1__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-prototype-poppy-playtime-chapter-1__card { background-color: #3a3a5a; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; align-items: center; } .page-prototype-poppy-playtime-chapter-1__card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); } .page-prototype-poppy-playtime-chapter-1__card-image { width: 100%; height: 200px; object-fit: cover; border-radius: 6px; margin-bottom: 15px; max-width: 100%; height: auto; } .page-prototype-poppy-playtime-chapter-1__card-title { font-size: 1.3em; color: #ffcc00; margin-bottom: 10px; } .page-prototype-poppy-playtime-chapter-1__card-text { font-size: 0.9em; color: #ccc; margin-bottom: 15px; } .page-prototype-poppy-playtime-chapter-1__list { list-style: none; padding: 0; } .page-prototype-poppy-playtime-chapter-1__list-item { background-color: #3a3a5a; margin-bottom: 10px; padding: 15px 20px; border-radius: 5px; display: flex; align-items: center; } .page-prototype-poppy-playtime-chapter-1__list-icon { width: 40px; height: 40px; margin-right: 15px; object-fit: contain; } .page-prototype-poppy-playtime-chapter-1__faq-item { background-color: #3a3a5a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-prototype-poppy-playtime-chapter-1__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; background-color: #4a4a6a; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-prototype-poppy-playtime-chapter-1__faq-question:hover { background-color: #5a5a7a; } .page-prototype-poppy-playplaytime-chapter-1__faq-question h3 { margin: 0; font-size: 1.1em; color: #ffcc00; pointer-events: none; } .page-prototype-poppy-playtime-chapter-1__faq-toggle { font-size: 1.5em; color: #ffcc00; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; } .page-prototype-poppy-playtime-chapter-1__faq-item.active .page-prototype-poppy-playtime-chapter-1__faq-toggle { transform: rotate(45deg); } .page-prototype-poppy-playtime-chapter-1__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: #e0e0e0; font-size: 0.95em; } .page-prototype-poppy-playtime-chapter-1__faq-item.active .page-prototype-poppy-playtime-chapter-1__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-prototype-poppy-playtime-chapter-1__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-prototype-poppy-playtime-chapter-1__blog-card { background-color: #3a3a5a; padding: 20px; border-radius: 8px; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-prototype-poppy-playtime-chapter-1__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); } .page-prototype-poppy-playtime-chapter-1__blog-image { width: 100%; height: 180px; object-fit: cover; border-radius: 6px; margin-bottom: 15px; max-width: 100%; height: auto; } .page-prototype-poppy-playtime-chapter-1__blog-title { font-size: 1.2em; color: #ffcc00; margin-bottom: 10px; } .page-prototype-poppy-playtime-chapter-1__blog-link { text-decoration: none; color: #ffcc00; font-weight: bold; } .page-prototype-poppy-playtime-chapter-1__blog-link:hover { text-decoration: underline; } .page-prototype-poppy-playtime-chapter-1__blog-summary { font-size: 0.9em; color: #ccc; margin-bottom: 15px; } .page-prototype-poppy-playtime-chapter-1__blog-date { font-size: 0.8em; color: #999; text-align: right; } @media (max-width: 768px) { .page-prototype-poppy-playtime-chapter-1__hero-title { font-size: 2.2em; } .page-prototype-poppy-playtime-chapter-1__hero-description { font-size: 1em; } .page-prototype-poppy-playtime-chapter-1__title { font-size: 1.8em; } .page-prototype-poppy-playtime-chapter-1__subtitle { font-size: 1.5em; } .page-prototype-poppy-playtime-chapter-1__section { padding: 25px 15px; } .page-prototype-poppy-playtime-chapter-1__grid, .page-prototype-poppy-playtime-chapter-1__blog-grid { grid-template-columns: 1fr; } .page-prototype-poppy-playtime-chapter-1__card, .page-prototype-poppy-playtime-chapter-1__blog-card { padding: 20px; } .page-prototype-poppy-playtime-chapter-1__card-image, .page-prototype-poppy-playtime-chapter-1__blog-image { height: 150px; } .page-prototype-poppy-playtime-chapter-1__list-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; } .page-prototype-poppy-playtime-chapter-1__faq-question { padding: 15px 20px; } .page-prototype-poppy-playtime-chapter-1__faq-answer { padding: 0 20px; } .page-prototype-poppy-playtime-chapter-1__faq-item.active .page-prototype-poppy-playtime-chapter-1__faq-answer { padding: 15px 20px !important; } .page-prototype-poppy-playtime-chapter-1__container { padding: 10px; } } .page-prototype-poppy-playtime-chapter-1 img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-prototype-poppy-playtime-chapter-1 .page-prototype-poppy-playtime-chapter-1__list { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-prototype-poppy-playtime-chapter-1 .page-prototype-poppy-playtime-chapter-1__list-item p { word-break: break-word !important; }