:root{--page-bg:#f4f7fc;--surface:#ffffff;--surface-strong:#0d1b2a;--text-main:#1e293b;--text-muted:#64748b;--border:#e2e8f0;--accent:#0f4c81;--accent-red:#d90429;--accent-green:#006847;--shadow:0 4px 20px rgba(0,0,0,0.05);--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);line-height:1.6}.navbar-custom{background-color:var(--surface-strong);box-shadow:var(--shadow);padding:1rem 0;position:sticky;top:0;z-index:1000}.navbar-brand img{height:40px;width:auto;margin-right:10px}.navbar-brand-text{color:#ffffff;font-weight:800;font-size:1.25rem;letter-spacing:0.5px}.nav-link-custom{color:rgba(255,255,255,0.85) !important;font-weight:500;padding:0.5rem 1rem !important;transition:var(--transition)}.nav-link-custom:hover,.nav-link-custom:focus{color:var(--accent-red) !important}.hero-section{background:linear-gradient(135deg,#0d1b2a 0%,#1b263b 100%);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.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;display:inline-flex;align-items:center;font-size:0.875rem;font-weight:600;color:#e2e8f0;margin-bottom:1.5rem}.hero-badge i{margin-right:0.5rem;color:var(--accent-red)}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-title span{background:linear-gradient(90deg,#ff4d4d,#3399ff,#00cc66);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.125rem;color:#cbd5e1;margin-bottom:2rem;line-height:1.7}.hero-stats{background:rgba(255,255,255,0.05);border-radius:12px;padding:1.5rem;border:1px solid rgba(255,255,255,0.1)}.stat-item{text-align:center;border-right:1px solid rgba(255,255,255,0.1)}.stat-item:last-child{border-right:none}.stat-val{font-size:1.75rem;font-weight:700;color:#ffffff}.stat-label{font-size:0.8125rem;color:#94a3b8}.hero-img-box img{width:100%;height:auto;border-radius:14px;box-shadow:0 10px 30px rgba(0,0,0,0.3)}.section-header{text-align:center;margin-bottom:3.5rem}.section-header h2{font-size:2rem;font-weight:800;position:relative;display:inline-block;padding-bottom:1rem;color:var(--surface-strong)}.section-header h2::after{content:'';position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:60px;height:4px;border-radius:2px;background:linear-gradient(90deg,var(--accent-red),var(--accent-green))}.section-header p{color:var(--text-muted);margin-top:1rem;font-size:1.05rem}.custom-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--shadow);padding:1.75rem;transition:var(--transition);height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,0.08)}.status-bar-container{background:#ffffff;border-bottom:1px solid var(--border);padding:0.75rem 0}.status-bar{display:flex;overflow-x:auto;gap:1.5rem;padding-bottom:0.25rem}.status-bar::-webkit-scrollbar{height:4px}.status-bar::-webkit-scrollbar-thumb{background-color:var(--border);border-radius:10px}.status-card{flex:0 0 280px;background:var(--page-bg);border-radius:8px;padding:0.75rem 1rem;border:1px solid var(--border);font-size:0.8125rem}.status-card-header{display:flex;justify-content:space-between;color:var(--text-muted);margin-bottom:0.5rem}.status-team-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.25rem;font-weight:600}.schedule-tab-content{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.5rem}.schedule-row{display:grid;grid-template-columns:1.5fr 2fr 1fr 2fr 1.5fr;align-items:center;padding:1rem 0;border-bottom:1px solid var(--border);text-align:center}.schedule-row:last-child{border-bottom:none}.schedule-time{color:var(--text-muted);font-size:0.875rem}.schedule-team{font-weight:700;font-size:1rem}.schedule-versus{font-weight:800;color:var(--accent-red);background:#ffe5ec;padding:0.25rem 0.75rem;border-radius:50px;display:inline-block;font-size:0.8125rem}.schedule-venue{font-size:0.8125rem;color:var(--text-muted)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.group-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:var(--shadow)}.group-header{background:var(--accent);color:#ffffff;padding:0.75rem 1.25rem;font-weight:700;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center}.group-header-mex{background:var(--accent-green)}.group-header-can{background:var(--accent-red)}.group-list{list-style:none;padding:0;margin:0}.group-item{display:flex;justify-content:space-between;align-items:center;padding:0.75rem 1.25rem;border-bottom:1px solid var(--border);font-weight:500}.group-item:last-child{border-bottom:none}.team-profile-card{display:flex;align-items:center;gap:1rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem;transition:var(--transition)}.team-profile-card:hover{border-color:var(--accent);transform:scale(1.02)}.team-badge-placeholder{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;color:#fff;font-size:1.25rem}.guide-img-box{position:relative;border-radius:12px;overflow:hidden}.guide-img-box img{width:100%;height:auto;object-fit:cover}.stadium-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:var(--shadow);height:100%}.stadium-img-wrapper{position:relative;height:200px;overflow:hidden}.stadium-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.stadium-card:hover .stadium-img-wrapper img{transform:scale(1.05)}.stadium-city-badge{position:absolute;top:10px;right:10px;background:rgba(15,27,42,0.85);color:#fff;padding:0.25rem 0.75rem;border-radius:50px;font-size:0.75rem;font-weight:600;backdrop-filter:blur(4px)}.stadium-info{padding:1.25rem}.rules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:1rem;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:#eaf2f8;color:var(--accent);box-shadow:none}.footer-custom{background-color:var(--surface-strong);color:#cbd5e1;padding:4rem 0 2rem;font-size:0.9375rem;border-top:5px solid var(--accent-red)}.footer-brand{color:#ffffff;font-weight:800;font-size:1.5rem;margin-bottom:1rem}.footer-title{color:#ffffff;font-weight:700;margin-bottom:1.25rem;font-size:1.1rem}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:#cbd5e1;text-decoration:none;transition:var(--transition)}.footer-links a:hover{color:#ffffff;padding-left:5px}@media (max-width:991.98px){.hero-title{font-size:2.25rem}.schedule-row{grid-template-columns:1fr;gap:0.5rem;padding:1.25rem 0}.schedule-versus{margin:0.25rem auto;width:max-content}}