:root{--primary-color:#002F6C;--secondary-color:#C8102E;--accent-color:#FFCD00;--bg-light:#F4F6F9;--bg-card:#FFFFFF;--text-dark:#1A1A1A;--text-muted:#626C7A;--border-color:#E2E8F0;--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body{font-family:var(--font-family);background-color:var(--bg-light);color:var(--text-dark);line-height:1.6;overflow-x:hidden}.navbar-custom{background-color:var(--primary-color);box-shadow:0 4px 12px rgba(0,0,0,0.1);padding:0.8rem 1rem}.navbar-custom .navbar-brand{color:#FFFFFF;font-weight:800;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{height:40px;width:auto}.navbar-custom .nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;margin:0 5px;transition:color 0.3s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent-color) !important}.main-container{padding:2rem 0}.section-card{background:var(--bg-card);border-radius:12px;border:1px solid var(--border-color);padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px rgba(0,0,0,0.02);transition:transform 0.3s ease,box-shadow 0.3s ease}.section-card:hover{box-shadow:0 8px 15px rgba(0,0,0,0.05)}.section-title{font-size:1.6rem;font-weight:700;color:var(--primary-color);margin-bottom:1.5rem;border-left:5px solid var(--secondary-color);padding-left:12px;display:flex;justify-content:space-between;align-items:center}.hero-section{background:linear-gradient(135deg,var(--primary-color) 0%,#001838 100%);color:#FFFFFF;padding:3.5rem 2rem;border-radius:12px;margin-bottom:2rem;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(200,16,46,0.15) 0%,transparent 60%);pointer-events:none}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#FFFFFF}.hero-meta{background:rgba(255,255,255,0.1);border-radius:8px;padding:1rem;backdrop-filter:blur(5px)}.live-ticker-container{overflow-x:auto;white-space:nowrap;padding:0.5rem 0;margin-bottom:1.5rem;scrollbar-width:thin}.live-ticker-card{display:inline-block;background:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;padding:0.75rem 1.25rem;margin-right:1rem;min-width:240px;vertical-align:top}.live-ticker-status{font-size:0.75rem;text-transform:uppercase;font-weight:700;padding:2px 6px;border-radius:4px;margin-bottom:0.5rem;display:inline-block}.status-upcoming{background:#E2E8F0;color:#4A5568}.status-live{background:#FED7D7;color:var(--secondary-color);animation:pulse 1.5s infinite}.status-finished{background:#EDFDF2;color:#38A169}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.group-box{background:#F8FAFC;border:1px solid var(--border-color);border-radius:8px;padding:1.25rem}.group-header{background:var(--primary-color);color:#FFFFFF;font-weight:700;text-align:center;padding:0.5rem;border-radius:6px;margin-bottom:1rem}.group-team-item{display:flex;justify-content:space-between;align-items:center;padding:0.5rem 0;border-bottom:1px dashed var(--border-color)}.group-team-item:last-child{border-bottom:none}.team-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:10px;overflow:hidden;text-align:center;transition:transform 0.2s}.team-card:hover{transform:translateY(-5px)}.team-banner{height:80px;background-size:cover;background-position:center}.team-logo-wrap{width:70px;height:70px;background:#FFF;border-radius:50%;margin:-35px auto 10px;box-shadow:0 4px 6px rgba(0,0,0,0.1);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.2rem;border:2px solid #FFF}.faq-item{border-bottom:1px solid var(--border-color);padding:1rem 0}.faq-question{font-weight:700;color:var(--primary-color);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-answer{margin-top:0.5rem;color:var(--text-muted);display:none}.faq-item.active .faq-answer{display:block}.footer-custom{background-color:#0B132B;color:#A0AEC0;padding:4rem 1rem 2rem;border-top:4px solid var(--secondary-color)}.footer-custom a{color:#E2E8F0;text-decoration:none;transition:color 0.2s}.footer-custom a:hover{color:var(--accent-color)}@media (max-width:991.98px){.hero-section{padding:2rem 1rem}.hero-title{font-size:1.8rem}}