:root{--primary-rgb:13,110,253;--secondary-rgb:220,53,69;--accent-rgb:25,135,84;--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0;--gradient-usa:linear-gradient(135deg,#0d6efd,#0a58ca);--gradient-can:linear-gradient(135deg,#dc3545,#b02a37);--gradient-mex:linear-gradient(135deg,#198754,#146c43);--gradient-hero:linear-gradient(135deg,#0f172a 30%,#1e1b4b 100%)}body{font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);overflow-x:hidden;line-height:1.6}.navbar-custom{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);transition:all 0.3s ease}.navbar-brand img{max-height:40px}.nav-link{color:var(--text-main);font-weight:500;padding:0.5rem 1rem !important;transition:color 0.2s ease}.nav-link:hover,.nav-link.active{color:rgb(var(--primary-rgb))}.hero-section{background:var(--gradient-hero);color:#ffffff;padding:5rem 0 6rem 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(13,110,253,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.5rem 1.25rem;border-radius:50px;display:inline-flex;align-items:center;gap:0.5rem;font-weight:500;color:#38bdf8;backdrop-filter:blur(5px)}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.2;margin-top:1.5rem;margin-bottom:1.5rem}.hero-title span{background:linear-gradient(to right,#38bdf8,#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-img-wrapper{position:relative;border-radius:14px;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,0.5)}.hero-img-wrapper img{width:100%;height:auto;object-fit:cover;transition:transform 0.5s ease}.hero-img-wrapper:hover img{transform:scale(1.03)}.custom-card{background-color:var(--surface);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:transform 0.3s ease,box-shadow 0.3s ease;overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.status-strip-wrapper{margin-top:-3rem;position:relative;z-index:10}.status-strip{background:var(--surface);border-radius:14px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.1);border:1px solid var(--border-color);padding:1.25rem}.status-item{text-align:center;border-right:1px solid var(--border-color)}.status-item:last-child{border-right:none}.group-badge{font-weight:700;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background-color:#f1f5f9;color:#1e293b}.match-card{background-color:var(--surface);border-left:4px solid rgb(var(--primary-rgb));border-radius:8px;padding:1rem;margin-bottom:1rem;box-shadow:0 1px 3px rgba(0,0,0,0.05)}.match-card.live{border-left-color:rgb(var(--secondary-rgb))}.match-card.finished{border-left-color:var(--text-muted)}.section-title{font-size:2rem;font-weight:700;margin-bottom:2rem;position:relative;display:inline-block}.section-title::after{content:'';position:absolute;left:0;bottom:-8px;width:40px;height:4px;border-radius:2px;background-color:rgb(var(--primary-rgb))}.accordion-button:not(.collapsed){background-color:rgba(13,110,253,0.05);color:rgb(var(--primary-rgb))}.accordion-button:focus{box-shadow:none;border-color:rgba(13,110,253,0.2)}.footer-dark{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem 0}.footer-dark h5{color:#f8fafc;font-weight:600}.footer-links a{color:#94a3b8;text-decoration:none;transition:color 0.2s ease}.footer-links a:hover{color:#ffffff}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:991.98px){.navbar-collapse{background:#ffffff;padding:1rem;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,0.1);margin-top:0.5rem}.hero-title{font-size:2.25rem}.status-item{border-right:none;border-bottom:1px solid var(--border-color);padding:0.75rem 0}.status-item:last-child{border-bottom:none}}