:root{--page-bg:#f5f7fa;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--border:#e2e8f0;--usa-blue:#0a2540;--canada-red:#da291c;--mexico-green:#006847;--accent:#0f172a;--accent-glow:rgba(15,23,42,0.05);--border-radius-custom: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}.theme-top-bar{height:6px;background:linear-gradient(90deg,var(--canada-red) 0%,var(--usa-blue) 50%,var(--mexico-green) 100%);width:100%}.custom-navbar{background-color:var(--surface);border-bottom:1px solid var(--border);box-shadow:0 2px 10px rgba(0,0,0,0.02);padding:0.8rem 0}.navbar-brand img{max-height:40px;width:auto}.nav-link{color:var(--text-main);font-weight:500;padding:0.5rem 1rem !important;transition:color 0.3s ease}.nav-link:hover,.nav-link.active{color:var(--canada-red)}.hero-section{background-color:var(--surface-strong);color:var(--text-light);padding:5rem 0;position:relative;overflow:hidden}.hero-section::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%,rgba(10,37,64,0.4) 50%,rgba(0,104,71,0.15) 100%);z-index:1}.hero-container{position:relative;z-index:2}.hero-badge{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:0.5rem 1rem;border-radius:50px;font-size:0.85rem;display:inline-block;margin-bottom:1.5rem;letter-spacing:1px;text-transform:uppercase}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-desc{font-size:1.1rem;color:#cbd5e1;margin-bottom:2rem;line-height:1.6}.hero-img-wrapper{border-radius:var(--border-radius-custom);overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.3)}section{padding:4.5rem 0}.section-header{margin-bottom:3rem}.section-header h2{font-weight:800;color:var(--usa-blue);position:relative;display:inline-block;padding-bottom:0.5rem}.section-header h2::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:var(--canada-red);border-radius:2px}.section-desc{color:var(--text-muted);margin-top:0.5rem}.custom-card{background-color:var(--surface);border-radius:var(--border-radius-custom);border:1px solid var(--border);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);transition:transform 0.3s ease,box-shadow 0.3s ease;height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}.score-ticker{background-color:var(--usa-blue);color:var(--text-light);padding:0.75rem 0;border-bottom:1px solid rgba(255,255,255,0.1)}.ticker-item{display:inline-flex;align-items:center;padding:0 1.5rem;border-right:1px solid rgba(255,255,255,0.15);font-size:0.9rem}.ticker-status{font-size:0.75rem;padding:0.15rem 0.4rem;border-radius:4px;margin-right:0.75rem;font-weight:bold}.ticker-status.live{background-color:var(--canada-red);animation:pulse 1.5s infinite}.ticker-status.upcoming{background-color:var(--text-muted)}.ticker-team{font-weight:600;margin:0 0.4rem}@keyframes pulse{0%{opacity:0.6}50%{opacity:1}100%{opacity:0.6}}.schedule-grid{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem}@media (max-width:991px){.schedule-grid{grid-template-columns:1fr}}.schedule-list{max-height:520px;overflow-y:auto;padding-right:0.5rem}.schedule-list::-webkit-scrollbar{width:6px}.schedule-list::-webkit-scrollbar-thumb{background-color:var(--border);border-radius:3px}.match-row{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem;margin-bottom:0.75rem;display:flex;align-items:center;justify-content:space-between;transition:background-color 0.2s}.match-row:hover{background-color:#fafbfc}.group-card{background:var(--surface);border-radius:var(--border-radius-custom);border:1px solid var(--border);overflow:hidden}.group-header{background:var(--usa-blue);color:var(--text-light);padding:0.75rem 1rem;font-weight:700;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center}.group-header.canada{background:var(--canada-red)}.group-header.mexico{background:var(--mexico-green)}.group-table{width:100%;margin-bottom:0}.group-table td{padding:0.6rem 1rem;border-bottom:1px solid var(--border);font-size:0.95rem}.group-table tr:last-child td{border-bottom:none}.team-badge-circle{width:48px;height:48px;background-color:var(--page-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;color:var(--usa-blue);margin-bottom:1rem;border:1px solid var(--border)}.guide-step{position:relative;padding-left:2.5rem;margin-bottom:1.5rem}.guide-step::before{content:'';position:absolute;left:8px;top:24px;bottom:-20px;width:2px;background-color:var(--border)}.guide-step:last-child::before{display:none}.guide-icon{position:absolute;left:0;top:0;width:18px;height:18px;border-radius:50%;background-color:var(--canada-red);border:4px solid var(--surface);box-shadow:0 0 0 1px var(--canada-red)}.encyclopedia-item{border-left:3px solid var(--mexico-green);padding-left:1rem;margin-bottom:1.5rem}.accordion-button:not(.collapsed){background-color:var(--accent-glow);color:var(--usa-blue)}.accordion-button:focus{box-shadow:none;border-color:rgba(10,37,64,0.1)}.custom-footer{background-color:var(--surface-strong);color:var(--text-light);padding:4rem 0 2rem;font-size:0.9rem}.footer-brand{font-weight:800;font-size:1.4rem;margin-bottom:1rem;color:#ffffff}.footer-links a{color:#94a3b8;text-decoration:none;transition:color 0.2s}.footer-links a:hover{color:#ffffff}