:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--border:#e2e8f0;--accent-us:#0a369d;--accent-ca:#ff1744;--accent-mx:#006847;--accent:#0f172a;--gradient-host:linear-gradient(135deg,var(--accent-ca) 0%,var(--accent-us) 50%,var(--accent-mx) 100%);--card-radius:12px}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6}.header-nav{background-color:var(--surface);border-bottom:2px solid var(--border);position:sticky;top:0;z-index:1030}.navbar-brand img{max-height:40px}.nav-link{color:var(--text-main) !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.2s}.nav-link:hover{color:var(--accent-us) !important}.section-title{font-size:2rem;font-weight:800;position:relative;padding-bottom:0.75rem;margin-bottom:2rem;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background:var(--gradient-host);border-radius:2px}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:4rem 0;position:relative;overflow:hidden}.hero-badge{display:inline-flex;align-items:center;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:0.5rem 1rem;border-radius:50px;font-size:0.875rem;font-weight:600;margin-bottom:1.5rem}.hero-badge span{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:0.5rem}.hero-badge .bg-ca{background-color:var(--accent-ca)}.hero-badge .bg-us{background-color:var(--accent-us)}.hero-badge .bg-mx{background-color:var(--accent-mx)}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-desc{font-size:1.125rem;color:#cbd5e1;margin-bottom:2rem}.hero-stats-card{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:var(--card-radius);padding:1.5rem;height:100%}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:transform 0.2s,box-shadow 0.2s;overflow:hidden}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.status-badge{font-size:0.75rem;font-weight:700;padding:0.25rem 0.75rem;border-radius:50px;display:inline-block}.status-upcoming{background-color:#e2e8f0;color:#475569}.status-live{background-color:#fee2e2;color:#ef4444;animation:pulse 2s infinite}.status-finished{background-color:#dcfce7;color:#15803d}.horizontal-scroll{display:flex;overflow-x:auto;gap:1rem;padding-bottom:1rem;scrollbar-width:thin}.horizontal-scroll::-webkit-scrollbar{height:6px}.horizontal-scroll::-webkit-scrollbar-thumb{background-color:var(--border);border-radius:3px}.group-table th{background-color:#f1f5f9;color:var(--text-muted);font-weight:600}@media (max-width:991px){.hero-title{font-size:2.25rem}}