:root{--primary:#0f2d59;--primary-grad:linear-gradient(135deg,#0a2240 0%,#154280 100%);--accent-us:#0a3161;--accent-ca:#ff0000;--accent-mx:#006847;--secondary:#ffb81c;--text-dark:#1e293b;--text-light:#f8fafc;--text-muted:#64748b;--bg-light:#f1f5f9;--bg-card:#ffffff;--border-color:#e2e8f0;--border-focus:#3b82f6;--border-radius:12px;--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}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:rgba(15,45,89,0.98);backdrop-filter:blur(10px);border-bottom:3px solid var(--secondary);padding:0.75rem 1rem;transition:var(--transition)}.navbar-brand-img{max-height:48px;width:auto;object-fit:contain}.nav-link-custom{color:var(--text-light) !important;font-weight:500;padding:0.5rem 1rem !important;border-radius:6px;transition:var(--transition)}.nav-link-custom:hover,.nav-link-custom.active{color:var(--secondary) !important;background-color:rgba(255,255,255,0.1)}.hero-section{background:var(--primary-grad);color:var(--text-light);padding:5rem 0 4rem;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(255,184,28,0.15) 0%,transparent 50%);pointer-events:none}.hero-tag{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:0.4rem 1rem;border-radius:50px;font-size:0.875rem;display:inline-block;margin-bottom:1.5rem;letter-spacing:1px}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-desc{font-size:1.125rem;color:rgba(248,250,252,0.85);margin-bottom:2rem}.hero-img{border-radius:var(--border-radius);box-shadow:0 20px 40px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1);transition:var(--transition)}.hero-img:hover{transform:scale(1.02)}.card-custom{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);transition:var(--transition);overflow:hidden;height:100%}.card-custom: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)}.section-padding{padding:4.5rem 0}.section-title-wrap{text-align:center;margin-bottom:3.5rem;position:relative}.section-title{font-size:2.25rem;font-weight:700;color:var(--primary);position:relative;display:inline-block;padding-bottom:1rem}.section-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(to right,var(--accent-us),var(--accent-ca),var(--accent-mx));border-radius:2px}.section-subtitle{color:var(--text-muted);margin-top:0.75rem;font-size:1.05rem}.match-badge{font-size:0.75rem;font-weight:600;padding:0.25rem 0.75rem;border-radius:50px}.match-badge-live{background-color:#ef4444;color:white;animation:pulse 2s infinite}.match-badge-scheduled{background-color:#e2e8f0;color:#475569}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.match-team-logo{width:40px;height:40px;background-color:#f8fafc;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;border:2px solid #e2e8f0}.table-responsive-custom{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:var(--border-radius);border:1px solid var(--border-color);background:white}.table-custom{margin-bottom:0;vertical-align:middle}.table-custom th{background-color:#f8fafc;color:var(--primary);font-weight:600;border-bottom:2px solid var(--border-color);padding:1rem}.table-custom td{padding:1rem;border-bottom:1px solid var(--border-color)}.group-card{background:white;border:1px solid var(--border-color);border-radius:var(--border-radius);padding:1.25rem;margin-bottom:1.5rem}.group-header{background:var(--primary);color:white;margin:-1.25rem -1.25rem 1rem -1.25rem;padding:0.75rem 1.25rem;font-weight:bold;border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius);display:flex;justify-content:space-between;align-items:center}.faq-item{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--border-radius) !important;margin-bottom:1rem;overflow:hidden}.faq-button{background:var(--bg-card) !important;color:var(--text-dark) !important;font-weight:600;padding:1.25rem;border:none !important;box-shadow:none !important}.faq-button:not(.collapsed){color:var(--primary) !important;background-color:rgba(15,45,89,0.03) !important;border-bottom:1px solid var(--border-color)}.faq-body{padding:1.25rem;color:#475569;background-color:#fafbfc}.guide-card{position:relative;background:white;border-radius:var(--border-radius);padding:2rem;border:1px solid var(--border-color);height:100%}.guide-icon{font-size:2.5rem;color:var(--secondary);margin-bottom:1.5rem}.footer-custom{background-color:#0a192f;color:#8892b0;padding:4rem 0 2rem;font-size:0.95rem;border-top:4px solid var(--secondary)}.footer-custom h5{color:var(--text-light);font-weight:600;margin-bottom:1.5rem}.footer-links{list-style:none;padding-left:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:#8892b0;text-decoration:none;transition:var(--transition)}.footer-links a:hover{color:var(--secondary);padding-left:4px}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:2rem;margin-top:3rem;font-size:0.875rem}@media (max-width:991.98px){.hero-title{font-size:2.25rem}.section-title{font-size:1.85rem}}