:root{--primary-color:#0d1b2a;--secondary-color:#1b4965;--accent-color:#06d6a0;--accent-hover:#05b386;--bg-light:#f8f9fa;--bg-white:#ffffff;--text-dark:#212529;--text-muted:#6c757d;--border-color:#e9ecef;--card-shadow:0 4px 12px rgba(0,0,0,0.05);--transition-smooth:all 0.3s ease}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;overflow-x:hidden}section{padding:70px 0}.section-title{position:relative;font-weight:700;color:var(--primary-color);margin-bottom:15px}.section-subtitle{color:var(--text-muted);margin-bottom:40px;font-size:1.1rem}.navbar{background-color:var(--primary-color) !important;box-shadow:0 2px 10px rgba(0,0,0,0.1);padding:15px 0}.navbar-brand img{max-height:40px;object-fit:contain}.navbar-brand span{color:var(--bg-white);font-weight:700;font-size:1.3rem;margin-left:10px}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;margin:0 8px;transition:var(--transition-smooth)}.nav-link:hover{color:var(--accent-color) !important}.navbar-toggler{border-color:rgba(255,255,255,0.2)}.navbar-toggler-icon{filter:invert(1)}.hero-section{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:var(--bg-white);padding:100px 0 80px 0;position:relative;overflow:hidden}.hero-section::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle,rgba(6,214,160,0.1) 0%,rgba(0,0,0,0) 70%);pointer-events:none}.hero-badge{background-color:rgba(6,214,160,0.15);color:var(--accent-color);padding:8px 16px;border-radius:30px;display:inline-block;font-weight:600;font-size:0.9rem;margin-bottom:20px;border:1px solid rgba(6,214,160,0.3)}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.25;margin-bottom:20px}.hero-description{font-size:1.15rem;color:rgba(255,255,255,0.85);margin-bottom:35px}.live-status-bar{background:var(--bg-white);margin-top:-40px;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.1);position:relative;z-index:10;padding:20px}.match-badge{font-size:0.75rem;padding:3px 8px;border-radius:4px;font-weight:600}.badge-upcoming{background-color:#e2e8f0;color:#475569}.badge-live{background-color:#fee2e2;color:#ef4444;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.card-custom{background:var(--bg-white);border:none;border-radius:12px;box-shadow:var(--card-shadow);transition:var(--transition-smooth);overflow:hidden}.card-custom:hover{transform:translateY(-5px);box-shadow:0 12px 20px rgba(0,0,0,0.08)}.table-custom{margin-bottom:0}.table-custom th{background-color:var(--secondary-color);color:var(--bg-white);font-weight:600;border:none;padding:12px 15px}.table-custom td{padding:15px;vertical-align:middle;border-bottom:1px solid var(--border-color)}.group-card{border-top:4px solid var(--accent-color)}.group-header{background-color:#f1f5f9;font-weight:700;font-size:1.1rem;color:var(--primary-color);padding:12px;text-align:center}.team-flag-wrap{width:50px;height:35px;overflow:hidden;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,0.1);display:inline-block;margin-right:12px}.team-flag-img{width:100%;height:100%;object-fit:cover}.news-item{border-bottom:1px solid var(--border-color);padding-bottom:20px;margin-bottom:20px;transition:var(--transition-smooth)}.news-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.news-title{font-weight:700;color:var(--primary-color);font-size:1.15rem;margin-bottom:8px}.news-meta{font-size:0.85rem;color:var(--text-muted)}.guide-icon{font-size:2.2rem;color:var(--accent-color);margin-bottom:15px}.accordion-button:not(.collapsed){background-color:rgba(6,214,160,0.08);color:var(--primary-color);box-shadow:none}.accordion-button{font-weight:600;color:var(--primary-color)}footer{background-color:var(--primary-color);color:rgba(255,255,255,0.8);padding:60px 0 30px 0;font-size:0.9rem}footer h5{color:var(--bg-white);font-weight:700;margin-bottom:20px}footer a{color:rgba(255,255,255,0.7);text-decoration:none;transition:var(--transition-smooth)}footer a:hover{color:var(--accent-color)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:20px;margin-top:40px}@media (max-width:991.98px){.hero-title{font-size:2.2rem}.hero-section{padding:80px 0 60px 0}.live-status-bar{margin-top:-20px}section{padding:50px 0}}