:root{--primary-color:#0d1b2a;--secondary-color:#1b4332;--accent-color:#e65c00;--highlight-color:#ffb703;--bg-light:#f4f6f9;--bg-white:#ffffff;--text-dark:#1f2937;--text-muted:#4b5563;--text-light:#f9fafb;--border-color:#e5e7eb;--card-radius:12px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--bg-light);color:var(--text-dark);line-height:1.6}.navbar-custom{background-color:var(--primary-color);padding:1rem 1.5rem;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{display:flex;align-items:center;color:var(--text-light);font-weight:700;font-size:1.25rem;gap:10px}.navbar-custom .navbar-brand img{max-height:40px}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;margin:0 5px;transition:color 0.3s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--highlight-color)}.navbar-custom .navbar-toggler{border-color:rgba(255,255,255,0.1);color:var(--text-light)}.hero-section{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:var(--text-light);padding:5rem 0 6rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(255,183,3,0.15) 0%,transparent 60%);pointer-events:none}.hero-content h1{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.hero-content p{font-size:1.125rem;color:rgba(255,255,255,0.9);margin-bottom:2rem}.hero-badge{background-color:var(--accent-color);color:var(--text-light);padding:0.35rem 1rem;border-radius:50px;font-size:0.875rem;font-weight:600;display:inline-block;margin-bottom:1rem}.hero-image-wrapper{box-shadow:0 15px 35px rgba(0,0,0,0.3);border-radius:var(--card-radius);overflow:hidden}.live-ticker-bar{background-color:#111827;color:var(--text-light);padding:12px 0;border-bottom:4px solid var(--accent-color)}.ticker-item{display:inline-block;padding:0 25px;border-right:1px solid rgba(255,255,255,0.15)}.ticker-item:last-child{border-right:none}.ticker-status{font-size:0.75rem;text-transform:uppercase;font-weight:700;color:var(--highlight-color)}section{padding:5rem 0}.section-light{background-color:var(--bg-white)}.section-dark{background-color:var(--primary-color);color:var(--text-light)}.section-title{position:relative;padding-bottom:1rem;margin-bottom:3rem;font-weight:700}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--accent-color);border-radius:2px}.section-title-center{text-align:center}.section-title-center::after{left:50%;transform:translateX(-50%)}.card-custom{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--card-radius);box-shadow:0 4px 6px rgba(0,0,0,0.03);transition:transform 0.3s ease,box-shadow 0.3s ease;overflow:hidden}.card-custom:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.08)}.schedule-table th{background-color:var(--primary-color);color:var(--text-light);font-weight:600}.schedule-row{border-bottom:1px solid var(--border-color);background-color:var(--bg-white);transition:background-color 0.2s}.schedule-row:hover{background-color:#f8fafc}.match-status-badge{font-size:0.75rem;padding:0.25rem 0.6rem;border-radius:4px;font-weight:600}.status-upcoming{background-color:#e0f2fe;color:#0369a1}.status-live{background-color:#fee2e2;color:#b91c1c;animation:pulse 2s infinite}.group-card{border-top:4px solid var(--secondary-color)}.group-card-header{background-color:#f8fafc;padding:1rem;font-weight:700;border-bottom:1px solid var(--border-color)}.news-card-img{height:200px;object-fit:cover}.accordion-button:not(.collapsed){background-color:rgba(230,92,0,0.1);color:var(--accent-color)}.footer-custom{background-color:#0b132b;color:rgba(255,255,255,0.75);padding:4rem 0 2rem 0;border-top:4px solid var(--secondary-color)}.footer-custom h5{color:var(--text-light);font-weight:600;margin-bottom:1.5rem}.footer-custom a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.2s}.footer-custom a:hover{color:var(--highlight-color)}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}@media (max-width:991.98px){.hero-section{padding:4rem 0}.hero-content h1{font-size:2rem}.section-title{margin-bottom:2rem}}