.page-poppy-playtime-rl34 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-poppy-playtime-rl34__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-poppy-playtime-rl34__section { padding: 60px 0; border-bottom: 1px solid #eee; }.page-poppy-playtime-rl34__section:last-of-type { border-bottom: none; }.page-poppy-playtime-rl34__hero-section { background-color: #0d1a26; color: #fff; text-align: center; padding: 10px 0 80px; position: relative; overflow: hidden; }.page-poppy-playtime-rl34__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; filter: brightness(0.5); }.page-poppy-playtime-rl34__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 20px; }.page-poppy-playtime-rl34__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); color: #ffd700; }.page-poppy-playtime-rl34__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; }.page-poppy-playtime-rl34__btn { display: inline-block; background-color: #ffd700; color: #0d1a26; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1.1em; }.page-poppy-playtime-rl34__btn:hover { background-color: #ffe066; transform: translateY(-3px); }.page-poppy-playtime-rl34__btn--primary { background-color: #007bff; color: #fff; }.page-poppy-playtime-rl34__btn--primary:hover { background-color: #0056b3; }.page-poppy-playtime-rl34__text-center { text-align: center; }.page-poppy-playtime-rl34__heading { font-size: 2.5em; color: #0d1a26; margin-bottom: 30px; text-align: center; }.page-poppy-playtime-rl34__subheading { font-size: 1.8em; color: #333; margin-bottom: 20px; }.page-poppy-playtime-rl34__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }.page-poppy-playtime-rl34__card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; }.page-poppy-playtime-rl34__card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }.page-poppy-playtime-rl34__card-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; }.page-poppy-playtime-rl34__card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-poppy-playtime-rl34__card-title { font-size: 1.5em; margin-bottom: 10px; color: #0d1a26; }.page-poppy-playtime-rl34__card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-poppy-playtime-rl34__list { list-style: none; padding: 0; margin: 0; }.page-poppy-playtime-rl34__list-item { background-color: #fff; margin-bottom: 15px; padding: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); display: flex; align-items: center; justify-content: space-between; font-size: 1.1em; color: #333; transition: background-color 0.3s ease; box-sizing: border-box; }.page-poppy-playtime-rl34__list-item:hover { background-color: #f0f0f0; }.page-poppy-playtime-rl34__list-item-text { flex-grow: 1; }.page-poppy-playtime-rl34__icon { margin-right: 15px; color: #ffd700; font-size: 1.5em; }.page-poppy-playtime-rl34__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); overflow: hidden; }.page-poppy-playtime-rl34__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #f0f0f0; transition: background-color 0.3s ease; }.page-poppy-playtime-rl34__faq-question:hover { background-color: #e0e0e0; }.page-poppy-playtime-rl34__faq-question h3 { margin: 0; font-size: 1.2em; color: #0d1a26; pointer-events: none; }.page-poppy-playtime-rl34__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffd700; transition: transform 0.3s ease; pointer-events: none; }.page-poppy-playtime-rl34__faq-item.active .page-poppy-playtime-rl34__faq-toggle { transform: rotate(45deg); }.page-poppy-playtime-rl34__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #555; }.page-poppy-playtime-rl34__faq-item.active .page-poppy-playtime-rl34__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-poppy-playtime-rl34__blog-card { display: flex; background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; flex-direction: column; }.page-poppy-playtime-rl34__blog-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }.page-poppy-playtime-rl34__blog-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; }.page-poppy-playtime-rl34__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }.page-poppy-playtime-rl34__blog-title { font-size: 1.3em; margin-bottom: 10px; color: #0d1a26; }.page-poppy-playtime-rl34__blog-meta { font-size: 0.85em; color: #888; margin-bottom: 10px; }.page-poppy-playtime-rl34__blog-excerpt { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-poppy-playtime-rl34__blog-link { align-self: flex-start; }.page-poppy-playtime-rl34__payment-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 30px; }.page-poppy-playtime-rl34__payment-logo { height: 40px; object-fit: contain; max-width: 100px; }.page-poppy-playtime-rl34__social-links { display: flex; justify-content: center; gap: 20px; margin-top: 30px; }.page-poppy-playtime-rl34__social-icon { height: 30px; object-fit: contain; }.page-poppy-playtime-rl34__promo-offer { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: left; padding: 30px; }.page-poppy-playtime-rl34__promo-offer:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }.page-poppy-playtime-rl34__promo-title { font-size: 1.8em; color: #0d1a26; margin-bottom: 15px; }.page-poppy-playtime-rl34__promo-description { font-size: 1em; color: #555; margin-bottom: 20px; }.page-poppy-playtime-rl34__promo-detail-list { list-style: disc; margin-left: 20px; margin-bottom: 20px; color: #555; }.page-poppy-playtime-rl34__promo-detail-list li { margin-bottom: 5px; }.page-poppy-playtime-rl34__game-type-icon { width: 60px; height: 60px; margin-bottom: 10px; object-fit: contain; }.page-poppy-playtime-rl34__game-provider-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 30px; }.page-poppy-playtime-rl34__game-provider-logo { height: 50px; object-fit: contain; max-width: 120px; }.page-poppy-playtime-rl34__flex-center { display: flex; justify-content: center; align-items: center; }.page-poppy-playtime-rl34__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-poppy-playtime-rl34__floating-btn { background-color: #ffd700; color: #0d1a26; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; font-size: 1em; text-align: center; }.page-poppy-playtime-rl34__floating-btn:hover { background-color: #ffe066; transform: scale(1.05); }.page-poppy-playtime-rl34__floating-btn--register { background-color: #007bff; color: #fff; }.page-poppy-playtime-rl34__floating-btn--register:hover { background-color: #0056b3; }.page-poppy-playtime-rl34__game-card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 40px; }.page-poppy-playtime-rl34__game-card { background-color: #fff; border-radius: 12px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; }.page-poppy-playtime-rl34__game-card:hover { transform: translateY(-7px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }.page-poppy-playtime-rl34__game-image { width: 100%; height: 180px; object-fit: cover; max-width: 100%; }.page-poppy-playtime-rl34__game-info { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-poppy-playtime-rl34__game-title { font-size: 1.4em; margin-bottom: 10px; color: #0d1a26; }.page-poppy-playtime-rl34__game-description { font-size: 0.9em; color: #666; margin-bottom: 15px; }.page-poppy-playtime-rl34__game-btn { display: block; width: 100%; padding: 12px 0; background-color: #ffd700; color: #0d1a26; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-poppy-playtime-rl34__game-btn:hover { background-color: #ffe066; }.page-poppy-playtime-rl34__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 40px; }.page-poppy-playtime-rl34__quick-access-item { text-align: center; background-color: #fff; padding: 25px; border-radius: 10px; box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; }.page-poppy-playtime-rl34__quick-access-item:hover { transform: translateY(-5px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12); }.page-poppy-playtime-rl34__quick-access-icon { font-size: 2.5em; color: #007bff; margin-bottom: 15px; }.page-poppy-playtime-rl34__quick-access-title { font-size: 1.3em; color: #0d1a26; margin-bottom: 15px; }.page-poppy-playtime-rl34__quick-access-btn { display: inline-block; padding: 10px 20px; background-color: #ffd700; color: #0d1a26; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-poppy-playtime-rl34__quick-access-btn:hover { background-color: #ffe066; }.page-poppy-playtime-rl34__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-poppy-playtime-rl34__blog-card-link { text-decoration: none; display: flex; flex-direction: column; height: 100%; color: inherit; }.page-poppy-playtime-rl34__blog-card-link:hover .page-poppy-playtime-rl34__blog-title { color: #007bff; }.page-poppy-playtime-rl34__blog-card-link:hover .page-poppy-playtime-rl34__blog-card { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }@media (max-width: 768px) { .page-poppy-playtime-rl34__container { padding: 15px; }.page-poppy-playtime-rl34__hero-title { font-size: 2.5em; }.page-poppy-playtime-rl34__hero-subtitle { font-size: 1.2em; }.page-poppy-playtime-rl34__heading { font-size: 2em; }.page-poppy-playtime-rl34__subheading { font-size: 1.5em; }.page-poppy-playtime-rl34__grid, .page-poppy-playtime-rl34__game-card-grid, .page-poppy-playtime-rl34__quick-access-grid, .page-poppy-playtime-rl34__blog-grid { grid-template-columns: 1fr; }.page-poppy-playtime-rl34__card, .page-poppy-playtime-rl34__game-card, .page-poppy-playtime-rl34__quick-access-item, .page-poppy-playtime-rl34__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-poppy-playtime-rl34__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px; flex-direction: column; align-items: flex-start; }.page-poppy-playtime-rl34__icon { margin-right: 0; margin-bottom: 10px; }.page-poppy-playtime-rl34__list-item-text { width: 100%; word-wrap: break-word !important; overflow-wrap: break-word !important; }.page-poppy-playtime-rl34__faq-question { padding: 15px 20px; }.page-poppy-playtime-rl34__faq-question h3 { font-size: 1.1em; }.page-poppy-playtime-rl34__faq-answer { padding: 0 20px; }.page-poppy-playtime-rl34__faq-item.active .page-poppy-playtime-rl34__faq-answer { padding: 15px 20px !important; }.page-poppy-playtime-rl34__blog-image, .page-poppy-playtime-rl34__card-image, .page-poppy-playtime-rl34__game-image { height: 160px; }.page-poppy-playtime-rl34__payment-logos, .page-poppy-playtime-rl34__game-provider-logos, .page-poppy-playtime-rl34__social-links { gap: 15px; }.page-poppy-playtime-rl34__payment-logo { height: 35px; }.page-poppy-playtime-rl34__game-provider-logo { height: 45px; }.page-poppy-playtime-rl34__floating-buttons { bottom: 15px; right: 15px; gap: 8px; }.page-poppy-playtime-rl34__floating-btn { padding: 10px 18px; font-size: 0.9em; }.page-poppy-playtime-rl34__promo-offer { padding: 20px; }.page-poppy-playtime-rl34__promo-title { font-size: 1.5em; }}.page-poppy-playtime-rl34 img { max-width: 100%; height: auto; display: block; }.page-poppy-playtime-rl34 .page-poppy-playtime-rl34__game-card-grid { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; }.page-poppy-playtime-rl34 .page-poppy-playtime-rl34__game-card { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; }.page-poppy-playtime-rl34 .page-poppy-playtime-rl34__card-image, .page-poppy-playtime-rl34 .page-poppy-playtime-rl34__game-image, .page-poppy-playtime-rl34 .page-poppy-playtime-rl34__blog-image, .page-poppy-playtime-rl34 .page-poppy-playtime-rl34__hero-background { max-width: 100%; height: auto; }.page-poppy-playtime-rl34 .page-poppy-playtime-rl34__payment-logo, .page-poppy-playtime-rl34 .page-poppy-playtime-rl34__game-provider-logo, .page-poppy-playtime-rl34 .page-poppy-playtime-rl34__social-icon { max-width: 100%; height: auto; }.page-poppy-playtime-rl34 ul, .page-poppy-playtime-rl34 ol { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; padding: 0; margin-left: 0; margin-right: 0; }.page-poppy-playtime-rl34 li { word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; }