.page-games-with-most-playtime {  font-family: 'Arial', sans-serif;  background-color: #1a1a2e;  color: #e0e0e0;  line-height: 1.6;  padding-top: var(--header-offset, 122px);}.page-games-with-most-playtime__container {  max-width: 1200px;  margin: 0 auto;  padding: 0 15px;  box-sizing: border-box;}.page-games-with-most-playtime__hero-section {  text-align: center;  padding: 80px 0 40px;  background: linear-gradient(135deg, #2a0a5e, #1a1a2e);  margin-bottom: 40px;  position: relative;  overflow: hidden;  border-bottom: 3px solid #ffcc00;}.page-games-with-most-playtime__hero-section::before {  content: '';  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background-image: url('[GALLERY:hero:1920x1080:gaming_background,abstract,neon]');  background-size: cover;  background-position: center;  opacity: 0.2;  z-index: 0;}.page-games-with-most-playtime__hero-content {  position: relative;  z-index: 1;  padding: 0 15px;}.page-games-with-most-playtime__hero-title {  font-size: 2.8em;  color: #ffcc00;  margin-bottom: 20px;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-games-with-most-playtime__hero-description {  font-size: 1.2em;  color: #cccccc;  max-width: 800px;  margin: 0 auto 30px;}.page-games-with-most-playtime__cta-button {  display: inline-block;  background-color: #e60073;  color: #ffffff;  padding: 15px 30px;  border-radius: 50px;  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-games-with-most-playtime__cta-button:hover {  background-color: #ff3399;  transform: translateY(-3px);}.page-games-with-most-playtime__section-title {  font-size: 2.2em;  color: #ffcc00;  text-align: center;  margin-bottom: 40px;  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);}.page-games-with-most-playtime__game-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  padding-bottom: 60px;}.page-games-with-most-playtime__game-card {  background-color: #2a2a4a;  border-radius: 15px;  overflow: hidden;  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;  text-align: center;}.page-games-with-most-playtime__game-card:hover {  transform: translateY(-10px);  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.6);}.page-games-with-most-playtime__game-image {  width: 100%;  height: 200px;  object-fit: cover;  max-width: 100%;  box-sizing: border-box;}.page-games-with-most-playtime__game-content {  padding: 20px;  flex-grow: 1;  display: flex;  flex-direction: column;  justify-content: space-between;}.page-games-with-most-playtime__game-title {  font-size: 1.5em;  color: #ffcc00;  margin-bottom: 10px;}.page-games-with-most-playtime__game-description {  font-size: 0.95em;  color: #cccccc;  margin-bottom: 20px;  flex-grow: 1;  word-wrap: break-word; overflow-wrap: break-word;}.page-games-with-most-playtime__play-button {  background-color: #00e676;  color: #1a1a2e;  padding: 12px 25px;  border-radius: 30px;  text-decoration: none;  font-weight: bold;  font-size: 1em;  transition: background-color 0.3s ease, transform 0.3s ease;  border: none;  cursor: pointer;}.page-games-with-most-playtime__play-button:hover {  background-color: #33ff99;  transform: translateY(-2px);}.page-games-with-most-playtime__mobile-section {  background-color: #151525;  padding: 60px 0;  margin-bottom: 40px;  border-top: 1px solid #333;  border-bottom: 1px solid #333;}.page-games-with-most-playtime__mobile-content {  display: flex;  align-items: center;  gap: 40px;}.page-games-with-most-playtime__mobile-text {  flex: 1;}.page-games-with-most-playtime__mobile-title {  font-size: 2em;  color: #ffcc00;  margin-bottom: 20px;}.page-games-with-most-playtime__mobile-description {  font-size: 1.1em;  color: #cccccc;  margin-bottom: 30px;}.page-games-with-most-playtime__app-download-button {  background-color: #00b0ff;  color: #ffffff;  padding: 15px 30px;  border-radius: 50px;  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-games-with-most-playtime__app-download-button:hover {  background-color: #33c6ff;  transform: translateY(-3px);}.page-games-with-most-playtime__mobile-image-wrapper {  flex: 1;  text-align: center;}.page-games-with-most-playtime__mobile-image {  max-width: 100%;  height: auto;  border-radius: 15px;  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);  box-sizing: border-box;}.page-games-with-most-playtime__faq-section {  padding: 60px 0;  margin-bottom: 40px;}.page-games-with-most-playtime__faq-item {  background-color: #2a2a4a;  margin-bottom: 15px;  border-radius: 10px;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);}.page-games-with-most-playtime__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  cursor: pointer;  font-size: 1.1em;  font-weight: bold;  color: #ffcc00;  transition: background-color 0.3s ease;  user-select: none;}.page-games-with-most-playtime__faq-question:hover {  background-color: #3a3a5a;}.page-games-with-most-playtime__faq-question h3 {  margin: 0;  pointer-events: none;  color: inherit;}.page-games-with-most-playtime__faq-toggle {  font-size: 1.5em;  line-height: 1;  pointer-events: none;  transition: transform 0.3s ease;}.page-games-with-most-playtime__faq-item.active .page-games-with-most-playtime__faq-toggle {  transform: rotate(45deg);}.page-games-with-most-playtime__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px;  color: #cccccc;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  opacity: 0;}.page-games-with-most-playtime__faq-item.active .page-games-with-most-playtime__faq-answer {  max-height: 2000px !important;  padding: 20px 25px !important;  opacity: 1;}.page-games-with-most-playtime__faq-answer p {  margin: 0;  word-wrap: break-word; overflow-wrap: break-word;}.page-games-with-most-playtime__promotions-section {  background-color: #2a2a4a;  padding: 60px 0;  text-align: center;  border-top: 3px solid #ffcc00;}.page-games-with-most-playtime__promotions-title {  font-size: 2.2em;  color: #ffcc00;  margin-bottom: 20px;}.page-games-with-most-playtime__promotions-description {  font-size: 1.1em;  color: #cccccc;  max-width: 800px;  margin: 0 auto 30px;}.page-games-with-most-playtime__promotions-button {  background-color: #e60073;  color: #ffffff;  padding: 15px 30px;  border-radius: 50px;  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-games-with-most-playtime__promotions-button:hover {  background-color: #ff3399;  transform: translateY(-3px);}@media (max-width: 992px) {  .page-games-with-most-playtime__hero-title {    font-size: 2.2em;  }  .page-games-with-most-playtime__section-title {    font-size: 1.8em;  }  .page-games-with-most-playtime__mobile-content {    flex-direction: column;    text-align: center;  }  .page-games-with-most-playtime__mobile-image-wrapper {    order: -1;  }  .page-games-with-most-playtime__mobile-title {    font-size: 1.8em;  }}.page-games-with-most-playtime__game-image, .page-games-with-most-playtime__mobile-image {  max-width: 100% !important;  height: auto !important;  box-sizing: border-box !important;}@media (max-width: 768px) {  .page-games-with-most-playtime__hero-section {    padding: 60px 0 30px;  }  .page-games-with-most-playtime__hero-title {    font-size: 1.8em;  }  .page-games-with-most-playtime__hero-description {    font-size: 1em;  }  .page-games-with-most-playtime__cta-button {    padding: 12px 25px;    font-size: 1em;  }  .page-games-with-most-playtime__section-title {    font-size: 1.6em;    margin-bottom: 30px;  }  .page-games-with-most-playtime__game-grid {    grid-template-columns: 1fr;  }  .page-games-with-most-playtime__game-card {    margin: 0 auto;    max-width: 350px;  }  .page-games-with-most-playtime__mobile-section {    padding: 40px 0;  }  .page-games-with-most-playtime__mobile-title {    font-size: 1.6em;  }  .page-games-with-most-playtime__mobile-description {    font-size: 1em;  }  .page-games-with-most-playtime__app-download-button {    padding: 12px 25px;    font-size: 1em;  }  .page-games-with-most-playtime__faq-section {    padding: 40px 0;  }  .page-games-with-most-playtime__faq-question {    padding: 15px 20px;    font-size: 1em;  }  .page-games-with-most-playtime__faq-answer {    padding: 0 20px;  }  .page-games-with-most-playtime__faq-item.active .page-games-with-most-playtime__faq-answer {    padding: 15px 20px !important;  }  .page-games-with-most-playtime__promotions-section {    padding: 40px 0;  }  .page-games-with-most-playtime__promotions-title {    font-size: 1.8em;  }  .page-games-with-most-playtime__promotions-description {    font-size: 1em;  }  .page-games-with-most-playtime__promotions-button {    padding: 12px 25px;    font-size: 1em;  }}