@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');:root{--primary-color: #ffcc00;--secondary-color: #007bff;--dark-background: #1a1a1a;--light-text: #ffffff;--dark-text: #333333;--gray-text: #cccccc;--border-color: #444444;}.page-747-live-tips{font-family: 'Roboto', sans-serif;color: var(--light-text);background-color: var(--dark-background);line-height: 1.6;}.page-777-live-tips__container{max-width: 1200px;margin: 0 auto;padding: 20px;box-sizing: border-box;}@media (max-width: 768px){.page-777-live-tips__container{padding: 15px;}}.page-747-live-tips__hero-section{background: var(--dark-background);color: var(--light-text);text-align: center;padding: 10px 0 60px;position: relative;overflow: hidden;}.page-747-live-tips__hero-image{width: 100%;height: auto;max-height: 400px;object-fit: cover;position: absolute;top: 0;left: 0;z-index: 0;}.page-747-live-tips__hero-content{position: relative;z-index: 1;padding: 20px;}.page-747-live-tips__hero-title{font-size: 2.8em;margin-bottom: 15px;color: var(--primary-color);text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-747-live-tips__hero-subtitle{font-size: 1.3em;margin-bottom: 30px;max-width: 800px;margin-left: auto;margin-right: auto;}.page-747-live-tips__cta-button{display: inline-block;background-color: var(--primary-color);color: var(--dark-background);padding: 15px 30px;border-radius: 5px;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-747-live-tips__cta-button:hover{background-color: #ffdb4d;transform: translateY(-2px);}.page-747-live-tips__section{padding: 60px 0;background-color: var(--dark-background);}.page-747-live-tips__section--alt{background-color: #222222;}.page-747-live-tips__section-title{font-size: 2.2em;color: var(--primary-color);text-align: center;margin-bottom: 40px;}.page-747-live-tips__grid{display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;}.page-747-live-tips__card{background-color: #2a2a2a;border-radius: 10px;padding: 30px;text-align: center;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);transition: transform 0.3s ease;}.page-747-live-tips__card:hover{transform: translateY(-5px);}.page-747-live-tips__card-icon{width: 80px;height: 80px;margin-bottom: 20px;}.page-747-live-tips__card-title{font-size: 1.5em;color: var(--primary-color);margin-bottom: 15px;}.page-747-live-tips__card-description{color: var(--gray-text);font-size: 0.95em;}.page-747-live-tips__strategy-list{list-style: none;padding: 0;margin: 0;display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 25px;}.page-747-live-tips__strategy-item{background-color: #2a2a2a;border-left: 5px solid var(--primary-color);padding: 25px;border-radius: 8px;box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);}.page-747-live-tips__strategy-item-title{font-size: 1.3em;color: var(--primary-color);margin-bottom: 10px;}.page-747-live-tips__strategy-item-description{color: var(--gray-text);font-size: 0.95em;}.page-747-live-tips__image-content{display: flex;flex-direction: column;align-items: center;gap: 30px;}.page-747-live-tips__image-wrapper{width: 100%;max-width: 600px;overflow: hidden;border-radius: 10px;box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);}.page-747-live-tips__content-image{width: 100%;height: auto;max-width: 100%;box-sizing: border-box;}.page-747-live-tips__text-block{max-width: 800px;margin: 0 auto;text-align: left;color: var(--gray-text);}.page-747-live-tips__text-block h2{color: var(--primary-color);font-size: 2em;margin-bottom: 20px;}.page-747-live-tips__text-block p{margin-bottom: 15px;}.page-747-live-tips__text-block strong{color: var(--primary-color);}.page-747-live-tips__text-block ul{list-style: disc;padding-left: 20px;}.page-747-live-tips__text-block li{margin-bottom: 8px;}.page-747-live-tips__faq-section{padding: 60px 0;background-color: #222222;}.page-747-live-tips__faq-list{max-width: 900px;margin: 0 auto;}.page-747-live-tips__faq-item{background-color: #2a2a2a;margin-bottom: 15px;border-radius: 8px;overflow: hidden;box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);}.page-747-live-tips__faq-question{display: flex;justify-content: space-between;align-items: center;padding: 20px;cursor: pointer;user-select: none;background-color: #333333;color: var(--light-text);transition: background-color 0.3s ease;}.page-747-live-tips__faq-question:hover{background-color: #444444;}.page-747-live-tips__faq-question h3{margin: 0;font-size: 1.1em;flex-grow: 1;text-align: left;pointer-events: none;color: var(--primary-color);}.page-747-live-tips__faq-toggle{font-size: 1.8em;font-weight: bold;margin-left: 15px;transition: transform 0.3s ease;pointer-events: none;}.page-747-live-tips__faq-item.active .page-747-live-tips__faq-toggle{transform: rotate(45deg);}.page-747-live-tips__faq-answer{max-height: 0;overflow: hidden;padding: 0 20px;opacity: 0;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;color: var(--gray-text);}.page-747-live-tips__faq-item.active .page-747-live-tips__faq-answer{max-height: 2000px !important;padding: 20px !important;opacity: 1;}.page-747-live-tips__faq-answer p{margin-bottom: 1em;}.page-747-live-tips__app-download-section{background-color: var(--dark-background);padding: 60px 0;text-align: center;}.page-747-live-tips__app-download-content{max-width: 800px;margin: 0 auto;}.page-747-live-tips__app-download-title{font-size: 2.2em;color: var(--primary-color);margin-bottom: 20px;}.page-747-live-tips__app-download-description{font-size: 1.1em;color: var(--gray-text);margin-bottom: 30px;}.page-747-live-tips__download-buttons{display: flex;justify-content: center;gap: 20px;flex-wrap: wrap;}.page-747-live-tips__download-button{display: inline-flex;align-items: center;background-color: #444444;color: var(--light-text);padding: 12px 25px;border-radius: 5px;text-decoration: none;font-weight: bold;transition: background-color 0.3s ease, transform 0.3s ease;border: none;cursor: pointer;font-size: 1em;}.page-747-live-tips__download-button:hover{background-color: #555555;transform: translateY(-2px);}.page-747-live-tips__download-button img{width: 24px;height: 24px;margin-right: 10px;}.page-747-live-tips__providers-section{padding: 60px 0;background-color: #222222;text-align: center;}.page-747-live-tips__providers-title{font-size: 2.2em;color: var(--primary-color);margin-bottom: 40px;}.page-747-live-tips__provider-grid{display: grid;grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));gap: 30px;align-items: center;justify-items: center;max-width: 1000px;margin: 0 auto;}.page-747-live-tips__provider-logo{max-width: 100px;height: auto;filter: grayscale(100%);opacity: 0.7;transition: filter 0.3s ease, opacity 0.3s ease;}.page-747-live-tips__provider-logo:hover{filter: grayscale(0%);opacity: 1;}@media (max-width: 768px){.page-747-live-tips__hero-title{font-size: 2em;}.page-747-live-tips__hero-subtitle{font-size: 1em;}.page-747-live-tips__cta-button{padding: 12px 25px;font-size: 1em;}.page-747-live-tips__section-title{font-size: 1.8em;}.page-747-live-tips__grid{grid-template-columns: 1fr;}.page-747-live-tips__card{padding: 20px;}.page-747-live-tips__card-title{font-size: 1.3em;}.page-747-live-tips__strategy-list{grid-template-columns: 1fr;}.page-747-live-tips__strategy-item{padding: 20px;}.page-747-live-tips__strategy-item-title{font-size: 1.1em;}.page-747-live-tips__text-block h2{font-size: 1.8em;}.page-747-live-tips__faq-question h3{font-size: 1em;}.page-747-live-tips__faq-toggle{font-size: 1.5em;}.page-747-live-tips__faq-answer{padding: 15px !important;}.page-747-live-tips__app-download-title{font-size: 1.8em;}.page-747-live-tips__app-download-description{font-size: 0.95em;}.page-747-live-tips__download-buttons{flex-direction: column;gap: 15px;}.page-747-live-tips__download-button{width: 100%;max-width: 250px;margin: 0 auto;justify-content: center;}.page-747-live-tips__providers-title{font-size: 1.8em;}.page-747-live-tips__provider-grid{grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));gap: 20px;}.page-747-live-tips__provider-logo{max-width: 80px;}.page-747-live-tips__strategy-list > li, .page-747-live-tips__grid > div, .page-747-live-tips__faq-list > div{width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;padding-left: 15px !important;padding-right: 15px !important;word-wrap: break-word !important;overflow-wrap: break-word !important;}.page-747-live-tips__strategy-list, .page-747-live-tips__grid, .page-747-live-tips__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;}}