/* Base styles for the page */.page-all-poppy-playtime-chapter-4-characters { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; padding-bottom: 100px; /* Space for floating buttons */}.page-all-poppy-playtime-chapter-4-characters a { color: #ff8c00; text-decoration: none;}.page-all-poppy-playtime-chapter-4-characters a:hover { text-decoration: underline;}/* Hero Section */.page-all-poppy-playtime-chapter-4-characters__hero-section { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; min-height: 450px; padding: 10px 20px 40px 20px; overflow: hidden; color: #ffffff;}.page-all-poppy-playtime-chapter-4-characters__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; overflow: hidden;}.page-all-poppy-playtime-chapter-4-characters__hero-image { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.4); max-width: 100%;}.page-all-poppy-playtime-chapter-4-characters__hero-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto;}.page-all-poppy-playtime-chapter-4-characters__hero-title { font-size: 3.2em; margin-bottom: 15px; color: #e0e0e0; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-all-poppy-playtime-chapter-4-characters__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; color: #c0c0c0; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);}.page-all-poppy-playtime-chapter-4-characters__hero-cta { display: inline-block; background-color: #ff4500; color: #ffffff; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; min-width: 200px;}.page-all-poppy-playtime-chapter-4-characters__hero-cta:hover { background-color: #e03c00;}/* General Section Styling */.page-all-poppy-playtime-chapter-4-characters__overview-section, .page-all-poppy-playtime-chapter-4-characters__detailed-profiles, .page-all-poppy-playtime-chapter-4-characters__lore-theories-section, .page-all-poppy-playtime-chapter-4-characters__cta-section, .page-all-poppy-playtime-chapter-4-characters__faq-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto;}.page-all-poppy-playtime-chapter-4-characters__section-title { font-size: 2.5em; color: #ff6347; text-align: center; margin-bottom: 20px; position: relative; padding-bottom: 10px;}.page-all-poppy-playtime-chapter-4-characters__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #ff6347; border-radius: 2px;}.page-all-poppy-playtime-chapter-4-characters__section-description { font-size: 1.1em; color: #b0b0b0; text-align: center; max-width: 900px; margin: 0 auto 40px auto;}/* Overview Grid */.page-all-poppy-playtime-chapter-4-characters__overview-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px;}.page-all-poppy-playtime-chapter-4-characters__overview-item { background-color: #2a2a2a; border-radius: 10px; padding: 25px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; box-sizing: border-box;}.page-all-poppy-playtime-chapter-4-characters__overview-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);}.page-all-poppy-playtime-chapter-4-characters__overview-image { width: 100%; max-width: 300px; height: auto; border-radius: 8px; margin-bottom: 20px; object-fit: cover; min-height: 200px; max-width: 100%;}.page-all-poppy-playtime-chapter-4-characters__overview-item-title { font-size: 1.6em; color: #ff8c00; margin-bottom: 10px;}.page-all-poppy-playtime-chapter-4-characters__overview-item-description { font-size: 1em; color: #c0c0c0;}/* Character Cards */.page-all-poppy-playtime-chapter-4-characters__character-card-list { display: grid; grid-template-columns: 1fr; gap: 40px; margin-top: 40px;}.page-all-poppy-playtime-chapter-4-characters__character-card { background-color: #2a2a2a; border-radius: 12px; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); display: flex; flex-direction: column; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box;}.page-all-poppy-playtime-chapter-4-characters__character-card:hover { transform: translateY(-8px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);}.page-all-poppy-playtime-chapter-4-characters__character-image { width: 100%; height: 300px; object-fit: cover; border-bottom: 3px solid #ff6347; max-width: 100%;}.page-all-poppy-playtime-chapter-4-characters__character-info { padding: 30px;}.page-all-poppy-playtime-chapter-4-characters__character-name { font-size: 2em; color: #ff6347; margin-bottom: 15px;}.page-all-poppy-playtime-chapter-4-characters__character-description { font-size: 1.1em; color: #c0c0c0;}/* Lore & Theories List */.page-all-poppy-playtime-chapter-4-characters__theory-list { list-style: none; padding: 0; margin-top: 40px;}.page-all-poppy-playtime-chapter-4-characters__theory-item { background-color: #2a2a2a; border-left: 5px solid #ff4500; padding: 25px; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease; box-sizing: border-box;}.page-all-poppy-playtime-chapter-4-characters__theory-item:hover { background-color: #3a3a3a;}.page-all-poppy-playtime-chapter-4-characters__theory-item-title { font-size: 1.8em; color: #ff8c00; margin-bottom: 10px;}.page-all-poppy-playtime-chapter-4-characters__theory-item-description { font-size: 1.05em; color: #b0b0b0;}/* Call to Action Section */.page-all-poppy-playtime-chapter-4-characters__cta-section { text-align: center; background-color: #2a2a2a; padding: 80px 20px; border-radius: 12px; margin-top: 60px; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);}.page-all-poppy-playtime-chapter-4-characters__cta-title { font-size: 2.8em; color: #ff6347; margin-bottom: 20px;}.page-all-poppy-playtime-chapter-4-characters__cta-description { font-size: 1.2em; color: #c0c0c0; max-width: 800px; margin: 0 auto 40px auto;}.page-all-poppy-playtime-chapter-4-characters__cta-button { display: inline-block; background-color: #007bff; color: #ffffff; padding: 18px 40px; border-radius: 10px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease; min-width: 250px;}.page-all-poppy-playtime-chapter-4-characters__cta-button:hover { background-color: #0056b3;}/* FAQ Section */.page-all-poppy-playtime-chapter-4-characters__faq-list { margin-top: 40px;}.page-all-poppy-playtime-chapter-4-characters__faq-item { background-color: #2a2a2a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); box-sizing: border-box;}.page-all-poppy-playtime-chapter-4-characters__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #3a3a3a; border-bottom: 1px solid #4a4a4a; transition: background-color 0.3s ease;}.page-all-poppy-playtime-chapter-4-characters__faq-question:hover { background-color: #4a4a4a;}.page-all-poppy-playtime-chapter-4-characters__faq-question-text { font-size: 1.3em; color: #ff8c00; margin: 0; pointer-events: none;}.page-all-poppy-playtime-chapter-4-characters__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ff6347; transition: transform 0.3s ease; pointer-events: none;}.page-all-poppy-playtime-chapter-4-characters__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;}.page-all-poppy-playtime-chapter-4-characters__faq-item.active .page-all-poppy-playtime-chapter-4-characters__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1;}.page-all-poppy-playtime-chapter-4-characters__faq-item.active .page-all-poppy-playtime-chapter-4-characters__faq-toggle { transform: rotate(45deg);}.page-all-poppy-playtime-chapter-4-characters__faq-toggle::before { content: '+';}.page-all-poppy-playtime-chapter-4-characters__faq-item.active .page-all-poppy-playtime-chapter-4-characters__faq-toggle::before { content: '–';}.page-all-poppy-playtime-chapter-4-characters__faq-answer p { margin: 0; color: #c0c0c0; font-size: 1.05em;}/* Floating Buttons */.page-all-poppy-playtime-chapter-4-characters__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000;}.page-all-poppy-playtime-chapter-4-characters__floating-button { display: flex; align-items: center; justify-content: center; width: 80px; height: 80px; border-radius: 50%; color: #ffffff; text-decoration: none; font-weight: bold; font-size: 0.9em; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); transition: transform 0.2s ease, background-color 0.2s ease; text-align: center; line-height: 1.2;}.page-all-poppy-playtime-chapter-4-characters__floating-button:hover { transform: translateY(-3px);}.page-all-poppy-playtime-chapter-4-characters__floating-button--register { background-color: #28a745;}.page-all-poppy-playtime-chapter-4-characters__floating-button--register:hover { background-color: #218838;}.page-all-poppy-playtime-chapter-4-characters__floating-button--login { background-color: #007bff;}.page-all-poppy-playtime-chapter-4-characters__floating-button--login:hover { background-color: #0056b3;}/* Responsive Adjustments */@media (min-width: 769px) { .page-all-poppy-playtime-chapter-4-characters__character-card-list { grid-template-columns: repeat(2, 1fr); }}@media (min-width: 1024px) { .page-all-poppy-playtime-chapter-4-characters__character-card-list { grid-template-columns: repeat(3, 1fr); }}@media (max-width: 768px) { .page-all-poppy-playtime-chapter-4-characters__hero-title { font-size: 2.2em; } .page-all-poppy-playtime-chapter-4-characters__hero-subtitle { font-size: 1.1em; } .page-all-poppy-playtime-chapter-4-characters__hero-cta { padding: 12px 25px; font-size: 1em; min-width: unset; width: auto; } .page-all-poppy-playtime-chapter-4-characters__section-title { font-size: 2em; } .page-all-poppy-playtime-chapter-4-characters__section-description { font-size: 1em; } .page-all-poppy-playtime-chapter-4-characters__overview-grid { grid-template-columns: 1fr; } .page-all-poppy-playtime-chapter-4-characters__character-image { height: 250px; } .page-all-poppy-playtime-chapter-4-characters__character-name { font-size: 1.6em; } .page-all-poppy-playtime-chapter-4-characters__character-description { font-size: 0.95em; } .page-all-poppy-playtime-chapter-4-characters__theory-item-title { font-size: 1.5em; } .page-all-poppy-playtime-chapter-4-characters__theory-item-description { font-size: 0.9em; } .page-all-poppy-playtime-chapter-4-characters__cta-title { font-size: 2em; } .page-all-poppy-playtime-chapter-4-characters__cta-description { font-size: 1em; } .page-all-poppy-playtime-chapter-4-characters__cta-button { padding: 15px 30px; font-size: 1.1em; min-width: unset; width: auto; } .page-all-poppy-playtime-chapter-4-characters__faq-question { padding: 15px 20px; } .page-all-poppy-playtime-chapter-4-characters__faq-question-text { font-size: 1.1em; } .page-all-poppy-playtime-chapter-4-characters__faq-toggle { font-size: 1.5em; } .page-all-poppy-playtime-chapter-4-characters__faq-answer { padding: 0 20px; } .page-all-poppy-playtime-chapter-4-characters__faq-item.active .page-all-poppy-playtime-chapter-4-characters__faq-answer { padding: 15px 20px !important; } .page-all-poppy-playtime-chapter-4-characters__faq-answer p { font-size: 0.95em; } /* List item mobile responsiveness */ .page-all-poppy-playtime-chapter-4-characters__theory-list, .page-all-poppy-playtime-chapter-4-characters__overview-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-all-poppy-playtime-chapter-4-characters__theory-item, .page-all-poppy-playtime-chapter-4-characters__overview-item, .page-all-poppy-playtime-chapter-4-characters__character-card, .page-all-poppy-playtime-chapter-4-characters__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; } .page-all-poppy-playtime-chapter-4-characters__theory-item-description, .page-all-poppy-playtime-chapter-4-characters__overview-item-description, .page-all-poppy-playtime-chapter-4-characters__character-description, .page-all-poppy-playtime-chapter-4-characters__faq-answer p { word-break: break-word !important; } .page-all-poppy-playtime-chapter-4-characters__floating-buttons { flex-direction: row; bottom: 10px; right: 10px; left: 10px; justify-content: space-around; } .page-all-poppy-playtime-chapter-4-characters__floating-button { width: 70px; height: 70px; font-size: 0.8em; }}