.page-poppy-playtime-chat { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-poppy-playtime-chat__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-poppy-playtime-chat__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }.page-poppy-playtime-chat__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-poppy-playtime-chat__section-title { text-align: center; color: #2c3e50; margin-bottom: 30px; font-size: 2.5em; font-weight: bold; }.page-poppy-playtime-chat__section--dark .page-poppy-playtime-chat__section-title { color: #ecf0f1; }.page-poppy-playtime-chat__hero-section { background-color: #1a2a3a; color: #fff; text-align: center; padding: 10px 0 60px 0; position: relative; overflow: hidden; border-radius: 0; box-shadow: none; }.page-poppy-playtime-chat__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.6; }.page-poppy-playtime-chat__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; padding: 20px; }.page-poppy-playtime-chat__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }.page-poppy-playtime-chat__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; }.page-poppy-playtime-chat__button { display: inline-block; background-color: #e74c3c; 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; }.page-poppy-playtime-chat__button:hover { background-color: #c0392b; transform: translateY(-2px); }.page-poppy-playtime-chat__intro-text { font-size: 1.1em; text-align: center; margin-bottom: 30px; }.page-poppy-playtime-chat__feature-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-poppy-playtime-chat__feature-item { flex: 1 1 calc(33% - 40px); background-color: #f0f0f0; padding: 20px; border-radius: 8px; text-align: center; min-width: 280px; box-sizing: border-box; }.page-poppy-playtime-chat__feature-item h3 { color: #e74c3c; margin-bottom: 10px; }.page-poppy-playtime-chat__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }.page-poppy-playtime-chat__quick-access-item { background-color: #ecf0f1; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease; }.page-poppy-playtime-chat__quick-access-item:hover { transform: translateY(-5px); }.page-poppy-playtime-chat__quick-access-item .page-poppy-playtime-chat__button { width: 100%; margin-top: 15px; }.page-poppy-playtime-chat__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-poppy-playtime-chat__game-card { background-color: #fdfdfd; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-poppy-playtime-chat__game-card:hover { transform: translateY(-7px); }.page-poppy-playtime-chat__game-card-image { width: 100%; height: 250px; object-fit: cover; display: block; }.page-poppy-playtime-chat__game-card-content { padding: 20px; }.page-poppy-playtime-chat__game-card-title { font-size: 1.5em; color: #2c3e50; margin-bottom: 10px; }.page-poppy-playtime-chat__game-card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-poppy-playtime-chat__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 30px; }.page-poppy-playtime-chat__promo-card { background-color: #fdfdfd; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); text-align: center; padding: 25px; }.page-poppy-playtime-chat__promo-card-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 15px; border-radius: 8px; }.page-poppy-playtime-chat__promo-card-title { font-size: 1.6em; color: #e74c3c; margin-bottom: 10px; }.page-poppy-playtime-chat__promo-card-description { font-size: 0.95em; color: #555; margin-bottom: 20px; }.page-poppy-playtime-chat__security-content { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 30px; }.page-poppy-playtime-chat__security-item { flex: 1 1 calc(50% - 30px); min-width: 300px; background-color: #ecf0f1; padding: 25px; border-radius: 8px; text-align: center; box-sizing: border-box; }.page-poppy-playtime-chat__security-item h3 { color: #2c3e50; margin-bottom: 10px; }.page-poppy-playtime-chat__security-item p { color: #555; }.page-poppy-playtime-chat__faq-list { margin-top: 30px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-poppy-playtime-chat__faq-item { background-color: #fdfdfd; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }.page-poppy-playtime-chat__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #e74c3c; color: #fff; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-poppy-playtime-chat__faq-question:hover { background-color: #c0392b; }.page-poppy-playtime-chat__faq-question h3 { margin: 0; font-size: 1.2em; pointer-events: none; }.page-poppy-playtime-chat__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; }.page-poppy-playtime-chat__faq-item.active .page-poppy-playtime-chat__faq-toggle { transform: rotate(45deg); }.page-poppy-playtime-chat__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; 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-poppy-playtime-chat__faq-item.active .page-poppy-playtime-chat__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-poppy-playtime-chat__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-poppy-playtime-chat__blog-card { background-color: #fdfdfd; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-poppy-playtime-chat__blog-card:hover { transform: translateY(-7px); }.page-poppy-playtime-chat__blog-card-image { width: 100%; height: 220px; object-fit: cover; display: block; }.page-poppy-playtime-chat__blog-card-content { padding: 20px; }.page-poppy-playtime-chat__blog-card-title { font-size: 1.4em; color: #2c3e50; margin-bottom: 10px; }.page-poppy-playtime-chat__blog-card-title a { text-decoration: none; color: #2c3e50; transition: color 0.3s ease; }.page-poppy-playtime-chat__blog-card-title a:hover { color: #e74c3c; }.page-poppy-playtime-chat__blog-card-summary { font-size: 0.9em; color: #555; margin-bottom: 15px; }.page-poppy-playtime-chat__blog-card-date { font-size: 0.85em; color: #888; text-align: right; }.page-poppy-playtime-chat img { max-width: 100%; height: auto; }.page-poppy-playtime-chat ul { list-style: none; padding: 0; margin: 0; }.page-poppy-playtime-chat ul li { margin-bottom: 10px; }.page-poppy-playtime-chat__logo-bar { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 30px; padding: 20px 0; background-color: #ecf0f1; border-radius: 8px; }.page-poppy-playtime-chat__logo-bar img { height: 60px; object-fit: contain; width: auto; max-width: 180px; }.page-poppy-playtime-chat__logo-bar-title { width: 100%; text-align: center; margin-bottom: 15px; font-size: 1.3em; color: #2c3e50; font-weight: bold; }@media (max-width: 992px) { .page-poppy-playtime-chat__hero-title { font-size: 3em; } .page-poppy-playtime-chat__hero-subtitle { font-size: 1.3em; } .page-poppy-playtime-chat__section-title { font-size: 2em; } .page-poppy-playtime-chat__feature-item, .page-poppy-playtime-chat__security-item { flex: 1 1 calc(50% - 20px); }}.page-poppy-playtime-chat__feature-list, .page-poppy-playtime-chat__game-grid, .page-poppy-playtime-chat__promotions-grid, .page-poppy-playtime-chat__blog-grid { padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-poppy-playtime-chat__feature-item, .page-poppy-playtime-chat__quick-access-item, .page-poppy-playtime-chat__game-card, .page-poppy-playtime-chat__promo-card, .page-poppy-playtime-chat__security-item, .page-poppy-playtime-chat__faq-item, .page-poppy-playtime-chat__blog-card { box-sizing: border-box !important; }@media (max-width: 768px) { .page-poppy-playtime-chat__hero-title { font-size: 2.5em; } .page-poppy-playtime-chat__hero-subtitle { font-size: 1.1em; } .page-poppy-playtime-chat__section-title { font-size: 1.8em; } .page-poppy-playtime-chat__container { padding: 10px; } .page-poppy-playtime-chat__feature-item, .page-poppy-playtime-chat__security-item { flex: 1 1 100% !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px !important; } .page-poppy-playtime-chat__quick-access-grid, .page-poppy-playtime-chat__game-grid, .page-poppy-playtime-chat__promotions-grid, .page-poppy-playtime-chat__blog-grid { grid-template-columns: 1fr; gap: 15px; } .page-poppy-playtime-chat__quick-access-item, .page-poppy-playtime-chat__game-card, .page-poppy-playtime-chat__promo-card, .page-poppy-playtime-chat__blog-card { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-chat__faq-question { padding: 15px 20px; } .page-poppy-playtime-chat__faq-answer { padding: 0 20px; } .page-poppy-playtime-chat__faq-item.active .page-poppy-playtime-chat__faq-answer { padding: 15px 20px !important; } .page-poppy-playtime-chat__intro-text { font-size: 1em; } .page-poppy-playtime-chat__logo-bar { padding: 15px 10px; gap: 15px; } .page-poppy-playtime-chat__logo-bar img { height: 45px; max-width: 150px; } .page-poppy-playtime-chat p, .page-poppy-playtime-chat li, .page-poppy-playtime-chat__game-card-description, .page-poppy-playtime-chat__promo-card-description, .page-poppy-playtime-chat__blog-card-summary { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-poppy-playtime-chat img { max-width: 100% !important; height: auto !important; } .page-poppy-playtime-chat__game-card-image, .page-poppy-playtime-chat__promo-card-image, .page-poppy-playtime-chat__blog-card-image { height: 180px; }}.page-poppy-playtime-chat__main-content { padding-top: 10px; /* Small top padding, assuming body has header offset */ }