:root {    --page-primary-color: #ffcc00; /* Gold/Yellow for OKBET */    --page-secondary-color: #333333; /* Dark grey */    --page-accent-color: #e60000; /* Red */    --page-text-color: #ffffff; /* White */    --page-dark-bg: #1a1a1a;    --page-light-bg: #2a2a2a;    --page-border-color: #444444;    --page-transition-speed: 0.3s;}.page-poppy-playtime-chapter-3-smiling-critters-house {    font-family: 'Arial', sans-serif;    color: var(--page-text-color);    background-color: var(--page-dark-bg);    line-height: 1.6;    padding-top: 10px;}.page-poppy-playtime-chapter-3-smiling-critters-house__container {    max-width: 1200px;    margin: 0 auto;    padding: 20px;}@media (max-width: 768px) {    .page-poppy-playtime-chapter-3-smiling-critters-house__container {        padding: 15px;    }}.page-poppy-playtime-chapter-3-smiling-critters-house__hero-section,.page-poppy-playtime-chapter-3-smiling-critters-house__intro-section,.page-poppy-playtime-chapter-3-smiling-critters-house__quick-access-section,.page-poppy-playtime-chapter-3-smiling-critters-house__games-section,.page-poppy-playtime-chapter-3-smiling-critters-house__promotions-section,.page-poppy-playtime-chapter-3-smiling-critters-house__security-section,.page-poppy-playtime-chapter-3-smiling-critters-house__faq-section,.page-poppy-playtime-chapter-3-smiling-critters-house__blog-section {    padding: 60px 0;    text-align: center;    background-color: var(--page-dark-bg);}.page-poppy-playtime-chapter-3-smiling-critters-house__intro-section,.page-poppy-playtime-chapter-3-smiling-critters-house__promotions-section,.page-poppy-playtime-chapter-3-smiling-critters-house__faq-section {    background-color: var(--page-light-bg);}.page-poppy-playtime-chapter-3-smiling-critters-house h1,.page-poppy-playtime-chapter-3-smiling-critters-house h2,.page-poppy-playtime-chapter-3-smiling-critters-house h3 {    color: var(--page-primary-color);    margin-bottom: 20px;    line-height: 1.2;}.page-poppy-playtime-chapter-3-smiling-critters-house h1 {    font-size: 3.2em;}.page-poppy-playtime-chapter-3-smiling-critters-house h2 {    font-size: 2.5em;    color: var(--page-text-color);}.page-poppy-playtime-chapter-3-smiling-critters-house h3 {    font-size: 1.8em;    color: var(--page-primary-color);}.page-poppy-playtime-chapter-3-smiling-critters-house p {    font-size: 1.1em;    margin-bottom: 20px;    color: #cccccc;}.page-poppy-playtime-chapter-3-smiling-critters-house strong {    color: var(--page-primary-color);}.page-poppy-playtime-chapter-3-smiling-critters-house__hero-cta,.page-poppy-playtime-chapter-3-smiling-critters-house__access-button,.page-poppy-playtime-chapter-3-smiling-critters-house__game-button,.page-poppy-playtime-chapter-3-smiling-critters-house__promo-button {    display: inline-block;    background-color: var(--page-primary-color);    color: var(--page-secondary-color);    padding: 15px 30px;    border-radius: 5px;    text-decoration: none;    font-weight: bold;    font-size: 1.1em;    transition: background-color var(--page-transition-speed) ease, transform var(--page-transition-speed) ease;    border: none;    cursor: pointer;}.page-poppy-playtime-chapter-3-smiling-critters-house__hero-cta:hover,.page-poppy-playtime-chapter-3-smiling-critters-house__access-button:hover,.page-poppy-playtime-chapter-3-smiling-critters-house__game-button:hover,.page-poppy-playtime-chapter-3-smiling-critters-house__promo-button:hover {    background-color: #ffd700;    transform: translateY(-2px);}.page-poppy-playtime-chapter-3-smiling-critters-house__hero-section {    position: relative;    overflow: hidden;    padding: 100px 0;    display: flex;    align-items: center;    justify-content: center;    min-height: 70vh;}.page-poppy-playtime-chapter-3-smiling-critters-house__hero-image {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    object-fit: cover;    z-index: -1;    filter: brightness(0.5);    max-width: 100%;    height: auto;}.page-poppy-playtime-chapter-3-smiling-critters-house__hero-content {    position: relative;    z-index: 1;    max-width: 800px;    padding: 20px;    background: rgba(0, 0, 0, 0.6);    border-radius: 10px;}@media (max-width: 768px) {    .page-poppy-playtime-chapter-3-smiling-critters-house__hero-section {        min-height: 60vh;        padding: 80px 0;    }    .page-poppy-playtime-chapter-3-smiling-critters-house__hero-title {        font-size: 2em;    }    .page-poppy-playtime-chapter-3-smiling-critters-house__hero-description {        font-size: 1em;    }    .page-poppy-playtime-chapter-3-smiling-critters-house__hero-cta {        padding: 12px 25px;        font-size: 1em;    }}.page-poppy-playtime-chapter-3-smiling-critters-house__intro-features {    display: flex;    justify-content: space-around;    flex-wrap: wrap;    margin-top: 40px;    gap: 30px;}.page-poppy-playtime-chapter-3-smiling-critters-house__feature-item {    flex: 1;    min-width: 280px;    max-width: 350px;    background-color: var(--page-dark-bg);    padding: 30px;    border-radius: 10px;    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);    border: 1px solid var(--page-border-color);}.page-poppy-playtime-chapter-3-smiling-critters-house__feature-icon {    width: 80px;    height: 80px;    margin-bottom: 20px;    object-fit: contain;    max-width: 100%;    height: auto;}@media (max-width: 768px) {    .page-poppy-playtime-chapter-3-smiling-critters-house__intro-features {        flex-direction: column;        align-items: center;    }    .page-poppy-playtime-chapter-3-smiling-critters-house__feature-item {        max-width: 100%;        width: 100%;        box-sizing: border-box;    }}.page-poppy-playtime-chapter-3-smiling-critters-house__access-links {    display: flex;    justify-content: center;    flex-wrap: wrap;    gap: 20px;    margin-top: 30px;}@media (max-width: 768px) {    .page-poppy-playtime-chapter-3-smiling-critters-house__access-button {        width: 100% !important;        max-width: 100% !important;        box-sizing: border-box !important;        margin-left: 0 !important;        margin-right: 0 !important;    }}.page-poppy-playtime-chapter-3-smiling-critters-house__game-categories {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));    gap: 30px;    margin-top: 40px;}.page-poppy-playtime-chapter-3-smiling-critters-house__game-card {    background-color: var(--page-light-bg);    border-radius: 10px;    overflow: hidden;    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);    text-align: left;    border: 1px solid var(--page-border-color);}.page-poppy-playtime-chapter-3-smiling-critters-house__game-image {    width: 100%;    height: 200px;    object-fit: cover;    max-width: 100%;    height: auto;}.page-poppy-playtime-chapter-3-smiling-critters-house__game-card h3,.page-poppy-playtime-chapter-3-smiling-critters-house__game-card p {    padding: 0 20px;}.page-poppy-playtime-chapter-3-smiling-critters-house__game-card h3 {    margin-top: 20px;    margin-bottom: 10px;}.page-poppy-playtime-chapter-3-smiling-critters-house__game-button {    margin: 20px;    width: calc(100% - 40px);    box-sizing: border-box;}@media (max-width: 768px) {    .page-poppy-playtime-chapter-3-smiling-critters-house__game-categories {        grid-template-columns: 1fr;    }    .page-poppy-playtime-chapter-3-smiling-critters-house__game-card {        max-width: 100%;        width: 100%;        box-sizing: border-box;    }}.page-poppy-playtime-chapter-3-smiling-critters-house__promotions-section {    background-color: var(--page-light-bg);}.page-poppy-playtime-chapter-3-smiling-critters-house__promo-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));    gap: 30px;    margin-top: 40px;}.page-poppy-playtime-chapter-3-smiling-critters-house__promo-card {    background-color: var(--page-dark-bg);    border-radius: 10px;    overflow: hidden;    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);    text-align: left;    border: 1px solid var(--page-border-color);}.page-poppy-playtime-chapter-3-smiling-critters-house__promo-image {    width: 100%;    height: 200px;    object-fit: cover;    max-width: 100%;    height: auto;}.page-poppy-playtime-chapter-3-smiling-critters-house__promo-card h3,.page-poppy-playtime-chapter-3-smiling-critters-house__promo-card p {    padding: 0 20px;}.page-poppy-playtime-chapter-3-smiling-critters-house__promo-card h3 {    margin-top: 20px;    margin-bottom: 10px;}.page-poppy-playtime-chapter-3-smiling-critters-house__promo-button {    margin: 20px;    width: calc(100% - 40px);    box-sizing: border-box;}@media (max-width: 768px) {    .page-poppy-playtime-chapter-3-smiling-critters-house__promo-grid {        grid-template-columns: 1fr;    }    .page-poppy-playtime-chapter-3-smiling-critters-house__promo-card {        max-width: 100%;        width: 100%;        box-sizing: border-box;    }}.page-poppy-playtime-chapter-3-smiling-critters-house__security-details {    display: flex;    justify-content: space-around;    flex-wrap: wrap;    margin-top: 40px;    gap: 30px;}.page-poppy-playtime-chapter-3-smiling-critters-house__security-item {    flex: 1;    min-width: 280px;    max-width: 350px;    background-color: var(--page-light-bg);    padding: 30px;    border-radius: 10px;    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);    border: 1px solid var(--page-border-color);}.page-poppy-playtime-chapter-3-smiling-critters-house__security-icon {    width: 80px;    height: 80px;    margin-bottom: 20px;    object-fit: contain;    max-width: 100%;    height: auto;}@media (max-width: 768px) {    .page-poppy-playtime-chapter-3-smiling-critters-house__security-details {        flex-direction: column;        align-items: center;    }    .page-poppy-playtime-chapter-3-smiling-critters-house__security-item {        max-width: 100%;        width: 100%;        box-sizing: border-box;    }}.page-poppy-playtime-chapter-3-smiling-critters-house__faq-section {    background-color: var(--page-light-bg);}.page-poppy-playtime-chapter-3-smiling-critters-house__faq-list {    margin-top: 40px;    text-align: left;    max-width: 800px;    margin-left: auto;    margin-right: auto;}.page-poppy-playtime-chapter-3-smiling-critters-house__faq-item {    background-color: var(--page-dark-bg);    border: 1px solid var(--page-border-color);    border-radius: 8px;    margin-bottom: 15px;    overflow: hidden;}.page-poppy-playtime-chapter-3-smiling-critters-house__faq-question {    display: flex;    justify-content: space-between;    align-items: center;    padding: 15px 20px;    cursor: pointer;    user-select: none;    background-color: var(--page-secondary-color);    transition: background-color var(--page-transition-speed) ease;}.page-poppy-playtime-chapter-3-smiling-critters-house__faq-question:hover {    background-color: #444444;}.page-poppy-playtime-chapter-3-smiling-critters-house__faq-question-text {    margin: 0;    color: var(--page-primary-color);    font-size: 1.2em;    pointer-events: none;}.page-poppy-playtime-chapter-3-smiling-critters-house__faq-toggle {    font-size: 1.8em;    font-weight: bold;    color: var(--page-primary-color);    transition: transform var(--page-transition-speed) ease;    pointer-events: none;}.page-poppy-playtime-chapter-3-smiling-critters-house__faq-item.active .page-poppy-playtime-chapter-3-smiling-critters-house__faq-toggle {    transform: rotate(45deg);}.page-poppy-playtime-chapter-3-smiling-critters-house__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: var(--page-dark-bg);}.page-poppy-playtime-chapter-3-smiling-critters-house__faq-item.active .page-poppy-playtime-chapter-3-smiling-critters-house__faq-answer {    max-height: 2000px !important;    padding: 20px !important;    opacity: 1;}.page-poppy-playtime-chapter-3-smiling-critters-house__faq-answer p {    margin: 0;    font-size: 1em;    color: #ccc;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;}@media (max-width: 768px) {    .page-poppy-playtime-chapter-3-smiling-critters-house__faq-question-text {        font-size: 1.1em;    }    .page-poppy-playtime-chapter-3-smiling-critters-house__faq-answer {        padding: 0 15px;    }    .page-poppy-playtime-chapter-3-smiling-critters-house__faq-item.active .page-poppy-playtime-chapter-3-smiling-critters-house__faq-answer {        padding: 15px !important;    }    .page-poppy-playtime-chapter-3-smiling-critters-house__faq-answer p {        width: 100% !important;        max-width: 100% !important;        box-sizing: border-box !important;        margin-left: 0 !important;        margin-right: 0 !important;        padding-left: 0 !important;        padding-right: 0 !important;    }    .page-poppy-playtime-chapter-3-smiling-critters-house__faq-list {        width: 100% !important;        max-width: 100% !important;        box-sizing: border-box !important;        padding: 0 !important;        margin-left: 0 !important;        margin-right: 0 !important;    }}.page-poppy-playtime-chapter-3-smiling-critters-house__blog-section {    background-color: var(--page-dark-bg);}.page-poppy-playtime-chapter-3-smiling-critters-house__blog-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));    gap: 30px;    margin-top: 40px;}.page-poppy-playtime-chapter-3-smiling-critters-house__blog-card {    background-color: var(--page-light-bg);    border-radius: 10px;    overflow: hidden;    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);    text-align: left;    border: 1px solid var(--page-border-color);}.page-poppy-playtime-chapter-3-smiling-critters-house__blog-image {    width: 100%;    height: 200px;    object-fit: cover;    max-width: 100%;    height: auto;}.page-poppy-playtime-chapter-3-smiling-critters-house__blog-card h3 {    margin-top: 20px;    margin-bottom: 10px;    padding: 0 20px;}.page-poppy-playtime-chapter-3-smiling-critters-house__blog-card h3 a {    color: var(--page-primary-color);    text-decoration: none;    transition: color var(--page-transition-speed) ease;}.page-poppy-playtime-chapter-3-smiling-critters-house__blog-card h3 a:hover {    color: #ffd700;}.page-poppy-playtime-chapter-3-smiling-critters-house__blog-excerpt {    padding: 0 20px 20px;    color: #ccc;    font-size: 0.95em;}@media (max-width: 768px) {    .page-poppy-playtime-chapter-3-smiling-critters-house__blog-grid {        grid-template-columns: 1fr;    }    .page-poppy-playtime-chapter-3-smiling-critters-house__blog-card {        max-width: 100%;        width: 100%;        box-sizing: border-box;    }}.page-poppy-playtime-chapter-3-smiling-critters-house img {    max-width: 100%;    height: auto;    display: block;}@media (max-width: 768px) {    .page-poppy-playtime-chapter-3-smiling-critters-house img {        max-width: 100% !important;        height: auto !important;        box-sizing: border-box !important;    }}