:root{--primary:#0B2240;--primary-light:#1E3A5F;--accent-red:#D80027;--accent-green:#006847;--accent-gold:#F2A900;--bg-light:#F8F9FA;--bg-white:#FFFFFF;--text-dark:#1A202C;--text-muted:#64748B;--border-color:#E2E8F0}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-dark);background-color:var(--bg-light);overflow-x:hidden;line-height:1.6}a{color:var(--primary-light);text-decoration:none;transition:color 0.3s}a:hover{color:var(--accent-red)}.navbar{background-color:var(--primary) !important;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-brand,.nav-link{color:var(--bg-white) !important}.nav-link:hover{color:var(--accent-gold) !important}.section-padding{padding:5rem 0}.bg-white-section{background-color:var(--bg-white)}.bg-light-section{background-color:var(--bg-light)}.hero-section{background:linear-gradient(135deg,#0B2240 0%,#112A4F 100%);color:var(--bg-white);padding:6rem 0;position:relative}.hero-badge{background:rgba(216,0,39,0.15);border:1px solid var(--accent-red);color:var(--accent-gold);padding:0.5rem 1.25rem;border-radius:50px;display:inline-block;font-weight:600;margin-bottom:1.5rem}.section-title{position:relative;margin-bottom:3rem;font-weight:800;color:var(--primary)}.section-title::after{content:'';display:block;width:60px;height:4px;background:var(--accent-red);margin-top:0.75rem;border-radius:2px}.card-custom{border:1px solid var(--border-color);background:var(--bg-white);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,0.02);transition:all 0.3s}.card-custom:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.08)}.match-badge{padding:0.25rem 0.75rem;border-radius:20px;font-size:0.85rem;font-weight:600}.match-live{background-color:rgba(216,0,39,0.1);color:var(--accent-red)}.match-upcoming{background-color:rgba(11,34,64,0.1);color:var(--primary)}.match-finished{background-color:#E2E8F0;color:var(--text-muted)}.table-responsive-wrap{background:var(--bg-white);border-radius:12px;overflow:hidden;border:1px solid var(--border-color)}.table-custom{margin-bottom:0}.table-custom th{background-color:var(--primary);color:var(--bg-white);font-weight:600;border:none}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.group-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem}.group-header{background:var(--primary);color:var(--bg-white);margin:-1.5rem -1.5rem 1.25rem -1.5rem;padding:0.75rem 1.5rem;font-weight:bold;border-top-left-radius:12px;border-top-right-radius:12px}.faq-accordion .accordion-item{border:1px solid var(--border-color);border-radius:8px !important;margin-bottom:1rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--primary);background-color:var(--bg-white)}.faq-accordion .accordion-button:not(.collapsed){color:var(--accent-red);background-color:rgba(216,0,39,0.02);box-shadow:none}.footer-dark{background-color:var(--primary);color:rgba(255,255,255,0.8);padding:4rem 0 2rem 0;font-size:0.95rem}.footer-dark h5{color:var(--bg-white);font-weight:bold;margin-bottom:1.5rem}.footer-dark a{color:rgba(255,255,255,0.7)}.footer-dark a:hover{color:var(--accent-gold)}@media (max-width:991.98px){.hero-section{padding:4rem 0;text-align:center}.hero-image-wrap{margin-top:2rem}}