:root{--primary-color:#0d2c54;--accent-us:#1d70b8;--accent-mx:#006847;--accent-ca:#da291c;--secondary-color:#f4f5f6;--text-main:#1e293b;--text-muted:#64748b;--bg-light:#f8fafc;--bg-white:#ffffff;--border-color:#e2e8f0;--gold:#d4af37}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-main);background-color:var(--bg-light);line-height:1.6;overflow-x:hidden}.card-custom{background:var(--bg-white);border:1px solid var(--border-color);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}.card-custom:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.08)}.navbar-custom{background-color:var(--primary-color);box-shadow:0 2px 10px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{color:#ffffff;font-weight:700}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;transition:color 0.2s}.navbar-custom .nav-link:hover{color:#ffffff}.hero-section{background:linear-gradient(135deg,#0d2c54 0%,#1c4e80 100%);color:#ffffff;padding:80px 0;position:relative}.hero-badge-container span{font-size:0.85rem;padding:6px 14px;border-radius:50px;font-weight:600}.badge-us{background-color:var(--accent-us);color:#fff}.badge-mx{background-color:var(--accent-mx);color:#fff}.badge-ca{background-color:var(--accent-ca);color:#fff}.section-title{position:relative;padding-bottom:12px;margin-bottom:30px;font-weight:700;color:var(--primary-color)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--accent-us);border-radius:2px}.match-badge{font-size:0.75rem;font-weight:600;padding:4px 8px;border-radius:4px}.match-live{background-color:#fee2e2;color:#ef4444}.match-upcoming{background-color:#f1f5f9;color:#475569}.match-finished{background-color:#e2e8f0;color:#64748b}.group-card{background:#ffffff;border-top:4px solid var(--accent-us)}.group-card:nth-child(even){border-top-color:var(--accent-mx)}.group-card:nth-child(3n){border-top-color:var(--accent-ca)}.guide-item{display:flex;align-items:flex-start;gap:15px;padding:15px 0;border-bottom:1px solid var(--border-color)}.guide-icon{background-color:rgba(29,112,184,0.1);color:var(--accent-us);width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(29,112,184,0.08);color:var(--primary-color)}.disclaimer-box{background-color:#f8fafc;border-left:4px solid var(--accent-us);padding:20px;border-radius:0 8px 8px 0}@media (max-width:768px){.hero-section{padding:50px 0;text-align:center}.hero-img-box{margin-top:30px}}