:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0a1128;--primary:#0052cc;--primary-dark:#003d99;--accent:#00b4d8;--accent-warm:#ff9f1c;--text-main:#1c2434;--text-muted:#64748b;--text-light:#f8fafc;--border:#e2e8f0;--card-radius:12px}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6}.section-padding{padding:80px 0}.bg-dark-sport{background-color:var(--surface-strong);color:var(--text-light)}.text-accent{color:var(--accent-warm)}.navbar-custom{background-color:var(--surface-strong);border-bottom:2px solid var(--primary);padding:15px 0}.navbar-custom .navbar-brand{font-weight:800;color:var(--text-light);display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;padding:8px 16px !important;transition:color 0.3s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent)}.hero-section{background:linear-gradient(135deg,var(--surface-strong) 40%,#102a43 100%);color:var(--text-light);padding:100px 0 80px;overflow:hidden;position:relative}.hero-title{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:20px;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.hero-lead{font-size:1.15rem;color:rgba(255,255,255,0.85);margin-bottom:30px}.hero-badge{display:inline-block;background:rgba(255,255,255,0.1);border:1px solid var(--accent);padding:6px 16px;border-radius:50px;font-size:0.9rem;font-weight:600;color:var(--accent);margin-bottom:20px}.hero-img{border-radius:var(--card-radius);box-shadow:0 20px 40px rgba(0,0,0,0.4);object-fit:cover;width:100%;height:auto}.score-ticker-section{background-color:#0d1b2a;border-bottom:4px solid var(--accent-warm);padding:15px 0}.score-card{background:rgba(255,255,255,0.08);border-radius:8px;padding:12px 18px;min-width:260px;border:1px solid rgba(255,255,255,0.1)}.score-card .team-name{font-weight:700;font-size:0.95rem;color:var(--text-light)}.score-card .team-score{font-size:1.2rem;font-weight:800;color:var(--accent-warm)}.score-card .status-tag{font-size:0.75rem;padding:2px 8px;border-radius:4px;background:rgba(0,0,0,0.3);color:#10b981}.section-title{position:relative;font-weight:800;margin-bottom:40px;color:var(--text-main);padding-bottom:15px}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background-color:var(--primary);border-radius:2px}.text-center.section-title::after{left:50%;transform:translateX(-50%)}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);box-shadow:0 4px 6px rgba(0,0,0,0.02);transition:transform 0.3s ease,box-shadow 0.3s ease;overflow:hidden}.custom-card:hover{transform:translateY(-5px);box-shadow:0 12px 20px rgba(0,0,0,0.08)}.schedule-tab .nav-link{color:var(--text-muted);border:none;background:none;padding:12px 24px;font-weight:600;border-radius:30px;margin-right:10px;transition:all 0.3s ease}.schedule-tab .nav-link.active{background-color:var(--primary);color:var(--text-light)}.schedule-list-item{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:20px;margin-bottom:15px;transition:all 0.3s ease}.schedule-list-item:hover{border-color:var(--primary)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.group-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);overflow:hidden}.group-header{background-color:var(--primary);color:var(--text-light);padding:12px 20px;font-weight:700;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center}.group-table{width:100%;margin-bottom:0}.group-table th,.group-table td{padding:10px 15px;font-size:0.9rem;border-bottom:1px solid var(--border)}.stadium-card-img{height:240px;object-fit:cover;width:100%}.badge-rule{background-color:rgba(0,82,204,0.1);color:var(--primary);padding:4px 10px;border-radius:4px;font-size:0.8rem;font-weight:600}.accordion-custom .accordion-item{border:1px solid var(--border);border-radius:var(--card-radius) !important;margin-bottom:15px;overflow:hidden}.accordion-custom .accordion-button{font-weight:700;color:var(--text-main);background-color:var(--surface)}.accordion-custom .accordion-button:not(.collapsed){background-color:rgba(0,82,204,0.05);color:var(--primary);box-shadow:none}.footer-custom{background-color:var(--surface-strong);color:rgba(255,255,255,0.7);padding:60px 0 30px;font-size:0.9rem;border-top:4px solid var(--primary)}.footer-custom a{color:rgba(255,255,255,0.8);text-decoration:none;transition:color 0.3s ease}.footer-custom a:hover{color:var(--accent)}.footer-title{color:var(--text-light);font-weight:700;margin-bottom:20px}@media (max-width:991.98px){.hero-title{font-size:2.25rem}.section-padding{padding:50px 0}}