:root{--fc-primary:#0F2080;--fc-secondary:#E31C24;--fc-accent:#00A859;--fc-gold:#FFD700;--fc-dark:#111827;--fc-light:#F9FAFB;--fc-muted:#6B7280;--fc-border:#E5E7EB;--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body{font-family:var(--font-family);background-color:var(--fc-light);color:var(--fc-dark);line-height:1.6;overflow-x:hidden}.navbar-brand img{height:40px;object-fit:contain}.custom-navbar{background-color:#ffffff;box-shadow:0 2px 10px rgba(0,0,0,0.05);transition:all 0.3s ease}.custom-navbar .nav-link{color:var(--fc-dark) !important;font-weight:500;margin:0 8px;position:relative}.custom-navbar .nav-link:hover,.custom-navbar .nav-link.active{color:var(--fc-primary) !important}.custom-navbar .nav-link::after{content:'';position:absolute;bottom:0;left:50%;width:0;height:2px;background-color:var(--fc-secondary);transition:all 0.3s ease;transform:translateX(-50%)}.custom-navbar .nav-link:hover::after,.custom-navbar .nav-link.active::after{width:80%}.hero-section{background:linear-gradient(135deg,rgba(15,32,128,0.95) 0%,rgba(17,24,39,0.9) 100%);color:var(--fc-light);padding:100px 0 80px 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(227,28,36,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:20px;background:linear-gradient(to right,#ffffff,#FFD700);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-img{border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,0.3);border:3px solid rgba(255,255,255,0.1)}.section-title{font-size:2rem;font-weight:700;color:var(--fc-primary);position:relative;padding-bottom:12px;margin-bottom:30px}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(to right,var(--fc-primary),var(--fc-secondary));border-radius:2px}.card-custom{border:none;border-radius:12px;background-color:#ffffff;box-shadow:var(--card-shadow);transition:transform 0.3s ease,box-shadow 0.3s ease}.card-custom:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.08)}.score-ticker{background-color:var(--fc-primary);color:white;padding:10px 0;font-size:0.9rem;overflow:hidden;white-space:nowrap}.ticker-item{display:inline-block;padding:0 25px;border-right:1px solid rgba(255,255,255,0.2)}.table-custom{background:white;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,0.02)}.table-custom th{background-color:var(--fc-primary);color:white;border:none;font-weight:600}.table-custom td{vertical-align:middle;border-color:var(--fc-border)}.stadium-card{position:relative;border-radius:12px;overflow:hidden;height:280px;box-shadow:0 8px 16px rgba(0,0,0,0.15)}.stadium-card img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.stadium-card:hover img{transform:scale(1.1)}.stadium-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,0.85));color:white;padding:20px}.accordion-button:not(.collapsed){background-color:rgba(15,32,128,0.05);color:var(--fc-primary)}footer{background-color:var(--fc-dark);color:#9CA3AF;padding:60px 0 20px 0}footer a{color:#D1D5DB;text-decoration:none;transition:color 0.3s ease}footer a:hover{color:var(--fc-secondary)}footer h5{color:white;font-weight:600;margin-bottom:20px}@media (max-width:768px){.hero-title{font-size:2rem}.section-title{font-size:1.6rem}.stadium-card{height:200px}}@keyframes ticker{0%{transform:translateX(100%)}100%{transform:translateX(-100%)}}