:root{--primary-color:#0056b3;--secondary-color:#198754;--accent-color:#dc3545;--warning-color:#ffc107;--dark-color:#1a1e21;--light-bg:#f8f9fa;--card-shadow:0 4px 15px rgba(0,0,0,0.06);--transition-smooth:all 0.3s ease}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#333333;background-color:var(--light-bg);line-height:1.6}.navbar{box-shadow:0 2px 10px rgba(0,0,0,0.1);background:#ffffff !important;padding:0.8rem 1rem}.navbar-brand img{max-height:45px;margin-right:10px}.nav-link{font-weight:500;color:var(--dark-color) !important;transition:var(--transition-smooth)}.nav-link:hover{color:var(--primary-color) !important}.hero-section{background:linear-gradient(135deg,#0e1d35 0%,#1a365d 100%);color:#ffffff;padding:5rem 0;overflow:hidden;position:relative}.hero-section::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle,transparent 20%,rgba(0,0,0,0.4) 100%);pointer-events:none}.hero-content{position:relative;z-index:10}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;color:#ffffff;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.hero-desc{font-size:1.15rem;color:rgba(255,255,255,0.9);margin-bottom:2rem}.hero-img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.3);border:3px solid rgba(255,255,255,0.1)}section{padding:4.5rem 0}.section-title{font-weight:700;margin-bottom:1.5rem;position:relative;padding-bottom:0.75rem;color:var(--dark-color)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background:var(--accent-color);border-radius:2px}.section-title-center{text-align:center}.section-title-center::after{left:50%;transform:translateX(-50%)}.score-ticker-container{background:#ffffff;border-bottom:1px solid #e9ecef;padding:0.75rem 0}.score-card-mini{background:var(--light-bg);border-radius:8px;padding:0.5rem 1rem;min-width:220px;margin-right:15px;display:inline-block;border:1px solid #eee}.schedule-list{background:#ffffff;border-radius:12px;padding:1.5rem;box-shadow:var(--card-shadow)}.schedule-row{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;border-bottom:1px solid #f1f3f5}.schedule-row:last-child{border-bottom:none}.group-card{background:#ffffff;border-radius:12px;border:1px solid #eef2f5;box-shadow:var(--card-shadow);overflow:hidden;transition:var(--transition-smooth)}.group-card:hover{transform:translateY(-4px)}.group-header{background:linear-gradient(135deg,var(--primary-color) 0%,#004085 100%);color:white;padding:0.75rem 1rem;font-weight:700}.group-header.mexico{background:linear-gradient(135deg,var(--secondary-color) 0%,#0f5132 100%)}.group-header.canada{background:linear-gradient(135deg,var(--accent-color) 0%,#842029 100%)}.team-card{background:#ffffff;border-radius:12px;box-shadow:var(--card-shadow);overflow:hidden;transition:var(--transition-smooth);border:1px solid #f1f3f5}.team-card:hover{transform:translateY(-5px)}.team-badge{font-size:0.8rem;padding:0.25rem 0.5rem;border-radius:4px}.news-card{background:#ffffff;border-radius:12px;box-shadow:var(--card-shadow);border:none;overflow:hidden;height:100%;transition:var(--transition-smooth)}.news-card:hover{box-shadow:0 8px 25px rgba(0,0,0,0.1)}.news-body{padding:1.25rem}.news-meta{font-size:0.85rem;color:var(--text-muted);margin-bottom:0.5rem}.guide-section{background-color:#f1f3f9}.guide-card{background:#ffffff;border-radius:12px;padding:2rem;height:100%;box-shadow:var(--card-shadow)}.faq-item{background:#ffffff;border-radius:8px;margin-bottom:1rem;box-shadow:0 2px 6px rgba(0,0,0,0.02);border:1px solid #e9ecef}.faq-question{padding:1.25rem;font-weight:600;color:var(--dark-color);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-answer{padding:0 1.25rem 1.25rem 1.25rem;color:#555555;display:none}footer{background:#11151a;color:#adb5bd;padding:4rem 0 2rem 0;font-size:0.95rem}footer a{color:#ced4da;text-decoration:none;transition:var(--transition-smooth)}footer a:hover{color:#ffffff}.footer-bottom{border-top:1px solid #2c323f;padding-top:1.5rem;margin-top:3rem;font-size:0.85rem}@media (max-width:768px){.hero-title{font-size:2.1rem}.hero-section{padding:3rem 0}.section-title{font-size:1.6rem}.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}