.page-nustargame-com { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-nustargame-com a { text-decoration: none; color: #007bff; }.page-nustargame-com a:hover { text-decoration: underline; }.page-nustargame-com__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-nustargame-com__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }.page-nustargame-com__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-nustargame-com__section--dark h2, .page-nustargame-com__section--dark h3 { color: #ecf0f1; }.page-nustargame-com__h1, .page-nustargame-com__h2 { text-align: center; color: #333; margin-bottom: 30px; }.page-nustargame-com__h1 { font-size: 2.5em; color: #0056b3; }.page-nustargame-com__h2 { font-size: 2em; color: #0056b3; }.page-nustargame-com__hero-section { position: relative; width: 100%; height: 500px; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding-top: 10px; }.page-nustargame-com__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; }.page-nustargame-com__hero-content { z-index: 1; max-width: 800px; padding: 20px; background: rgba(0, 0, 0, 0.5); border-radius: 10px; }.page-nustargame-com__hero-title { font-size: 3em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-nustargame-com__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; }.page-nustargame-com__hero-cta-group { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }.page-nustargame-com__btn { display: inline-block; padding: 12px 25px; background-color: #007bff; color: #fff; border-radius: 5px; transition: background-color 0.3s ease; font-weight: bold; }.page-nustargame-com__btn:hover { background-color: #0056b3; text-decoration: none; }.page-nustargame-com__btn--secondary { background-color: #28a745; }.page-nustargame-com__btn--secondary:hover { background-color: #218838; }.page-nustargame-com__floating-buttons { position: fixed; right: 20px; bottom: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-nustargame-com__floating-btn { width: 60px; height: 60px; border-radius: 50%; background-color: #dc3545; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 0.8em; text-align: center; line-height: 1.2; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease; }.page-nustargame-com__floating-btn:hover { background-color: #c82333; text-decoration: none; }.page-nustargame-com__floating-btn--login { background-color: #ffc107; color: #333; }.page-nustargame-com__floating-btn--login:hover { background-color: #e0a800; }.page-nustargame-com__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 30px; }.page-nustargame-com__intro-item { text-align: center; padding: 20px; background-color: #f2f2f2; border-radius: 8px; }.page-nustargame-com__intro-item-icon { margin-bottom: 15px; }.page-nustargame-com__intro-item-icon img { max-width: 200px; height: auto; border-radius: 8px; }.page-nustargame-com__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }.page-nustargame-com__game-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); text-align: center; }.page-nustargame-com__game-card-image { width: 100%; height: 200px; object-fit: cover; }.page-nustargame-com__game-card-content { padding: 20px; }.page-nustargame-com__game-card-title { font-size: 1.3em; margin-bottom: 10px; color: #0056b3; }.page-nustargame-com__game-card-description { font-size: 0.9em; color: #555; margin-bottom: 15px; }.page-nustargame-com__promo-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }.page-nustargame-com__promo-item { background-color: #e9f7ef; border-left: 5px solid #28a745; padding: 20px; border-radius: 5px; display: flex; align-items: center; gap: 15px; }.page-nustargame-com__promo-item-icon img { max-width: 200px; height: auto; border-radius: 4px; }.page-nustargame-com__promo-item-content h3 { margin-top: 0; color: #218838; }.page-nustargame-com__faq-list { list-style: none; padding: 0; }.page-nustargame-com__faq-item { margin-bottom: 10px; background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); }.page-nustargame-com__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #007bff; color: #fff; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-nustargame-com__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; }.page-nustargame-com__faq-question:hover { background-color: #0056b3; }.page-nustargame-com__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; }.page-nustargame-com__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; 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: #e9ecef; color: #333; }.page-nustargame-com__faq-item.active .page-nustargame-com__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-nustargame-com__faq-item.active .page-nustargame-com__faq-question { background-color: #0056b3; }.page-nustargame-com__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }.page-nustargame-com__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }.page-nustargame-com__blog-card-image { width: 100%; height: 200px; object-fit: cover; }.page-nustargame-com__blog-card-content { padding: 20px; }.page-nustargame-com__blog-card-title { font-size: 1.3em; margin-bottom: 10px; color: #0056b3; }.page-nustargame-com__blog-card-date { font-size: 0.85em; color: #6c757d; margin-bottom: 10px; }.page-nustargame-com__blog-card-summary { font-size: 0.9em; color: #555; margin-bottom: 15px; }.page-nustargame-com__blog-card-link { display: inline-block; font-weight: bold; color: #007bff; }.page-nustargame-com__blog-card-link:hover { text-decoration: underline; }.page-nustargame-com__text-center { text-align: center; }.page-nustargame-com__app-download { display: flex; flex-direction: column; align-items: center; gap: 20px; margin-top: 30px; }.page-nustargame-com__app-download-qr { max-width: 200px; height: auto; border: 5px solid #007bff; border-radius: 10px; }.page-nustargame-com__app-download-buttons { display: flex; gap: 15px; flex-wrap: wrap; justify-content: center; }.page-nustargame-com__app-download-btn { display: flex; align-items: center; gap: 10px; padding: 10px 20px; background-color: #333; color: #fff; border-radius: 8px; font-weight: bold; transition: background-color 0.3s ease; }.page-nustargame-com__app-download-btn:hover { background-color: #555; text-decoration: none; }.page-nustargame-com__app-download-btn img { width: 24px; height: 24px; }.page-nustargame-com__logo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 20px; align-items: center; justify-items: center; margin-top: 30px; }.page-nustargame-com__logo-item img { max-width: 150px; height: auto; filter: grayscale(100%); opacity: 0.7; transition: all 0.3s ease; }.page-nustargame-com__logo-item img:hover { filter: grayscale(0%); opacity: 1; }.page-nustargame-com__quick-access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; }.page-nustargame-com__quick-access-link { display: inline-block; padding: 10px 20px; background-color: #f0ad4e; color: #fff; border-radius: 5px; transition: background-color 0.3s ease; font-weight: bold; }.page-nustargame-com__quick-access-link:hover { background-color: #ec971f; text-decoration: none; }.page-nustargame-com__flex-center { display: flex; justify-content: center; align-items: center; }.page-nustargame-com__brand-logo { text-align: center; margin-bottom: 20px; }.page-nustargame-com__brand-logo img { max-width: 250px; height: auto; }.page-nustargame-com__flex-col { display: flex; flex-direction: column; }.page-nustargame-com__promo-title { font-size: 1.8em; margin-bottom: 15px; }.page-nustargame-com__promo-description { font-size: 1.1em; }.page-nustargame-com__promo-cta { margin-top: 20px; }.page-nustargame-com__security-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }.page-nustargame-com__security-item { text-align: center; padding: 20px; background-color: #e9f7ef; border-radius: 8px; }.page-nustargame-com__security-item-icon img { max-width: 200px; height: auto; margin-bottom: 15px; }.page-nustargame-com__security-item-title { font-size: 1.2em; color: #218838; margin-bottom: 10px; }.page-nustargame-com__security-item-description { font-size: 0.95em; color: #555; }.page-nustargame-com__contact-info { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 30px; }.page-nustargame-com__contact-item { text-align: center; }.page-nustargame-com__contact-item-icon img { max-width: 200px; height: auto; margin-bottom: 10px; }.page-nustargame-com__contact-item-title { font-size: 1.2em; color: #0056b3; margin-bottom: 5px; }.page-nustargame-com__contact-item-value { font-size: 1.1em; color: #333; }.page-nustargame-com__contact-item-value a { color: #007bff; }.page-nustargame-com__contact-item-value a:hover { text-decoration: underline; }.page-nustargame-com__app-download-text { max-width: 600px; text-align: center; margin-bottom: 20px; }.page-nustargame-com__app-download-text h3 { color: #0056b3; font-size: 1.8em; margin-bottom: 10px; }.page-nustargame-com__app-download-text p { font-size: 1.1em; }.page-nustargame-com__app-download-image { max-width: 250px; height: auto; border-radius: 15px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }.page-nustargame-com__app-download-container { display: flex; flex-direction: column; align-items: center; gap: 40px; margin-top: 40px; }.page-nustargame-com__app-download-main { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 50px; flex-wrap: wrap; }.page-nustargame-com__app-download-qr-section { display: flex; flex-direction: column; align-items: center; gap: 15px; }.page-nustargame-com__app-download-platform-buttons { display: flex; flex-direction: column; gap: 15px; }.page-nustargame-com__app-download-platform-buttons .page-nustargame-com__btn { width: 200px; text-align: center; }.page-nustargame-com__app-download-platform-buttons .page-nustargame-com__btn img { margin-right: 10px; }.page-nustargame-com__app-download-image-mobile { display: none; }.page-nustargame-com__app-download-image-desktop { display: block; }@media (max-width: 768px) { .page-nustargame-com__h1 { font-size: 2em; }.page-nustargame-com__h2 { font-size: 1.6em; }.page-nustargame-com__hero-section { height: 400px; }.page-nustargame-com__hero-title { font-size: 2.2em; }.page-nustargame-com__hero-subtitle { font-size: 1em; }.page-nustargame-com__hero-cta-group { flex-direction: column; gap: 10px; }.page-nustargame-com__btn { padding: 10px 20px; width: 100%; max-width: 250px; }.page-nustargame-com__floating-buttons { right: 10px; bottom: 10px; gap: 5px; }.page-nustargame-com__floating-btn { width: 50px; height: 50px; font-size: 0.7em; }.page-nustargame-com__intro-grid, .page-nustargame-com__game-grid, .page-nustargame-com__promo-list, .page-nustargame-com__blog-grid, .page-nustargame-com__security-features, .page-nustargame-com__contact-info, .page-nustargame-com__logo-grid { grid-template-columns: 1fr; }.page-nustargame-com__promo-item { flex-direction: column; text-align: center; }.page-nustargame-com__promo-item-content { margin-top: 10px; }.page-nustargame-com__faq-question { padding: 12px 15px; }.page-nustargame-com__faq-question h3 { font-size: 1em; }.page-nustargame-com__faq-answer { padding: 0 10px; }.page-nustargame-com__faq-item.active .page-nustargame-com__faq-answer { padding: 15px 10px !important; }.page-nustargame-com__blog-card-title { font-size: 1.1em; }.page-nustargame-com__app-download-main { flex-direction: column; gap: 30px; }.page-nustargame-com__app-download-platform-buttons .page-nustargame-com__btn { width: 100%; max-width: 250px; }.page-nustargame-com__app-download-image-mobile { display: block; }.page-nustargame-com__app-download-image-desktop { display: none; }.page-nustargame-com__container { padding: 10px; }.page-nustargame-com__section { padding: 20px 10px; }.page-nustargame-com__intro-item-icon img, .page-nustargame-com__promo-item-icon img, .page-nustargame-com__security-item-icon img, .page-nustargame-com__contact-item-icon img, .page-nustargame-com__logo-item img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-nustargame-com__promo-list, .page-nustargame-com__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-nustargame-com__promo-item, .page-nustargame-com__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px 10px; }}