@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Open+Sans:wght@400;600&display=swap');:root { --page-primary-color: #FFD700; --page-secondary-color: #00BFFF; --page-background-dark: #1a1a2e; --page-background-light: #282846; --page-text-color: #E0E0E0; --page-heading-color: #FFFFFF; --page-accent-color: #FF6347; --page-border-color: #3e2060; --page-success-color: #32CD32; --page-error-color: #DC143C;}.page-project-playtime-new-monster { font-family: 'Open Sans', sans-serif; color: var(--page-text-color); background-color: var(--page-background-dark); line-height: 1.6; padding-top: var(--header-offset, 0px);}.page-project-playtime-new-monster__section-title { font-family: 'Montserrat', sans-serif; font-size: 2.5em; color: var(--page-heading-color); text-align: center; margin-bottom: 20px; padding-top: 40px; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);}.page-project-playtime-new-monster__section-description { text-align: center; max-width: 800px; margin: 0 auto 50px auto; font-size: 1.1em; color: rgba(255, 255, 255, 0.8);}.page-project-playtime-new-monster__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding-top: 10px; padding-bottom: 50px;}.page-project-playtime-new-monster__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1;}.page-project-playtime-new-monster__hero-content { position: relative; z-index: 2; color: var(--page-heading-color); max-width: 900px; padding: 20px; background: rgba(0, 0, 0, 0.5); border-radius: 10px;}.page-project-playtime-new-monster__hero-title { font-family: 'Montserrat', sans-serif; font-size: 3.5em; margin-bottom: 15px; line-height: 1.2; text-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);}.page-project-playtime-new-monster__highlight { color: var(--page-primary-color);}.page-project-playtime-new-monster__hero-subtitle { font-size: 1.4em; margin-bottom: 30px;}.page-project-playtime-new-monster__hero-cta-buttons { display: flex; justify-content: center; gap: 20px;}.page-project-playtime-new-monster__cta-button { display: inline-block; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: 600; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease;}.page-project-playtime-new-monster__cta-button--primary { background-color: var(--page-primary-color); color: var(--page-background-dark);}.page-project-playtime-new-monster__cta-button--primary:hover { background-color: #FFC107; transform: translateY(-3px);}.page-project-playtime-new-monster__cta-button--secondary { background-color: var(--page-secondary-color); color: var(--page-heading-color); border: 2px solid var(--page-secondary-color);}.page-project-playtime-new-monster__cta-button--secondary:hover { background-color: #009ACD; transform: translateY(-3px);}.page-project-playtime-new-monster__introduction-section { padding: 80px 20px; background-color: var(--page-background-light);}.page-project-playtime-new-monster__intro-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 50px auto 0 auto; text-align: center;}.page-project-playtime-new-monster__feature-item { background: var(--page-background-dark); padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease;}.page-project-playtime-new-monster__feature-item:hover { transform: translateY(-10px);}.page-project-playtime-new-monster__feature-icon { width: 100px; height: 100px; margin-bottom: 20px; object-fit: contain;}.page-project-playtime-new-monster__feature-title { font-family: 'Montserrat', sans-serif; font-size: 1.5em; color: var(--page-primary-color); margin-bottom: 10px;}.page-project-playtime-new-monster__feature-text { font-size: 1em; color: rgba(255, 255, 255, 0.7);}.page-project-playtime-new-monster__quick-access-section { padding: 80px 20px;}.page-project-playtime-new-monster__access-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; max-width: 1200px; margin: 50px auto 0 auto;}.page-project-playtime-new-monster__access-button { display: block; background-color: var(--page-secondary-color); color: var(--page-heading-color); padding: 15px 20px; border-radius: 5px; text-align: center; text-decoration: none; font-weight: 600; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease;}.page-project-playtime-new-monster__access-button:hover { background-color: #009ACD; transform: translateY(-3px);}.page-project-playtime-new-monster__games-section { padding: 80px 20px; background-color: var(--page-background-light);}.page-project-playtime-new-monster__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 50px auto;}.page-project-playtime-new-monster__game-category-item { background: var(--page-background-dark); padding: 20px; border-radius: 10px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease;}.page-project-playtime-new-monster__game-category-item:hover { transform: translateY(-10px);}.page-project-playtime-new-monster__game-category-image { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; max-width: 100%; height: auto;}.page-project-playtime-new-monster__game-category-title { font-family: 'Montserrat', sans-serif; font-size: 1.4em; color: var(--page-primary-color); margin-bottom: 10px;}.page-project-playtime-new-monster__game-category-text { font-size: 0.95em; color: rgba(255, 255, 255, 0.7); margin-bottom: 20px;}.page-project-playtime-new-monster__game-category-button { display: inline-block; background-color: var(--page-accent-color); color: var(--page-heading-color); padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: 600; transition: background-color 0.3s ease;}.page-project-playtime-new-monster__game-category-button:hover { background-color: #CD5C5C;}.page-project-playtime-new-monster__providers-logos { max-width: 1200px; margin: 60px auto 0 auto; text-align: center;}.page-project-playtime-new-monster__providers-title { font-family: 'Montserrat', sans-serif; font-size: 1.8em; color: var(--page-heading-color); margin-bottom: 30px;}.page-project-playtime-new-monster__logo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); gap: 20px; justify-content: center; align-items: center;}.page-project-playtime-new-monster__provider-logo { max-width: 100px; height: 50px; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease;}.page-project-playtime-new-monster__provider-logo:hover { filter: grayscale(0%); opacity: 1;}.page-project-playtime-new-monster__promotions-section { padding: 80px 20px;}.page-project-playtime-new-monster__promo-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 50px auto 0 auto;}.page-project-playtime-new-monster__promo-card { background: var(--page-background-light); border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease;}.page-project-playtime-new-monster__promo-card:hover { transform: translateY(-10px);}.page-project-playtime-new-monster__promo-image { width: 100%; height: 250px; object-fit: cover; max-width: 100%; height: auto;}.page-project-playtime-new-monster__promo-title { font-family: 'Montserrat', sans-serif; font-size: 1.5em; color: var(--page-primary-color); margin: 20px 15px 10px 15px;}.page-project-playtime-new-monster__promo-text { font-size: 1em; color: rgba(255, 255, 255, 0.7); margin: 0 15px 20px 15px;}.page-project-playtime-new-monster__promo-button { display: inline-block; background-color: var(--page-secondary-color); color: var(--page-heading-color); padding: 10px 25px; border-radius: 5px; text-decoration: none; font-weight: 600; margin-bottom: 20px; transition: background-color 0.3s ease;}.page-project-playtime-new-monster__promo-button:hover { background-color: #009ACD;}.page-project-playtime-new-monster__security-support-section { padding: 80px 20px; background-color: var(--page-background-dark);}.page-project-playtime-new-monster__security-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 50px auto 0 auto;}.page-project-playtime-new-monster__security-item { background: var(--page-background-light); padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);}.page-project-playtime-new-monster__security-title { font-family: 'Montserrat', sans-serif; font-size: 1.6em; color: var(--page-primary-color); margin-bottom: 15px;}.page-project-playtime-new-monster__security-text { font-size: 1em; color: rgba(255, 255, 255, 0.7); margin-bottom: 20px;}.page-project-playtime-new-monster__payment-methods { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 15px; margin-top: 20px;}.page-project-playtime-new-monster__payment-logo { max-width: 80px; height: 40px; object-fit: contain; filter: grayscale(100%); opacity: 0.8; transition: filter 0.3s ease, opacity 0.3s ease;}.page-project-playtime-new-monster__payment-logo:hover { filter: grayscale(0%); opacity: 1;}.page-project-playtime-new-monster__contact-button { display: inline-block; background-color: var(--page-accent-color); color: var(--page-heading-color); padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: 600; margin-top: 15px; transition: background-color 0.3s ease;}.page-project-playtime-new-monster__contact-button:hover { background-color: #CD5C5C;}.page-project-playtime-new-monster__faq-section { padding: 80px 20px; background-color: var(--page-background-light);}.page-project-playtime-new-monster__faq-list { max-width: 900px; margin: 50px auto 0 auto;}.page-project-playtime-new-monster__faq-item { background: var(--page-background-dark); margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}.page-project-playtime-new-monster__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: var(--page-background-light); border-bottom: 1px solid var(--page-border-color);}.page-project-playtime-new-monster__faq-question-title { font-family: 'Montserrat', sans-serif; font-size: 1.2em; color: var(--page-heading-color); margin: 0; pointer-events: none;}.page-project-playtime-new-monster__faq-toggle { font-size: 1.5em; color: var(--page-primary-color); font-weight: 700; transition: transform 0.3s ease; pointer-events: none;}.page-project-playtime-new-monster__faq-item.active .page-project-playtime-new-monster__faq-toggle { transform: rotate(45deg);}.page-project-playtime-new-monster__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;}.page-project-playtime-new-monster__faq-item.active .page-project-playtime-new-monster__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1;}.page-project-playtime-new-monster__faq-answer p { margin: 0; font-size: 1em; color: rgba(255, 255, 255, 0.8);}.page-project-playtime-new-monster__blog-section { padding: 80px 20px;}.page-project-playtime-new-monster__blog-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 50px auto 0 auto;}.page-project-playtime-new-monster__blog-card { background: var(--page-background-light); border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease;}.page-project-playtime-new-monster__blog-card:hover { transform: translateY(-10px);}.page-project-playtime-new-monster__blog-image { width: 100%; height: 220px; object-fit: cover; max-width: 100%; height: auto;}.page-project-playtime-new-monster__blog-content { padding: 20px;}.page-project-playtime-new-monster__blog-title { font-family: 'Montserrat', sans-serif; font-size: 1.3em; margin-bottom: 10px;}.page-project-playtime-new-monster__blog-title a { color: var(--page-primary-color); text-decoration: none; transition: color 0.3s ease;}.page-project-playtime-new-monster__blog-title a:hover { color: #FFC107;}.page-project-playtime-new-monster__blog-date { font-size: 0.85em; color: rgba(255, 255, 255, 0.5); margin-bottom: 15px;}.page-project-playtime-new-monster__blog-summary { font-size: 0.95em; color: rgba(255, 255, 255, 0.7); margin-bottom: 20px;}.page-project-playtime-new-monster__blog-readmore { display: inline-block; background-color: var(--page-accent-color); color: var(--page-heading-color); padding: 8px 18px; border-radius: 5px; text-decoration: none; font-weight: 600; font-size: 0.9em; transition: background-color 0.3s ease;}.page-project-playtime-new-monster__blog-readmore:hover { background-color: #CD5C5C;}@media (max-width: 768px) { .page-project-playtime-new-monster__hero-title { font-size: 2.5em;}.page-project-playtime-new-monster__hero-subtitle { font-size: 1.1em;}.page-project-playtime-new-monster__hero-cta-buttons { flex-direction: column; gap: 15px;}.page-project-playtime-new-monster__cta-button { width: 100%; max-width: 300px; margin: 0 auto;}.page-project-playtime-new-monster__section-title { font-size: 2em;}.page-project-playtime-new-monster__section-description { font-size: 0.95em;}.page-project-playtime-new-monster__intro-features, .page-project-playtime-new-monster__access-links, .page-project-playtime-new-monster__game-categories, .page-project-playtime-new-monster__promo-cards, .page-project-playtime-new-monster__security-features, .page-project-playtime-new-monster__blog-cards { grid-template-columns: 1fr;}.page-project-playtime-new-monster__feature-item, .page-project-playtime-new-monster__game-category-item, .page-project-playtime-new-monster__promo-card, .page-project-playtime-new-monster__security-item, .page-project-playtime-new-monster__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important;}.page-project-playtime-new-monster__faq-question { padding: 15px 20px;}.page-project-playtime-new-monster__faq-question-title { font-size: 1.1em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important;}.page-project-playtime-new-monster__faq-answer { padding: 0 20px;}.page-project-playtime-new-monster__faq-item.active .page-project-playtime-new-monster__faq-answer { padding: 15px 20px !important;}.page-project-playtime-new-monster__payment-methods { justify-content: center;}.page-project-playtime-new-monster__provider-logo { max-width: 70px; height: 35px;}.page-project-playtime-new-monster__logo-grid { grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));}}