:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0d1e3d;--text-main:#1e293b;--text-muted:#64748b;--accent:#0f52ba;--accent-2:#da291c;--accent-gold:#f4ca16;--border:#e2e8f0;--card-shadow:0 4px 15px rgba(0,0,0,0.05);--transition:all 0.3s ease}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);line-height:1.6}.navbar{background-color:var(--surface-strong);box-shadow:0 2px 10px rgba(0,0,0,0.15);padding:0.8rem 1rem}.navbar-brand{font-weight:800;color:#ffffff !important;display:flex;align-items:center;gap:10px}.navbar-brand img{max-height:45px;object-fit:contain}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;transition:var(--transition);font-size:0.95rem}.nav-link:hover,.nav-link.active{color:var(--accent-gold) !important}.section-title{position:relative;padding-bottom:12px;margin-bottom:2rem;font-weight:700;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(90deg,var(--accent),var(--accent-2));border-radius:2px}.hero-section{background:linear-gradient(135deg,#0d1e3d 0%,#17387a 100%);color:#ffffff;padding:5rem 0;overflow:hidden;position:relative}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(244,202,22,0.1) 0%,transparent 50%);pointer-events:none}.hero-section h1{font-size:2.8rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem;color:#ffffff}.hero-section h1 span{color:var(--accent-gold)}.hero-section p{color:rgba(255,255,255,0.85);font-size:1.1rem;margin-bottom:2rem}.hero-img-wrap{border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.3)}.hero-img-wrap img{width:100%;height:auto;display:block}.match-ticker-section{background-color:#ffffff;border-bottom:1px solid var(--border);padding:1rem 0}.ticker-card{background:var(--page-bg);border-radius:8px;padding:0.8rem 1.2rem;display:flex;align-items:center;justify-content:space-between;min-width:280px;border-left:4px solid var(--accent)}.ticker-card.hot{border-left-color:var(--accent-2)}.ticker-teams{font-weight:600;font-size:0.9rem}.ticker-status{font-size:0.75rem;padding:2px 6px;border-radius:4px;font-weight:bold}.status-upcoming{background-color:#e2e8f0;color:#475569}.status-live{background-color:#fee2e2;color:#ef4444;animation:pulse-live 1.5s infinite}@keyframes pulse-live{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.custom-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--card-shadow);transition:var(--transition);height:100%;overflow:hidden}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.08)}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch;background:var(--surface);border-radius:12px;border:1px solid var(--border);margin-bottom:1.5rem}.table-responsive-custom table{margin-bottom:0;width:100%;min-width:750px}.table-responsive-custom th{background-color:#f8fafc;color:var(--text-main);font-weight:600;border-bottom:2px solid var(--border);padding:1rem}.table-responsive-custom td{padding:1rem;vertical-align:middle;border-bottom:1px solid var(--border)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.group-box{background:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--card-shadow);overflow:hidden}.group-header{background:linear-gradient(135deg,var(--accent),#1d4ed8);color:#ffffff;padding:0.8rem 1rem;font-weight:bold;display:flex;justify-content:space-between;align-items:center}.group-header.mex{background:linear-gradient(135deg,#006847,#1e3a1e)}.group-header.can{background:linear-gradient(135deg,#da291c,#a61005)}.group-team-list{list-style:none;padding:0;margin:0}.group-team-item{padding:0.8rem 1rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.group-team-item:last-child{border-bottom:none}.guide-image-container{border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow);margin-bottom:1.5rem}.guide-image-container img{width:100%;height:auto;object-fit:cover;display:block}.faq-item{background:var(--surface);border-radius:8px;border:1px solid var(--border);margin-bottom:1rem;padding:1.2rem;box-shadow:var(--card-shadow)}.faq-question{font-weight:700;color:var(--surface-strong);font-size:1.05rem;margin-bottom:0.5rem;display:flex;align-items:center;gap:10px}.faq-question i{color:var(--accent-2)}.faq-answer{color:var(--text-muted);font-size:0.95rem;line-height:1.6}footer{background-color:var(--surface-strong);color:rgba(255,255,255,0.8);padding:4rem 0 2rem;border-top:4px solid var(--accent)}footer h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem}footer a{color:rgba(255,255,255,0.7);text-decoration:none;transition:var(--transition)}footer a:hover{color:var(--accent-gold)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:2rem;margin-top:3rem;font-size:0.85rem}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--page-bg)}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width:991.98px){.hero-section{padding:3rem 0;text-align:center}.hero-section h1{font-size:2.2rem}.section-title{text-align:center}.section-title::after{left:50%;transform:translateX(-50%)}}