:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--surface-muted:#f1f5f9;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#e11d48;--accent-2:#0284c7;--accent-green:#10b981;--border:#e2e8f0;--shadow:0 4px 6px -1px rgb(0 0 0 / 0.05),0 2px 4px -2px rgb(0 0 0 / 0.05);--shadow-lg:0 10px 15px -3px rgb(0 0 0 / 0.1),0 4px 6px -4px rgb(0 0 0 / 0.1)}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;line-height:1.6}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);transition:transform 0.2s ease,box-shadow 0.2s ease;overflow:hidden}.custom-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.navbar{background-color:rgba(15,23,42,0.95) !important;backdrop-filter:blur(8px);border-bottom:2px solid var(--accent);padding:0.8rem 1rem}.navbar-brand{font-weight:800;letter-spacing:0.5px;color:var(--text-light) !important;display:flex;align-items:center;gap:10px}.navbar-brand img{max-height:40px;width:auto}.nav-link{color:rgba(248,250,252,0.85) !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.2s}.nav-link:hover,.nav-link.active{color:var(--accent) !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);color:var(--text-light);padding:5rem 0 4rem 0;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(225,29,72,0.15) 0%,transparent 50%);pointer-events:none}.hero-badge{background:linear-gradient(90deg,var(--accent),var(--accent-2));color:white;padding:0.4rem 1rem;border-radius:50px;font-weight:600;font-size:0.875rem;display:inline-block;margin-bottom:1.5rem}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-title span{color:var(--accent)}.hero-desc{font-size:1.125rem;color:#cbd5e1;margin-bottom:2rem;line-height:1.7}.hero-img{border-radius:12px;box-shadow:0 20px 25px -5px rgb(0 0 0 / 0.3);border:3px solid rgba(255,255,255,0.1);object-fit:cover;width:100%;height:auto}.stats-counter{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:12px;padding:1.5rem;margin-top:2rem}.stat-item{text-align:center;border-right:1px solid rgba(255,255,255,0.1)}.stat-item:last-child{border-right:none}.stat-val{font-size:2rem;font-weight:700;color:var(--accent-2);line-height:1.2}.stat-lbl{font-size:0.875rem;color:#94a3b8;margin-top:0.25rem}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.25rem;font-weight:800;color:var(--surface-strong);position:relative;display:inline-block;padding-bottom:1rem}.section-header h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,var(--accent),var(--accent-2));border-radius:2px}.section-header p{color:var(--text-muted);margin-top:1rem;font-size:1.1rem;max-width:700px;margin-left:auto;margin-right:auto}.score-ticker-container{background:var(--surface-strong);color:var(--text-light);padding:1rem 0;border-bottom:4px solid var(--accent)}.score-card{background:rgba(255,255,255,0.08);border-radius:8px;padding:0.75rem 1rem;min-width:260px;margin-right:1rem;border:1px solid rgba(255,255,255,0.1);display:inline-block}.score-status{font-size:0.75rem;font-weight:700;text-transform:uppercase;padding:0.15rem 0.5rem;border-radius:4px;display:inline-block;margin-bottom:0.5rem}.status-live{background-color:var(--accent);color:white;animation:pulse-live 1.5s infinite}.status-upcoming{background-color:var(--accent-2);color:white}.status-ended{background-color:#475569;color:white}@keyframes pulse-live{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.group-box{background:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--shadow);overflow:hidden}.group-box-header{background:linear-gradient(90deg,var(--surface-strong),#1e293b);color:var(--text-light);padding:1rem;font-weight:700;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center}.group-box-body{padding:1rem}.group-table{width:100%;margin-bottom:0}.group-table th,.group-table td{padding:0.6rem 0.4rem;font-size:0.9rem;vertical-align:middle}.group-table th{color:var(--text-muted);font-weight:600;border-bottom:2px solid var(--border)}.group-table td{border-bottom:1px solid var(--border)}.group-table tr:last-child td{border-bottom:none}.qualification-line{background-color:rgba(16,185,129,0.08)}.schedule-timeline{position:relative}.schedule-row{display:flex;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.25rem;margin-bottom:1rem;box-shadow:var(--shadow);transition:all 0.2s ease}.schedule-row:hover{border-color:var(--accent-2);transform:scale(1.01)}.schedule-date{flex:0 0 140px;font-weight:700;color:var(--accent-2);border-right:2px solid var(--border);padding-right:1rem}.schedule-match-info{flex:1;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.match-team{font-weight:700;font-size:1.1rem;display:flex;align-items:center;gap:12px}.match-vs{color:var(--text-muted);font-size:0.85rem;font-weight:bold;background:var(--surface-muted);padding:0.25rem 0.6rem;border-radius:4px}.schedule-meta{flex:0 0 180px;text-align:right;font-size:0.9rem;color:var(--text-muted)}.team-profile-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:var(--shadow);height:100%}.team-hero-banner{height:120px;background:linear-gradient(135deg,var(--accent-2),#0369a1);position:relative;padding:1.5rem;display:flex;align-items:flex-end}.team-hero-banner.mexico{background:linear-gradient(135deg,var(--accent-green),#047857)}.team-hero-banner.usa{background:linear-gradient(135deg,#b91c1c,#1e3a8a)}.team-country-name{color:white;font-size:1.5rem;font-weight:800;text-shadow:0 2px 4px rgba(0,0,0,0.3);margin:0}.team-card-body{padding:1.25rem}.team-stat-row{display:flex;justify-content:space-between;border-bottom:1px solid var(--border);padding:0.5rem 0;font-size:0.9rem}.team-stat-row:last-child{border-bottom:none}.news-img-wrapper{position:relative;height:200px;overflow:hidden}.news-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.custom-card:hover .news-img-wrapper img{transform:scale(1.05)}.news-tag{position:absolute;top:10px;left:10px;background:var(--accent);color:white;font-size:0.75rem;font-weight:700;padding:0.25rem 0.6rem;border-radius:4px}.guide-box{background:var(--surface);border-left:5px solid var(--accent);border-radius:0 12px 12px 0;padding:1.5rem;box-shadow:var(--shadow);margin-bottom:1.5rem}.guide-icon{font-size:2rem;color:var(--accent);margin-bottom:1rem}.accordion-button:not(.collapsed){background-color:rgba(2,132,199,0.08);color:var(--accent-2)}.accordion-button{font-weight:700;color:var(--surface-strong)}.about-box{background:linear-gradient(to right,var(--surface-muted),var(--surface));border-radius:12px;padding:2.5rem;border:1px solid var(--border)}footer{background-color:var(--surface-strong);color:#94a3b8;font-size:0.95rem;border-top:4px solid var(--accent)}footer h5{color:var(--text-light);font-weight:700;margin-bottom:1.25rem}footer a{color:#94a3b8;text-decoration:none;transition:color 0.2s}footer a:hover{color:var(--text-light)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:1.5rem;margin-top:2rem}@media (max-width:991.98px){.hero-title{font-size:2.25rem}.schedule-row{flex-direction:column;align-items:flex-start;gap:0.75rem}.schedule-date{border-right:none;border-bottom:2px solid var(--border);padding-right:0;padding-bottom:0.5rem;width:100%}.schedule-match-info{padding:0;width:100%;flex-direction:column;align-items:flex-start;gap:0.5rem}.schedule-meta{text-align:left;width:100%}.stat-item{border-right:none;border-bottom:1px solid rgba(255,255,255,0.1);padding-bottom:1rem;margin-bottom:1rem}.stat-item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}}