:root{--bg-light:#f5f7fa;--bg-white:#ffffff;--primary-usa:#0a2540;--primary-can:#c8102e;--primary-mex:#006341;--text-dark:#1e293b;--text-muted:#64748b;--accent-gold:#d4af37;--border-light:#e2e8f0;--shadow-sm:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);--shadow-md:0 10px 15px -3px rgba(0,0,0,0.08),0 4px 6px -2px rgba(0,0,0,0.04);--radius-custom:12px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--bg-light);color:var(--text-dark);line-height:1.6;overflow-x:hidden}.custom-navbar{background-color:var(--primary-usa);box-shadow:var(--shadow-sm);padding:0.8rem 1rem;position:sticky;top:0;z-index:1030}.navbar-brand img{height:40px;object-fit:contain}.navbar-brand span{color:var(--bg-white);font-weight:700;font-size:1.25rem;letter-spacing:0.5px}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;transition:color 0.3s ease;font-size:0.95rem}.nav-link:hover{color:var(--accent-gold) !important}.navbar-toggler{border-color:rgba(255,255,255,0.1)}.hero-section{background:linear-gradient(135deg,var(--primary-usa) 0%,#1e3a8a 100%);color:var(--bg-white);padding:5rem 0 4rem 0;position:relative;overflow:hidden}.hero-badge-container{display:flex;gap:10px;margin-bottom:1.5rem;flex-wrap:wrap}.hero-badge{font-size:0.8rem;font-weight:600;padding:0.4rem 0.8rem;border-radius:50px;text-transform:uppercase}.badge-usa{background-color:rgba(255,255,255,0.15);color:#fff;border:1px solid rgba(255,255,255,0.3)}.badge-can{background-color:var(--primary-can);color:#fff}.badge-mex{background-color:var(--primary-mex);color:#fff}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-desc{font-size:1.1rem;color:rgba(255,255,255,0.85);margin-bottom:2rem;max-width:600px}.hero-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;background:rgba(255,255,255,0.08);padding:1.5rem;border-radius:var(--radius-custom);border:1px solid rgba(255,255,255,0.1);backdrop-filter:blur(5px)}.hero-stat-item h3{font-size:1.6rem;font-weight:700;color:var(--accent-gold);margin-bottom:0.2rem}.hero-stat-item p{font-size:0.8rem;color:rgba(255,255,255,0.7);margin-bottom:0}.hero-img-box img{border-radius:var(--radius-custom);box-shadow:var(--shadow-md);border:4px solid rgba(255,255,255,0.1);width:100%;height:auto;object-fit:cover}.section-header{margin-bottom:2.5rem;text-align:center}.section-header h2{font-size:2rem;font-weight:800;color:var(--primary-usa);position:relative;display:inline-block;padding-bottom:0.8rem}.section-header h2::after{content:'';position:absolute;bottom:0;left:25%;width:50%;height:4px;background:linear-gradient(90deg,var(--primary-can),var(--primary-mex));border-radius:2px}.section-header p{color:var(--text-muted);font-size:1rem;margin-top:0.5rem}.score-ticker-container{background-color:var(--bg-white);border-bottom:1px solid var(--border-light);padding:0.75rem 0;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.score-ticker-wrapper{display:inline-flex;gap:1rem;padding:0 1rem}.score-card{background:var(--bg-light);border-radius:var(--radius-custom);padding:0.5rem 1rem;min-width:220px;display:inline-block;border:1px solid var(--border-light)}.score-card-header{display:flex;justify-content:space-between;font-size:0.75rem;color:var(--text-muted);margin-bottom:0.3rem}.score-card-team{display:flex;justify-content:space-between;align-items:center;font-size:0.85rem;font-weight:600;margin-bottom:0.2rem}.score-card-status{font-size:0.75rem;color:var(--primary-can);font-weight:500}.group-card{background:var(--bg-white);border-radius:var(--radius-custom);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);transition:transform 0.3s ease,box-shadow 0.3s ease;overflow:hidden;height:100%}.group-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.group-header{background:var(--primary-usa);color:var(--bg-white);padding:0.8rem 1.2rem;font-weight:700;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center}.group-header-can{background:var(--primary-can)}.group-header-mex{background:var(--primary-mex)}.group-table{margin-bottom:0;font-size:0.9rem}.group-table th{color:var(--text-muted);font-weight:600;background-color:#fafbfe;border-bottom:1px solid var(--border-light)}.group-table td{vertical-align:middle;color:var(--text-dark)}.team-flag-name{display:flex;align-items:center;gap:8px;font-weight:600}.team-profile-card{background:var(--bg-white);border-radius:var(--radius-custom);border:1px solid var(--border-light);overflow:hidden;transition:all 0.3s;height:100%}.team-profile-card:hover{box-shadow:var(--shadow-md)}.team-badge-large{height:80px;width:80px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--bg-light);margin:1.5rem auto 1rem auto;font-size:2.2rem}.team-info-body{text-align:center;padding:0 1.5rem 1.5rem 1.5rem}.team-info-body h4{font-size:1.15rem;font-weight:700;color:var(--primary-usa);margin-bottom:0.5rem}.team-meta-tag{font-size:0.75rem;background-color:var(--bg-light);color:var(--text-muted);padding:0.25rem 0.6rem;border-radius:4px;display:inline-block;margin-bottom:1rem}.news-card{background:var(--bg-white);border-radius:var(--radius-custom);border:1px solid var(--border-light);overflow:hidden;height:100%;display:flex;flex-direction:column;transition:transform 0.3s}.news-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.news-content{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}.news-date{font-size:0.75rem;color:var(--primary-can);font-weight:600;margin-bottom:0.5rem;text-transform:uppercase}.news-title{font-size:1.05rem;font-weight:700;color:var(--primary-usa);margin-bottom:0.75rem;line-height:1.4}.news-excerpt{font-size:0.88rem;color:var(--text-muted);margin-bottom:1rem;flex-grow:1}.img-text-block{background-color:var(--bg-white);border-radius:var(--radius-custom);border:1px solid var(--border-light);overflow:hidden;box-shadow:var(--shadow-sm)}.img-text-body{padding:2.5rem}.venue-list-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-top:1.5rem}.venue-list-item{border-left:3px solid var(--primary-mex);padding-left:10px}.venue-list-item h5{font-size:0.9rem;font-weight:700;margin-bottom:0.1rem}.venue-list-item p{font-size:0.8rem;color:var(--text-muted);margin-bottom:0}.rules-wrapper{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--bg-white);border-radius:var(--radius-custom);padding:3rem 2rem}.rule-box-item{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:var(--radius-custom);padding:1.5rem;height:100%}.rule-box-item i{font-size:1.8rem;color:var(--accent-gold);margin-bottom:1rem;display:inline-block}.rule-box-item h4{font-size:1.1rem;font-weight:700;margin-bottom:0.75rem}.rule-box-item p{font-size:0.88rem;color:rgba(255,255,255,0.75);margin-bottom:0;line-height:1.5}.faq-accordion .accordion-item{border:1px solid var(--border-light);border-radius:var(--radius-custom) !important;margin-bottom:1rem;overflow:hidden;background:var(--bg-white);box-shadow:var(--shadow-sm)}.faq-accordion .accordion-button{font-weight:700;color:var(--primary-usa);background-color:var(--bg-white);padding:1.2rem 1.5rem}.faq-accordion .accordion-button:not(.collapsed){background-color:var(--bg-light);color:var(--primary-usa);box-shadow:none}.faq-accordion .accordion-body{padding:1.2rem 1.5rem;font-size:0.95rem;color:var(--text-dark);background-color:var(--bg-white);border-top:1px solid var(--border-light)}footer{background-color:#0c1524;color:rgba(255,255,255,0.75);font-size:0.88rem;border-top:4px solid var(--primary-can)}footer h5{color:var(--bg-white);font-weight:700;font-size:1.05rem;margin-bottom:1.25rem}footer a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.3s}footer a:hover{color:var(--accent-gold)}.footer-bottom{background-color:#060b12;padding:1.5rem 0;font-size:0.8rem;border-top:1px solid rgba(255,255,255,0.05)}@media (max-width:767.98px){.hero-title{font-size:1.85rem}.hero-stats-grid{grid-template-columns:1fr;gap:10px}.img-text-body{padding:1.5rem}.venue-list-grid{grid-template-columns:1fr}}