/* CSS styles for nustar-sky-deck page */.page-nustar-sky-deck__container{font-family:'Arial',sans-serif;line-height:1.6;color:#e0e0e0;background-color:#1a1a1a}.page-nustar-sky-deck__main-heading{text-align:center;color:#ffcc00;margin-bottom:20px}.page-nustar-sky-deck__section{padding:40px 20px;margin-bottom:30px;background-color:#2a2a2a;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.3)}.page-nustar-sky-deck__section--dark{background-color:#1f1f1f}.page-nustar-sky-deck__section-heading{color:#ffcc00;text-align:center;margin-bottom:25px;font-size:2.2em}.page-nustar-sky-deck__section-subheading{color:#ffcc00;font-size:1.6em;margin-bottom:15px}.page-nustar-sky-deck__text-content{font-size:1.1em;line-height:1.7;margin-bottom:20px;text-align:justify}.page-nustar-sky-deck__text-center{text-align:center}.page-nustar-sky-deck__hero-section{position:relative;width:100%;height:auto;min-height:450px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;overflow:hidden;padding-top:10px}.page-nustar-sky-deck__hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.8))}.page-nustar-sky-deck__hero-content{position:relative;z-index:10;max-width:900px;padding:20px}.page-nustar-sky-deck__hero-title{font-size:3.5em;margin-bottom:15px;line-height:1.2;color:#ffcc00;text-shadow:2px 2px 4px rgba(0,0,0,.7)}.page-nustar-sky-deck__hero-subtitle{font-size:1.5em;margin-bottom:30px;color:#f0f0f0}.page-nustar-sky-deck__cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.page-nustar-sky-deck__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.1em;transition:background-color .3s ease,transform .3s ease;border:none;cursor:pointer}.page-nustar-sky-deck__cta-button:hover{background-color:#e6b800;transform:scale(1.05)}.page-nustar-sky-deck__image-wrapper{width:100%;margin-bottom:20px;text-align:center}.page-nustar-sky-deck__image{max-width:100%;height:auto;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.2)}.page-nustar-sky-deck__game-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px}.page-nustar-sky-deck__game-card{background-color:#333;border-radius:8px;overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,.4);transition:transform .3s ease;text-align:center;display:flex;flex-direction:column}.page-nustar-sky-deck__game-card:hover{transform:translateY(-5px)}.page-nustar-sky-deck__game-card-image{width:100%;height:200px;object-fit:cover}.page-nustar-sky-deck__game-card-content{padding:20px;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.page-nustar-sky-deck__game-card-title{font-size:1.4em;color:#ffcc00;margin-bottom:10px}.page-nustar-sky-deck__game-card-description{font-size:.95em;color:#ccc;margin-bottom:15px}.page-nustar-sky-deck__game-card-button{display:inline-block;background-color:#007bff;color:#fff;padding:10px 20px;border-radius:5px;text-decoration:none;font-weight:bold;transition:background-color .3s ease}.page-nustar-sky-deck__game-card-button:hover{background-color:#0056b3}.page-nustar-sky-deck__promo-list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.page-nustar-sky-deck__promo-item{background-color:#333;border-radius:8px;padding:25px;box-shadow:0 2px 5px rgba(0,0,0,.3);display:flex;flex-direction:column;justify-content:space-between}.page-nustar-sky-deck__promo-item-title{font-size:1.5em;color:#ffcc00;margin-bottom:10px}.page-nustar-sky-deck__promo-item-description{font-size:1em;color:#ccc;margin-bottom:15px}.page-nustar-sky-deck__promo-item-button{background-color:#28a745;color:#fff;padding:10px 20px;border-radius:5px;text-decoration:none;font-weight:bold;transition:background-color .3s ease;align-self:flex-start}.page-nustar-sky-deck__promo-item-button:hover{background-color:#218838}.page-nustar-sky-deck__faq-list{list-style:none;padding:0}.page-nustar-sky-deck__faq-item{background-color:#333;margin-bottom:10px;border-radius:8px;overflow:hidden}.page-nustar-sky-deck__faq-question{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;background-color:#444;color:#ffcc00;cursor:pointer;user-select:none;border-bottom:1px solid #555;transition:background-color .3s ease}.page-nustar-sky-deck__faq-question:hover{background-color:#555}.page-nustar-sky-deck__faq-question h3{margin:0;font-size:1.2em;pointer-events:none}.page-nustar-sky-deck__faq-toggle{font-size:1.8em;line-height:1;margin-left:15px;pointer-events:none;transition:transform .3s ease}.page-nustar-sky-deck__faq-item.active .page-nustar-sky-deck__faq-toggle{transform:rotate(45deg)}.page-nustar-sky-deck__faq-answer{max-height:0;overflow:hidden;padding:0 20px;background-color:#3a3a3a;color:#ccc;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease,opacity .4s ease;opacity:0}.page-nustar-sky-deck__faq-item.active .page-nustar-sky-deck__faq-answer{max-height:2000px!important;padding:20px!important;opacity:1}.page-nustar-sky-deck__blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px}.page-nustar-sky-deck__blog-card{background-color:#333;border-radius:8px;overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,.4);transition:transform .3s ease}.page-nustar-sky-deck__blog-card:hover{transform:translateY(-5px)}.page-nustar-sky-deck__blog-card-image{width:100%;height:180px;object-fit:cover}.page-nustar-sky-deck__blog-card-content{padding:20px}.page-nustar-sky-deck__blog-card-title{font-size:1.3em;color:#ffcc00;margin-bottom:10px}.page-nustar-sky-deck__blog-card-title a{color:#ffcc00;text-decoration:none}.page-nustar-sky-deck__blog-card-title a:hover{text-decoration:underline}.page-nustar-sky-deck__blog-card-excerpt{font-size:.95em;color:#ccc}.page-nustar-sky-deck__quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:20px}.page-nustar-sky-deck__quick-link-button{display:block;width:100%;padding:15px;background-color:#555;color:#fff;text-align:center;border-radius:5px;text-decoration:none;font-weight:bold;transition:background-color .3s ease}.page-nustar-sky-deck__quick-link-button:hover{background-color:#666}@media(max-width:768px){.page-nustar-sky-deck__hero-title{font-size:2.5em}.page-nustar-sky-deck__hero-subtitle{font-size:1.2em}.page-nustar-sky-deck__cta-buttons{flex-direction:column;gap:15px}.page-nustar-sky-deck__cta-button{width:100%}.page-nustar-sky-deck__section{padding:30px 15px}.page-nustar-sky-deck__section-heading{font-size:1.8em}.page-nustar-sky-deck__game-grid,.page-nustar-sky-deck__promo-list,.page-nustar-sky-deck__blog-grid,.page-nustar-sky-deck__quick-links-grid{grid-template-columns:1fr}.page-nustar-sky-deck__game-card-image{height:180px}.page-nustar-sky-deck__promo-item,.page-nustar-sky-deck__blog-card{padding:20px}.page-nustar-sky-deck__faq-question{padding:15px}.page-nustar-sky-deck__faq-question h3{font-size:1.1em}.page-nustar-sky-deck__faq-answer{padding:15px!important}.page-nustar-sky-deck__text-content{font-size:1em}.page-nustar-sky-deck__promo-item-button{width:100%}.page-nustar-sky-deck__quick-link-button{width:100%}}@media(max-width:375px){.page-nustar-sky-deck__hero-title{font-size:2em}.page-nustar-sky-deck__hero-subtitle{font-size:1em}}/* Responsive list items */.page-nustar-sky-deck__promo-list,.page-nustar-sky-deck__faq-list,.page-nustar-sky-deck__game-grid,.page-nustar-sky-deck__blog-grid,.page-nustar-sky-deck__quick-links-grid{width:100%!important;max-width:100%!important;box-sizing:border-box!important;padding:0!important;margin-left:0!important;margin-right:0!important}.page-nustar-sky-deck__promo-item,.page-nustar-sky-deck__faq-item,.page-nustar-sky-deck__game-card,.page-nustar-sky-deck__blog-card,.page-nustar-sky-deck__quick-link-button{width:100%!important;max-width:100%!important;box-sizing:border-box!important;margin-left:0!important;margin-right:0!important}.page-nustar-sky-deck__promo-item-description,.page-nustar-sky-deck__blog-card-excerpt,.page-nustar-sky-deck__game-card-description,.page-nustar-sky-deck__text-content,.page-nustar-sky-deck__faq-answer{word-wrap:break-word!important;overflow-wrap:break-word!important;word-break:break-word!important}