:root{--primary-us:#0A3161;--primary-mx:#006847;--primary-ca:#FF0000;--brand-color:#0d6efd;--dark-blue:#0B192C;--light-bg:#F8F9FA;--card-shadow:0 10px 30px rgba(0,0,0,0.05);--transition:all 0.3s ease}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#212529;background-color:#FFFFFF;overflow-x:hidden}.navbar-brand img{max-height:40px}.navbar{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(10px);box-shadow:0 2px 15px rgba(0,0,0,0.05)}.nav-link{font-weight:500;color:#333 !important}.nav-link:hover{color:var(--brand-color) !important}.hero-section{padding:120px 0 80px 0;background:linear-gradient(135deg,rgba(10,49,97,0.05) 0%,rgba(0,104,71,0.05) 50%,rgba(255,0,0,0.05) 100%)}.hero-title{font-weight:800;font-size:2.8rem;line-height:1.2;color:var(--dark-blue)}.hero-badge{background-color:var(--primary-us);color:#FFF;padding:6px 16px;border-radius:50px;font-size:0.9rem;font-weight:600;display:inline-block}.section-title{font-weight:700;position:relative;padding-bottom:15px;margin-bottom:35px;color:var(--dark-blue)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background:linear-gradient(to right,var(--primary-us),var(--primary-ca));border-radius:2px}.card{border:none;border-radius:12px;box-shadow:var(--card-shadow);transition:var(--transition)}.card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,0.1)}.flag-icon{width:24px;height:16px;object-fit:cover;border-radius:2px;margin-right:8px}.match-badge{font-size:0.75rem;padding:4px 10px;border-radius:4px}.bg-pending{background-color:#E9ECEF;color:#495057}.bg-live{background-color:#DC3545;color:#FFF;animation:pulse 1.5s infinite}.bg-finished{background-color:#198754;color:#FFF}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.group-card{border-top:4px solid var(--primary-us)}.table-responsive{border-radius:10px;overflow:hidden}.table th{background-color:var(--dark-blue);color:#FFF;border:none}.faq-question{font-weight:600;color:var(--dark-blue)}.footer{background-color:var(--dark-blue);color:rgba(255,255,255,0.8);padding:70px 0 30px 0}.footer-title{color:#FFF;font-weight:600;margin-bottom:20px}.footer-links a{color:rgba(255,255,255,0.75);text-decoration:none;transition:var(--transition)}.footer-links a:hover{color:#FFF;padding-left:5px}.guide-box{background-color:var(--light-bg);border-left:4px solid var(--primary-mx);padding:20px;border-radius:0 10px 10px 0}