/* CSS for poppy-playtime-chapter-3 page */.page-poppy-playtime-chapter-3{font-family:'Arial',sans-serif;color:#eee;background-color:#1a1a1a;line-height:1.6;}.page-poppy-playtime-chapter-3 h1,.page-poppy-playtime-chapter-3 h2,.page-poppy-playtime-chapter-3 h3{color:#ffcc00;margin-bottom:15px;text-align:center;}.page-poppy-playtime-chapter-3 h1{font-size:2.5em;}.page-poppy-playtime-chapter-3 h2{font-size:2em;}.page-poppy-playtime-chapter-3 h3{font-size:1.5em;}.page-poppy-playtime-chapter-3 section{padding:40px 20px;margin-bottom:20px;background-color:#2a2a2a;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.3);}.page-poppy-playtime-chapter-3__hero-section{position:relative;background-size:cover;background-position:center;padding:100px 20px 60px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:500px;overflow:hidden;}.page-poppy-playtime-chapter-3__hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(26,26,26,.8) 0%,rgba(26,26,26,.2) 50%,rgba(26,26,26,.8) 100%);z-index:1;}.page-poppy-playtime-chapter-3__hero-content{position:relative;z-index:2;max-width:800px;}.page-poppy-playtime-chapter-3__hero-title{font-size:3em;margin-bottom:15px;text-shadow:2px 2px 4px rgba(0,0,0,.7);}.page-poppy-playtime-chapter-3__hero-description{font-size:1.2em;margin-bottom:30px;}.page-poppy-playtime-chapter-3__btn{display:inline-block;background-color:#ffcc00;color:#1a1a1a;padding:12px 25px;border-radius:5px;text-decoration:none;font-weight:bold;transition:background-color .3s ease,transform .3s ease;border:none;cursor:pointer;}.page-poppy-playtime-chapter-3__btn:hover{background-color:#e6b800;transform:scale(1.05);}.page-poppy-playtime-chapter-3__btn--primary{background-color:#ff4500;color:#fff;}.page-poppy-playtime-chapter-3__btn--primary:hover{background-color:#e03e00;}.page-poppy-playtime-chapter-3__img-container{width:100%;max-width:100%;overflow:hidden;box-sizing:border-box;margin:20px 0;text-align:center;}.page-poppy-playtime-chapter-3__img{max-width:100%;height:auto;border-radius:8px;display:block;margin:0 auto;}.page-poppy-playtime-chapter-3__intro-text{text-align:center;max-width:900px;margin:0 auto 30px;}.page-poppy-playtime-chapter-3__quick-access-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-top:30px;}.page-poppy-playtime-chapter-3__quick-access-item{text-align:center;}.page-poppy-playtime-chapter-3__games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin-top:30px;}.page-poppy-playtime-chapter-3__game-card{background-color:#3a3a3a;border-radius:8px;overflow:hidden;text-align:center;padding-bottom:20px;}.page-poppy-playtime-chapter-3__game-card-img{width:100%;height:200px;object-fit:cover;}.page-poppy-playtime-chapter-3__game-card h3{margin:15px 10px 10px;font-size:1.3em;color:#ffcc00;}.page-poppy-playtime-chapter-3__game-card p{font-size:.95em;color:#ccc;padding:0 15px;margin-bottom:15px;}.page-poppy-playtime-chapter-3__promotions-list{list-style:none;padding:0;margin-top:30px;}.page-poppy-playtime-chapter-3__promotion-item{background-color:#3a3a3a;margin-bottom:15px;padding:20px;border-radius:8px;display:flex;flex-direction:column;align-items:center;text-align:center;}.page-poppy-playtime-chapter-3__promotion-item h3{margin-top:0;font-size:1.4em;}.page-poppy-playtime-chapter-3__promotion-item p{margin-bottom:20px;}.page-poppy-playtime-chapter-3__security-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:30px;}.page-poppy-playtime-chapter-3__feature-item{text-align:center;background-color:#3a3a3a;padding:20px;border-radius:8px;}.page-poppy-playtime-chapter-3__feature-item h3{font-size:1.3em;margin-top:10px;}.page-poppy-playtime-chapter-3__feature-item p{font-size:.95em;color:#ccc;}.page-poppy-playtime-chapter-3__faq-list{list-style:none;padding:0;margin-top:30px;}.page-poppy-playtime-chapter-3__faq-item{background-color:#3a3a3a;margin-bottom:10px;border-radius:8px;overflow:hidden;}.page-poppy-playtime-chapter-3__faq-question{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background-color:#444;cursor:pointer;user-select:none;transition:background-color .3s ease;}.page-poppy-playtime-chapter-3__faq-question:hover{background-color:#555;}.page-poppy-playtime-chapter-3__faq-question h3{margin:0;font-size:1.1em;color:#ffcc00;pointer-events:none;}.page-poppy-playtime-chapter-3__faq-toggle{font-size:1.5em;font-weight:bold;color:#ffcc00;pointer-events:none;transition:transform .3s ease;}.page-poppy-playtime-chapter-3__faq-item.active .page-poppy-playtime-chapter-3__faq-toggle{transform:rotate(45deg);}.page-poppy-playtime-chapter-3__faq-answer{max-height:0;overflow:hidden;padding:0 20px;opacity:0;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease,opacity .4s ease;font-size:.95em;color:#ccc;}.page-poppy-playtime-chapter-3__faq-item.active .page-poppy-playtime-chapter-3__faq-answer{max-height:2000px !important;padding:20px !important;opacity:1;}.page-poppy-playtime-chapter-3__blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin-top:30px;}.page-poppy-playtime-chapter-3__blog-card{background-color:#3a3a3a;border-radius:8px;overflow:hidden;text-align:left;}.page-poppy-playtime-chapter-3__blog-card-img{width:100%;height:180px;object-fit:cover;}.page-poppy-playtime-chapter-3__blog-card-content{padding:15px;}.page-poppy-playtime-chapter-3__blog-card h3{margin-top:0;margin-bottom:10px;font-size:1.2em;text-align:left;}.page-poppy-playtime-chapter-3__blog-card h3 a{color:#ffcc00;text-decoration:none;}.page-poppy-playtime-chapter-3__blog-card h3 a:hover{text-decoration:underline;}.page-poppy-playtime-chapter-3__blog-card p{font-size:.9em;color:#ccc;margin-bottom:15px;}.page-poppy-playtime-chapter-3__blog-card-date{font-size:.8em;color:#888;text-align:right;}@media (max-width:768px){.page-poppy-playtime-chapter-3__hero-title{font-size:2em;}.page-poppy-playtime-chapter-3__hero-description{font-size:1em;}.page-poppy-playtime-chapter-3__btn{padding:10px 20px;font-size:.9em;}.page-poppy-playtime-chapter-3__quick-access-grid,.page-poppy-playtime-chapter-3__games-grid,.page-poppy-playtime-chapter-3__security-features,.page-poppy-playtime-chapter-3__blog-grid{grid-template-columns:1fr;}.page-poppy-playtime-chapter-3__quick-access-item,.page-poppy-playtime-chapter-3__game-card,.page-poppy-playtime-chapter-3__promotion-item,.page-poppy-playtime-chapter-3__feature-item,.page-poppy-playtime-chapter-3__blog-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__quick-access-item p,.page-poppy-playtime-chapter-3__game-card p,.page-poppy-playtime-chapter-3__promotion-item p,.page-poppy-playtime-chapter-3__feature-item p,.page-poppy-playtime-chapter-3__blog-card p{word-wrap:break-word !important;overflow-wrap:break-word !important;word-break:break-word !important;}.page-poppy-playtime-chapter-3__faq-answer{padding:15px !important;}.page-poppy-playtime-chapter-3 section{padding:30px 15px;}.page-poppy-playtime-chapter-3__faq-question{padding:12px 15px;}.page-poppy-playtime-chapter-3__faq-question h3{font-size:1em;}}