:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#1d4ed8;--accent-canada:#e11d48;--accent-mexico:#16a34a;--accent-usa:#0a2540;--border:#e2e8f0;--transition:all 0.3s ease}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);overflow-x:hidden;line-height:1.6}a{text-decoration:none;transition:var(--transition)}.navbar-custom{background-color:var(--surface-strong);padding:0.75rem 1rem;position:sticky;top:0;z-index:1030;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1)}.navbar-brand img{max-height:40px;margin-right:10px}.navbar-brand span{color:#ffffff;font-weight:700;font-size:1.25rem}.nav-link{color:#cbd5e1 !important;font-weight:500;margin:0 5px;border-bottom:2px solid transparent}.nav-link:hover,.nav-link.active{color:#ffffff !important;border-bottom-color:var(--accent-canada)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:5rem 0;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(29,78,216,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-weight:800;font-size:2.75rem;line-height:1.2;margin-bottom:1.5rem}.hero-tagline{font-size:1.25rem;color:#94a3b8;margin-bottom:2rem}.hero-img{border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);object-fit:cover}.section-padding{padding:5rem 0}.section-title-wrap{margin-bottom:3rem;text-align:center}.section-title{font-weight:800;font-size:2.25rem;color:var(--surface-strong);position:relative;display:inline-block;padding-bottom:0.75rem}.section-title::after{content:'';position:absolute;width:60px;height:4px;background:linear-gradient(90deg,var(--accent-canada),var(--accent-mexico));bottom:0;left:50%;transform:translateX(-50%);border-radius:2px}.section-subtitle{color:var(--text-muted);margin-top:0.5rem;font-size:1.1rem}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;transition:var(--transition);overflow:hidden}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.05)}.match-card{background:var(--surface);border-radius:10px;padding:1.25rem;border:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.match-team{display:flex;align-items:center;gap:10px;font-weight:600;width:35%}.match-team.team-right{justify-content:flex-end}.match-info{text-align:center;width:30%}.match-status{font-size:0.75rem;font-weight:700;padding:0.25rem 0.5rem;border-radius:4px;background:#e2e8f0;color:var(--text-main);display:inline-block;margin-bottom:0.25rem}.match-status.live{background-color:#fee2e2;color:#ef4444;animation:pulse 2s infinite}.match-time-text{font-size:0.85rem;color:var(--text-muted);font-weight:500}.match-score{font-size:1.5rem;font-weight:800;color:var(--surface-strong);margin:0 0.5rem}.schedule-table-wrap{overflow-x:auto;border-radius:10px;border:1px solid var(--border)}.table-custom{margin-bottom:0;background-color:var(--surface)}.table-custom th{background-color:#f1f5f9;color:var(--surface-strong);font-weight:600;border-bottom:2px solid var(--border)}.table-custom td{vertical-align:middle}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden}.group-header{background-color:var(--surface-strong);color:#ffffff;padding:0.75rem 1rem;font-weight:700;text-align:center;letter-spacing:1px}.group-body{padding:0.5rem 0}.group-team-item{display:flex;justify-content:space-between;align-items:center;padding:0.75rem 1.25rem;border-bottom:1px solid #f1f5f9}.group-team-item:last-child{border-bottom:none}.team-avatar{width:48px;height:48px;border-radius:50%;background-color:#f1f5f9;display:flex;align-items:center;justify-content:center;font-weight:bold;color:var(--surface-strong);border:2px solid var(--border)}.news-img-wrap{position:relative;overflow:hidden;border-bottom:1px solid var(--border)}.news-img-wrap img{width:100%;height:200px;object-fit:cover;transition:var(--transition)}.custom-card:hover .news-img-wrap img{transform:scale(1.05)}.badge-rule{background-color:#eff6ff;color:var(--accent);font-size:0.8rem;font-weight:600;padding:0.25rem 0.5rem;border-radius:4px}.guide-box{background:#ffffff;border-left:4px solid var(--accent-canada);padding:1.5rem;border-radius:0 10px 10px 0;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}.accordion-item-custom{border:1px solid var(--border);background:var(--surface);border-radius:8px !important;margin-bottom:1rem;overflow:hidden}.accordion-button-custom{font-weight:600;color:var(--surface-strong);background:var(--surface);padding:1.25rem}.accordion-button-custom:not(.collapsed){background-color:#f8fafc;color:var(--accent);box-shadow:none}.footer-dark{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem;font-size:0.9rem}.footer-dark h5{color:#ffffff;font-weight:600;margin-bottom:1.5rem}.footer-link{color:#94a3b8;display:block;margin-bottom:0.75rem}.footer-link:hover{color:#ffffff;padding-left:5px}@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.5}}@media (max-width:991.98px){.hero-title{font-size:2.25rem}.section-title{font-size:1.85rem}}