:root{--primary-color:#004b87;--primary-light:#e6f0fa;--accent-color:#da291c;--accent-green:#006847;--bg-light:#f5f7fa;--bg-card:#ffffff;--text-main:#1a2530;--text-muted:#5a6e7f;--border-color:#e2e8f0;--card-shadow:0 4px 20px rgba(0,75,135,0.06)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;background-color:var(--bg-light);color:var(--text-main);overflow-x:hidden;line-height:1.6}.header-nav{background-color:#ffffff;border-bottom:2px solid var(--primary-light);box-shadow:0 2px 10px rgba(0,0,0,0.02);position:sticky;top:0;z-index:1000}.navbar-brand img{max-height:48px;object-fit:contain}.nav-link{color:var(--text-main);font-weight:500;padding:0.5rem 1rem !important;transition:color 0.3s ease}.nav-link:hover{color:var(--primary-color)}.hero-section{background:linear-gradient(135deg,#ffffff 40%,var(--primary-light) 100%);padding:5rem 0 4rem;position:relative}.hero-badge{display:inline-flex;align-items:center;background-color:var(--primary-light);color:var(--primary-color);padding:0.5rem 1.25rem;border-radius:50px;font-weight:600;font-size:0.875rem;margin-bottom:1.5rem}.hero-title{font-size:2.75rem;font-weight:800;color:var(--primary-color);line-height:1.25;margin-bottom:1.5rem}.hero-desc{font-size:1.125rem;color:var(--text-muted);margin-bottom:2rem;max-width:600px}.hero-img-box{position:relative;border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow)}.hero-img-box img{width:100%;height:auto;object-fit:cover}.quick-stats-card{background:#ffffff;border-radius:12px;padding:1.5rem;text-align:center;border:1px solid var(--border-color);box-shadow:var(--card-shadow);transition:transform 0.3s ease}.quick-stats-card:hover{transform:translateY(-5px)}.quick-stats-num{font-size:2rem;font-weight:800;color:var(--accent-color)}.section-title{font-size:2rem;font-weight:700;color:var(--primary-color);position:relative;margin-bottom:2.5rem;text-align:center}.section-title::after{content:'';display:block;width:50px;height:4px;background-color:var(--accent-color);margin:0.75rem auto 0;border-radius:2px}.score-ticker-container{overflow-x:auto;white-space:nowrap;padding:1rem 0}.score-card{display:inline-block;width:280px;background:#ffffff;border-radius:12px;border-left:4px solid var(--primary-color);padding:1rem;margin-right:1rem;box-shadow:var(--card-shadow);vertical-align:top}.score-card-header{display:flex;justify-content:space-between;font-size:0.75rem;color:var(--text-muted);margin-bottom:0.75rem}.score-team-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.5rem;font-weight:600}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.group-card{background:#ffffff;border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--card-shadow);overflow:hidden}.group-header{background:var(--primary-color);color:#ffffff;padding:0.75rem 1rem;font-weight:700;font-size:1.125rem;display:flex;justify-content:space-between;align-items:center}.group-team-list{padding:0.75rem 0}.group-team-item{display:flex;justify-content:space-between;padding:0.5rem 1rem;border-bottom:1px solid #f1f5f9;font-size:0.9375rem}.group-team-item:last-child{border-bottom:none}.news-card{background:#ffffff;border-radius:12px;border:1px solid var(--border-color);overflow:hidden;box-shadow:var(--card-shadow);height:100%;transition:transform 0.3s ease}.news-card:hover{transform:translateY(-5px)}.news-content{padding:1.25rem}.news-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:0.5rem}.news-title{font-size:1.125rem;font-weight:700;color:var(--text-main);line-height:1.4}.faq-item{background:#ffffff;border-radius:12px;border:1px solid var(--border-color);margin-bottom:1rem;overflow:hidden;box-shadow:var(--card-shadow)}.faq-question{padding:1.25rem;font-weight:600;color:var(--primary-color);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-answer{padding:0 1.25rem 1.25rem;color:var(--text-muted);font-size:0.9375rem;border-top:1px solid #f1f5f9;padding-top:1rem}.guide-section{background-color:var(--primary-light);border-radius:12px;padding:3rem 2rem;margin-top:4rem}footer{background-color:#0f172a;color:#94a3b8;padding:4rem 0 2rem;font-size:0.9rem}footer h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem}footer a{color:#94a3b8;text-decoration:none;transition:color 0.3s ease}footer a:hover{color:#ffffff}.footer-bottom{border-top:1px solid #1e293b;padding-top:2rem;margin-top:3rem}@media (max-width:768px){.hero-title{font-size:2rem}.hero-section{padding:3rem 0}}