:root{--primary-rgb:10,37,64;--primary:#0a2540;--primary-light:#1e3d59;--accent-usa:#002868;--accent-can:#ff0000;--accent-mex:#006847;--accent-gold:#ffc72c;--bg-body:#f4f6f9;--bg-card:#ffffff;--text-main:#1d2d44;--text-muted:#6c757d;--border-color:#e2e8f0;--transition-base:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--bg-body);color:var(--text-main);overflow-x:hidden;line-height:1.6}.navbar-custom{background-color:rgba(10,37,64,0.96);backdrop-filter:blur(10px);border-bottom:2px solid var(--accent-gold);padding:0.75rem 0;z-index:1030}.navbar-brand img{max-height:45px;object-fit:contain}.nav-link-custom{color:#ffffff !important;font-weight:500;font-size:0.95rem;padding:0.5rem 0.9rem !important;border-radius:4px;transition:var(--transition-base)}.nav-link-custom:hover,.nav-link-custom.active{color:var(--accent-gold) !important;background:rgba(255,255,255,0.08)}.glass-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.04);transition:var(--transition-base);overflow:hidden}.glass-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,0.08)}.hero-section{background:radial-gradient(circle at 10% 20%,rgb(10,37,64) 0%,rgb(0,10,25) 100%);color:#ffffff;padding:5rem 0 4rem 0;position:relative}.hero-badge-container{display:flex;gap:10px;margin-bottom:1.5rem}.host-badge{font-size:0.8rem;font-weight:700;padding:0.4rem 0.8rem;border-radius:20px;text-transform:uppercase;letter-spacing:0.5px}.badge-usa{background-color:var(--accent-usa);color:#fff}.badge-can{background-color:var(--accent-can);color:#fff}.badge-mex{background-color:var(--accent-mex);color:#fff}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.25;background:linear-gradient(135deg,#ffffff 30%,var(--accent-gold) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-lead{font-size:1.1rem;color:#cbd5e1;margin-bottom:2rem;line-height:1.7}.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:var(--transition-base)}.hero-img-wrapper:hover img{transform:scale(1.03)}.data-strip{background:#ffffff;border-bottom:1px solid var(--border-color);box-shadow:0 2px 10px rgba(0,0,0,0.02);padding:1rem 0}.data-strip-item{text-align:center;border-right:1px solid var(--border-color)}.data-strip-item:last-child{border-right:none}.data-strip-val{font-size:1.5rem;font-weight:700;color:var(--primary)}.data-strip-label{font-size:0.85rem;color:var(--text-muted)}.section-header{margin-bottom:2.5rem;text-align:center}.section-header h2{font-size:2rem;font-weight:700;color:var(--primary);position:relative;display:inline-block;padding-bottom:10px}.section-header h2::after{content:'';position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:50px;height:3px;background-color:var(--accent-gold);border-radius:2px}.section-header p{color:var(--text-muted);font-size:0.95rem;margin-top:0.5rem}.score-row{background:#ffffff;border-left:4px solid var(--accent-gold);border-radius:8px;padding:1rem;margin-bottom:1rem;box-shadow:0 2px 8px rgba(0,0,0,0.02);transition:var(--transition-base)}.score-row:hover{transform:translateX(5px);box-shadow:0 4px 12px rgba(0,0,0,0.05)}.team-flag-box{width:32px;height:20px;object-fit:cover;border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.match-badge{font-size:0.75rem;padding:0.25rem 0.6rem;border-radius:4px;font-weight:600}.custom-table-container{overflow-x:auto;background:#ffffff;border-radius:12px;border:1px solid var(--border-color)}.custom-table{width:100%;margin-bottom:0;vertical-align:middle}.custom-table th{background-color:#f8fafc;color:var(--primary);font-weight:600;border-bottom:2px solid var(--border-color);padding:1rem}.custom-table td{padding:1rem;border-bottom:1px solid var(--border-color)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.group-card{background:#ffffff;border-radius:12px;border:1px solid var(--border-color);box-shadow:0 2px 10px rgba(0,0,0,0.02)}.group-card-header{background:var(--primary);color:#ffffff;padding:0.75rem 1rem;font-weight:700;border-top-left-radius:11px;border-top-right-radius:11px;display:flex;justify-content:space-between;align-items:center}.group-card-body{padding:1rem}.group-team-item{display:flex;align-items:center;justify-content:space-between;padding:0.5rem 0;border-bottom:1px dashed var(--border-color)}.group-team-item:last-child{border-bottom:none}.news-featured{height:100%;min-height:380px;position:relative;border-radius:12px;overflow:hidden;color:#ffffff}.news-featured-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,37,64,0.95) 0%,rgba(10,37,64,0.4) 60%,transparent 100%);z-index:1}.news-featured-img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.news-featured-content{position:absolute;bottom:0;left:0;right:0;padding:2rem;z-index:2}.news-list-item{display:flex;gap:1rem;padding:1.1rem 0;border-bottom:1px solid var(--border-color)}.news-list-item:first-child{padding-top:0}.news-list-item:last-child{border-bottom:none;padding-bottom:0}.news-list-img{width:100px;height:70px;object-fit:cover;border-radius:6px;flex-shrink:0}.news-list-title{font-size:0.98rem;font-weight:600;color:var(--primary);margin-bottom:0.3rem;line-height:1.4}.guide-card{padding:2rem;background:#ffffff;border-radius:12px;height:100%;border-top:4px solid var(--accent-usa)}.guide-card.mex-border{border-top-color:var(--accent-mex)}.guide-card.can-border{border-top-color:var(--accent-can)}.venue-img-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.05)}.venue-img-wrapper img{width:100%;height:auto;display:block}.venue-info-box{padding:1.5rem;background:#ffffff;border:1px solid var(--border-color);border-top:none;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.accordion-button:not(.collapsed){background-color:rgba(10,37,64,0.05);color:var(--primary);box-shadow:none}.accordion-button{font-weight:600;color:var(--text-main);padding:1.1rem 1.25rem}.accordion-item{border:1px solid var(--border-color);border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden}.disclaimer-section{background-color:#f1f5f9;border-left:4px solid var(--primary-light);padding:1.5rem;border-radius:0 8px 8px 0}footer{background-color:#051424;color:#94a3b8;padding:4rem 0 2rem 0;border-top:4px solid var(--accent-gold);font-size:0.9rem}footer h5{color:#ffffff;font-weight:600;margin-bottom:1.5rem}footer a{color:#94a3b8;text-decoration:none;transition:var(--transition-base)}footer a:hover{color:var(--accent-gold)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.08);margin-top:3rem;padding-top:1.5rem}@media (max-width:991px){.hero-title{font-size:2rem}.news-featured{min-height:280px;margin-bottom:1.5rem}}