/* CSS styles for the poppy playtime silly page */.page-poppy-playtime-silly {font-family: 'Arial', sans-serif;color: #eee;background-color: #1a1a2e;line-height: 1.6;}.page-poppy-playtime-silly__section {padding: 40px 20px;margin-bottom: 20px;text-align: center;}.page-poppy-playtime-silly__hero-section {position: relative;padding-top: 10px;background: linear-gradient(135deg, #2c073b, #0d012c);color: #fff;overflow: hidden;}.page-poppy-playtime-silly__hero-image {width: 100%;max-height: 500px;object-fit: cover;margin-bottom: 20px;border-radius: 10px;}.page-poppy-playtime-silly__hero-content {max-width: 900px;margin: 0 auto;}.page-poppy-playtime-silly__hero-title {font-size: 2.8em;margin-bottom: 15px;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}.page-poppy-playtime-silly__hero-subtitle {font-size: 1.3em;margin-bottom: 30px;}.page-poppy-playtime-silly__cta-button {display: inline-block;background: linear-gradient(90deg, #ff6b6b, #ee3366);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;margin: 10px;}.page-poppy-playtime-silly__cta-button:hover {background: linear-gradient(90deg, #ee3366, #ff6b6b);transform: translateY(-2px);}.page-poppy-playtime-silly__content-wrapper {max-width: 1200px;margin: 0 auto;}.page-poppy-playtime-silly__section-title {font-size: 2.2em;color: #ffcc00;margin-bottom: 30px;text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);}.page-poppy-playtime-silly__text-block {font-size: 1.1em;margin-bottom: 20px;color: #ccc;}.page-poppy-playtime-silly__game-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 25px;margin-top: 30px;}.page-poppy-playtime-silly__game-card {background-color: #2a2a4a;border-radius: 10px;overflow: hidden;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-poppy-playtime-silly__game-card:hover {transform: translateY(-5px);box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);}.page-poppy-playtime-silly__game-image {width: 100%;height: 200px;object-fit: cover;}.page-poppy-playtime-silly__game-content {padding: 20px;}.page-poppy-playtime-silly__game-title {font-size: 1.5em;margin-bottom: 10px;color: #ffcc00;}.page-poppy-playtime-silly__game-description {font-size: 0.95em;color: #bbb;margin-bottom: 15px;}.page-poppy-playtime-silly__promo-item {background-color: #2a2a4a;padding: 25px;border-radius: 10px;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);margin-bottom: 20px;text-align: left;}.page-poppy-playtime-silly__promo-title {font-size: 1.8em;color: #ffcc00;margin-bottom: 10px;}.page-poppy-playtime-silly__promo-description {font-size: 1em;color: #ccc;margin-bottom: 15px;}.page-poppy-playtime-silly__promo-button {display: inline-block;background: #00bcd4;color: #fff;padding: 10px 20px;border-radius: 5px;text-decoration: none;font-weight: bold;transition: background-color 0.3s ease;border: none;cursor: pointer;}.page-poppy-playtime-silly__promo-button:hover {background: #0097a7;}.page-poppy-playtime-silly__download-section {background: linear-gradient(135deg, #0d012c, #2c073b);color: #fff;padding: 60px 20px;}.page-poppy-playtime-silly__download-title {font-size: 2.5em;margin-bottom: 20px;color: #ffcc00;}.page-poppy-playtime-silly__download-description {font-size: 1.2em;margin-bottom: 40px;max-width: 800px;margin-left: auto;margin-right: auto;}.page-poppy-playtime-silly__app-buttons {display: flex;justify-content: center;gap: 20px;flex-wrap: wrap;}.page-poppy-playtime-silly__app-button {display: flex;align-items: center;background-color: #333;color: #fff;padding: 15px 25px;border-radius: 8px;text-decoration: none;font-weight: bold;font-size: 1.1em;transition: background-color 0.3s ease, transform 0.3s ease;}.page-poppy-playtime-silly__app-button:hover {background-color: #555;transform: translateY(-2px);}.page-poppy-playtime-silly__app-icon {width: 30px;height: 30px;margin-right: 10px;}.page-poppy-playtime-silly__floating-buttons {position: fixed;bottom: 20px;right: 20px;display: flex;flex-direction: column;gap: 15px;z-index: 1000;}.page-poppy-playtime-silly__floating-button {background: linear-gradient(45deg, #ffcc00, #ff9900);color: #1a1a2e;padding: 12px 25px;border-radius: 30px;text-decoration: none;font-weight: bold;font-size: 1.1em;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-poppy-playtime-silly__floating-button:hover {transform: translateY(-3px);box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);}.page-poppy-playtime-silly__faq-section {background-color: #1a1a2e;padding: 60px 20px;}.page-poppy-playtime-silly__faq-container {max-width: 800px;margin: 0 auto;}.page-poppy-playtime-silly__faq-item {margin-bottom: 15px;border: 1px solid #333;border-radius: 8px;overflow: hidden;background-color: #2a2a4a;}.page-poppy-playtime-silly__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 15px 20px;background-color: #333;cursor: pointer;user-select: none;transition: background-color 0.3s ease;}.page-poppy-playtime-silly__faq-question:hover {background-color: #444;}.page-poppy-playtime-silly__faq-question h3 {margin: 0;font-size: 1.2em;color: #ffcc00;pointer-events: none;}.page-poppy-playtime-silly__faq-toggle {font-size: 1.5em;font-weight: bold;color: #ffcc00;pointer-events: none;transition: transform 0.3s ease;}.page-poppy-playtime-silly__faq-answer {max-height: 0;overflow: hidden;padding: 0 20px;opacity: 0;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;color: #ccc;text-align: left;}.page-poppy-playtime-silly__faq-item.active .page-poppy-playtime-silly__faq-answer {max-height: 2000px !important;padding: 20px !important;opacity: 1;}.page-poppy-playtime-silly__faq-item.active .page-poppy-playtime-silly__faq-toggle {transform: rotate(45deg);}.page-poppy-playtime-silly__game-grid ul, .page-poppy-playtime-silly__promo-section ul {list-style: none;padding: 0;margin: 0;}.page-poppy-playtime-silly__game-grid li, .page-poppy-playtime-silly__promo-section li {box-sizing: border-box;}.page-poppy-playtime-silly__promo-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 25px;margin-top: 30px;}@media (max-width: 768px) {.page-poppy-playtime-silly__hero-title {font-size: 2em;}.page-poppy-playtime-silly__hero-subtitle {font-size: 1em;}.page-poppy-playtime-silly__section {padding: 30px 15px;}.page-poppy-playtime-silly__section-title {font-size: 1.8em;}.page-poppy-playtime-silly__text-block {font-size: 1em;}.page-poppy-playtime-silly__game-grid {grid-template-columns: 1fr;}.page-poppy-playtime-silly__game-card {width: 100% !important;max-width: 100% !important;margin-left: 0 !important;margin-right: 0 !important;box-sizing: border-box !important;}.page-poppy-playtime-silly__game-description {word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}.page-poppy-playtime-silly__promo-grid {grid-template-columns: 1fr;}.page-poppy-playtime-silly__promo-item {width: 100% !important;max-width: 100% !important;margin-left: 0 !important;margin-right: 0 !important;box-sizing: border-box !important;}.page-poppy-playtime-silly__download-title {font-size: 2em;}.page-poppy-playtime-silly__download-description {font-size: 1em;}.page-poppy-playtime-silly__floating-buttons {right: 10px;bottom: 10px;}.page-poppy-playtime-silly__floating-button {padding: 10px 20px;font-size: 1em;}.page-poppy-playtime-silly__app-buttons {flex-direction: column;align-items: center;}.page-poppy-playtime-silly__app-button {width: 100%;max-width: 250px;}.page-poppy-playtime-silly__faq-question h3 {font-size: 1em;}.page-poppy-playtime-silly__faq-answer {padding: 15px !important;}.page-poppy-playtime-silly__faq-item.active .page-poppy-playtime-silly__faq-answer {padding: 15px !important;}}