:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0284c7;--accent-hover:#0369a1;--accent-rgb:2,132,199;--border:#e2e8f0;--primary-usa:#0a2540;--primary-mexico:#006847;--primary-canada:#da291c;--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}a{text-decoration:none;transition:all 0.25s ease}.navbar-custom{background-color:var(--surface-strong);border-bottom:2px solid var(--accent);padding:0.8rem 1rem}.navbar-custom .navbar-brand{color:#ffffff;font-weight:700;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px;object-fit:contain}.navbar-custom .nav-link{color:#cbd5e1 !important;font-weight:500;padding:0.5rem 1rem !important}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:#ffffff !important;text-shadow:0 0 10px rgba(2,132,199,0.5)}.hero-section{background:linear-gradient(135deg,#0a192f 0%,#0f172a 100%);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 80% 20%,rgba(2,132,199,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-title span{background:linear-gradient(to right,#38bdf8,#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-tag{background-color:rgba(2,132,199,0.2);color:#38bdf8;border:1px solid rgba(2,132,199,0.3);display:inline-block;padding:0.35rem 1rem;border-radius:50px;font-size:0.875rem;font-weight:600;margin-bottom:1rem}.hero-img-container img{border-radius:var(--card-radius);box-shadow:0 20px 40px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.05);max-width:100%;height:auto}.section-padding{padding:4.5rem 0}.section-title-wrap{margin-bottom:3rem;position:relative}.section-title{font-size:2rem;font-weight:700;color:var(--text-main);position:relative;display:inline-block;padding-bottom:0.75rem}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:4px;background-color:var(--accent);border-radius:2px}.section-desc{color:var(--text-muted);margin-top:0.5rem;font-size:1rem}.stats-badge-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:1.5rem;text-align:center;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:transform 0.2s ease}.stats-badge-card:hover{transform:translateY(-5px)}.stats-badge-card .num{font-size:2.5rem;font-weight:800;color:var(--accent);line-height:1.1;margin-bottom:0.5rem}.stats-badge-card .label{color:var(--text-muted);font-weight:600;font-size:0.9rem}.match-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:1.5rem;margin-bottom:1.25rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.03)}.match-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px dashed var(--border);padding-bottom:0.75rem;margin-bottom:1rem;font-size:0.85rem;color:var(--text-muted)}.match-badge{background-color:#f1f5f9;color:var(--text-main);padding:0.25rem 0.75rem;border-radius:50px;font-weight:600}.match-badge.live{background-color:#fee2e2;color:#ef4444;animation:pulse 2s infinite}.match-body{display:flex;align-items:center;justify-content:space-between}.match-team{display:flex;flex-direction:column;align-items:center;width:35%;text-align:center}.match-team .flag-placeholder{width:48px;height:48px;border-radius:50%;background-color:#e2e8f0;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;color:var(--text-muted);margin-bottom:0.5rem;border:2px solid #fff;box-shadow:0 3px 6px rgba(0,0,0,0.1)}.match-team .team-name{font-weight:700;font-size:0.95rem;color:var(--text-main)}.match-center-score{width:30%;text-align:center}.score-display{font-size:1.75rem;font-weight:800;color:var(--text-main);letter-spacing:2px}.vs-text{font-size:0.9rem;color:var(--text-muted);font-weight:600;background-color:#f1f5f9;padding:0.2rem 0.6rem;border-radius:4px}.match-footer{margin-top:1rem;text-align:center;font-size:0.85rem;color:var(--text-muted)}.group-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.group-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.03)}.group-card-header{background-color:var(--surface-strong);color:#ffffff;padding:0.75rem 1.25rem;font-weight:700;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center}.group-card-header span{font-size:0.8rem;font-weight:400;color:#94a3b8}.group-list{list-style:none;padding:0;margin:0}.group-item{display:flex;align-items:center;justify-content:space-between;padding:0.75rem 1.25rem;border-bottom:1px solid var(--border)}.group-item:last-child{border-bottom:none}.group-item-team{display:flex;align-items:center;gap:10px;font-weight:600}.group-item-team i{font-size:0.85rem;color:var(--text-muted)}.group-item-status{font-size:0.8rem;font-weight:600;color:#10b981}.team-profile-card{background-color:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);overflow:hidden;height:100%;transition:transform 0.2s ease,box-shadow 0.2s ease}.team-profile-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.team-profile-header{height:60px;position:relative}.bg-usa{background:linear-gradient(90deg,var(--primary-usa) 0%,#1e3a8a 100%)}.bg-mexico{background:linear-gradient(90deg,var(--primary-mexico) 0%,#065f46 100%)}.bg-canada{background:linear-gradient(90deg,var(--primary-canada) 0%,#991b1b 100%)}.bg-general{background:linear-gradient(90deg,#475569 0%,#1e293b 100%)}.team-profile-body{padding:1.5rem;position:relative}.team-profile-logo{width:54px;height:54px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1);position:absolute;top:-27px;left:1.5rem;border:2px solid #fff}.team-profile-info{margin-top:1.5rem}.team-profile-info h3{font-size:1.25rem;font-weight:700;margin-bottom:0.25rem}.team-profile-meta{font-size:0.85rem;color:var(--text-muted);margin-bottom:1rem}.team-profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;text-align:center;background-color:#f8fafc;border-radius:8px;padding:0.5rem;font-size:0.8rem}.team-profile-stats span{display:block}.team-profile-stats .val{font-weight:700;color:var(--text-main)}.news-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);overflow:hidden;height:100%;transition:all 0.25s ease}.news-card:hover{border-color:var(--accent);box-shadow:0 8px 16px rgba(0,0,0,0.05)}.news-card-body{padding:1.5rem}.news-tag{background-color:rgba(2,132,199,0.1);color:var(--accent);padding:0.2rem 0.6rem;font-size:0.75rem;font-weight:700;border-radius:4px;display:inline-block;margin-bottom:0.75rem}.news-title{font-size:1.1rem;font-weight:700;margin-bottom:0.75rem;color:var(--text-main);line-height:1.4}.news-excerpt{font-size:0.9rem;color:var(--text-muted);margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-meta{font-size:0.8rem;color:var(--text-muted);display:flex;justify-content:space-between;align-items:center}.guide-banner{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;border-radius:var(--card-radius);overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,0.1)}.guide-content{padding:3rem}.guide-list-item{display:flex;align-items:flex-start;gap:15px;margin-bottom:1.5rem}.guide-list-item i{font-size:1.5rem;color:#38bdf8;background-color:rgba(56,189,248,0.1);padding:0.5rem;border-radius:8px}.guide-list-item h4{font-size:1.1rem;font-weight:700;margin-bottom:0.25rem}.guide-list-item p{font-size:0.9rem;color:#cbd5e1;margin-bottom:0}.faq-item{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);margin-bottom:1rem;overflow:hidden}.faq-question{padding:1.25rem;font-weight:700;color:var(--text-main);cursor:pointer;display:flex;justify-content:space-between;align-items:center;user-select:none}.faq-answer{padding:0 1.25rem 1.25rem 1.25rem;color:var(--text-muted);font-size:0.95rem;border-top:1px solid var(--border);display:none}.faq-item.active .faq-answer{display:block}.faq-item.active .faq-question i{transform:rotate(180deg)}.faq-question i{transition:transform 0.2s ease}.footer-section{background-color:#0b111e;color:#cbd5e1;padding:4rem 0 2rem 0;border-top:4px solid var(--accent)}.footer-title{color:#ffffff;font-size:1.2rem;font-weight:700;margin-bottom:1.5rem;position:relative}.footer-title::after{content:'';position:absolute;bottom:-5px;left:0;width:30px;height:2px;background-color:var(--accent)}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:#94a3b8}.footer-links a:hover{color:#ffffff;padding-left:5px}.footer-bottom{border-top:1px solid #1e293b;padding-top:2rem;margin-top:3rem;font-size:0.85rem;color:#64748b}@keyframes pulse{0%{opacity:0.6}50%{opacity:1}100%{opacity:0.6}}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}