:root{--primary:#0A2540;--primary-rgb:10,37,64;--accent-ca:#FF0000;--accent-mx:#006847;--accent-us:#002868;--gold:#FFD700;--bg-light:#F4F6F9;--bg-white:#FFFFFF;--text-main:#1A1A1A;--text-muted:#5A626A;--border-color:#E2E8F0;--border-focus:#3B82F6}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-main);background-color:var(--bg-light);line-height:1.6}.navbar{background-color:var(--primary) !important;box-shadow:0 4px 12px rgba(0,0,0,0.1);padding:0.8rem 1rem}.navbar-brand{display:flex;align-items:center;gap:10px;color:#fff !important;font-weight:700}.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 0.3s ease}.nav-link:hover,.nav-link.active{color:var(--gold) !important}.hero-section{background:linear-gradient(135deg,var(--primary) 0%,#153E66 100%);color:#fff;padding:5rem 0;border-bottom:5px solid var(--accent-ca);position:relative;overflow:hidden}.hero-badge-group{display:flex;gap:10px;margin-bottom:1.5rem;flex-wrap:wrap}.hero-badge{font-size:0.85rem;padding:0.4rem 1rem;border-radius:50px;font-weight:600;letter-spacing:0.5px}.badge-ca{background-color:var(--accent-ca);color:white}.badge-mx{background-color:var(--accent-mx);color:white}.badge-us{background-color:var(--accent-us);color:white}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,0.2)}.hero-lead{font-size:1.15rem;opacity:0.9;margin-bottom:2rem;max-width:650px}section{padding:4.5rem 0}.section-title-wrap{margin-bottom:3rem;position:relative}.section-title{font-size:2rem;font-weight:700;color:var(--primary);display:inline-block;margin-bottom:0.5rem}.section-subtitle{font-size:1rem;color:var(--text-muted)}.section-decor{width:80px;height:4px;background:linear-gradient(90deg,var(--accent-ca),var(--accent-mx),var(--accent-us));margin-top:0.5rem;border-radius:2px}.live-ticker-wrap{background-color:#fff;box-shadow:0 4px 15px rgba(0,0,0,0.05);border-radius:12px;margin-top:-3rem;position:relative;z-index:10;padding:1.5rem}.score-card{border-right:1px solid var(--border-color);padding:0 1.5rem}.score-card:last-child{border-right:none}.score-card .status{font-size:0.75rem;font-weight:bold;text-transform:uppercase;color:#e53e3e;display:flex;align-items:center;gap:5px;margin-bottom:0.5rem}.score-card .team-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.4rem}.score-card .team-name{font-weight:600;font-size:0.95rem}.score-card .team-score{font-weight:700;font-size:1.1rem;color:var(--primary)}.schedule-table{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.02)}.schedule-table th{background-color:var(--primary);color:#fff;font-weight:600;border:none;padding:1rem 1.25rem}.schedule-table td{padding:1.1rem 1.25rem;vertical-align:middle;border-bottom:1px solid var(--border-color)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.group-box{background:#fff;border-radius:12px;border:1px solid var(--border-color);box-shadow:0 4px 10px rgba(0,0,0,0.02);transition:transform 0.3s ease,box-shadow 0.3s ease;overflow:hidden}.group-box:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.06)}.group-header{background-color:var(--primary);color:#fff;padding:0.8rem 1.25rem;font-weight:700;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center}.group-list{list-style:none;padding:0;margin:0}.group-item{display:flex;justify-content:space-between;padding:0.75rem 1.25rem;border-bottom:1px solid var(--border-color);font-weight:500}.group-item:last-child{border-bottom:none}.team-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid var(--border-color);transition:all 0.3s ease}.team-card:hover{box-shadow:0 12px 24px rgba(0,0,0,0.08)}.team-card .flag-header{height:120px;background-size:cover;background-position:center;position:relative}.team-card .flag-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,0.1),rgba(0,0,0,0.7))}.team-card .flag-title{position:absolute;bottom:1rem;left:1.25rem;color:#fff;margin:0;font-size:1.2rem;font-weight:700}.team-body{padding:1.25rem}.team-stat-row{display:flex;justify-content:space-between;font-size:0.85rem;margin-bottom:0.5rem;color:var(--text-muted)}.news-box{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,0.02);height:100%;transition:transform 0.3s ease}.news-box:hover{transform:translateY(-4px)}.news-content{padding:1.5rem}.news-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:0.75rem;display:flex;align-items:center;gap:15px}.news-title{font-size:1.15rem;font-weight:700;margin-bottom:0.75rem;line-height:1.4;color:var(--primary)}.news-excerpt{font-size:0.9rem;color:var(--text-muted);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.guide-list{display:flex;flex-direction:column;gap:1.25rem}.guide-item{background:#fff;padding:1.25rem;border-radius:12px;border-left:5px solid var(--accent-mx);box-shadow:0 4px 10px rgba(0,0,0,0.02);display:flex;gap:1.25rem;align-items:flex-start}.guide-icon{font-size:1.75rem;color:var(--accent-mx);flex-shrink:0}.guide-text h4{font-size:1.1rem;font-weight:700;margin-bottom:0.4rem;color:var(--primary)}.guide-text p{margin:0;font-size:0.9rem;color:var(--text-muted)}.timeline-wrap{position:relative;padding-left:2rem;border-left:2px dashed var(--border-color)}.timeline-item{position:relative;margin-bottom:2rem}.timeline-item::before{content:'';position:absolute;left:-2.45rem;top:0.25rem;width:12px;height:12px;border-radius:50%;background-color:var(--accent-ca);border:2px solid #fff}.timeline-year{font-weight:700;color:var(--accent-ca);font-size:1.1rem;margin-bottom:0.3rem}.about-site-card{background:linear-gradient(135deg,#FFF 0%,#F8FAFC 100%);border:1px solid var(--border-color);border-radius:12px;padding:2rem}.accordion-item{border:1px solid var(--border-color) !important;border-radius:10px !important;margin-bottom:0.75rem;overflow:hidden}.accordion-button{font-weight:600;color:var(--primary);background-color:#fff !important}.accordion-button:not(.collapsed){color:var(--accent-ca);box-shadow:none;border-bottom:1px solid var(--border-color)}.accordion-body{background-color:#FAFBFD;font-size:0.95rem;color:var(--text-muted)}footer{background-color:var(--primary);color:rgba(255,255,255,0.8);padding:4rem 0 2rem;font-size:0.9rem;border-top:5px solid var(--accent-us)}footer h5{color:#fff;font-weight:700;margin-bottom:1.5rem}footer a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.3s}footer a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:1.5rem;margin-top:3rem;font-size:0.85rem}@media (max-width:991.98px){.hero-title{font-size:2rem}.live-ticker-wrap{margin-top:1.5rem}.score-card{border-right:none;border-bottom:1px solid var(--border-color);padding:1rem 0}.score-card:last-child{border-bottom:none}}