.page-poppy-playtime-chapter-3-map-layout { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-poppy-playtime-chapter-3-map-layout__hero-section { padding: 10px 20px 40px; text-align: center; background-image: url('[GALLERY:hero:1920x1080:poppy_playtime_theme,gaming_map,dark_mystery]'); background-size: cover; background-position: center; position: relative; z-index: 1; overflow: hidden; } .page-poppy-playtime-chapter-3-map-layout__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to bottom, rgba(26, 26, 46, 0.7), rgba(26, 26, 46, 0.9)); z-index: -1; } .page-poppy-playtime-chapter-3-map-layout__hero-title { font-size: 2.8em; color: #e0b0ff; margin-bottom: 15px; text-shadow: 0 0 10px rgba(224, 176, 255, 0.5); } .page-poppy-playtime-chapter-3-map-layout__hero-subtitle { font-size: 1.3em; color: #c0c0c0; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-poppy-playtime-chapter-3-map-layout__button { display: inline-block; background-color: #ff4081; color: #fff; padding: 15px 30px; border-radius: 5px; 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-poppy-playtime-chapter-3-map-layout__button:hover { background-color: #e0005e; transform: translateY(-3px); } .page-poppy-playtime-chapter-3-map-layout__section { padding: 50px 20px; text-align: center; } .page-poppy-playtime-chapter-3-map-layout__section-title { font-size: 2.2em; color: #e0b0ff; margin-bottom: 30px; text-shadow: 0 0 8px rgba(224, 176, 255, 0.3); } .page-poppy-playtime-chapter-3-map-layout__section-text { max-width: 900px; margin: 0 auto 40px; font-size: 1.1em; color: #c0c0c0; } .page-poppy-playtime-chapter-3-map-layout__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-poppy-playtime-chapter-3-map-layout__game-card { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-poppy-playtime-chapter-3-map-layout__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); } .page-poppy-playtime-chapter-3-map-layout__game-card-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-poppy-playtime-chapter-3-map-layout__game-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-poppy-playtime-chapter-3-map-layout__game-card-title { font-size: 1.5em; color: #e0b0ff; margin-bottom: 10px; } .page-poppy-playtime-chapter-3-map-layout__game-card-description { font-size: 0.95em; color: #a0a0a0; margin-bottom: 20px; flex-grow: 1; } .page-poppy-playtime-chapter-3-map-layout__game-card-link { display: inline-block; background-color: #00bcd4; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-poppy-playtime-chapter-3-map-layout__game-card-link:hover { background-color: #008ba3; } .page-poppy-playtime-chapter-3-map-layout__features-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; max-width: 1000px; margin: 0 auto 50px; text-align: left; } .page-poppy-playtime-chapter-3-map-layout__feature-item { background-color: #2a2a4a; padding: 25px; border-radius: 8px; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); } .page-poppy-playtime-chapter-3-map-layout__feature-title { font-size: 1.3em; color: #e0b0ff; margin-bottom: 10px; } .page-poppy-playtime-chapter-3-map-layout__feature-text { color: #c0c0c0; font-size: 0.95em; } .page-poppy-playtime-chapter-3-map-layout__faq-section { background-color: #1f1f3a; padding: 50px 20px; } .page-poppy-playtime-chapter-3-map-layout__faq-item { margin-bottom: 15px; border: 1px solid #3a3a5a; border-radius: 8px; overflow: hidden; } .page-poppy-playtime-chapter-3-map-layout__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; background-color: #2a2a4a; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-poppy-playtime-chapter-3-map-layout__faq-question:hover { background-color: #3a3a5a; } .page-poppy-playtime-chapter-3-map-layout__faq-question h3 { margin: 0; font-size: 1.2em; color: #e0b0ff; pointer-events: none; } .page-poppy-playtime-chapter-3-map-layout__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ff4081; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-playtime-chapter-3-map-layout__faq-item.active .page-poppy-playtime-chapter-3-map-layout__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-chapter-3-map-layout__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; 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: #1a1a2e; color: #c0c0c0; } .page-poppy-playtime-chapter-3-map-layout__faq-item.active .page-poppy-playtime-chapter-3-map-layout__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-poppy-playtime-chapter-3-map-layout__hero-title { font-size: 2em; } .page-poppy-playtime-chapter-3-map-layout__hero-subtitle { font-size: 1em; } .page-poppy-playtime-chapter-3-map-layout__section-title { font-size: 1.8em; } .page-poppy-playtime-chapter-3-map-layout__game-grid { grid-template-columns: 1fr; } .page-poppy-playtime-chapter-3-map-layout__game-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-chapter-3-map-layout__features-list { grid-template-columns: 1fr; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-chapter-3-map-layout__feature-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; padding: 20px; } .page-poppy-playtime-chapter-3-map-layout__faq-question { padding: 15px 20px; } .page-poppy-playtime-chapter-3-map-layout__faq-question h3 { font-size: 1em; } .page-poppy-playtime-chapter-3-map-layout__faq-answer { padding: 0 20px; } .page-poppy-playtime-chapter-3-map-layout__faq-item.active .page-poppy-playtime-chapter-3-map-layout__faq-answer { padding: 15px 20px !important; } .page-poppy-playtime-chapter-3-map-layout__hero-section, .page-poppy-playtime-chapter-3-map-layout__section, .page-poppy-playtime-chapter-3-map-layout__faq-section { padding-left: 15px; padding-right: 15px; } .page-poppy-playtime-chapter-3-map-layout img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-poppy-playtime-chapter-3-map-layout__game-card-image { max-width: 100%; height: auto; } }