:root{--page-bg:#f5f7fa;--surface:#ffffff;--surface-strong:#0a2540;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#00a86b;--accent-2:#ffcc00;--border:#e2e8f0;--primary-gradient:linear-gradient(135deg,#0a2540 0%,#1e3a8a 100%);--mexico-accent:#d7141a}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6}.navbar{background-color:rgba(10,37,64,0.95) !important;backdrop-filter:blur(10px);border-bottom:2px solid var(--accent);z-index:1030}.navbar-brand img{max-height:40px}.nav-link{color:var(--text-light) !important;font-weight:500;transition:color 0.3s}.nav-link:hover,.nav-link.active{color:var(--accent-2) !important}.hero-section{background:var(--primary-gradient);position:relative;padding:100px 0 80px 0;overflow:hidden;color:var(--text-light)}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(to top,var(--page-bg),transparent)}.hero-badge{background:rgba(0,168,107,0.2);border:1px solid var(--accent);color:var(--accent-2);padding:6px 16px;border-radius:30px;font-size:0.9rem;display:inline-block;font-weight:600;margin-bottom:1.5rem}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-desc{font-size:1.15rem;color:#cbd5e1;margin-bottom:2rem;max-width:650px}.hero-img-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1)}.hero-img-wrapper img{width:100%;height:auto;display:block}.section-header{margin-bottom:3rem;position:relative}.section-header h2{font-size:2.2rem;font-weight:800;color:var(--surface-strong);display:inline-block;position:relative;padding-bottom:10px}.section-header h2::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background:var(--accent);border-radius:2px}.section-header p{color:var(--text-muted);margin-top:0.5rem;font-size:1.1rem}.live-ticker{background:var(--surface);border-bottom:1px solid var(--border);padding:12px 0;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}.ticker-item{border-right:1px solid var(--border);padding:0 20px;font-size:0.9rem}.ticker-badge{background-color:#f1f5f9;color:var(--text-muted);padding:2px 8px;border-radius:4px;font-weight:600}.ticker-badge.live{background-color:#fee2e2;color:var(--mexico-accent);animation:pulse 1.5s infinite}.schedule-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,0.02);transition:transform 0.3s,box-shadow 0.3s}.schedule-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.05)}.team-flag{width:32px;height:32px;background:#e2e8f0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:bold;font-size:0.8rem;color:var(--text-muted)}.group-grid{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,0.02)}.group-header{background:var(--surface-strong);color:var(--text-light);padding:12px;font-weight:700;text-align:center;border-bottom:3px solid var(--accent)}.group-list{list-style:none;padding:0;margin:0}.group-list li{padding:12px 20px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.group-list li:last-child{border-bottom:none}.guide-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.02)}.guide-body{padding:1.5rem}.guide-icon{font-size:2.5rem;color:var(--accent);margin-bottom:1rem}.accordion-item{border:1px solid var(--border) !important;border-radius:8px !important;margin-bottom:10px;overflow:hidden}.accordion-button:not(.collapsed){background-color:rgba(0,168,107,0.05) !important;color:var(--accent) !important}.accordion-button:focus{box-shadow:none}footer{background-color:var(--surface-strong);color:#94a3b8;padding:60px 0 30px 0;font-size:0.95rem;border-top:4px solid var(--accent-2)}footer h5{color:var(--text-light);font-weight:700;margin-bottom:1.5rem}footer a{color:#cbd5e1;text-decoration:none;transition:color 0.3s}footer a:hover{color:var(--accent-2)}.table-responsive-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}@media (max-width:991.98px){.hero-title{font-size:2.2rem}.section-header h2{font-size:1.8rem}}