:root{--fc-primary:#0a2540;--fc-secondary:#00d4b2;--fc-accent-red:#da291c;--fc-accent-blue:#002868;--fc-bg-light:#f4f6f9;--fc-surface:#ffffff;--fc-text-main:#1c2d42;--fc-text-muted:#5a6e85;--fc-border-color:#e2e8f0;--fc-card-shadow:0 4px 15px rgba(10,37,64,0.05);--fc-gradient-hero:linear-gradient(135deg,#0a2540 0%,#002868 100%)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--fc-bg-light);color:var(--fc-text-main);line-height:1.6}.navbar{background-color:var(--fc-primary);box-shadow:0 2px 10px rgba(0,0,0,0.1)}.navbar-brand img{max-height:40px}.navbar-brand span{color:#ffffff;font-weight:700;letter-spacing:0.5px}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;transition:color 0.3s ease}.nav-link:hover,.nav-link.active{color:var(--fc-secondary) !important}.hero-section{background:var(--fc-gradient-hero);color:#ffffff;padding:80px 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(to top,var(--fc-bg-light),transparent)}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.25;margin-bottom:20px}.hero-subtitle{font-size:1.15rem;color:rgba(255,255,255,0.9);margin-bottom:30px}.hero-img{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.3);max-width:100%;height:auto}.section-title{font-weight:700;color:var(--fc-primary);margin-bottom:30px;position:relative;padding-bottom:12px}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--fc-accent-red);border-radius:2px}.section-title-center{text-align:center}.section-title-center::after{left:50%;transform:translateX(-50%)}.fc-card{background:var(--fc-surface);border-radius:12px;border:1px solid var(--fc-border-color);box-shadow:var(--fc-card-shadow);transition:transform 0.3s ease,box-shadow 0.3s ease;height:100%}.fc-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(10,37,64,0.1)}.score-badge{font-size:0.75rem;padding:4px 8px;border-radius:4px;font-weight:600}.badge-live{background-color:var(--fc-accent-red);color:#ffffff;animation:pulse 2s infinite}.badge-upcoming{background-color:var(--fc-bg-light);color:var(--fc-text-muted);border:1px solid var(--fc-border-color)}.group-table th{background-color:var(--fc-primary);color:#ffffff}.text-main{color:var(--fc-text-main)}.text-muted-custom{color:var(--fc-text-muted)}.bg-surface{background-color:var(--fc-surface)}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.table-responsive-custom{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}