.page-joy-the-rabbit-poppy-playtime { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-joy-the-rabbit-poppy-playtime__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }.page-joy-the-rabbit-poppy-playtime__section { padding: 40px 0; text-align: center; }.page-joy-the-rabbit-poppy-playtime__hero-section { background: linear-gradient(135deg, #ff6b6b, #ffe66b); color: #fff; padding: 10px 0 60px; position: relative; overflow: hidden; }.page-joy-the-rabbit-poppy-playtime__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.4; z-index: 0; }.page-joy-the-rabbit-poppy-playtime__hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; padding: 20px; }.page-joy-the-rabbit-poppy-playtime__hero-title { font-size: 2.8em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }.page-joy-the-rabbit-poppy-playtime__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; }.page-joy-the-rabbit-poppy-playtime__button { display: inline-block; background-color: #4CAF50; color: #fff; padding: 12px 28px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; }.page-joy-the-rabbit-poppy-playtime__button:hover { background-color: #45a049; transform: translateY(-2px); }.page-joy-the-rabbit-poppy-playtime__button--secondary { background-color: #007bff; }.page-joy-the-rabbit-poppy-playtime__button--secondary:hover { background-color: #0056b3; }.page-joy-the-rabbit-poppy-playtime__about-section { background-color: #fff; }.page-joy-the-rabbit-poppy-playtime__section-title { font-size: 2.2em; color: #2c3e50; margin-bottom: 20px; }.page-joy-the-rabbit-poppy-playtime__section-paragraph { font-size: 1.1em; max-width: 800px; margin: 0 auto 20px; }.page-joy-the-rabbit-poppy-playtime__image-wrapper { margin: 30px auto; max-width: 600px; overflow: hidden; border-radius: 10px; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); }.page-joy-the-rabbit-poppy-playtime__image { width: 100%; height: auto; display: block; object-fit: cover; }.page-joy-the-rabbit-poppy-playtime__features-section { background-color: #eaf4f7; }.page-joy-the-rabbit-poppy-playtime__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-joy-the-rabbit-poppy-playtime__feature-item { background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); text-align: left; transition: transform 0.3s ease; }.page-joy-the-rabbit-poppy-playtime__feature-item:hover { transform: translateY(-5px); }.page-joy-the-rabbit-poppy-playtime__feature-icon { width: 80px; height: 80px; margin-bottom: 20px; }.page-joy-the-rabbit-poppy-playtime__feature-title { font-size: 1.5em; color: #34495e; margin-bottom: 15px; }.page-joy-the-rabbit-poppy-playtime__feature-description { color: #555; }.page-joy-the-rabbit-poppy-playtime__cta-section { background: linear-gradient(90deg, #1a2980, #26d0ce); color: #fff; padding: 60px 0; }.page-joy-the-rabbit-poppy-playtime__cta-title { font-size: 2.5em; margin-bottom: 20px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }.page-joy-the-rabbit-poppy-playtime__cta-text { font-size: 1.2em; margin-bottom: 40px; max-width: 700px; margin-left: auto; margin-right: auto; }.page-joy-the-rabbit-poppy-playtime__faq-section { background-color: #fff; text-align: left; }.page-joy-the-rabbit-poppy-playtime__faq-list { margin-top: 30px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-joy-the-rabbit-poppy-playtime__faq-item { border-bottom: 1px solid #eee; padding: 15px 0; }.page-joy-the-rabbit-poppy-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; cursor: pointer; user-select: none; padding: 10px 15px; background-color: #f9f9f9; border-radius: 5px; transition: background-color 0.3s ease; }.page-joy-the-rabbit-poppy-playtime__faq-question:hover { background-color: #f0f0f0; }.page-joy-the-rabbit-poppy-playtime__faq-question h3 { margin: 0; font-size: 1.2em; color: #333; pointer-events: none; }.page-joy-the-rabbit-poppy-playtime__faq-toggle { font-size: 1.5em; font-weight: bold; color: #555; transition: transform 0.3s ease; pointer-events: none; }.page-joy-the-rabbit-poppy-playtime__faq-item.active .page-joy-the-rabbit-poppy-playtime__faq-toggle { transform: rotate(45deg); }.page-joy-the-rabbit-poppy-playtime__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-joy-the-rabbit-poppy-playtime__faq-item.active .page-joy-the-rabbit-poppy-playtime__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-joy-the-rabbit-poppy-playtime__faq-answer p { margin: 0; color: #666; }.page-joy-the-rabbit-poppy-playtime__register-login-buttons { display: flex; justify-content: center; gap: 20px; margin-top: 30px; }.page-joy-the-rabbit-poppy-playtime__register-login-buttons .page-joy-the-rabbit-poppy-playtime__button { min-width: 120px; text-align: center; }.page-joy-the-rabbit-poppy-playtime__game-carousel { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 20px; margin-top: 40px; }.page-joy-the-rabbit-poppy-playtime__carousel-item { flex: 0 0 auto; width: 300px; margin-right: 20px; scroll-snap-align: start; background-color: #fff; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); overflow: hidden; text-align: left; }.page-joy-the-rabbit-poppy-playtime__carousel-item-image { width: 100%; height: 200px; object-fit: cover; }.page-joy-the-rabbit-poppy-playtime__carousel-item-content { padding: 20px; }.page-joy-the-rabbit-poppy-playtime__carousel-item-title { font-size: 1.3em; margin-top: 0; margin-bottom: 10px; color: #333; }.page-joy-the-rabbit-poppy-playtime__carousel-item-description { font-size: 0.9em; color: #666; margin-bottom: 15px; }.page-joy-the-rabbit-poppy-playtime__carousel-item .page-joy-the-rabbit-poppy-playtime__button { width: 100%; box-sizing: border-box; }.page-joy-the-rabbit-poppy-playtime__footer-text { margin-top: 50px; font-size: 0.9em; color: #777; }.page-joy-the-rabbit-poppy-playtime__footer-text a { color: #007bff; text-decoration: none; }.page-joy-the-rabbit-poppy-playtime__footer-text a:hover { text-decoration: underline; }@media (max-width: 768px) { .page-joy-the-rabbit-poppy-playtime__hero-title { font-size: 2em; }.page-joy-the-rabbit-poppy-playtime__hero-subtitle { font-size: 1em; }.page-joy-the-rabbit-poppy-playtime__section-title { font-size: 1.8em; }.page-joy-the-rabbit-poppy-playtime__section-paragraph { font-size: 1em; }.page-joy-the-rabbit-poppy-playtime__button { padding: 10px 20px; font-size: 1em; }.page-joy-the-rabbit-poppy-playtime__features-grid { grid-template-columns: 1fr; }.page-joy-the-rabbit-poppy-playtime__feature-item { padding: 20px; }.page-joy-the-rabbit-poppy-playtime__cta-title { font-size: 2em; }.page-joy-the-rabbit-poppy-playtime__cta-text { font-size: 1em; }.page-joy-the-rabbit-poppy-playtime__game-carousel { padding-bottom: 10px; }.page-joy-the-rabbit-poppy-playtime__carousel-item { width: 260px; margin-right: 15px; }.page-joy-the-rabbit-poppy-playtime__faq-question { padding: 8px 10px; }.page-joy-the-rabbit-poppy-playtime__faq-question h3 { font-size: 1em; }.page-joy-the-rabbit-poppy-playtime__faq-toggle { font-size: 1.2em; }.page-joy-the-rabbit-poppy-playtime__faq-answer { padding: 0 10px; }.page-joy-the-rabbit-poppy-playtime__faq-item.active .page-joy-the-rabbit-poppy-playtime__faq-answer { padding: 15px 10px !important; }.page-joy-the-rabbit-poppy-playtime__register-login-buttons { flex-direction: column; gap: 10px; }.page-joy-the-rabbit-poppy-playtime__register-login-buttons .page-joy-the-rabbit-poppy-playtime__button { width: 100%; max-width: 250px; margin: 0 auto; }}.page-joy-the-rabbit-poppy-playtime__features-grid > * { box-sizing: border-box !important; }.page-joy-the-rabbit-poppy-playtime__game-carousel { width: 100% !important; max-width: 100% !important; overflow: hidden; box-sizing: border-box; padding-left: 15px; padding-right: 15px; }.page-joy-the-rabbit-poppy-playtime__game-carousel::-webkit-scrollbar { display: none; } /* Hide scrollbar for Chrome, Safari and Opera */.page-joy-the-rabbit-poppy-playtime__game-carousel { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ }@media (max-width: 768px) { .page-joy-the-rabbit-poppy-playtime__features-grid { padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }.page-joy-the-rabbit-poppy-playtime__features-grid > * { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }}.page-joy-the-rabbit-poppy-playtime__image, .page-joy-the-rabbit-poppy-playtime__feature-icon, .page-joy-the-rabbit-poppy-playtime__carousel-item-image { max-width: 100%; height: auto; }.page-joy-the-rabbit-poppy-playtime__image-wrapper { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; }@media (max-width: 768px) { .page-joy-the-rabbit-poppy-playtime__image-wrapper, .page-joy-the-rabbit-poppy-playtime__feature-icon, .page-joy-the-rabbit-poppy-playtime__carousel-item-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }}.page-joy-the-rabbit-poppy-playtime__game-carousel { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; }@media (max-width: 768px) { .page-joy-the-rabbit-poppy-playtime__game-carousel { padding-left: 15px; padding-right: 15px; } }