:root{--primary:#0a3d62;--primary-dark:#072d4a;--secondary:#d92027;--secondary-dark:#b1161d;--accent:#1e824c;--gold:#f39c12;--bg-light:#f8f9fa;--bg-card:#ffffff;--text-main:#2c3e50;--text-muted:#5c6b73;--border-color:#e9ecef;--border-radius-custom:12px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;color:var(--text-main);background-color:#f5f7fa;overflow-x:hidden;line-height:1.6}.navbar-custom{background-color:var(--primary);box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{font-weight:800;color:#ffffff !important;font-size:1.4rem}.navbar-custom .nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;transition:color 0.3s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:#ffffff !important;text-shadow:0 0 5px rgba(255,255,255,0.3)}.hero-section{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#ffffff;padding:80px 0 60px;position:relative}.hero-section h1{font-size:2.8rem;font-weight:800;line-height:1.25;margin-bottom:20px}.hero-section p{font-size:1.1rem;opacity:0.9;margin-bottom:30px}.hero-badge{display:inline-block;background-color:var(--secondary);color:#ffffff;font-size:0.85rem;font-weight:700;padding:6px 16px;border-radius:30px;margin-bottom:15px;text-transform:uppercase;letter-spacing:0.5px}.hero-stats{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:var(--border-radius-custom);padding:20px;margin-top:30px}.hero-img{max-width:100%;height:auto;border-radius:var(--border-radius-custom);box-shadow:0 15px 35px rgba(0,0,0,0.2)}.section-padding{padding:60px 0}.bg-white-section{background-color:#ffffff}.bg-light-section{background-color:#f8f9fa}.section-title{font-size:2rem;font-weight:800;color:var(--primary-dark);margin-bottom:15px;position:relative;padding-bottom:10px}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--secondary);border-radius:2px}.section-desc{color:var(--text-muted);font-size:1rem;margin-bottom:40px}.custom-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--border-radius-custom);transition:all 0.3s cubic-bezier(0.25,0.8,0.25,1);box-shadow:0 4px 6px rgba(0,0,0,0.02);overflow:hidden}.custom-card:hover{transform:translateY(-5px);box-shadow:0 12px 20px rgba(0,0,0,0.08)}.score-ticker-item{min-width:280px;background:#ffffff;border-left:4px solid var(--secondary);border-radius:8px;padding:15px;margin-right:15px;box-shadow:0 2px 8px rgba(0,0,0,0.05)}.score-status-live{background-color:var(--secondary);color:#ffffff;font-size:0.75rem;padding:2px 8px;border-radius:4px;font-weight:bold}.score-status-upcoming{background-color:#e2e8f0;color:#4a5568;font-size:0.75rem;padding:2px 8px;border-radius:4px;font-weight:bold}.group-table th{background-color:var(--primary);color:#ffffff}.group-table td{vertical-align:middle}.group-badge{background-color:var(--primary-dark);color:#ffffff;font-weight:bold;padding:4px 10px;border-radius:4px;font-size:0.9rem}.news-img{height:200px;object-fit:cover;width:100%}.news-tag{background-color:rgba(30,130,76,0.1);color:var(--accent);font-size:0.75rem;font-weight:700;padding:4px 10px;border-radius:4px;display:inline-block;margin-bottom:10px}.guide-icon-box{width:50px;height:50px;border-radius:50%;background-color:rgba(13,110,253,0.1);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:15px}.accordion-button:not(.collapsed){background-color:rgba(10,61,98,0.05);color:var(--primary-dark)}@media (max-width:991.98px){.hero-section{padding:60px 0 40px}.hero-section h1{font-size:2.2rem}.section-title{font-size:1.75rem}}