:root{--primary-us:#0A2540;--primary-mx:#006847;--primary-ca:#D80621;--accent-gold:#FFB800;--page-bg:#F8FAFC;--surface:#FFFFFF;--surface-strong:#0F172A;--text-main:#1E293B;--text-muted:#64748B;--text-light:#F8FAFC;--border:#E2E8F0;--transition:all 0.3s ease}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);overflow-x:hidden;line-height:1.6}.color-bar{height:6px;background:linear-gradient(to right,var(--primary-ca) 33.3%,var(--primary-us) 33.3%,var(--primary-us) 66.6%,var(--primary-mx) 66.6%);width:100%}.navbar{background-color:var(--surface) !important;box-shadow:0 4px 20px rgba(15,23,42,0.05);padding:1rem 0}.navbar-brand img{max-height:45px;object-fit:contain}.nav-link{color:var(--text-main) !important;font-weight:600;margin:0 0.5rem;transition:var(--transition)}.nav-link:hover{color:var(--primary-ca) !important}.hero-section{padding:5rem 0;background:radial-gradient(circle at 90% 10%,rgba(10,37,64,0.03) 0%,rgba(248,250,252,1) 70%);border-bottom:1px solid var(--border)}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.25;color:var(--primary-us);margin-bottom:1.5rem}.hero-title span{color:var(--primary-ca)}.hero-desc{font-size:1.125rem;color:var(--text-muted);margin-bottom:2rem;text-align:justify}.hero-badge{display:inline-flex;align-items:center;background-color:rgba(216,6,33,0.08);color:var(--primary-ca);padding:0.5rem 1.25rem;border-radius:50px;font-weight:700;font-size:0.875rem;margin-bottom:1.5rem}.hero-img-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px rgba(15,23,42,0.1)}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;transition:var(--transition);overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(15,23,42,0.08)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#F1F5F9}::-webkit-scrollbar-thumb{background:#CBD5E1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94A3B8}.status-bar{background-color:var(--surface-strong);color:var(--text-light);padding:1rem 0}.status-ticker-wrapper{display:flex;overflow-x:auto;gap:1.5rem;padding-bottom:0.5rem}.status-item{flex:0 0 auto;background:rgba(255,255,255,0.08);padding:0.5rem 1rem;border-radius:8px;border-left:3px solid var(--accent-gold);font-size:0.85rem}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem}.group-header{background:linear-gradient(135deg,var(--primary-us),#1e3a8a);color:white;padding:0.75rem 1rem;margin:-1.25rem -1.25rem 1rem -1.25rem;font-weight:700;display:flex;justify-content:space-between;align-items:center}.group-list{list-style:none;padding:0;margin:0}.group-list li{display:flex;justify-content:space-between;padding:0.5rem 0;border-bottom:1px solid var(--border);font-size:0.95rem}.group-list li:last-child{border-bottom:none}.news-large-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;height:100%}.news-list-item{background:var(--surface);border-bottom:1px solid var(--border);padding:1.25rem 0;transition:var(--transition)}.news-list-item:hover{padding-left:0.5rem}.stadium-card{position:relative;overflow:hidden;border-radius:12px;height:280px}.stadium-card img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.stadium-card:hover img{transform:scale(1.08)}.stadium-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(15,23,42,0.95),rgba(15,23,42,0.3));padding:1.5rem;color:white}.guide-banner{background:linear-gradient(135deg,#0A2540 0%,#006847 100%);color:white;border-radius:14px;padding:3rem;margin-top:3rem}.accordion-button:not(.collapsed){background-color:rgba(10,37,64,0.05);color:var(--primary-us);box-shadow:none}.accordion-button{font-weight:600;color:var(--text-main)}footer{background-color:var(--surface-strong);color:rgba(248,250,252,0.8);padding:4rem 0 2rem 0;border-top:4px solid var(--primary-ca)}footer h5{color:var(--text-light);font-weight:700;margin-bottom:1.5rem}footer a{color:rgba(248,250,252,0.6);text-decoration:none;transition:var(--transition)}footer a:hover{color:var(--text-light)}@media (max-width:991.98px){.hero-section{padding:3rem 0;text-align:center}.hero-desc{text-align:center}.stadium-card{height:220px}}