.page-apunkagames-poppy-playtime { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-apunkagames-poppy-playtime__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-apunkagames-poppy-playtime__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-apunkagames-poppy-playtime__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-apunkagames-poppy-playtime__section-title { font-size: 2.5em; color: #2c3e50; text-align: center; margin-bottom: 30px; position: relative; padding-bottom: 10px; }.page-apunkagames-poppy-playtime__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #e74c3c; border-radius: 2px; }.page-apunkagames-poppy-playtime__section--dark .page-apunkagames-poppy-playtime__section-title { color: #ecf0f1; }.page-apunkagames-poppy-playtime__hero-section { position: relative; width: 100%; height: 500px; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding-top: 10px; }.page-apunkagames-poppy-playtime__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; filter: brightness(0.6); }.page-apunkagames-poppy-playtime__hero-content { position: relative; z-index: 1; max-width: 800px; padding: 20px; }.page-apunkagames-poppy-playtime__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); line-height: 1.2; }.page-apunkagames-poppy-playtime__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); }.page-apunkagames-poppy-playtime__cta-buttons { display: flex; justify-content: center; gap: 20px; }.page-apunkagames-poppy-playtime__cta-button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; }.page-apunkagames-poppy-playtime__cta-button:hover { background-color: #c0392b; transform: translateY(-3px); }.page-apunkagames-poppy-playtime__intro-text { font-size: 1.1em; text-align: center; max-width: 900px; margin: 0 auto 30px auto; color: #555; }.page-apunkagames-poppy-playtime__intro-features { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 20px; margin-top: 30px; }.page-apunkagames-poppy-playtime__feature-item { flex: 1 1 calc(33% - 40px); min-width: 280px; text-align: center; padding: 20px; background-color: #f9f9f9; border-radius: 8px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03); }.page-apunkagames-poppy-playtime__feature-item img { max-width: 100%; height: auto; border-radius: 5px; margin-bottom: 15px; }.page-apunkagames-poppy-playtime__feature-item h3 { font-size: 1.5em; color: #e74c3c; margin-bottom: 10px; }.page-apunkagames-poppy-playtime__feature-item p { color: #666; }.page-apunkagames-poppy-playtime__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }.page-apunkagames-poppy-playtime__quick-access-item { text-align: center; background-color: #ecf0f1; padding: 25px; border-radius: 8px; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-apunkagames-poppy-playtime__quick-access-item:hover { transform: translateY(-5px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }.page-apunkagames-poppy-playtime__quick-access-item h3 { font-size: 1.3em; margin-bottom: 15px; color: #2c3e50; }.page-apunkagames-poppy-playtime__quick-access-item .page-apunkagames-poppy-playtime__cta-button { padding: 10px 20px; font-size: 1em; }.page-apunkagames-poppy-playtime__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; }.page-apunkagames-poppy-playtime__game-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-apunkagames-poppy-playtime__game-card:hover { transform: translateY(-7px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }.page-apunkagames-poppy-playtime__game-card-image { width: 100%; height: 200px; object-fit: cover; }.page-apunkagames-poppy-playtime__game-card-content { padding: 20px; }.page-apunkagames-poppy-playtime__game-card-title { font-size: 1.6em; color: #2c3e50; margin-bottom: 10px; }.page-apunkagames-poppy-playtime__game-card-description { font-size: 0.95em; color: #666; margin-bottom: 15px; }.page-apunkagames-poppy-playtime__game-card .page-apunkagames-poppy-playtime__cta-button { padding: 10px 25px; font-size: 0.95em; }.page-apunkagames-poppy-playtime__promotions-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-apunkagames-poppy-playtime__promotion-card { background-color: #ecf0f1; border-radius: 10px; padding: 25px; text-align: center; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); transition: background-color 0.3s ease; }.page-apunkagames-poppy-playtime__promotion-card:hover { background-color: #dde1e2; }.page-apunkagames-poppy-playtime__promotion-card h3 { font-size: 1.6em; color: #e74c3c; margin-bottom: 10px; }.page-apunkagames-poppy-playtime__promotion-card p { color: #555; margin-bottom: 20px; }.page-apunkagames-poppy-playtime__promotion-card .page-apunkagames-poppy-playtime__cta-button { padding: 10px 25px; font-size: 0.95em; }.page-apunkagames-poppy-playtime__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; }.page-apunkagames-poppy-playtime__security-item { text-align: center; padding: 25px; background-color: #f9f9f9; border-radius: 8px; }.page-apunkagames-poppy-playtime__security-item img { max-width: 100px; margin-bottom: 15px; height: auto; }.page-apunkagames-poppy-playtime__security-item h3 { font-size: 1.4em; color: #2c3e50; margin-bottom: 10px; }.page-apunkagames-poppy-playtime__security-item p { color: #666; }.page-apunkagames-poppy-playtime__faq-list { margin-top: 30px; }.page-apunkagames-poppy-playtime__faq-item { background-color: #f9f9f9; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03); }.page-apunkagames-poppy-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #e74c3c; color: #fff; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-apunkagames-poppy-playtime__faq-question:hover { background-color: #c0392b; }.page-apunkagames-poppy-playtime__faq-question h3 { margin: 0; font-size: 1.2em; pointer-events: none; }.page-apunkagames-poppy-playtime__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; }.page-apunkagames-poppy-playtime__faq-item.active .page-apunkagames-poppy-playtime__faq-toggle { transform: rotate(45deg); }.page-apunkagames-poppy-playtime__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; background-color: #fff; color: #333; }.page-apunkagames-poppy-playtime__faq-item.active .page-apunkagames-poppy-playtime__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-apunkagames-poppy-playtime__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-apunkagames-poppy-playtime__blog-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; text-decoration: none; color: inherit; }.page-apunkagames-poppy-playtime__blog-card:hover { transform: translateY(-7px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }.page-apunkagames-poppy-playtime__blog-card-image { width: 100%; height: 200px; object-fit: cover; }.page-apunkagames-poppy-playtime__blog-card-content { padding: 20px; }.page-apunkagames-poppy-playtime__blog-card-title { font-size: 1.4em; color: #2c3e50; margin-bottom: 10px; }.page-apunkagames-poppy-playtime__blog-card-excerpt { font-size: 0.95em; color: #666; margin-bottom: 15px; }.page-apunkagames-poppy-playtime__blog-card-date { font-size: 0.85em; color: #999; text-align: right; }.page-apunkagames-poppy-playtime__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-apunkagames-poppy-playtime__floating-button { background-color: #e74c3c; color: #fff; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.9em; text-align: center; text-decoration: none; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; line-height: 1.2; }.page-apunkagames-poppy-playtime__floating-button:hover { background-color: #c0392b; transform: scale(1.1); }.page-apunkagames-poppy-playtime__floating-button--register { background-color: #2ecc71; }.page-apunkagames-poppy-playtime__floating-button--register:hover { background-color: #27ae60; }@media (max-width: 768px) { .page-apunkagames-poppy-playtime__hero-section { height: 400px; }.page-apunkagames-poppy-playtime__hero-title { font-size: 2.5em; }.page-apunkagames-poppy-playtime__hero-subtitle { font-size: 1.2em; }.page-apunkagames-poppy-playtime__cta-buttons { flex-direction: column; gap: 15px; }.page-apunkagames-poppy-playtime__cta-button { width: 100%; max-width: 250px; margin: 0 auto; }.page-apunkagames-poppy-playtime__section-title { font-size: 2em; }.page-apunkagames-poppy-playtime__intro-features, .page-apunkagames-poppy-playtime__quick-access-grid, .page-apunkagames-poppy-playtime__games-grid, .page-apunkagames-poppy-playtime__promotions-list, .page-apunkagames-poppy-playtime__security-grid, .page-apunkagames-poppy-playtime__blog-grid { grid-template-columns: 1fr; }.page-apunkagames-poppy-playtime__feature-item, .page-apunkagames-poppy-playtime__quick-access-item, .page-apunkagames-poppy-playtime__game-card, .page-apunkagames-poppy-playtime__promotion-card, .page-apunkagames-poppy-playtime__security-item, .page-apunkagames-poppy-playtime__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-apunkagames-poppy-playtime__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-apunkagames-poppy-playtime__container { padding: 10px; }.page-apunkagames-poppy-playtime__section { padding: 20px 10px; }}.page-apunkagames-poppy-playtime__floating-buttons { flex-direction: row; bottom: 10px; right: 10px; left: 10px; justify-content: space-around; gap: 5px; }.page-apunkagames-poppy-playtime__floating-button { width: 50px; height: 50px; font-size: 0.8em; }