:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0f52ba;--accent-red:#e11d48;--accent-green:#10b981;--border:#e2e8f0;--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -2px rgba(0,0,0,0.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);overflow-x:hidden;line-height:1.6}.navbar-custom{background-color:var(--surface-strong);padding:0.75rem 1rem;position:sticky;top:0;z-index:1030;box-shadow:var(--shadow-md)}.navbar-custom .navbar-brand{display:flex;align-items:center;gap:10px;color:#ffffff;font-weight:700;font-size:1.25rem}.navbar-custom .navbar-brand img{height:40px;width:auto}.navbar-custom .nav-link{color:#cbd5e1;font-weight:500;transition:color 0.2s ease-in-out;padding:0.5rem 1rem !important}.navbar-custom .nav-link:hover,.navbar-custom .nav-link:focus{color:#ffffff}.navbar-custom .btn-nav-action{background-color:var(--accent-red);color:#ffffff;border:none;padding:0.5rem 1.25rem;border-radius:8px;font-weight:600;transition:opacity 0.2s}.navbar-custom .btn-nav-action:hover{opacity:0.9;color:#ffffff}.hero-section{background:linear-gradient(135deg,#0f172a 30%,#1e1b4b 100%);color:#ffffff;padding:4rem 0 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(15,82,186,0.15) 0%,transparent 50%);pointer-events:none}.hero-content h1{font-size:2.75rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(to right,#ffffff,#93c5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-badge{display:inline-flex;align-items:center;gap:8px;background-color: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.875rem;font-weight:600;margin-bottom:1.5rem;color:#f1f5f9}.hero-badge i{color:var(--accent-red)}.hero-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-lg)}.hero-image-wrapper img{width:100%;height:auto;object-fit:cover;display:block}.stats-strip{background:var(--surface);border-bottom:1px solid var(--border);padding:1.5rem 0;box-shadow:var(--shadow-sm)}.stat-item{text-align:center}.stat-val{font-size:1.75rem;font-weight:700;color:var(--accent);line-height:1}.stat-label{font-size:0.875rem;color:var(--text-muted);margin-top:0.25rem;font-weight:500}.section-padding{padding:5rem 0}.section-header{margin-bottom:3rem}.section-tag{font-size:0.875rem;font-weight:700;color:var(--accent-red);text-transform:uppercase;letter-spacing:0.05em;margin-bottom:0.5rem;display:block}.section-title{font-size:2rem;font-weight:800;color:var(--text-main);margin-bottom:1rem}.section-desc{color:var(--text-muted);max-width:600px;font-size:1rem}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:transform 0.2s,box-shadow 0.2s;box-shadow:var(--shadow-sm)}.custom-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.schedule-tab-nav{border:none;gap:10px;margin-bottom:2rem;justify-content:center}.schedule-tab-nav .nav-link{border:1px solid var(--border) !important;border-radius:30px !important;color:var(--text-main);background-color:var(--surface);font-weight:600;padding:0.5rem 1.5rem;transition:all 0.2s}.schedule-tab-nav .nav-link.active{background-color:var(--accent) !important;color:#ffffff !important;border-color:var(--accent) !important}.match-row{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.25rem;margin-bottom:1rem;align-items:center;display:flex;transition:border-color 0.2s}.match-row:hover{border-color:var(--accent)}.match-meta{font-size:0.8125rem;color:var(--text-muted);width:150px;flex-shrink:0}.match-teams{display:flex;align-items:center;justify-content:center;flex-grow:1;gap:1.5rem}.team-display{display:flex;align-items:center;gap:10px;width:40%}.team-display.team-home{justify-content:flex-end;text-align:right}.team-display.team-away{justify-content:flex-start;text-align:left}.team-name{font-weight:600;font-size:0.95rem}.match-score-badge{background:#f1f5f9;padding:0.5rem 1rem;border-radius:8px;font-weight:700;font-size:1.125rem;min-width:80px;text-align:center}.match-action{width:120px;text-align:right;flex-shrink:0}.badge-status{font-size:0.75rem;padding:0.25rem 0.6rem;border-radius:4px;font-weight:600}.status-upcoming{background-color:#e2e8f0;color:#475569}.status-live{background-color:#fee2e2;color:var(--accent-red);animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-sm)}.group-card-header{background:var(--surface-strong);color:#ffffff;padding:0.75rem 1.25rem;font-weight:700;font-size:1rem;display:flex;justify-content:space-between;align-items:center}.group-table{width:100%;margin-bottom:0}.group-table th{font-size:0.75rem;color:var(--text-muted);font-weight:600;padding:0.5rem 1rem;border-bottom:1px solid var(--border)}.group-table td{padding:0.6rem 1rem;font-size:0.875rem;border-bottom:1px solid #f1f5f9;vertical-align:middle}.group-table tr:last-child td{border-bottom:none}.team-profile-card{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--surface);transition:all 0.2s}.team-profile-card:hover{border-color:var(--accent);transform:translateY(-2px)}.team-profile-flag{height:8px;background:var(--accent)}.team-profile-flag.usa{background:#002868}.team-profile-flag.can{background:var(--accent-red)}.team-profile-flag.mex{background:var(--accent-green)}.team-profile-body{padding:1.25rem}.team-profile-title{font-weight:700;font-size:1.125rem;margin-bottom:0.5rem;display:flex;justify-content:space-between;align-items:center}.news-grid{display:grid;grid-template-columns:2fr 1.5fr;gap:2rem}@media (max-width:991.98px){.news-grid{grid-template-columns:1fr}}.news-featured-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-sm)}.news-featured-body{padding:2rem}.news-meta{font-size:0.8125rem;color:var(--text-muted);margin-bottom:0.75rem;display:flex;align-items:center;gap:15px}.news-title-lg{font-size:1.5rem;font-weight:800;line-height:1.3;margin-bottom:1rem;color:var(--text-main)}.news-excerpt{color:var(--text-muted);margin-bottom:1.5rem}.news-list-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}.news-list-item:first-child{padding-top:0}.news-list-item:last-child{border-bottom:none;padding-bottom:0}.news-list-content h4{font-size:1rem;font-weight:700;margin-bottom:0.25rem;line-height:1.4}.guide-section{background:#f1f5f9}.guide-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:var(--shadow-sm);height:100%}.guide-card-img-wrapper{position:relative;height:200px;overflow:hidden}.guide-card-img-wrapper img{width:100%;height:100%;object-fit:cover}.guide-card-body{padding:1.5rem}.rules-timeline{position:relative;padding-left:2rem;border-left:2px solid var(--border)}.rules-node{position:relative;margin-bottom:2.5rem}.rules-node:last-child{margin-bottom:0}.rules-node::before{content:'';position:absolute;left:calc(-2rem - 6px);top:6px;width:10px;height:10px;border-radius:50%;background:var(--accent);border:2px solid var(--surface);box-shadow:0 0 0 3px rgba(15,82,186,0.2)}.rules-node h4{font-size:1.125rem;font-weight:700;margin-bottom:0.5rem}.faq-accordion .accordion-item{border:1px solid var(--border) !important;border-radius:8px !important;margin-bottom:1rem;overflow:hidden;box-shadow:var(--shadow-sm)}.faq-accordion .accordion-button{font-weight:600;color:var(--text-main);background-color:var(--surface);padding:1.25rem}.faq-accordion .accordion-button:not(.collapsed){color:var(--accent);background-color:rgba(15,82,186,0.03);box-shadow:none}.faq-accordion .accordion-body{background-color:var(--surface);color:var(--text-muted);padding:1.25rem;border-top:1px solid var(--border)}.about-statement{background-color:var(--surface-strong);color:#e2e8f0;border-radius:16px;padding:3rem;position:relative;overflow:hidden}.about-statement h3{color:#ffffff;font-weight:800;font-size:1.75rem;margin-bottom:1rem}.about-statement p{color:#94a3b8;max-width:800px;font-size:1rem}.footer-main{background-color:#0b0f19;color:#94a3b8;padding:5rem 0 2rem 0;font-size:0.9rem;border-top:1px solid #1e293b}.footer-title{color:#ffffff;font-weight:700;margin-bottom:1.5rem;font-size:1rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:color 0.2s}.footer-links a:hover{color:#ffffff}.footer-bottom{margin-top:4rem;padding-top:2rem;border-top:1px solid #1e293b;text-align:center;font-size:0.8125rem}@media (max-width:767.98px){.hero-content h1{font-size:2rem}.section-padding{padding:3.5rem 0}.section-title{font-size:1.625rem}.match-row{flex-direction:column;text-align:center;gap:1rem}.match-meta{width:100%;text-align:center}.match-teams{width:100%;flex-direction:column;gap:0.5rem}.team-display{width:100%;justify-content:center !important;text-align:center !important}.match-action{width:100%;text-align:center}.table-responsive-container{overflow-x:auto;-webkit-overflow-scrolling:touch}}