:root{--primary-rgb:15,23,42;--primary-color:#0f172a;--accent-us:#002868;--accent-ca:#da291c;--accent-mx:#006847;--accent-gold:#d97706;--bg-light:#f8fafc;--bg-card:#ffffff;--text-main:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0;--accent-gradient:linear-gradient(135deg,#002868 0%,#da291c 50%,#006847 100%)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-main);background-color:var(--bg-light);line-height:1.6;overflow-x:hidden}.navbar{background-color:rgba(15,23,42,0.95) !important;backdrop-filter:blur(10px);border-bottom:2px solid var(--accent-gold);z-index:1030}.navbar-brand img{max-height:40px;object-fit:contain}.nav-link{color:#f8fafc !important;font-weight:500;transition:color 0.3s}.nav-link:hover,.nav-link.active{color:var(--accent-gold) !important}.hero-section{background:linear-gradient(180deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:120px 0 80px;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(to top,var(--bg-light),transparent)}.hero-badge{background:var(--accent-gradient);padding:6px 16px;border-radius:50px;font-size:0.85rem;font-weight:600;letter-spacing:1px;display:inline-block;margin-bottom:1.5rem;box-shadow:0 4px 15px rgba(0,0,0,0.2)}.hero-title{font-size:2.8rem;font-weight:850;line-height:1.2;margin-bottom:1.5rem;color:#ffffff}.hero-title span{color:var(--accent-gold)}.hero-img-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.4)}.hero-img-wrapper img{width:100%;height:auto;display:block;transition:transform 0.5s ease}.hero-img-wrapper:hover img{transform:scale(1.03)}section{padding:80px 0}.section-header{margin-bottom:50px;position:relative}.section-tag{font-size:0.85rem;font-weight:700;color:var(--accent-ca);text-transform:uppercase;letter-spacing:2px;display:block;margin-bottom:8px}.section-title{font-size:2.2rem;font-weight:800;color:var(--primary-color);position:relative;display:inline-block;margin-bottom:15px}.section-title::after{content:'';display:block;width:60px;height:4px;background:var(--accent-gradient);margin-top:10px;border-radius:2px}.card-custom{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;overflow:hidden;transition:all 0.3s ease;height:100%}.card-custom:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(15,23,42,0.08)}.match-tab-btn{background-color:#fff;border:1px solid var(--border-color);padding:10px 20px;font-weight:600;color:var(--text-main);border-radius:8px;transition:all 0.2s}.match-tab-btn.active,.match-tab-btn:hover{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.match-card{background:#fff;border-radius:12px;border:1px solid var(--border-color);padding:24px;position:relative;overflow:hidden}.match-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:var(--accent-us)}.match-card.canada::before{background:var(--accent-ca)}.match-card.mexico::before{background:var(--accent-mx)}.team-logo-placeholder{width:44px;height:44px;border-radius:50%;background-color:#f1f5f9;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:0.9rem;color:var(--text-muted);border:1px solid var(--border-color)}.group-card{border:1px solid var(--border-color);border-radius:12px;background:#fff;overflow:hidden}.group-header{background:var(--primary-color);color:#fff;padding:12px 20px;font-weight:700;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center}.group-list{list-style:none;padding:0;margin:0}.group-item{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid var(--border-color)}.group-item:last-child{border-bottom:none}.swiper-container-venues{width:100%;padding-bottom:40px}.venue-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.05);height:100%}.venue-img-wrapper{position:relative;height:220px;overflow:hidden}.venue-img-wrapper img{width:100%;height:100%;object-fit:cover}.venue-badge{position:absolute;top:15px;right:15px;background:rgba(15,23,42,0.85);color:#fff;padding:4px 12px;border-radius:30px;font-size:0.75rem;backdrop-filter:blur(5px)}.accordion-item-custom{background:#fff;border:1px solid var(--border-color);border-radius:10px !important;margin-bottom:12px;overflow:hidden}.accordion-button-custom{padding:18px 24px;font-weight:600;color:var(--primary-color);background:#fff;border:none;width:100%;text-align:left;display:flex;justify-content:space-between;align-items:center;outline:none;box-shadow:none}.accordion-button-custom:not(.collapsed){background-color:#f8fafc;color:var(--accent-us)}.accordion-collapse-custom{border-top:1px solid var(--border-color)}footer{background-color:var(--primary-color);color:#94a3b8;padding:60px 0 30px;border-top:4px solid var(--accent-gold)}footer h5{color:#ffffff;font-weight:700;margin-bottom:20px}footer a{color:#94a3b8;text-decoration:none;transition:color 0.2s}footer a:hover{color:#ffffff}@media (max-width:991px){.hero-title{font-size:2.2rem}.section-title{font-size:1.8rem}}