:root{--primary-color:#0b2240;--primary-accent:#004d98;--secondary-accent:#d2143a;--mexico-green:#006847;--canada-red:#da291c;--usa-blue:#0a3161;--light-bg:#f5f8fc;--card-shadow:0 4px 15px rgba(0,0,0,0.05);--card-shadow-hover:0 8px 25px rgba(0,0,0,0.1);--text-dark:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--light-bg);color:var(--text-dark);line-height:1.6}.navbar-custom{background-color:var(--primary-color);padding:0.8rem 1rem;box-shadow:0 2px 10px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{color:#ffffff;font-weight:800;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;padding:0.5rem 1rem !important;transition:color 0.3s}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:#ffffff;text-decoration:underline;text-underline-offset:5px}.hero-section{background:linear-gradient(135deg,#0b2240 0%,#1a365d 100%);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(210,20,58,0.15) 0%,transparent 50%);pointer-events:none}.hero-badge{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:0.4rem 1rem;border-radius:50px;display:inline-flex;align-items:center;gap:8px;font-size:0.9rem;margin-bottom:1.5rem}.hero-badge span{width:8px;height:8px;background-color:#22c55e;border-radius:50%;display:inline-block}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-desc{font-size:1.15rem;color:#cbd5e1;margin-bottom:2rem;max-width:600px}.hero-img-container img{border-radius:14px;box-shadow:0 15px 35px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1)}.section-header{margin-bottom:2.5rem;position:relative}.section-header h2{font-size:2rem;font-weight:700;color:var(--primary-color);position:relative;display:inline-block;padding-bottom:0.75rem}.section-header h2::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background:linear-gradient(90deg,var(--secondary-accent),var(--primary-accent));border-radius:2px}.section-header p{color:var(--text-muted);margin-top:0.5rem;font-size:1.05rem}.score-ticker{background-color:#ffffff;border-bottom:1px solid var(--border-color);padding:0.75rem 0}.ticker-card{border-right:1px solid var(--border-color);padding:0 1.5rem;min-width:260px}.ticker-card:last-child{border-right:none}.ticker-meta{font-size:0.75rem;color:var(--text-muted);display:flex;justify-content:space-between;margin-bottom:0.4rem}.ticker-team{display:flex;justify-content:space-between;align-items:center;font-size:0.9rem;font-weight:600;margin-bottom:0.2rem}.ticker-status{font-size:0.75rem;padding:0.1rem 0.4rem;border-radius:3px;background-color:#f1f5f9;color:var(--text-muted);font-weight:500}.section-white{background-color:#ffffff;padding:5rem 0}.section-gray{background-color:var(--light-bg);padding:5rem 0}.schedule-card{background-color:#ffffff;border-radius:14px;box-shadow:var(--card-shadow);border:1px solid var(--border-color);overflow:hidden;transition:transform 0.3s,box-shadow 0.3s}.schedule-card:hover{transform:translateY(-5px);box-shadow:var(--card-shadow-hover)}.schedule-header{background-color:#f8fafc;padding:1rem 1.5rem;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.schedule-body{padding:1.5rem}.team-flag-placeholder{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background-color:#e2e8f0;font-size:0.75rem;font-weight:bold;color:#475569}.group-table-card{background-color:#ffffff;border-radius:14px;box-shadow:var(--card-shadow);border:1px solid var(--border-color);overflow:hidden;height:100%}.group-header{background-color:var(--primary-color);color:#ffffff;padding:1rem;font-weight:700;text-align:center}.table-group{margin-bottom:0}.table-group th{font-size:0.8rem;text-transform:uppercase;color:var(--text-muted);background-color:#f8fafc;padding:0.75rem}.table-group td{font-size:0.9rem;vertical-align:middle;padding:0.75rem}.star-card{background-color:#ffffff;border-radius:14px;overflow:hidden;box-shadow:var(--card-shadow);border:1px solid var(--border-color);transition:all 0.3s ease}.star-card:hover{transform:translateY(-5px);box-shadow:var(--card-shadow-hover)}.star-info{padding:1.5rem}.star-tag{font-size:0.75rem;background-color:#e0f2fe;color:#0369a1;padding:0.25rem 0.6rem;border-radius:50px;font-weight:600;display:inline-block;margin-bottom:0.75rem}.news-card{display:flex;background-color:#ffffff;border-radius:14px;border:1px solid var(--border-color);overflow:hidden;box-shadow:var(--card-shadow);margin-bottom:1.5rem;transition:box-shadow 0.3s}.news-card:hover{box-shadow:var(--card-shadow-hover)}.news-content{padding:1.5rem;display:flex;flex-direction:column;justify-content:center}.news-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:0.5rem}.news-title{font-size:1.15rem;font-weight:700;color:var(--primary-color);margin-bottom:0.75rem}.news-desc{font-size:0.9rem;color:var(--text-muted);margin-bottom:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.stadium-card{background-color:#ffffff;border-radius:14px;overflow:hidden;box-shadow:var(--card-shadow);border:1px solid var(--border-color)}.stadium-img-wrapper{position:relative}.stadium-badge{position:absolute;top:1rem;left:1rem;background-color:rgba(11,34,64,0.9);color:#ffffff;padding:0.3rem 0.8rem;border-radius:4px;font-size:0.8rem;font-weight:600}.stadium-info{padding:1.5rem}.rule-box{background-color:#ffffff;border-left:4px solid var(--primary-accent);padding:1.5rem;border-radius:0 14px 14px 0;box-shadow:var(--card-shadow);height:100%}.guide-box{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;border-radius:14px;padding:2.5rem;box-shadow:var(--card-shadow-hover)}.guide-item{border-bottom:1px solid rgba(255,255,255,0.1);padding-bottom:1rem;margin-bottom:1rem}.guide-item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.faq-accordion .accordion-item{border:1px solid var(--border-color);border-radius:10px !important;margin-bottom:1rem;overflow:hidden;box-shadow:var(--card-shadow)}.faq-accordion .accordion-button{font-weight:600;color:var(--primary-color);background-color:#ffffff}.faq-accordion .accordion-button:not(.collapsed){background-color:#f8fafc;color:var(--primary-accent);box-shadow:none}.footer{background-color:var(--primary-color);color:rgba(255,255,255,0.8);padding:4rem 0 2rem 0;font-size:0.9rem;border-top:5px solid var(--secondary-accent)}.footer h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem}.footer a{color:rgba(255,255,255,0.75);text-decoration:none;transition:color 0.3s}.footer a:hover{color:#ffffff}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:2rem;margin-top:3rem}@media (max-width:991.98px){.hero-section{text-align:center;padding:3.5rem 0}.hero-desc{margin-left:auto;margin-right:auto}.hero-img-container{margin-top:2.5rem}.news-card{flex-direction:column}}