:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent-usa:#0a2540;--accent-mex:#006847;--accent-can:#da291c;--accent:#2563eb;--border:#e2e8f0;--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}.navbar-custom{background-color:var(--surface-strong);padding:15px 0;position:sticky;top:0;z-index:1000;border-bottom:3px solid var(--accent-can)}.navbar-brand img{max-height:40px;margin-right:10px}.navbar-brand span{color:var(--text-light);font-weight:700;letter-spacing:0.5px}.nav-link-custom{color:rgba(248,250,252,0.85) !important;font-weight:500;margin:0 10px;transition:color 0.3s}.nav-link-custom:hover,.nav-link-custom:focus{color:var(--text-light) !important;text-decoration:underline}.hero-section{background:linear-gradient(135deg,var(--accent-usa) 30%,var(--accent-mex) 100%);color:var(--text-light);padding:80px 0;border-bottom-left-radius:24px;border-bottom-right-radius:24px;margin-bottom:40px}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:20px;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.hero-desc{font-size:1.15rem;color:rgba(248,250,252,0.9);margin-bottom:30px}.hero-badge-container{display:flex;gap:15px;flex-wrap:wrap;margin-bottom:35px}.hero-badge{background:rgba(255,255,255,0.15);padding:8px 16px;border-radius:30px;font-weight:600;backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,0.2)}.hero-img-box img{border-radius:var(--card-radius);box-shadow:0 15px 30px rgba(0,0,0,0.25);object-fit:cover}.data-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:-80px;margin-bottom:50px}.data-card{background:var(--surface);border-radius:var(--card-radius);padding:24px;text-align:center;box-shadow:0 4px 15px rgba(0,0,0,0.05);border:1px solid var(--border);transition:transform 0.3s}.data-card:hover{transform:translateY(-5px)}.data-card .num{font-size:2.2rem;font-weight:800;color:var(--accent);line-height:1;margin-bottom:8px}.data-card .label{font-size:0.95rem;color:var(--text-muted);font-weight:600}.section-header{margin-bottom:35px;position:relative;padding-left:15px}.section-header::before{content:'';position:absolute;left:0;top:4px;bottom:4px;width:5px;background:linear-gradient(to bottom,var(--accent-usa),var(--accent-can));border-radius:4px}.section-title{font-size:1.85rem;font-weight:700;color:var(--surface-strong);margin:0}.section-subtitle{color:var(--text-muted);font-size:0.95rem;margin-top:5px}.content-section{background:var(--surface);border-radius:var(--card-radius);padding:30px;margin-bottom:40px;box-shadow:0 4px 12px rgba(0,0,0,0.03);border:1px solid var(--border)}.match-card{border:1px solid var(--border);border-radius:var(--card-radius);padding:20px;background:var(--surface);transition:all 0.3s}.match-card:hover{box-shadow:0 5px 15px rgba(0,0,0,0.05)}.match-meta{display:flex;justify-content:space-between;font-size:0.85rem;color:var(--text-muted);margin-bottom:12px;border-bottom:1px solid #f1f5f9;padding-bottom:8px}.match-teams{display:flex;align-items:center;justify-content:space-between}.team-row{display:flex;align-items:center;gap:12px;font-weight:700;font-size:1.1rem}.team-flag{width:30px;height:20px;object-fit:cover;border:1px solid #e2e8f0;border-radius:2px}.match-score-box{text-align:right;font-size:1.5rem;font-weight:800;color:var(--surface-strong)}.match-status-badge{background-color:#f1f5f9;color:var(--text-muted);padding:4px 8px;border-radius:4px;font-size:0.75rem;font-weight:600}.match-status-badge.live{background-color:#fef2f2;color:#ef4444;border:1px solid #fecaca}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.group-card{border:1px solid var(--border);border-radius:var(--card-radius);overflow:hidden}.group-header{background:var(--accent-usa);color:var(--text-light);padding:10px 15px;font-weight:700;text-align:center}.group-header.mex{background:var(--accent-mex)}.group-header.can{background:var(--accent-can)}.group-team-list{list-style:none;padding:0;margin:0}.group-team-item{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;border-bottom:1px solid var(--border)}.group-team-item:last-child{border-bottom:none}.team-profile-card{border:1px solid var(--border);border-radius:var(--card-radius);overflow:hidden;transition:transform 0.3s}.team-profile-card:hover{transform:translateY(-4px)}.team-profile-img{height:200px;object-fit:cover;width:100%}.team-profile-body{padding:20px}.team-profile-title{font-size:1.2rem;font-weight:700;margin-bottom:10px}.news-item{display:flex;gap:20px;padding:20px 0;border-bottom:1px solid var(--border)}.news-item:last-child{border-bottom:none;padding-bottom:0}.news-item:first-child{padding-top:0}.news-meta{font-size:0.85rem;color:var(--text-muted);margin-bottom:8px}.news-title{font-size:1.15rem;font-weight:700;color:var(--surface-strong);margin-bottom:8px;transition:color 0.3s}.news-desc{font-size:0.95rem;color:var(--text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.info-list{padding-left:0;list-style:none}.info-list-item{position:relative;padding-left:30px;margin-bottom:20px}.info-list-item::before{content:"\F2E6";font-family:"bootstrap-icons";position:absolute;left:0;top:0;color:var(--accent);font-size:1.2rem}.info-list-title{font-weight:700;font-size:1.05rem;margin-bottom:5px}.faq-item{border-bottom:1px solid var(--border);padding:20px 0}.faq-item:last-child{border-bottom:none}.faq-question{font-size:1.1rem;font-weight:700;color:var(--surface-strong);margin-bottom:10px;display:flex;align-items:center;gap:10px}.faq-question i{color:var(--accent)}.faq-answer{color:var(--text-muted);padding-left:28px;font-size:0.95rem}.footer-custom{background-color:var(--surface-strong);color:var(--text-light);padding:60px 0 30px;margin-top:60px;border-top:4px solid var(--accent-usa)}.footer-brand{font-size:1.5rem;font-weight:700;margin-bottom:20px;display:block;color:var(--text-light)}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:12px}.footer-links a{color:rgba(248,250,252,0.75);text-decoration:none;transition:color 0.3s}.footer-links a:hover{color:var(--text-light);text-decoration:underline}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:25px;margin-top:40px;font-size:0.85rem;color:rgba(248,250,252,0.6)}@media (max-width:768px){.hero-title{font-size:2rem}.hero-section{padding:40px 0}.data-grid{margin-top:-20px;margin-bottom:30px}.content-section{padding:20px}.news-item{flex-direction:column;gap:12px}.table-responsive{border:1px solid var(--border);border-radius:var(--card-radius)}}