:root{--page-bg:#f5f7fa;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent-usa:#0a369d;--accent-mex:#006847;--accent-can:#da291c;--border:#e2e8f0;--primary:#0f172a;--card-shadow:0 4px 20px rgba(0,0,0,0.05)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);line-height:1.6}a{text-decoration:none;color:inherit}.navbar{backdrop-filter:blur(10px);background:rgba(255,255,255,0.9);border-bottom:1px solid var(--border);padding:0.8rem 1rem}.navbar-brand img{max-height:40px}.hero-section{padding:4rem 0;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(10,54,157,0.15),rgba(218,41,28,0.1) 50%);z-index:1}.hero-container{position:relative;z-index:2}.hero-badge{display:inline-flex;align-items:center;gap:0.5rem;background:rgba(255,255,255,0.1);padding:0.5rem 1rem;border-radius:50px;font-size:0.875rem;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,0.2)}.live-ticker{background:#ffffff;border-bottom:1px solid var(--border);padding:0.75rem 0;overflow-x:auto;white-space:nowrap}.ticker-wrapper{display:inline-flex;gap:2rem;padding:0 1rem}.ticker-item{display:inline-flex;align-items:center;gap:1rem;background:var(--page-bg);padding:0.5rem 1rem;border-radius:8px;font-size:0.85rem;border:1px solid var(--border)}.ticker-status{font-size:0.75rem;font-weight:bold;padding:0.15rem 0.4rem;border-radius:4px}.status-upcoming{background:#e2e8f0;color:#475569}.status-live{background:#fee2e2;color:#ef4444;animation:blink 1.5s infinite}@keyframes blink{50%{opacity:0.5}}section{padding:4.5rem 0}.section-title{font-weight:800;margin-bottom:2rem;position:relative;display:inline-block;padding-bottom:0.75rem}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:4px;border-radius:2px;background:linear-gradient(to right,var(--accent-usa),var(--accent-can))}.group-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--card-shadow);overflow:hidden;transition:transform 0.2s ease}.group-card:hover{transform:translateY(-4px)}.group-header{background:linear-gradient(90deg,#1e293b,#334155);color:#ffffff;padding:1rem;font-weight:bold;display:flex;justify-content:space-between;align-items:center}.group-list{list-style:none;padding:0;margin:0}.group-item{display:flex;align-items:center;justify-content:space-between;padding:0.75rem 1rem;border-bottom:1px solid var(--border)}.group-item:last-child{border-bottom:none}.team-flag{width:24px;height:16px;object-fit:cover;border-radius:2px;margin-right:0.5rem}.timeline-container{position:relative;padding-left:2rem;border-left:2px dashed var(--border)}.timeline-item{position:relative;margin-bottom:2.5rem}.timeline-item::before{content:'';position:absolute;left:-2.45rem;top:0.25rem;width:12px;height:12px;border-radius:50%;background:var(--accent-usa);border:2px solid #ffffff}.timeline-date{font-weight:bold;color:var(--accent-can);margin-bottom:0.5rem}.grid-info-box{background:var(--surface);border-radius:12px;padding:2rem;border:1px solid var(--border);height:100%}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:8px !important;margin-bottom:1rem;overflow:hidden}.faq-button{font-weight:600;color:var(--text-main);background-color:var(--surface) !important;box-shadow:none !important}.faq-button:not(.collapsed){color:var(--accent-usa);border-bottom:1px solid var(--border)}@media (max-width:991.98px){.hero-section{padding:3rem 0;text-align:center}.hero-badge{justify-content:center}.section-title::after{left:50%;transform:translateX(-50%)}}footer{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem;font-size:0.9rem}footer h5{color:#ffffff;font-weight:bold;margin-bottom:1.5rem}footer a{color:#94a3b8;transition:color 0.2s}footer a:hover{color:#ffffff}