:root{--primary-color:#0d6efd;--primary-dark:#0a58ca;--usa-blue:#002868;--mexico-green:#006341;--canada-red:#da291c;--accent-gold:#ffc107;--text-dark:#212529;--text-muted:#6c757d;--bg-light:#f8f9fa;--bg-white:#ffffff;--border-color:#dee2e6;--card-shadow:0 4px 12px rgba(0,0,0,0.08);--transition-speed:0.3s}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-dark);background-color:var(--bg-light);line-height:1.6;overflow-x:hidden}.navbar{background-color:var(--bg-white);box-shadow:0 2px 8px rgba(0,0,0,0.06);padding:0.8rem 1rem;position:sticky;top:0;z-index:1030}.navbar-brand img{max-height:40px;margin-right:10px}.navbar-brand span{font-weight:800;font-size:1.25rem;color:var(--usa-blue);letter-spacing:0.5px}.nav-link{font-weight:600;color:var(--text-dark) !important;padding:0.5rem 1rem !important;transition:color var(--transition-speed)}.nav-link:hover{color:var(--canada-red) !important}#hero{background:linear-gradient(135deg,rgba(0,40,104,0.95) 0%,rgba(13,110,253,0.9) 100%);color:var(--bg-white);padding:5rem 0;position:relative;overflow:hidden}#hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(218,41,28,0.15) 0%,transparent 50%);z-index:1}.hero-content{position:relative;z-index:2}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,0.2)}.hero-desc{font-size:1.15rem;opacity:0.95;margin-bottom:2rem;max-width:650px}.hero-badge-container{display:flex;gap:10px;margin-bottom:1.5rem;flex-wrap:wrap}.hero-badge{background:rgba(255,255,255,0.15);border:1px solid rgba(255,255,255,0.25);padding:0.4rem 1rem;border-radius:50px;font-size:0.85rem;font-weight:600;backdrop-filter:blur(5px)}.hero-img-box{position:relative;z-index:2;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.3)}.hero-img-box img{width:100%;height:auto;object-fit:cover;display:block}.section-header{text-align:center;margin-bottom:3.5rem;position:relative}.section-header h2{font-size:2.25rem;font-weight:800;color:var(--usa-blue);display:inline-block;margin-bottom:1rem}.section-header p{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.05rem}.section-header::after{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,var(--mexico-green),var(--canada-red));margin:0.75rem auto 0;border-radius:2px}.bg-white-section{background-color:var(--bg-white);padding:4.5rem 0}.bg-light-section{background-color:var(--bg-light);padding:4.5rem 0}.live-match-ticker{background-color:var(--usa-blue);color:var(--bg-white);padding:0.75rem 0;font-size:0.9rem;border-bottom:3px solid var(--accent-gold)}.match-ticker-item{display:inline-flex;align-items:center;justify-content:center;gap:15px;padding:0 1.5rem;border-right:1px solid rgba(255,255,255,0.15)}.match-ticker-badge{background-color:var(--canada-red);font-size:0.75rem;padding:0.15rem 0.4rem;border-radius:4px;font-weight:bold}.schedule-card{background:var(--bg-white);border-radius:12px;border:1px solid var(--border-color);padding:1.5rem;box-shadow:var(--card-shadow);transition:transform var(--transition-speed),box-shadow var(--transition-speed);margin-bottom:1.5rem}.schedule-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(0,0,0,0.12)}.match-meta{display:flex;justify-content:space-between;font-size:0.85rem;color:var(--text-muted);border-bottom:1px solid #f1f3f5;padding-bottom:0.75rem;margin-bottom:1rem}.match-teams{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.team-row{display:flex;align-items:center;gap:12px;font-weight:700;font-size:1.1rem}.team-flag{width:32px;height:22px;object-fit:cover;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,0.15)}.match-score{font-size:1.25rem;font-weight:800;color:var(--usa-blue)}.match-footer{background-color:var(--bg-light);padding:0.6rem 1rem;border-radius:8px;font-size:0.85rem;display:flex;justify-content:space-between;align-items:center;color:var(--text-muted)}.group-table-card{background:var(--bg-white);border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--card-shadow);overflow:hidden;margin-bottom:2rem}.group-header{background:linear-gradient(135deg,var(--usa-blue) 0%,#1e457e 100%);color:var(--bg-white);padding:1rem 1.25rem;font-weight:700;font-size:1.15rem;display:flex;justify-content:space-between;align-items:center}.group-table{margin-bottom:0}.group-table th{font-weight:600;color:var(--text-muted);font-size:0.85rem;background-color:#fafbfc;border-bottom:2px solid var(--border-color);padding:0.75rem 1rem}.group-table td{padding:0.85rem 1rem;vertical-align:middle;font-size:0.9rem}.group-table tbody tr:hover{background-color:rgba(13,110,253,0.02)}.team-card{background:var(--bg-white);border-radius:12px;overflow:hidden;border:1px solid var(--border-color);box-shadow:var(--card-shadow);transition:transform var(--transition-speed);height:100%}.team-card:hover{transform:translateY(-5px)}.team-card-banner{height:140px;background:linear-gradient(135deg,var(--mexico-green) 0%,#004d32 100%);position:relative}.team-card-banner.canada{background:linear-gradient(135deg,var(--canada-red) 0%,#a81c12 100%)}.team-card-banner.usa{background:linear-gradient(135deg,var(--usa-blue) 0%,#001c4a 100%)}.team-card-body{padding:1.5rem;position:relative;margin-top:-50px}.team-avatar-wrapper{width:80px;height:80px;border-radius:50%;background:var(--bg-white);padding:4px;box-shadow:0 4px 10px rgba(0,0,0,0.15);margin-bottom:1rem;display:inline-block}.team-avatar-wrapper img{width:100%;height:100%;object-fit:cover;border-radius:50%}.team-card-title{font-size:1.25rem;font-weight:700;margin-bottom:0.5rem;color:var(--text-dark)}.team-stat-item{font-size:0.85rem;padding:0.3rem 0;border-bottom:1px dashed var(--border-color);display:flex;justify-content:space-between}.team-stat-item:last-child{border-bottom:none}.news-item{display:flex;gap:1.25rem;padding:1.25rem 0;border-bottom:1px solid var(--border-color)}.news-item:last-child{border-bottom:none}.news-meta-date{min-width:80px;text-align:center;background-color:var(--bg-light);border-radius:8px;padding:0.75rem 0.5rem;height:fit-content}.news-meta-date .day{font-size:1.5rem;font-weight:800;color:var(--usa-blue);line-height:1}.news-meta-date .month{font-size:0.75rem;color:var(--text-muted);text-transform:uppercase;font-weight:600}.news-content h3{font-size:1.15rem;font-weight:700;margin-bottom:0.5rem;color:var(--text-dark);line-height:1.4}.news-content p{font-size:0.9rem;color:var(--text-muted);margin-bottom:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.venue-card{background-color:var(--bg-white);border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow);border:1px solid var(--border-color);margin-bottom:1.5rem}.venue-img-wrapper{position:relative;height:220px}.venue-img-wrapper img{width:100%;height:100%;object-fit:cover}.venue-tag{position:absolute;top:15px;left:15px;background:rgba(0,0,0,0.7);color:#fff;padding:0.3rem 0.75rem;border-radius:4px;font-size:0.8rem;backdrop-filter:blur(4px);font-weight:600}.venue-body{padding:1.25rem}.venue-title{font-size:1.2rem;font-weight:700;margin-bottom:0.5rem}.venue-info{font-size:0.85rem;color:var(--text-muted);margin-bottom:0}.rule-card{background-color:var(--bg-white);border-radius:12px;padding:2rem;box-shadow:var(--card-shadow);border:1px solid var(--border-color);height:100%}.rule-icon{font-size:2.5rem;color:var(--primary-color);margin-bottom:1.25rem}.rule-title{font-size:1.35rem;font-weight:700;margin-bottom:1rem;color:var(--usa-blue)}.rule-list{padding-left:1.25rem;font-size:0.92rem;color:var(--text-dark)}.rule-list li{margin-bottom:0.5rem}.guide-card{background:linear-gradient(135deg,#ffffff 0%,#fdfdfd 100%);border-left:4px solid var(--canada-red);border-radius:0 12px 12px 0;padding:1.5rem;box-shadow:var(--card-shadow);border-top:1px solid var(--border-color);border-right:1px solid var(--border-color);border-bottom:1px solid var(--border-color);height:100%}.guide-card-icon{font-size:2rem;color:var(--canada-red);margin-bottom:1rem}.faq-accordion .accordion-item{border:1px solid var(--border-color);border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,0.02)}.faq-accordion .accordion-button{font-weight:700;color:var(--usa-blue);padding:1.15rem 1.25rem}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(13,110,253,0.05);color:var(--primary-dark);box-shadow:none}.faq-accordion .accordion-body{padding:1.25rem;font-size:0.95rem;color:var(--text-dark);line-height:1.6}.about-card{background-color:var(--usa-blue);color:var(--bg-white);border-radius:12px;padding:2.5rem;position:relative;overflow:hidden}.about-card::after{content:'';position:absolute;bottom:-50px;right:-50px;width:200px;height:200px;background:radial-gradient(circle,rgba(255,255,255,0.08) 0%,transparent 70%);border-radius:50%}footer{background-color:#11141a;color:#b5bdc9;padding:4rem 0 2rem;font-size:0.9rem}footer a{color:#b5bdc9;text-decoration:none;transition:color var(--transition-speed)}footer a:hover{color:#fff}.footer-logo span{color:#fff;font-weight:800;font-size:1.4rem}.footer-border{border-top:1px solid rgba(255,255,255,0.1);margin-top:3rem;padding-top:1.5rem;font-size:0.8rem}@media (max-width:991.98px){.hero-title{font-size:2.2rem}.section-header h2{font-size:1.85rem}}@media (max-width:767.98px){.hero-title{font-size:1.85rem}.section-header h2{font-size:1.65rem}.news-item{flex-direction:column;gap:10px}.news-meta-date{display:inline-flex;gap:10px;padding:0.4rem 0.8rem;align-items:center}.news-meta-date .day{font-size:1.1rem}.table-responsive{border-radius:8px;overflow:hidden}}