:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0a1128;--surface-card:#ffffff;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0052cc;--accent-red:#d90429;--accent-green:#00f5d4;--border:#e2e8f0;--card-shadow:0 4px 12px rgba(0,0,0,0.05);--transition:all 0.3s ease}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;overflow-x:hidden}.navbar{background-color:var(--surface-strong);padding:0.8rem 1rem;border-bottom:3px solid var(--accent-red);position:sticky;top:0;z-index:1030}.navbar-brand{display:flex;align-items:center;gap:10px;color:#ffffff !important;font-weight:800;font-size:1.25rem;text-decoration:none}.navbar-brand img{height:40px;width:auto;object-fit:contain}.nav-link{color:rgba(255,255,255,0.8) !important;font-weight:500;padding:0.5rem 1rem !important;border-radius:6px;transition:var(--transition)}.nav-link:hover,.nav-link.active{color:#ffffff !important;background-color:rgba(255,255,255,0.1)}.hero-section{background:linear-gradient(135deg,#0a1128 0%,#1c2d5a 100%);color:var(--text-light);padding:4rem 0;border-bottom:8px solid var(--accent)}.hero-tag{background-color:var(--accent-red);color:white;font-size:0.85rem;font-weight:700;padding:0.4rem 1rem;border-radius:50px;display:inline-block;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}@media (min-width:992px){.hero-title{font-size:3.5rem}}.hero-desc{font-size:1.1rem;color:#cbd5e1;margin-bottom:2rem;font-weight:400}.hero-meta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:2rem}.hero-meta-item{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);padding:1rem;border-radius:10px;text-align:center}.hero-meta-val{font-size:1.4rem;font-weight:700;color:var(--accent-green);display:block}.hero-meta-lbl{font-size:0.8rem;color:#94a3b8}.hero-img-container{border-radius:14px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1)}.hero-img-container img{width:100%;height:auto;object-fit:cover;display:block}.section-padding{padding:4.5rem 0}.section-title-wrap{margin-bottom:3rem;position:relative}.section-title{font-size:2rem;font-weight:800;color:var(--surface-strong);display:inline-block;margin-bottom:0.5rem}.section-subtitle{font-size:1rem;color:var(--text-muted);margin:0}.section-title-wrap::after{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,var(--accent),var(--accent-red));margin-top:10px;border-radius:2px}.custom-card{background-color:var(--surface-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;box-shadow:var(--card-shadow);transition:var(--transition);height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,0.08);border-color:var(--accent)}.match-ticker-container{background:var(--surface-strong);padding:1rem 0;border-bottom:1px solid rgba(255,255,255,0.1)}.match-ticker-item{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:8px;padding:0.75rem 1rem;min-width:260px;margin-right:15px;color:white;flex-shrink:0}.ticker-header{display:flex;justify-content:space-between;font-size:0.75rem;color:#94a3b8;margin-bottom:0.5rem}.ticker-teams{display:flex;justify-content:space-between;align-items:center;font-size:0.95rem;font-weight:700}.ticker-score{font-size:1.1rem;color:var(--accent-green)}.ticker-status{text-align:right;font-size:0.75rem;color:var(--accent-red);font-weight:bold}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow)}.group-header{background:linear-gradient(45deg,var(--accent),#1d4ed8);color:white;padding:0.75rem 1rem;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-list-item{display:flex;justify-content:space-between;align-items:center;padding:0.75rem 1rem;border-bottom:1px solid var(--border);font-size:0.95rem}.group-list-item:last-child{border-bottom:none}.group-flag{width:24px;height:16px;border-radius:2px;object-fit:cover;margin-right:8px;box-shadow:0 1px 3px rgba(0,0,0,0.15)}.group-team-name{font-weight:500;color:var(--text-main)}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch;background:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--card-shadow)}.schedule-table{width:100%;margin-bottom:0;border-collapse:collapse}.schedule-table th{background-color:#f1f5f9;color:var(--text-main);font-weight:700;padding:1rem;text-align:left;border-bottom:2px solid var(--border)}.schedule-table td{padding:1rem;border-bottom:1px solid var(--border);vertical-align:middle;font-size:0.95rem}.schedule-table tr:last-child td{border-bottom:none}.badge-stage{background-color:#e2e8f0;color:var(--text-main);font-weight:600;padding:0.3rem 0.6rem;border-radius:4px;font-size:0.8rem}.team-profile-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow);transition:var(--transition)}.team-profile-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,0.1)}.team-profile-banner{height:80px;background:linear-gradient(135deg,var(--accent-red) 0%,#990011 100%);position:relative}.team-profile-banner.canada{background:linear-gradient(135deg,#ff0000 0%,#b30000 100%)}.team-profile-banner.usa{background:linear-gradient(135deg,#002868 0%,#001c48 100%)}.team-profile-banner.mexico{background:linear-gradient(135deg,#006847 0%,#004a32 100%)}.team-profile-avatar{width:70px;height:70px;border-radius:50%;border:3px solid #ffffff;object-fit:cover;position:absolute;bottom:-35px;left:20px;background-color:#fff}.team-profile-body{padding:3rem 1.25rem 1.5rem 1.25rem}.team-profile-title{font-size:1.2rem;font-weight:700;margin-bottom:0.5rem}.team-profile-meta{font-size:0.85rem;color:var(--text-muted);margin-bottom:1rem}.news-item{display:flex;gap:15px;padding:1.25rem 0;border-bottom:1px solid var(--border)}.news-item:first-child{padding-top:0}.news-item:last-child{padding-bottom:0;border-bottom:none}.news-date{font-size:0.8rem;color:var(--text-muted);font-weight:600;text-transform:uppercase;width:80px;flex-shrink:0}.news-content h4{font-size:1.05rem;font-weight:700;margin-bottom:0.35rem;color:var(--text-main);line-height:1.4}.news-content p{font-size:0.9rem;color:var(--text-muted);margin:0}.feature-img-card{position:relative;border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow)}.feature-img-card img{width:100%;height:320px;object-fit:cover;display:block}.feature-img-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,0.85));padding:2rem;color:white}.faq-accordion{display:flex;flex-direction:column;gap:12px}.faq-item{background-color:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden;transition:var(--transition)}.faq-item[open]{border-color:var(--accent);box-shadow:var(--card-shadow)}.faq-summary{padding:1.25rem;font-weight:700;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;font-size:1.05rem;color:var(--text-main)}.faq-summary::-webkit-details-marker{display:none}.faq-summary::after{content:"+";font-size:1.4rem;font-weight:400;color:var(--accent);transition:transform 0.2s ease}.faq-item[open] .faq-summary::after{content:"−";transform:rotate(180deg)}.faq-content{padding:0 1.25rem 1.25rem 1.25rem;color:var(--text-muted);font-size:0.95rem;border-top:1px solid var(--border);background-color:#fafbfc}.about-box{background-color:#fff;border-left:5px solid var(--accent);border-radius:0 12px 12px 0;padding:2rem;box-shadow:var(--card-shadow)}.site-footer{background-color:var(--surface-strong);color:#cbd5e1;padding:4rem 0 2rem 0;font-size:0.9rem;border-top:5px solid var(--accent-red)}.site-footer h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem;font-size:1.1rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:var(--transition)}.footer-links a:hover{color:#ffffff;padding-left:5px}.footer-disclaimer{font-size:0.8rem;color:#64748b;border-top:1px solid rgba(255,255,255,0.1);padding-top:1.5rem;margin-top:2rem}.horizontal-scroller{display:flex;overflow-x:auto;gap:15px;padding-bottom:15px;-webkit-overflow-scrolling:touch}.horizontal-scroller::-webkit-scrollbar{height:6px}.horizontal-scroller::-webkit-scrollbar-track{background:rgba(0,0,0,0.05);border-radius:10px}.horizontal-scroller::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.15);border-radius:10px}.g-custom{--bs-gutter-x:1.5rem;--bs-gutter-y:1.5rem}