:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0f172a;--primary:#0a46e4;--primary-hover:#083bbd;--accent-usa:#e81b23;--accent-mex:#006847;--accent-can:#da291c;--text-main:#1e293b;--text-muted:#64748b;--border:#e2e8f0;--card-shadow:0 4px 20px 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;overflow-x:hidden;line-height:1.6}.navbar-custom{background:var(--surface-strong);padding:15px 0;box-shadow:0 2px 10px rgba(0,0,0,0.1)}.navbar-brand img{max-height:40px;object-fit:contain}.navbar-nav .nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;padding:8px 16px !important;transition:var(--transition)}.navbar-nav .nav-link:hover,.navbar-nav .nav-link.active{color:#ffffff !important;background:rgba(255,255,255,0.1);border-radius:6px}.main-wrapper{padding:40px 0}.section-card{background:var(--surface);border-radius:12px;padding:30px;margin-bottom:30px;box-shadow:var(--card-shadow);border:1px solid var(--border);transition:var(--transition)}.section-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,0.08)}.section-title{font-size:1.65rem;font-weight:800;margin-bottom:24px;padding-left:15px;border-left:5px solid var(--primary);color:var(--surface-strong);display:flex;justify-content:space-between;align-items:center}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;border-radius:16px;padding:40px;margin-bottom:35px;position:relative;overflow:hidden}.hero-badge{background:linear-gradient(90deg,var(--accent-usa),var(--accent-can));padding:6px 14px;border-radius:20px;font-size:0.85rem;font-weight:700;display:inline-block;margin-bottom:15px}.hero-title{font-size:2.3rem;font-weight:900;line-height:1.25;margin-bottom:20px}.hero-title span{color:#38bdf8}.hero-desc{color:#cbd5e1;font-size:1.05rem;margin-bottom:25px;max-width:720px}.hero-img-wrap{border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.3)}.hero-img-wrap img{width:100%;height:auto;object-fit:cover;display:block}.schedule-grid{display:grid;gap:15px}.schedule-row{display:flex;align-items:center;justify-content:space-between;background:#f8fafc;padding:15px 20px;border-radius:8px;border:1px solid var(--border)}.schedule-time{font-size:0.85rem;color:var(--text-muted);font-weight:600;min-width:100px}.schedule-stage{font-size:0.85rem;background:#e2e8f0;color:var(--text-main);padding:3px 8px;border-radius:4px;font-weight:500}.schedule-vs{display:flex;align-items:center;gap:15px;flex-grow:1;justify-content:center}.vs-team{font-weight:700;font-size:1rem;display:flex;align-items:center;gap:8px;width:120px}.vs-team.home{justify-content:flex-end}.vs-team.away{justify-content:flex-start}.vs-score-box{background:var(--surface-strong);color:#ffffff;font-weight:800;padding:4px 12px;border-radius:4px;font-family:monospace;font-size:1.1rem}.schedule-status{min-width:90px;text-align:right;font-size:0.85rem;font-weight:700}.status-unstarted{color:var(--primary)}.status-ended{color:var(--text-muted)}.group-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.group-card{border:1px solid var(--border);border-radius:8px;background:#f8fafc;overflow:hidden}.group-header{background:var(--surface-strong);color:#ffffff;padding:10px 15px;font-weight:700;font-size:0.95rem;display:flex;justify-content:space-between}.group-list{list-style:none;padding:0;margin:0}.group-item{padding:8px 15px;border-bottom:1px solid var(--border);font-size:0.9rem;display:flex;justify-content:space-between;align-items:center}.group-item:last-child{border-bottom:none}.group-tag{font-size:0.75rem;background:#e2e8f0;padding:1px 5px;border-radius:3px;color:var(--text-muted)}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px}.team-profile-card{background:#f8fafc;border:1px solid var(--border);border-radius:8px;padding:15px;text-align:center;transition:var(--transition)}.team-profile-card:hover{border-color:var(--primary);background:#ffffff}.team-flag-placeholder{width:48px;height:48px;border-radius:50%;background:#e2e8f0;margin:0 auto 10px;display:flex;align-items:center;justify-content:center;font-weight:800;color:var(--text-muted);border:2px solid #fff;box-shadow:0 2px 5px rgba(0,0,0,0.1)}.team-name{font-weight:700;font-size:1rem;margin-bottom:5px}.team-info{font-size:0.75rem;color:var(--text-muted)}.rule-feature-box{background:linear-gradient(135deg,rgba(10,70,228,0.05) 0%,rgba(10,70,228,0.01) 100%);border-left:4px solid var(--primary);border-radius:0 8px 8px 0;padding:15px 20px;margin-bottom:15px}.rule-title{font-size:1rem;font-weight:700;margin-bottom:6px;color:var(--surface-strong)}.news-item{display:flex;gap:15px;padding-bottom:15px;border-bottom:1px solid var(--border);margin-bottom:15px}.news-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.news-date{min-width:60px;text-align:center;background:#f1f5f9;padding:8px;border-radius:6px;height:fit-content}.news-day{font-size:1.2rem;font-weight:800;color:var(--primary);line-height:1}.news-month{font-size:0.75rem;color:var(--text-muted)}.news-body{flex-grow:1}.news-headline{font-weight:700;font-size:1.05rem;margin-bottom:6px;color:var(--surface-strong)}.news-summary{font-size:0.88rem;color:var(--text-muted);margin:0}.city-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.city-card{background:#f8fafc;border-radius:8px;overflow:hidden;border:1px solid var(--border)}.city-info-p{padding:12px;font-size:0.85rem;margin:0}.faq-accordion .accordion-item{border:1px solid var(--border);margin-bottom:10px;border-radius:8px !important;overflow:hidden}.faq-accordion .accordion-button{font-weight:700;color:var(--surface-strong);background-color:#f8fafc}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(10,70,228,0.08);color:var(--primary)}.side-widget{background:var(--surface);border-radius:12px;padding:20px;margin-bottom:25px;border:1px solid var(--border)}.side-widget-title{font-size:1.15rem;font-weight:800;margin-bottom:15px;color:var(--surface-strong);border-bottom:2px solid var(--primary);padding-bottom:8px}.footer-section{background:var(--surface-strong);color:#94a3b8;padding:60px 0 30px;font-size:0.9rem;border-top:4px solid var(--primary)}.footer-section h5{color:#ffffff;font-weight:700;margin-bottom:20px}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:10px}.footer-links a{color:#cbd5e1;text-decoration:none;transition:var(--transition)}.footer-links a:hover{color:#ffffff;padding-left:5px}.footer-bottom{border-top:1px solid #334155;padding-top:20px;margin-top:40px;text-align:center;font-size:0.8rem}@media (max-width:991.98px){.hero-section{padding:25px}.hero-title{font-size:1.8rem}.city-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767.98px){.schedule-row{flex-direction:column;text-align:center;gap:10px;padding:15px}.schedule-vs{flex-direction:column;gap:5px}.vs-team.home{justify-content:center}.vs-team.away{justify-content:center}.schedule-time,.schedule-status{text-align:center;min-width:auto}.city-grid{grid-template-columns:1fr}}