.page-nustar-fili-cafe { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; }.page-nustar-fili-cafe__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-nustar-fili-cafe__section { padding: 40px 20px; margin-bottom: 30px; background-color: #222; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); }.page-nustar-fili-cafe__section--dark { background-color: #1a1a1a; }.page-nustar-fili-cafe__hero-section { background: linear-gradient(135deg, #0f0f0f, #333333); color: #fff; text-align: center; padding: 60px 20px; padding-top: 10px; border-radius: 0; margin-bottom: 0; }.page-nustar-fili-cafe__hero-title { font-size: 3.5em; margin-bottom: 15px; text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5); color: #ffcc00; }.page-nustar-fili-cafe__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-nustar-fili-cafe__cta-button { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-nustar-fili-cafe__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); }.page-nustar-fili-cafe__h2 { font-size: 2.5em; color: #ffcc00; text-align: center; margin-bottom: 30px; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }.page-nustar-fili-cafe__h3 { font-size: 1.8em; color: #ffcc00; margin-bottom: 15px; }.page-nustar-fili-cafe__text { font-size: 1.1em; color: #ccc; margin-bottom: 20px; }.page-nustar-fili-cafe__card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }.page-nustar-fili-cafe__card { background-color: #333; border-radius: 10px; padding: 25px; text-align: center; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-nustar-fili-cafe__card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5); }.page-nustar-fili-cafe__card-icon { width: 60px; height: 60px; margin-bottom: 15px; }.page-nustar-fili-cafe__card-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; }.page-nustar-fili-cafe__card-description { color: #ccc; font-size: 0.95em; }.page-nustar-fili-cafe__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 30px; }.page-nustar-fili-cafe__game-item { background-color: #333; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; text-decoration: none; display: block; color: inherit; }.page-nustar-fili-cafe__game-item:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5); }.page-nustar-fili-cafe__game-image { width: 100%; height: 150px; object-fit: cover; display: block; }.page-nustar-fili-cafe__game-title { padding: 15px; font-size: 1.1em; color: #ffcc00; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.page-nustar-fili-cafe__promotion-item { background-color: #333; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; }.page-nustar-fili-cafe__promotion-item:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5); }.page-nustar-fili-cafe__promotion-image { width: 100%; height: 180px; object-fit: cover; display: block; }.page-nustar-fili-cafe__promotion-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }.page-nustar-fili-cafe__promotion-title { font-size: 1.3em; color: #ffcc00; margin-bottom: 10px; }.page-nustar-fili-cafe__promotion-description { color: #ccc; font-size: 0.95em; margin-bottom: 15px; flex-grow: 1; }.page-nustar-fili-cafe__promotion-button { background-color: #ffcc00; color: #1a1a1a; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; align-self: flex-start; border: none; cursor: pointer; }.page-nustar-fili-cafe__promotion-button:hover { background-color: #e6b800; }.page-nustar-fili-cafe__faq-list { list-style: none; padding: 0; margin-top: 30px; }.page-nustar-fili-cafe__faq-item { background-color: #333; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); }.page-nustar-fili-cafe__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #444; border-bottom: 1px solid #555; transition: background-color 0.3s ease; }.page-nustar-fili-cafe__faq-question:hover { background-color: #555; }.page-nustar-fili-cafe__faq-question h3 { margin: 0; color: #ffcc00; font-size: 1.2em; pointer-events: none; }.page-nustar-fili-cafe__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; }.page-nustar-fili-cafe__faq-item.active .page-nustar-fili-cafe__faq-toggle { transform: rotate(45deg); }.page-nustar-fili-cafe__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; color: #ccc; background-color: #3a3a3a; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-nustar-fili-cafe__faq-item.active .page-nustar-fili-cafe__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-nustar-fili-cafe__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }.page-nustar-fili-cafe__blog-post { background-color: #333; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; text-decoration: none; display: block; color: inherit; }.page-nustar-fili-cafe__blog-post:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5); }.page-nustar-fili-cafe__blog-image { width: 100%; height: 180px; object-fit: cover; display: block; }.page-nustar-fili-cafe__blog-content { padding: 20px; }.page-nustar-fili-cafe__blog-title { font-size: 1.3em; color: #ffcc00; margin-bottom: 10px; }.page-nustar-fili-cafe__blog-summary { color: #ccc; font-size: 0.95em; margin-bottom: 15px; }.page-nustar-fili-cafe__quick-access-link { display: block; text-align: center; background-color: #ffcc00; color: #1a1a1a; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-bottom: 15px; transition: background-color 0.3s ease; }.page-nustar-fili-cafe__quick-access-link:hover { background-color: #e6b800; }.page-nustar-fili-cafe__logo-row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 20px; }.page-nustar-fili-cafe__logo-item { flex: 0 0 auto; width: 100px; height: 60px; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; }.page-nustar-fili-cafe__logo-item:hover { filter: grayscale(0%); opacity: 1; }.page-nustar-fili-cafe__security-features { display: flex; flex-direction: column; gap: 20px; margin-top: 20px; }.page-nustar-fili-cafe__feature-item { display: flex; align-items: flex-start; gap: 15px; background-color: #333; padding: 20px; border-radius: 8px; }.page-nustar-fili-cafe__feature-icon { width: 40px; height: 40px; object-fit: contain; flex-shrink: 0; }.page-nustar-fili-cafe__feature-content h4 { margin: 0 0 5px 0; color: #ffcc00; font-size: 1.2em; }.page-nustar-fili-cafe__feature-content p { margin: 0; color: #ccc; font-size: 0.95em; }.page-nustar-fili-cafe__download-app-button { display: inline-block; background-color: #007bff; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; margin-top: 30px; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-nustar-fili-cafe__download-app-button:hover { background-color: #0056b3; transform: translateY(-3px); }@media (max-width: 768px) { .page-nustar-fili-cafe__hero-title { font-size: 2.5em; }.page-nustar-fili-cafe__hero-subtitle { font-size: 1.2em; }.page-nustar-fili-cafe__h2 { font-size: 2em; }.page-nustar-fili-cafe__container { padding: 10px; }.page-nustar-fili-cafe__section { padding: 30px 15px; }.page-nustar-fili-cafe__card-grid, .page-nustar-fili-cafe__game-grid, .page-nustar-fili-cafe__blog-grid { grid-template-columns: 1fr; gap: 20px; }.page-nustar-fili-cafe__faq-question { padding: 15px; }.page-nustar-fili-cafe__faq-question h3 { font-size: 1.1em; }.page-nustar-fili-cafe__faq-answer { padding: 15px !important; }.page-nustar-fili-cafe__promotion-item { flex-direction: column; }.page-nustar-fili-cafe__promotion-image { height: 150px; }.page-nustar-fili-cafe__promotion-content { padding: 15px; }.page-nustar-fili-cafe__promotion-button { align-self: stretch; text-align: center; }.page-nustar-fili-cafe__quick-access-section .page-nustar-fili-cafe__card-grid { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }.page-nustar-fili-cafe__logo-row { flex-wrap: wrap; justify-content: center; }.page-nustar-fili-cafe__logo-item { width: 80px; height: 50px; }.page-nustar-fili-cafe__security-features { gap: 15px; }.page-nustar-fili-cafe__feature-item { flex-direction: column; align-items: center; text-align: center; padding: 15px; }.page-nustar-fili-cafe__feature-icon { margin-bottom: 10px; }.page-nustar-fili-cafe__cta-button, .page-nustar-fili-cafe__download-app-button { font-size: 1em; padding: 12px 25px; } }@media (max-width: 480px) { .page-nustar-fili-cafe__hero-title { font-size: 2em; }.page-nustar-fili-cafe__hero-subtitle { font-size: 1em; }.page-nustar-fili-cafe__h2 { font-size: 1.8em; }.page-nustar-fili-cafe__card-grid, .page-nustar-fili-cafe__game-grid, .page-nustar-fili-cafe__blog-grid { gap: 15px; }.page-nustar-fili-cafe__quick-access-section .page-nustar-fili-cafe__card-grid { grid-template-columns: 1fr; }.page-nustar-fili-cafe__logo-item { width: 70px; height: 45px; }.page-nustar-fili-cafe__faq-question h3 { font-size: 1em; }.page-nustar-fili-cafe__faq-answer { font-size: 0.9em; }}.page-nustar-fili-cafe__section ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }.page-nustar-fili-cafe__section ul li { background-color: #444; padding: 15px 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); color: #fff; font-size: 1.1em; text-align: center; flex: 1 1 auto; min-width: 200px; box-sizing: border-box; }.page-nustar-fili-cafe__section ul li a { color: #ffcc00; text-decoration: none; font-weight: bold; }.page-nustar-fili-cafe__section ul li a:hover { text-decoration: underline; }@media (max-width: 768px) { .page-nustar-fili-cafe__section ul { flex-direction: column; gap: 15px; }.page-nustar-fili-cafe__section ul li { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-nustar-fili-cafe__section ul li a { display: block; }}.page-nustar-fili-cafe__img-responsive { max-width: 100%; height: auto; display: block; margin: 0 auto; }.page-nustar-fili-cafe__image-container { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; margin-bottom: 20px; }@media (max-width: 768px) { .page-nustar-fili-cafe__img-responsive { max-width: 100% !important; height: auto !important; }.page-nustar-fili-cafe__image-container { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } }