:root{--primary:#0a2540;--primary-light:#1e3d59;--secondary:#ffc107;--accent-us:#0a3161;--accent-ca:#d80621;--accent-mx:#006847;--bg-light:#f4f6f9;--bg-white:#ffffff;--text-dark:#111827;--text-muted:#6b7280;--border-color:#e5e7eb;--card-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);--transition-speed:0.3s}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{background-color:var(--primary);box-shadow:0 2px 10px rgba(0,0,0,0.1);padding:0.8rem 1rem}.navbar-brand{display:flex;align-items:center;gap:10px;font-weight:700;color:#ffffff !important}.navbar-brand img{height:40px;width:auto}.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(--secondary) !important}section{padding:5rem 0;border-bottom:1px solid var(--border-color)}section:nth-child(even){background-color:var(--bg-white)}.section-title{position:relative;margin-bottom:3rem;font-weight:800;color:var(--primary)}.section-title::after{content:'';position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:linear-gradient(90deg,var(--accent-us),var(--accent-ca),var(--accent-mx));border-radius:2px}.hero-section{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);color:#ffffff;padding:6rem 0;position:relative;overflow:hidden}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:6px 16px;border-radius:30px;font-size:0.875rem;color:var(--secondary);margin-bottom:1.5rem}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-desc{font-size:1.125rem;color:rgba(255,255,255,0.8);margin-bottom:2rem}.hero-img{border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);max-width:100%;height:auto}.status-bar{background:var(--bg-white);margin-top:-3rem;border-radius:12px;box-shadow:var(--card-shadow);padding:1.5rem;position:relative;z-index:10}.status-item{display:flex;align-items:center;gap:12px;padding:10px}.status-icon{font-size:2rem;color:var(--primary-light)}.match-card{background:var(--bg-white);border-radius:12px;box-shadow:var(--card-shadow);border:1px solid var(--border-color);padding:1.5rem;margin-bottom:1rem;transition:transform var(--transition-speed)}.match-card:hover{transform:translateY(-4px)}.match-header{display:flex;justify-content:space-between;font-size:0.85rem;color:var(--text-muted);margin-bottom:1rem;border-bottom:1px dashed var(--border-color);padding-bottom:0.5rem}.match-team{display:flex;align-items:center;justify-content:space-between;font-weight:600;margin:0.5rem 0}.match-team span{display:flex;align-items:center;gap:8px}.match-score{font-family:monospace;font-size:1.25rem;background:var(--bg-light);padding:2px 8px;border-radius:4px}.group-table{background:var(--bg-white);border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow)}.group-header{background:var(--primary-light);color:#ffffff;padding:1rem;font-weight:700}.table{margin-bottom:0}.table th,.table td{vertical-align:middle;padding:1rem}.news-card{background:var(--bg-white);border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow);border:1px solid var(--border-color);height:100%;transition:transform var(--transition-speed)}.news-card:hover{transform:translateY(-5px)}.news-body{padding:1.5rem}.news-meta{font-size:0.85rem;color:var(--text-muted);margin-bottom:0.5rem}.news-title{font-size:1.15rem;font-weight:700;margin-bottom:0.75rem;color:var(--primary)}.guide-card{border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow);background:var(--bg-white);border:1px solid var(--border-color)}.guide-content{padding:2.5rem}.faq-item{background:var(--bg-white);border-radius:12px;box-shadow:var(--card-shadow);margin-bottom:1rem;border:1px solid var(--border-color)}.faq-button{width:100%;padding:1.5rem;background:none;border:none;text-align:left;font-weight:700;color:var(--primary);display:flex;justify-content:space-between;align-items:center}.faq-button:focus{outline:none}.faq-collapse{padding:0 1.5rem 1.5rem;color:var(--text-muted)}footer{background-color:var(--primary);color:rgba(255,255,255,0.8);padding:4rem 0 2rem;font-size:0.9rem}footer h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem}footer a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color var(--transition-speed)}footer a:hover{color:var(--secondary)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:2rem;margin-top:3rem;font-size:0.8rem}@media (max-width:768px){.hero-title{font-size:2rem}.section-title{font-size:1.75rem;margin-bottom:2rem}.table-responsive{border:1px solid var(--border-color);border-radius:12px}}