:root{--page-bg:#f4f7fa;--surface:#ffffff;--surface-strong:#0a2540;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent-usa:#0a2540;--accent-can:#da291c;--accent-mex:#006847;--accent:#0f4c81;--accent-hover:#0d3f6c;--border:#e2e8f0;--card-radius:12px}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;line-height:1.6}.navbar-custom{background-color:var(--surface-strong);padding:0.8rem 1rem;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{color:var(--text-light);font-weight:800;font-size:1.4rem;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px;object-fit:contain}.navbar-custom .nav-link{color:rgba(248,250,252,0.85);font-weight:500;margin:0 0.5rem;transition:color 0.3s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--text-light);border-bottom:2px solid var(--accent-can)}.tri-color-bar{height:6px;background:linear-gradient(to right,var(--accent-usa) 33.3%,var(--accent-can) 33.3%,var(--accent-can) 66.6%,var(--accent-mex) 66.6%);width:100%}section{padding:5rem 0}.section-bg-light{background-color:var(--surface)}.section-title-wrap{margin-bottom:3rem;text-align:center}.section-title{font-weight:800;color:var(--surface-strong);position:relative;display:inline-block;padding-bottom:10px}.section-title::after{content:'';position:absolute;bottom:0;left:25%;width:50%;height:4px;background-color:var(--accent-can);border-radius:2px}.hero-section{background:linear-gradient(135deg,#0a2540 0%,#10355a 100%);color:var(--text-light);padding:6rem 0;position:relative;overflow:hidden}.hero-content h1{font-size:2.8rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-desc{color:#cbd5e1;font-size:1.15rem;margin-bottom:2rem;line-height:1.7}.hero-img-container img{border-radius:var(--card-radius);box-shadow:0 15px 30px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1)}.hero-stats-badge{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.2);border-radius:8px;padding:1rem;text-align:center}.hero-stats-badge h4{font-size:1.8rem;font-weight:700;margin-bottom:2px;color:#38bdf8}.live-ticker{background-color:#0f172a;color:#f8fafc;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,0.1)}.ticker-card{background:rgba(255,255,255,0.05);border-radius:8px;padding:0.5rem 1rem;display:flex;align-items:center;justify-content:space-between;min-width:280px;border-left:4px solid var(--accent-can)}.ticker-card .team-name{font-size:0.9rem;font-weight:600}.ticker-card .score{font-size:1.1rem;font-weight:800;color:#f59e0b;padding:0 10px}.ticker-card .status{font-size:0.75rem;background:rgba(255,255,255,0.1);padding:2px 6px;border-radius:4px}.schedule-table{background-color:var(--surface);border-radius:var(--card-radius);box-shadow:0 4px 20px rgba(0,0,0,0.05);overflow:hidden}.schedule-table th{background-color:var(--surface-strong);color:var(--text-light);font-weight:600;border:none;padding:1.2rem}.schedule-table td{padding:1.2rem;vertical-align:middle;border-bottom:1px solid var(--border)}.group-card{background-color:var(--surface);border-radius:var(--card-radius);box-shadow:0 4px 15px rgba(0,0,0,0.05);border:1px solid var(--border);transition:transform 0.3s ease}.group-card:hover{transform:translateY(-5px)}.group-header{background-color:var(--accent-usa);color:var(--text-light);padding:1rem;border-top-left-radius:var(--card-radius);border-top-right-radius:var(--card-radius);font-weight:700;text-align:center}.group-list{list-style:none;padding:0;margin:0}.group-item{display:flex;justify-content:space-between;align-items:center;padding:0.8rem 1.2rem;border-bottom:1px solid var(--border)}.group-item:last-child{border-bottom:none}.team-badge-card{background-color:var(--surface);border-radius:var(--card-radius);padding:1.5rem;text-align:center;border:1px solid var(--border);box-shadow:0 4px 10px rgba(0,0,0,0.02);transition:all 0.3s ease}.team-badge-card:hover{box-shadow:0 10px 25px rgba(0,0,0,0.08);border-color:var(--accent)}.team-flag-placeholder{width:70px;height:70px;border-radius:50%;background-color:#f1f5f9;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;font-size:1.8rem;box-shadow:inset 0 2px 4px rgba(0,0,0,0.06)}.news-grid-main{background-color:var(--surface);border-radius:var(--card-radius);box-shadow:0 6px 20px rgba(0,0,0,0.05);overflow:hidden}.news-list-item{padding:1.2rem;border-bottom:1px solid var(--border);transition:background 0.2s ease}.news-list-item:hover{background-color:#f8fafc}.news-list-item:last-child{border-bottom:none}.rules-card{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);color:var(--text-light);border-radius:var(--card-radius);padding:2.5rem;box-shadow:0 8px 30px rgba(0,0,0,0.15)}.guide-box{background-color:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);overflow:hidden;height:100%;box-shadow:0 4px 12px rgba(0,0,0,0.03)}.guide-box-img{height:200px;object-fit:cover;width:100%}.faq-accordion .accordion-item{border:1px solid var(--border);margin-bottom:0.8rem;border-radius:var(--card-radius) !important;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface)}.faq-accordion .accordion-button:not(.collapsed){background-color:#f1f5f9;color:var(--accent);box-shadow:none}footer{background-color:#0f172a;color:#94a3b8;padding:4rem 0 2rem;font-size:0.95rem;border-top:5px solid var(--accent-can)}footer a{color:#cbd5e1;text-decoration:none;transition:color 0.2s ease}footer a:hover{color:var(--text-light)}.scroll-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.scroll-wrapper::-webkit-scrollbar{height:6px}.scroll-wrapper::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.15);border-radius:4px}@media (max-width:991px){.hero-content h1{font-size:2.2rem}section{padding:3.5rem 0}}