:root{--primary-us:#002f6c;--primary-ca:#d81e06;--primary-mx:#006847;--accent-gold:#ffc107;--text-dark:#1e293b;--text-muted:#64748b;--bg-light:#f8fafc;--bg-card:#ffffff;--border-color:#e2e8f0;--transition-smooth:all 0.3s ease}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-dark);background-color:var(--bg-light);line-height:1.6;overflow-x:hidden}.navbar-custom{background-color:var(--primary-us);box-shadow:0 4px 12px rgba(0,0,0,0.1);padding:0.8rem 1rem}.navbar-custom .navbar-brand{font-weight:800;color:#ffffff;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:45px;object-fit:contain}.navbar-custom .nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;padding:0.5rem 1rem !important;transition:var(--transition-smooth)}.navbar-custom .nav-link:hover{color:var(--accent-gold) !important}.hero-section{background:linear-gradient(135deg,var(--primary-us) 30%,var(--primary-ca) 70%,var(--primary-mx) 100%);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.25);z-index:1}.hero-container{position:relative;z-index:2}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,0.5);margin-bottom:1.5rem}.hero-desc{font-size:1.1rem;color:rgba(255,255,255,0.9);margin-bottom:2rem;max-width:700px}.hero-img{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.3);max-width:100%;height:auto}.section-title{position:relative;padding-bottom:12px;margin-bottom:2rem;font-weight:700;color:var(--primary-us)}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(to right,var(--primary-us),var(--primary-ca));border-radius:2px}.card-custom{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,0.02);transition:var(--transition-smooth);overflow:hidden}.card-custom:hover{transform:translateY(-5px);box-shadow:0 8px 15px rgba(0,0,0,0.06)}.live-match-badge{background-color:#dc3545;color:#ffffff;font-size:0.75rem;padding:0.2rem 0.5rem;border-radius:4px;font-weight:bold}.match-card{padding:1.5rem;text-align:center}.match-team img{width:40px;height:40px;object-fit:cover;border-radius:50%;margin-bottom:0.5rem}.table-responsive-custom{border-radius:12px;overflow:hidden;border:1px solid var(--border-color)}.table-custom{margin-bottom:0;background-color:var(--bg-card)}.table-custom th{background-color:#f1f5f9;color:var(--primary-us);font-weight:600;border-bottom:2px solid var(--border-color)}.group-header{background-color:var(--primary-us);color:#ffffff;font-weight:bold;padding:0.75rem 1rem;border-radius:8px 8px 0 0}.group-table{border:1px solid var(--border-color);border-top:none;border-radius:0 0 8px 8px}.news-img{height:200px;object-fit:cover;width:100%}.guide-accent-box{border-left:5px solid var(--primary-ca);background-color:rgba(216,30,6,0.05);padding:1.5rem;border-radius:0 12px 12px 0}.faq-item{border-bottom:1px solid var(--border-color);padding:1.25rem 0}.faq-question{font-size:1.1rem;font-weight:600;color:var(--primary-us);cursor:pointer;display:flex;align-items:center;gap:10px}.footer-custom{background-color:#0f172a;color:#94a3b8;padding:4rem 0 2rem;font-size:0.9rem}.footer-custom h5{color:#ffffff;font-weight:600;margin-bottom:1.5rem}.footer-custom a{color:#94a3b8;text-decoration:none;transition:var(--transition-smooth)}.footer-custom a:hover{color:#ffffff}.footer-bottom{border-top:1px solid #1e293b;padding-top:2rem;margin-top:3rem}