.page-poppy-playtime-3-mod-melon-playground { font-family: 'Arial', sans-serif; color: #e0e0e0; background-color: #1a1a2e; line-height: 1.6; overflow-x: hidden; }.page-poppy-playtime-3-mod-melon-playground__section-title { font-size: 2.5em; color: #e63946; text-align: center; margin-bottom: 20px; padding-top: 40px; }.page-poppy-playtime-3-mod-melon-playground__section-description { font-size: 1.1em; text-align: center; max-width: 800px; margin: 0 auto 40px auto; color: #c0c0c0; } .page-poppy-playtime-3-mod-melon-playground__hero-section { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; min-height: 70vh; padding: 10px 20px 60px 20px; background-color: #0d0d1a; overflow: hidden; } .page-poppy-playtime-3-mod-melon-playground__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; overflow: hidden; } .page-poppy-playtime-3-mod-melon-playground__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; transition: transform 0.5s ease; } .page-poppy-playtime-3-mod-melon-playground__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; background: rgba(0, 0, 0, 0.5); border-radius: 10px; } .page-poppy-playtime-3-mod-melon-playground__hero-title { font-size: 3.5em; margin-bottom: 15px; color: #f8f8f8; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-poppy-playtime-3-mod-melon-playground__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; color: #c0c0c0; } .page-poppy-playtime-3-mod-melon-playground__hero-cta, .page-poppy-playtime-3-mod-melon-playground__access-btn, .page-poppy-playtime-3-mod-melon-playground__promo-cta { display: inline-block; background-color: #e63946; color: #ffffff; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-poppy-playtime-3-mod-melon-playground__hero-cta:hover, .page-poppy-playtime-3-mod-melon-playground__access-btn:hover, .page-poppy-playtime-3-mod-melon-playground__promo-cta:hover { background-color: #d62828; transform: translateY(-2px); } .page-poppy-playtime-3-mod-melon-playground__introduction-section { padding: 60px 20px; background-color: #222; text-align: center; } .page-poppy-playtime-3-mod-melon-playground__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; margin-top: 50px; } .page-poppy-playtime-3-mod-melon-playground__feature-item { background-color: #2a2a2a; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; border: 1px solid #333; box-sizing: border-box; } .page-poppy-playtime-3-mod-melon-playground__feature-item:hover { transform: translateY(-5px); } .page-poppy-playtime-3-mod-melon-playground__feature-icon { width: 100%; max-width: 250px; height: auto; margin-bottom: 20px; border-radius: 8px; object-fit: cover; } .page-poppy-playtime-3-mod-melon-playground__feature-title { font-size: 1.5em; color: #e63946; margin-bottom: 10px; } .page-poppy-playtime-3-mod-melon-playground__feature-text { color: #c0c0c0; } .page-poppy-playtime-3-mod-melon-playground__quick-access-section { padding: 60px 20px; background-color: #1a1a2e; text-align: center; } .page-poppy-playtime-3-mod-melon-playground__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-poppy-playtime-3-mod-melon-playground__game-showcase-section { padding: 60px 20px; background-color: #222; text-align: center; } .page-poppy-playtime-3-mod-melon-playground__game-tabs { display: flex; justify-content: center; margin-bottom: 40px; border-bottom: 2px solid #333; max-width: 800px; margin-left: auto; margin-right: auto; } .page-poppy-playtime-3-mod-melon-playground__tab-header { padding: 15px 25px; cursor: pointer; font-size: 1.2em; font-weight: bold; color: #c0c0c0; border-bottom: 3px solid transparent; transition: color 0.3s ease, border-bottom-color 0.3s ease; user-select: none; } .page-poppy-playtime-3-mod-melon-playground__tab-header:hover { color: #e63946; } .page-poppy-playtime-3-mod-melon-playground__tab-header.active { color: #e63946; border-bottom-color: #e63946; } .page-poppy-playtime-3-mod-melon-playground__tab-content { display: none; padding-top: 30px; animation: fadeIn 0.5s ease-out; } .page-poppy-playtime-3-mod-melon-playground__tab-content.active { display: block; } .page-poppy-playtime-3-mod-melon-playground__content-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-poppy-playtime-3-mod-melon-playground__content-card { background-color: #2a2a2a; padding: 25px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); text-align: left; border: 1px solid #333; box-sizing: border-box; } .page-poppy-playtime-3-mod-melon-playground__card-image { width: 100%; max-width: 250px; height: auto; margin-bottom: 15px; border-radius: 8px; object-fit: contain; } .page-poppy-playtime-3-mod-melon-playground__card-title { font-size: 1.4em; color: #e63946; margin-bottom: 10px; } .page-poppy-playtime-3-mod-melon-playground__card-text { color: #c0c0c0; } .page-poppy-playtime-3-mod-melon-playground__promo-section { padding: 60px 20px; background-color: #1a1a2e; text-align: center; } .page-poppy-playtime-3-mod-melon-playground__promo-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1000px; margin: 40px auto 0 auto; } .page-poppy-playtime-3-mod-melon-playground__promo-card { background-color: #2a2a2a; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); border: 1px solid #333; box-sizing: border-box; } .page-poppy-playtime-3-mod-melon-playground__promo-image { width: 100%; max-width: 300px; height: auto; margin-bottom: 20px; border-radius: 8px; object-fit: cover; } .page-poppy-playtime-3-mod-melon-playground__promo-title { font-size: 1.5em; color: #e63946; margin-bottom: 10px; } .page-poppy-playtime-3-mod-melon-playground__promo-text { color: #c0c0c0; margin-bottom: 25px; } .page-poppy-playtime-3-mod-melon-playground__security-section { padding: 60px 20px; background-color: #222; text-align: center; } .page-poppy-playtime-3-mod-melon-playground__security-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 40px auto 0 auto; } .page-poppy-playtime-3-mod-melon-playground__security-item { background-color: #2a2a2a; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); border: 1px solid #333; box-sizing: border-box; } .page-poppy-playtime-3-mod-melon-playground__security-icon { width: 100%; max-width: 200px; height: auto; margin-bottom: 20px; border-radius: 8px; object-fit: cover; } .page-poppy-playtime-3-mod-melon-playground__security-title { font-size: 1.5em; color: #e63946; margin-bottom: 10px; } .page-poppy-playtime-3-mod-melon-playground__security-text { color: #c0c0c0; } .page-poppy-playtime-3-mod-melon-playground__faq-section { padding: 60px 20px; background-color: #1a1a2e; } .page-poppy-playtime-3-mod-melon-playground__faq-container { max-width: 900px; margin: 40px auto 0 auto; } .page-poppy-playtime-3-mod-melon-playground__faq-item { background-color: #2a2a2a; margin-bottom: 15px; border-radius: 8px; border: 1px solid #333; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); overflow: hidden; } .page-poppy-playtime-3-mod-melon-playground__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #333; color: #e0e0e0; font-size: 1.2em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } .page-poppy-playtime-3-mod-melon-playground__faq-question:hover { background-color: #444; } .page-poppy-playtime-3-mod-melon-playground__faq-q-text { margin: 0; color: inherit; pointer-events: none; } .page-poppy-playtime-3-mod-melon-playground__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; color: #e63946; } .page-poppy-playtime-3-mod-melon-playground__faq-item.active .page-poppy-playtime-3-mod-melon-playground__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-3-mod-melon-playground__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: #c0c0c0; } .page-poppy-playtime-3-mod-melon-playground__faq-item.active .page-poppy-playtime-3-mod-melon-playground__faq-answer { max-height: 2000px !important; padding: 20px 20px !important; opacity: 1; } .page-poppy-playtime-3-mod-melon-playground__faq-answer p { margin: 0; } .page-poppy-playtime-3-mod-melon-playground__blog-section { padding: 60px 20px; background-color: #222; text-align: center; } .page-poppy-playtime-3-mod-melon-playground__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 40px auto 0 auto; } .page-poppy-playtime-3-mod-melon-playground__blog-card { background-color: #2a2a2a; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); overflow: hidden; text-align: left; border: 1px solid #333; box-sizing: border-box; } .page-poppy-playtime-3-mod-melon-playground__blog-image { width: 100%; height: 200px; object-fit: cover; border-bottom: 1px solid #333; } .page-poppy-playtime-3-mod-melon-playground__blog-content { padding: 20px; } .page-poppy-playtime-3-mod-melon-playground__blog-title { font-size: 1.3em; margin-bottom: 10px; line-height: 1.3; } .page-poppy-playtime-3-mod-melon-playground__blog-title a { color: #e63946; text-decoration: none; transition: color 0.3s ease; } .page-poppy-playtime-3-mod-melon-playground__blog-title a:hover { color: #ff6b6b; } .page-poppy-playtime-3-mod-melon-playground__blog-excerpt { color: #c0c0c0; font-size: 0.95em; margin-bottom: 15px; } .page-poppy-playtime-3-mod-melon-playground__blog-date { font-size: 0.85em; color: #888; } @media (max-width: 1024px) { .page-poppy-playtime-3-mod-melon-playground__hero-title { font-size: 3em; } .page-poppy-playtime-3-mod-melon-playground__hero-subtitle { font-size: 1.2em; } .page-poppy-playtime-3-mod-melon-playground__section-title { font-size: 2em; } } @media (max-width: 768px) { .page-poppy-playtime-3-mod-melon-playground__hero-section { min-height: 60vh; padding-bottom: 40px; } .page-poppy-playtime-3-mod-melon-playground__hero-title { font-size: 2.5em; } .page-poppy-playtime-3-mod-melon-playground__hero-subtitle { font-size: 1.1em; } .page-poppy-playtime-3-mod-melon-playground__hero-cta { padding: 12px 25px; font-size: 1.1em; } .page-poppy-playtime-3-mod-melon-playground__section-title { font-size: 1.8em; padding-top: 30px; } .page-poppy-playtime-3-mod-melon-playground__section-description { font-size: 1em; margin-bottom: 30px; } .page-poppy-playtime-3-mod-melon-playground__features-grid, .page-poppy-playtime-3-mod-melon-playground__content-grid, .page-poppy-playtime-3-mod-melon-playground__promo-cards, .page-poppy-playtime-3-mod-melon-playground__security-features, .page-poppy-playtime-3-mod-melon-playground__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-poppy-playtime-3-mod-melon-playground__feature-item, .page-poppy-playtime-3-mod-melon-playground__content-card, .page-poppy-playtime-3-mod-melon-playground__promo-card, .page-poppy-playtime-3-mod-melon-playground__security-item, .page-poppy-playtime-3-mod-melon-playground__blog-card { padding: 20px; 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; word-break: break-word !important; } .page-poppy-playtime-3-mod-melon-playground__access-buttons { flex-direction: column; align-items: center; } .page-poppy-playtime-3-mod-melon-playground__access-btn { width: 90%; max-width: 300px; } .page-poppy-playtime-3-mod-melon-playground__tab-header { font-size: 1em; padding: 10px 15px; } .page-poppy-playtime-3-mod-melon-playground__faq-question { font-size: 1.1em; padding: 12px 15px; } .page-poppy-playtime-3-mod-melon-playground__faq-answer { padding: 0 15px; } .page-poppy-playtime-3-mod-melon-playground__faq-item.active .page-poppy-playtime-3-mod-melon-playground__faq-answer { padding: 15px 15px !important; } .page-poppy-playtime-3-mod-melon-playground__blog-image { height: 180px; } } @media (max-width: 480px) { .page-poppy-playtime-3-mod-melon-playground__hero-title { font-size: 2em; } .page-poppy-playtime-3-mod-melon-playground__hero-subtitle { font-size: 1em; } .page-poppy-playtime-3-mod-melon-playground__section-title { font-size: 1.5em; } .page-poppy-playtime-3-mod-melon-playground__faq-question { font-size: 1em; } } @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }