:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent-us:#0a2540;--accent-ca:#da291c;--accent-mx:#006847;--accent-gold:#d97706;--border:#e2e8f0;--nav-bg:rgba(15,23,42,0.95)}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}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);transition:transform 0.2s ease,box-shadow 0.2s ease;overflow:hidden}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}.navbar-custom{background-color:var(--nav-bg);backdrop-filter:blur(8px);border-bottom:2px solid var(--accent-ca)}.navbar-custom .navbar-brand{font-weight:800;color:#ffffff;display:flex;align-items:center;gap:10px}.navbar-custom .nav-link{color:#cbd5e1;font-weight:500;transition:color 0.2s}.navbar-custom .nav-link:hover{color:#ffffff}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:80px 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 80% 20%,rgba(218,41,28,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;background:linear-gradient(to right,#ffffff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-img{border-radius:14px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);object-fit:cover;width:100%;height:auto}.host-strip{height:6px;width:100%;display:flex}.strip-us{background-color:#002868;flex:1}.strip-ca{background-color:#da291c;flex:1}.strip-mx{background-color:#006847;flex:1}section{padding:70px 0;border-bottom:1px solid var(--border)}.section-title{font-size:2rem;font-weight:700;position:relative;padding-bottom:15px;margin-bottom:40px;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background-color:var(--accent-ca);border-radius:2px}.match-bar{background:var(--surface);border-left:4px solid var(--accent-gold);padding:15px 20px;border-radius:8px;margin-bottom:15px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px rgba(0,0,0,0.05)}.match-badge{font-size:0.75rem;padding:4px 8px;border-radius:4px;font-weight:bold}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}.accordion-button:not(.collapsed){background-color:rgba(218,41,28,0.05);color:var(--accent-ca)}footer{background-color:var(--surface-strong);color:#94a3b8;padding:60px 0 30px}footer a{color:#cbd5e1;text-decoration:none}footer a:hover{color:#ffffff}@media (max-width:768px){.hero-title{font-size:2rem}.section-title{font-size:1.6rem}}