:root{--page-bg:#f5f7fb;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0252cc;--accent-2:#da291c;--accent-3:#006847;--border:#e2e8f0;--border-light:rgba(255,255,255,0.15);--transition-smooth:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);overflow-x:hidden;line-height:1.6}.navbar{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:1030;transition:var(--transition-smooth)}.navbar-brand img{height:40px;object-fit:contain}.nav-link{color:var(--text-main);font-weight:500;margin:0 0.5rem;transition:var(--transition-smooth)}.nav-link:hover,.nav-link.active{color:var(--accent)}.hero-section{padding:8rem 0 5rem;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--text-light);position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;top:0;right:0;width:50%;height:100%;background:radial-gradient(circle,rgba(2,82,204,0.15) 0%,transparent 70%);z-index:1}.hero-content{position:relative;z-index:2}.hero-tag{background-color:var(--accent);color:var(--text-light);padding:0.35rem 1rem;border-radius:50px;font-size:0.85rem;font-weight:600;display:inline-block;margin-bottom:1.5rem;text-transform:uppercase}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-title span{background:linear-gradient(45deg,#3b82f6,#ef4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.125rem;color:#94a3b8;margin-bottom:2rem;max-width:600px}.hero-img-container{position:relative;z-index:2}.hero-img{width:100%;height:auto;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,0.3);object-fit:cover}.status-ticker{background-color:var(--surface-strong);color:var(--text-light);padding:1rem 0;border-bottom:1px solid var(--border-light)}.ticker-card{background-color:rgba(255,255,255,0.05);border:1px solid var(--border-light);border-radius:8px;padding:0.75rem 1.25rem;min-width:260px;margin-right:1rem;display:inline-block}.ticker-meta{font-size:0.75rem;color:#94a3b8;display:flex;justify-content:space-between;margin-bottom:0.5rem}.ticker-score{display:flex;justify-content:space-between;align-items:center;font-weight:700}.ticker-team{display:flex;align-items:center;gap:0.5rem}.ticker-flag{width:24px;height:16px;object-fit:cover;border-radius:2px}.section-header{margin-bottom:3rem;position:relative}.section-header h2{font-size:2.25rem;font-weight:700;color:var(--text-main);display:inline-block;position:relative;padding-bottom:1rem}.section-header h2::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background:linear-gradient(90deg,var(--accent),var(--accent-2));border-radius:2px}.section-desc{color:var(--text-muted);margin-top:0.5rem;font-size:1.05rem}.section-padding{padding:6rem 0}.schedule-tab{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}.schedule-table-wrapper{overflow-x:auto}.schedule-table{width:100%;min-width:800px;vertical-align:middle}.schedule-table th{background-color:var(--page-bg);color:var(--text-muted);font-weight:600;padding:1rem;border-bottom:2px solid var(--border)}.schedule-table td{padding:1.25rem 1rem;border-bottom:1px solid var(--border)}.schedule-status{font-size:0.8rem;padding:0.25rem 0.75rem;border-radius:50px;font-weight:600}.status-upcoming{background-color:#e2e8f0;color:#475569}.status-live{background-color:#fee2e2;color:#ef4444;animation:pulse 2s infinite}.status-ended{background-color:#dcfce7;color:#16a34a}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.group-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:var(--transition-smooth)}.group-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.group-header{background:linear-gradient(135deg,var(--accent) 0%,#1e40af 100%);color:var(--text-light);padding:1rem;font-weight:700;display:flex;justify-content:space-between;align-items:center}.group-header.mexico{background:linear-gradient(135deg,var(--accent-3) 0%,#064e3b 100%)}.group-header.canada{background:linear-gradient(135deg,var(--accent-2) 0%,#991b1b 100%)}.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-info{display:flex;align-items:center;gap:0.75rem}.team-flag-small{width:28px;height:18px;object-fit:cover;border:1px solid var(--border);border-radius:2px}.team-showcase-wrapper{background-color:var(--surface-strong);color:var(--text-light)}.team-showcase-wrapper .section-header h2{color:var(--text-light)}.team-profile-card{background-color:rgba(255,255,255,0.05);border:1px solid var(--border-light);border-radius:12px;padding:1.5rem;height:100%;transition:var(--transition-smooth)}.team-profile-card:hover{background-color:rgba(255,255,255,0.1);border-color:var(--accent)}.profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.profile-title{font-size:1.25rem;font-weight:700}.profile-star{font-size:0.85rem;color:#94a3b8}.profile-details{font-size:0.9rem;color:#cbd5e1}.profile-stat-bar{height:6px;background-color:rgba(255,255,255,0.1);border-radius:3px;margin-top:0.5rem;overflow:hidden}.profile-stat-fill{height:100%;background-color:var(--accent);border-radius:3px}.news-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:var(--transition-smooth);height:100%}.news-card:hover{transform:translateY(-5px);box-shadow:0 12px 20px -5px rgba(0,0,0,0.1)}.news-body{padding:1.5rem}.news-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:0.75rem;display:flex;gap:1rem}.news-title{font-size:1.15rem;font-weight:700;line-height:1.4;margin-bottom:1rem;color:var(--text-main)}.news-excerpt{color:var(--text-muted);font-size:0.95rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.guide-box{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);padding:2.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,0.05)}.guide-item{display:flex;gap:1.25rem;margin-bottom:2rem}.guide-item:last-child{margin-bottom:0}.guide-icon{font-size:2rem;color:var(--accent);flex-shrink:0}.guide-text h4{font-size:1.2rem;font-weight:700;margin-bottom:0.5rem}.guide-text p{color:var(--text-muted);margin:0;font-size:0.95rem}.rule-card{border-left:4px solid var(--accent);background-color:var(--surface);padding:1.5rem;border-radius:0 12px 12px 0;box-shadow:0 4px 6px -1px rgba(0,0,0,0.02);height:100%}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:10px !important;margin-bottom:1rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--text-main);background-color:var(--surface)}.faq-accordion .accordion-button:not(.collapsed){background-color:#f1f5f9;color:var(--accent)}.faq-accordion .accordion-body{color:var(--text-muted);background-color:var(--surface)}.about-section{background-color:var(--surface-strong);color:var(--text-light);border-radius:16px;padding:3.5rem;position:relative;overflow:hidden}.about-section::after{content:'';position:absolute;bottom:-50px;right:-50px;width:250px;height:250px;background:radial-gradient(circle,rgba(218,41,28,0.1) 0%,transparent 70%)}footer{background-color:#0b0f19;color:#94a3b8;padding:5rem 0 2rem;border-top:1px solid var(--border-light)}.footer-heading{color:var(--text-light);font-size:1.1rem;font-weight:700;margin-bottom:1.5rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:var(--transition-smooth)}.footer-links a:hover{color:var(--text-light);padding-left:5px}.footer-bottom{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.05);font-size:0.85rem;display:flex;flex-direction:column;align-items:center;gap:1rem}@media (max-width:991.98px){.hero-title{font-size:2.25rem}.section-padding{padding:4rem 0}.about-section{padding:2rem}}