.page-nintendo-switch-check-playtime { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-nintendo-switch-check-playtime__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-nintendo-switch-check-playtime__container { padding: 15px; } } .page-nintendo-switch-check-playtime__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:gaming,casino,fun]') no-repeat center center/cover; padding: 10px 20px 80px; text-align: center; color: #ffffff; position: relative; overflow: hidden; } @media (max-width: 768px) { .page-nintendo-switch-check-playtime__hero-section { padding-top: 10px; padding-bottom: 60px; } } .page-nintendo-switch-check-playtime__hero-title { font-size: 3em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); color: #ffcc00; } @media (max-width: 768px) { .page-nintendo-switch-check-playtime__hero-title { font-size: 2em; } } .page-nintendo-switch-check-playtime__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } @media (max-width: 768px) { .page-nintendo-switch-check-playtime__hero-subtitle { font-size: 1.1em; } } .page-nintendo-switch-check-playtime__cta-button { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-nintendo-switch-check-playtime__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-nintendo-switch-check-playtime__section { padding: 60px 20px; background-color: #2c2c2c; margin-bottom: 20px; border-radius: 8px; } .page-nintendo-switch-check-playtime__section:nth-of-type(even) { background-color: #1e1e1e; } @media (max-width: 768px) { .page-nintendo-switch-check-playtime__section { padding: 40px 15px; } } .page-nintendo-switch-check-playtime__section-title { text-align: center; font-size: 2.5em; color: #ffcc00; margin-bottom: 40px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); } @media (max-width: 768px) { .page-nintendo-switch-check-playtime__section-title { font-size: 2em; margin-bottom: 30px; } } .page-nintendo-switch-check-playtime__text-content { font-size: 1.1em; line-height: 1.8; color: #cccccc; } .page-nintendo-switch-check-playtime__text-content p { margin-bottom: 1em; } .page-nintendo-switch-check-playtime__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 40px; } @media (max-width: 768px) { .page-nintendo-switch-check-playtime__quick-access-grid { grid-template-columns: 1fr; } } .page-nintendo-switch-check-playtime__quick-access-item { background-color: #3a3a3a; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-nintendo-switch-check-playtime__quick-access-item:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5); } .page-nintendo-switch-check-playtime__quick-access-item h3 { color: #ffcc00; margin-bottom: 15px; font-size: 1.4em; } .page-nintendo-switch-check-playtime__quick-access-item .page-nintendo-switch-check-playtime__cta-button { width: 100%; box-sizing: border-box; } .page-nintendo-switch-check-playtime__game-categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-nintendo-switch-check-playtime__game-category-card { background-color: #3a3a3a; border-radius: 8px; overflow: hidden; width: calc(33% - 20px); min-width: 300px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } @media (max-width: 1024px) { .page-nintendo-switch-check-playtime__game-category-card { width: calc(50% - 20px); } } @media (max-width: 768px) { .page-nintendo-switch-check-playtime__game-category-card { width: 100%; min-width: unset; } } .page-nintendo-switch-check-playtime__game-category-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5); } .page-nintendo-switch-check-playtime__game-category-card img { max-width: 100%; height: auto; display: block; } .page-nintendo-switch-check-playtime__game-category-card-content { padding: 20px; } .page-nintendo-switch-check-playtime__game-category-card-content h3 { color: #ffcc00; font-size: 1.5em; margin-bottom: 10px; } .page-nintendo-switch-check-playtime__game-category-card-content p { color: #cccccc; font-size: 0.95em; margin-bottom: 20px; } .page-nintendo-switch-check-playtime__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 40px; } .page-nintendo-switch-check-playtime__promo-card { background-color: #3a3a3a; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-nintendo-switch-check-playtime__promo-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5); } .page-nintendo-switch-check-playtime__promo-card img { max-width: 100%; height: auto; display: block; } .page-nintendo-switch-check-playtime__promo-card-content { padding: 20px; } .page-nintendo-switch-check-playtime__promo-card-content h3 { color: #ffcc00; font-size: 1.5em; margin-bottom: 10px; } .page-nintendo-switch-check-playtime__promo-card-content p { color: #cccccc; font-size: 0.95em; margin-bottom: 20px; } .page-nintendo-switch-check-playtime__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 40px; } .page-nintendo-switch-check-playtime__feature-item { text-align: center; flex: 1 1 250px; background-color: #3a3a3a; padding: 30px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-nintendo-switch-check-playtime__feature-item img { max-width: 100%; height: auto; display: block; margin: 0 auto 15px; border-radius: 4px; } .page-nintendo-switch-check-playtime__feature-item h3 { color: #ffcc00; font-size: 1.4em; margin-bottom: 10px; } .page-nintendo-switch-check-playtime__feature-item p { color: #cccccc; font-size: 0.95em; } .page-nintendo-switch-check-playtime__faq-list { margin-top: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-nintendo-switch-check-playtime__faq-item { background-color: #3a3a3a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); } .page-nintendo-switch-check-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #4a4a4a; color: #ffcc00; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; } .page-nintendo-switch-check-playtime__faq-question:hover { background-color: #5a5a5a; } .page-nintendo-switch-check-playtime__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; color: inherit; font-size: 1em; } .page-nintendo-switch-check-playtime__faq-toggle { font-size: 1.5em; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-nintendo-switch-check-playtime__faq-item.active .page-nintendo-switch-check-playtime__faq-toggle { transform: rotate(45deg); } .page-nintendo-switch-check-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-nintendo-switch-check-playtime__faq-item.active .page-nintendo-switch-check-playtime__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-nintendo-switch-check-playtime__faq-question { padding: 15px 20px; font-size: 1.1em; } .page-nintendo-switch-check-playtime__faq-answer { padding: 0 20px; font-size: 0.95em; } .page-nintendo-switch-check-playtime__faq-item.active .page-nintendo-switch-check-playtime__faq-answer { padding: 15px 20px !important; } } .page-nintendo-switch-check-playtime__blog-posts { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 40px; } .page-nintendo-switch-check-playtime__blog-card { background-color: #3a3a3a; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-nintendo-switch-check-playtime__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5); } .page-nintendo-switch-check-playtime__blog-card img { max-width: 100%; height: auto; display: block; } .page-nintendo-switch-check-playtime__blog-card-content { padding: 20px; } .page-nintendo-switch-check-playtime__blog-card-content h3 { color: #ffcc00; font-size: 1.4em; margin-bottom: 10px; } .page-nintendo-switch-check-playtime__blog-card-content h3 a { color: inherit; text-decoration: none; } .page-nintendo-switch-check-playtime__blog-card-content h3 a:hover { text-decoration: underline; } .page-nintendo-switch-check-playtime__blog-card-content p { color: #cccccc; font-size: 0.9em; margin-bottom: 15px; } .page-nintendo-switch-check-playtime__blog-date { font-size: 0.85em; color: #999999; margin-bottom: 15px; display: block; } .page-nintendo-switch-check-playtime__blog-read-more { display: inline-block; color: #ffcc00; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: color 0.3s ease; } .page-nintendo-switch-check-playtime__blog-read-more:hover { color: #e6b800; } .page-nintendo-switch-check-playtime__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; } @media (max-width: 768px) { .page-nintendo-switch-check-playtime__floating-buttons { bottom: 15px; right: 15px; gap: 10px; } } .page-nintendo-switch-check-playtime__floating-button { background-color: #ffcc00; color: #1a1a1a; padding: 12px 20px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.1em; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; min-width: 120px; } .page-nintendo-switch-check-playtime__floating-button:hover { background-color: #e6b800; transform: translateY(-3px); }