:root { --primary-color: #EE4B2B; --secondary-color: #333; --text-color: #EEE; --background-color: #1A1A2E; --card-background: #2E2E4E; }.page-poppy-playtime-chapter-3-characters-drawing { font-family: 'Arial', sans-serif; color: var(--text-color); background-color: var(--background-color); line-height: 1.6; padding-bottom: 40px; }.page-poppy-playtime-chapter-3-characters-drawing__hero-section { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 10px 20px 40px; background-color: #000; position: relative; overflow: hidden; }.page-poppy-playtime-chapter-3-characters-drawing__hero-content { max-width: 900px; z-index: 1; position: relative; padding: 20px 0; }.page-poppy-playtime-chapter-3-characters-drawing__hero-title { font-size: 2.8em; color: var(--primary-color); margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); word-wrap: break-word; }.page-poppy-playtime-chapter-3-characters-drawing__hero-description { font-size: 1.2em; margin-bottom: 30px; max-width: 700px; margin-left: auto; margin-right: auto; }.page-poppy-playtime-chapter-3-characters-drawing__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }.page-poppy-playtime-chapter-3-characters-drawing__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; filter: blur(5px); transform: scale(1.05); }.page-poppy-playtime-chapter-3-characters-drawing__button { display: inline-block; background-color: var(--primary-color); color: #FFF; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; font-size: 1em; }.page-poppy-playtime-chapter-3-characters-drawing__button:hover { background-color: #FF6347; transform: translateY(-2px); }.page-poppy-playtime-chapter-3-characters-drawing__section-title { font-size: 2.2em; color: var(--primary-color); text-align: center; margin: 60px 20px 20px; word-wrap: break-word; }.page-poppy-playtime-chapter-3-characters-drawing__section-description, .page-poppy-playtime-chapter-3-characters-drawing__section-footer { font-size: 1.1em; text-align: center; max-width: 800px; margin: 0 auto 40px; padding: 0 20px; }.page-poppy-playtime-chapter-3-characters-drawing__characters-section { padding: 40px 0; background-color: var(--background-color); }.page-poppy-playtime-chapter-3-characters-drawing__character-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; padding: 0 20px; }.page-poppy-playtime-chapter-3-characters-drawing__character-card { background-color: var(--card-background); border-radius: 12px; overflow: hidden; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; }.page-poppy-playtime-chapter-3-characters-drawing__character-card:hover { transform: translateY(-8px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.6); }.page-poppy-playtime-chapter-3-characters-drawing__character-image { width: 100%; height: 250px; object-fit: cover; border-bottom: 3px solid var(--primary-color); }.page-poppy-playtime-chapter-3-characters-drawing__character-name { font-size: 1.4em; color: var(--primary-color); margin: 20px 20px 10px; word-wrap: break-word; }.page-poppy-playtime-chapter-3-characters-drawing__character-description { font-size: 0.95em; padding: 0 20px 20px; color: #CCC; flex-grow: 1; }.page-poppy-playtime-chapter-3-characters-drawing__tutorial-section { padding: 40px 0; background-color: #222; }.page-poppy-playtime-chapter-3-characters-drawing__tutorial-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; padding: 0 20px; }.page-poppy-playtime-chapter-3-characters-drawing__step-item { background-color: var(--card-background); border-radius: 12px; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); text-align: center; padding-bottom: 20px; display: flex; flex-direction: column; }.page-poppy-playtime-chapter-3-characters-drawing__step-image { width: 100%; height: 200px; object-fit: cover; border-top-left-radius: 12px; border-top-right-radius: 12px; margin-bottom: 15px; }.page-poppy-playtime-chapter-3-characters-drawing__step-title { font-size: 1.3em; color: var(--primary-color); margin: 0 15px 10px; word-wrap: break-word; }.page-poppy-playtime-chapter-3-characters-drawing__step-description { font-size: 0.9em; padding: 0 15px; color: #BBB; flex-grow: 1; }.page-poppy-playtime-chapter-3-characters-drawing__community-section { padding: 60px 20px; background-color: var(--background-color); text-align: center; }.page-poppy-playtime-chapter-3-characters-drawing__cta-buttons { display: flex; justify-content: center; gap: 20px; margin-top: 30px; flex-wrap: wrap; }.page-poppy-playtime-chapter-3-characters-drawing__button--primary { background-color: var(--primary-color); color: #FFF; }.page-poppy-playtime-chapter-3-characters-drawing__button--secondary { background-color: #555; color: #FFF; }.page-poppy-playtime-chapter-3-characters-drawing__button--secondary:hover { background-color: #777; }.page-poppy-playtime-chapter-3-characters-drawing__faq-section { padding: 60px 20px; background-color: #222; }.page-poppy-playtime-chapter-3-characters-drawing__faq-list { max-width: 900px; margin: 0 auto; }.page-poppy-playtime-chapter-3-characters-drawing__faq-item { background-color: var(--card-background); border-radius: 8px; margin-bottom: 15px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); overflow: hidden; }.page-poppy-playtime-chapter-3-characters-drawing__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; user-select: none; background-color: #3A3A5A; transition: background-color 0.3s ease; }.page-poppy-playtime-chapter-3-characters-drawing__faq-question:hover { background-color: #4A4A6A; }.page-poppy-playtime-chapter-3-characters-drawing__faq-title { font-size: 1.15em; color: var(--primary-color); margin: 0; pointer-events: none; word-wrap: break-word; flex-grow: 1; }.page-poppy-playtime-chapter-3-characters-drawing__faq-toggle { font-size: 1.8em; color: #FFF; font-weight: bold; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; }.page-poppy-playtime-chapter-3-characters-drawing__faq-item.active .page-poppy-playtime-chapter-3-characters-drawing__faq-toggle { transform: rotate(45deg); }.page-poppy-playtime-chapter-3-characters-drawing__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #DDD; }.page-poppy-playtime-chapter-3-characters-drawing__faq-item.active .page-poppy-playtime-chapter-3-characters-drawing__faq-answer { max-height: 2000px !important; padding: 20px 20px !important; opacity: 1; }@media (max-width: 768px) { .page-poppy-playtime-chapter-3-characters-drawing__hero-title { font-size: 2em; } .page-poppy-playtime-chapter-3-characters-drawing__hero-description { font-size: 1em; } .page-poppy-playtime-chapter-3-characters-drawing__section-title { font-size: 1.8em; margin-top: 40px; } .page-poppy-playtime-chapter-3-characters-drawing__section-description, .page-poppy-playtime-chapter-3-characters-drawing__section-footer { font-size: 0.95em; margin-bottom: 30px; } .page-poppy-playtime-chapter-3-characters-drawing__character-grid, .page-poppy-playtime-chapter-3-characters-drawing__tutorial-steps { grid-template-columns: 1fr; padding: 0 15px; gap: 20px; } .page-poppy-playtime-chapter-3-characters-drawing__character-image, .page-poppy-playtime-chapter-3-characters-drawing__step-image { height: 220px; } .page-poppy-playtime-chapter-3-characters-drawing__character-name { font-size: 1.2em; } .page-poppy-playtime-chapter-3-characters-drawing__character-description { font-size: 0.85em; } .page-poppy-playtime-chapter-3-characters-drawing__step-title { font-size: 1.1em; } .page-poppy-playtime-chapter-3-characters-drawing__step-description { font-size: 0.8em; } .page-poppy-playtime-chapter-3-characters-drawing__cta-buttons { flex-direction: column; gap: 15px; } .page-poppy-playtime-chapter-3-characters-drawing__button { width: 100%; max-width: 300px; padding: 10px 20px; } .page-poppy-playtime-chapter-3-characters-drawing__faq-question { padding: 12px 15px; } .page-poppy-playtime-chapter-3-characters-drawing__faq-title { font-size: 1em; } .page-poppy-playtime-chapter-3-characters-drawing__faq-toggle { font-size: 1.5em; } .page-poppy-playtime-chapter-3-characters-drawing__faq-answer { padding: 15px 15px; } .page-poppy-playtime-chapter-3-characters-drawing__faq-item.active .page-poppy-playtime-chapter-3-characters-drawing__faq-answer { padding: 15px 15px !important; } .page-poppy-playtime-chapter-3-characters-drawing img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-poppy-playtime-chapter-3-characters-drawing__hero-image-wrapper, .page-poppy-playtime-chapter-3-characters-drawing__character-image, .page-poppy-playtime-chapter-3-characters-drawing__step-image { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; } } .page-poppy-playtime-chapter-3-characters-drawing__faq-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-chapter-3-characters-drawing__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-3-characters-drawing__faq-title, .page-poppy-playtime-chapter-3-characters-drawing__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }