:root{--primary-color:#0b522c;--primary-dark:#073b1e;--secondary-color:#0d3b66;--accent-color:#f4a261;--gold-color:#e9c46a;--bg-light:#f8f9fa;--bg-white:#ffffff;--bg-dark:#121824;--text-dark:#212529;--text-muted:#6c757d;--text-light:#f8f9fa;--border-color:#dee2e6;--card-radius:12px;--transition-speed:0.3s}body{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-dark);background-color:var(--bg-light);line-height:1.6;overflow-x:hidden}.navbar{background-color:var(--secondary-color) !important;border-bottom:3px solid var(--accent-color);padding:0.8rem 1rem}.navbar-brand img{max-height:45px;width:auto}.navbar-brand span{color:var(--text-light);font-weight:700;font-size:1.25rem;letter-spacing:0.5px}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;padding:0.5rem 1rem !important;transition:color var(--transition-speed)}.nav-link:hover,.nav-link.active{color:var(--gold-color) !important}section{padding:5rem 0}.section-bg-white{background-color:var(--bg-white)}.section-bg-dark{background-color:var(--bg-dark);color:var(--text-light)}.section-title{position:relative;margin-bottom:3rem;font-weight:800;letter-spacing:0.5px}.section-title::after{content:'';position:absolute;left:0;bottom:-10px;width:60px;height:4px;background-color:var(--primary-color);border-radius:2px}.section-title.center::after{left:50%;transform:translateX(-50%)}.hero-section{background:linear-gradient(135deg,var(--secondary-color) 30%,var(--primary-dark) 100%);color:var(--text-light);padding:6rem 0;border-bottom:5px solid var(--primary-color)}.hero-title{font-size:2.8rem;font-weight:900;line-height:1.2;margin-bottom:1.5rem;color:var(--text-light);text-shadow:1px 1px 3px rgba(0,0,0,0.3)}.hero-desc{font-size:1.15rem;color:rgba(255,255,255,0.9);margin-bottom:2rem;font-weight:300}.hero-stats-card{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.2);border-radius:var(--card-radius);padding:1.5rem}.hero-img{border-radius:var(--card-radius);box-shadow:0 15px 30px rgba(0,0,0,0.3);object-fit:cover;width:100%;height:auto}.score-card{background:var(--bg-white);border-radius:var(--card-radius);box-shadow:0 4px 12px rgba(0,0,0,0.05);transition:transform var(--transition-speed);border:1px solid var(--border-color)}.score-card:hover{transform:translateY(-3px)}.score-badge{font-size:0.75rem;padding:0.25rem 0.6rem;border-radius:20px;font-weight:600}.score-badge.live{background-color:#dc3545;color:white;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.schedule-table th{background-color:var(--secondary-color);color:var(--text-light);font-weight:600}.schedule-table td{vertical-align:middle}.group-card{background:var(--bg-white);border-radius:var(--card-radius);border:1px solid var(--border-color);overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,0.02)}.group-header{background-color:var(--primary-color);color:var(--text-light);padding:0.8rem;font-weight:700;text-align:center}.group-list-item{display:flex;align-items:center;justify-content:space-between;padding:0.75rem 1rem;border-bottom:1px solid var(--border-color)}.group-list-item:last-child{border-bottom:none}.team-card{background:var(--bg-white);border-radius:var(--card-radius);border:1px solid var(--border-color);padding:1.5rem;text-align:center;transition:all var(--transition-speed)}.team-card:hover{border-color:var(--primary-color);box-shadow:0 8px 16px rgba(11,82,44,0.1)}.team-flag{font-size:2.5rem;margin-bottom:0.5rem}.stadium-card{background:var(--bg-white);border-radius:var(--card-radius);overflow:hidden;border:1px solid var(--border-color)}.stadium-img{width:100%;height:220px;object-fit:cover}.news-card{background:var(--bg-white);border-radius:var(--card-radius);border:1px solid var(--border-color);overflow:hidden;height:100%;transition:box-shadow var(--transition-speed)}.news-card:hover{box-shadow:0 8px 20px rgba(0,0,0,0.08)}.news-body{padding:1.25rem}.news-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:0.5rem}.rule-box{background-color:rgba(255,255,255,0.05);border-left:4px solid var(--accent-color);padding:1.5rem;border-radius:0 var(--card-radius) var(--card-radius) 0;height:100%}.guide-card{background:var(--bg-white);border-radius:var(--card-radius);border:1px solid var(--border-color);padding:2rem;height:100%}.guide-icon{font-size:2.5rem;color:var(--primary-color);margin-bottom:1rem}.about-box{background-color:var(--bg-white);border-radius:var(--card-radius);padding:2.5rem;border:1px solid var(--border-color);box-shadow:0 4px 15px rgba(0,0,0,0.03)}.accordion-item{border:1px solid var(--border-color);margin-bottom:0.75rem;border-radius:var(--card-radius) !important;overflow:hidden}.accordion-button:not(.collapsed){background-color:rgba(11,82,44,0.08);color:var(--primary-color)}.accordion-button:focus{box-shadow:none;border-color:var(--primary-color)}footer{background-color:var(--bg-dark);color:rgba(255,255,255,0.7);border-top:5px solid var(--primary-color);padding:4rem 0 2rem;font-size:0.9rem}footer a{color:rgba(255,255,255,0.8);text-decoration:none;transition:color var(--transition-speed)}footer a:hover{color:var(--gold-color)}.footer-brand{font-size:1.4rem;color:var(--text-light);font-weight:700}@media (max-width:768px){.hero-title{font-size:2rem}section{padding:3rem 0}.table-responsive-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}}