.page-totk-playtime { font-family: 'Arial', sans-serif; color: #fff; background-color: #1a1a2e; }.page-totk-playtime__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; box-sizing: border-box; }.page-totk-playtime__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }.page-totk-playtime__hero-content { position: relative; z-index: 2; padding: 20px; max-width: 900px; margin: 0 auto; background-color: rgba(0, 0, 0, 0.5); border-radius: 10px; }.page-totk-playtime__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-totk-playtime__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; color: #eee; }.page-totk-playtime__cta-button { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease; }.page-totk-playtime__cta-button:hover { background-color: #f06a48; }.page-totk-playtime__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 20px; background-color: #2a2a4a; }.page-totk-playtime__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-totk-playtime__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-totk-playtime__section { padding: 60px 20px; text-align: center; }.page-totk-playtime__section--dark { background-color: #1a1a2e; }.page-totk-playtime__section--light { background-color: #2a2a4a; }.page-totk-playtime__section-title { font-size: 2.5em; margin-bottom: 40px; color: #ffcc00; }.page-totk-playtime__section-subtitle { font-size: 1.2em; margin-bottom: 30px; color: #eee; }.page-totk-playtime__text-content { max-width: 800px; margin: 0 auto 40px auto; line-height: 1.6; color: #ccc; }.page-totk-playtime__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-totk-playtime__card { background-color: #3a3a5a; border-radius: 10px; padding: 30px; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-totk-playtime__card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }.page-totk-playtime__card-icon { margin-bottom: 20px; }.page-totk-playtime__card-title { font-size: 1.5em; margin-bottom: 15px; color: #ffcc00; }.page-totk-playtime__card-description { color: #ccc; line-height: 1.5; }.page-totk-playtime__game-categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-bottom: 40px; }.page-totk-playtime__category-button { background-color: #4a4a6a; color: #fff; padding: 12px 25px; border-radius: 25px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-totk-playtime__category-button:hover { background-color: #ffcc00; color: #1a1a2e; }.page-totk-playtime__game-card { background-color: #3a3a5a; border-radius: 10px; overflow: hidden; text-align: center; position: relative; }.page-totk-playtime__game-card img { width: 100%; height: 250px; object-fit: cover; display: block; }.page-totk-playtime__game-card-content { padding: 20px; }.page-totk-playtime__game-card-title { font-size: 1.3em; margin-bottom: 10px; color: #ffcc00; }.page-totk-playtime__game-card-text { color: #ccc; font-size: 0.9em; margin-bottom: 20px; }.page-totk-playtime__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-totk-playtime__promo-card { background-color: #3a3a5a; border-radius: 10px; overflow: hidden; text-align: left; }.page-totk-playtime__promo-card img { width: 100%; height: 200px; object-fit: cover; display: block; }.page-totk-playtime__promo-card-content { padding: 20px; }.page-totk-playtime__promo-card-title { font-size: 1.4em; margin-bottom: 10px; color: #ffcc00; }.page-totk-playtime__promo-card-text { color: #ccc; font-size: 0.9em; margin-bottom: 15px; }.page-totk-playtime__blog-list { max-width: 900px; margin: 0 auto; }.page-totk-playtime__blog-item { background-color: #3a3a5a; border-radius: 10px; margin-bottom: 20px; padding: 25px; text-align: left; display: flex; flex-direction: column; }.page-totk-playtime__blog-item-image { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; }.page-totk-playtime__blog-item-title { font-size: 1.5em; margin-bottom: 10px; color: #ffcc00; }.page-totk-playtime__blog-item-title a { color: #ffcc00; text-decoration: none; }.page-totk-playtime__blog-item-title a:hover { text-decoration: underline; }.page-totk-playtime__blog-item-excerpt { color: #ccc; font-size: 0.95em; line-height: 1.5; margin-bottom: 15px; }.page-totk-playtime__blog-item-readmore { display: inline-block; background-color: #e44d26; color: #fff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; }.page-totk-playtime__blog-item-readmore:hover { background-color: #f06a48; }.page-totk-playtime__faq-container { max-width: 900px; margin: 0 auto; text-align: left; }.page-totk-playtime__faq-item { background-color: #2a2a4a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; }.page-totk-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #3a3a5a; }.page-totk-playtime__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffcc00; pointer-events: none; }.page-totk-playtime__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; }.page-totk-playtime__faq-item.active .page-totk-playtime__faq-toggle { transform: rotate(45deg); }.page-totk-playtime__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; color: #ccc; line-height: 1.6; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-totk-playtime__faq-item.active .page-totk-playtime__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-totk-playtime__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; max-width: 1000px; margin: 0 auto; }.page-totk-playtime__quick-link-button { display: block; background-color: #4a4a6a; color: #fff; padding: 15px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-totk-playtime__quick-link-button:hover { background-color: #ffcc00; color: #1a1a2e; }@media (max-width: 768px) { .page-totk-playtime__hero-title { font-size: 2.5em; }.page-totk-playtime__hero-subtitle { font-size: 1.2em; }.page-totk-playtime__section { padding: 40px 15px; }.page-totk-playtime__section-title { font-size: 2em; }.page-totk-playtime__grid, .page-totk-playtime__promo-grid { grid-template-columns: 1fr; }.page-totk-playtime__game-categories { flex-direction: column; }.page-totk-playtime__category-button { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 10px; font-size: 0.9em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-totk-playtime__game-categories { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-totk-playtime__blog-item { padding: 20px; }.page-totk-playtime__blog-item-title { font-size: 1.3em; }.page-totk-playtime__faq-question h3 { font-size: 1.1em; }.page-totk-playtime__faq-answer { padding: 15px !important; }.page-totk-playtime__quick-links-grid { grid-template-columns: 1fr; }.page-totk-playtime__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-totk-playtime__payment-logo, .page-totk-playtime__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }}