:root{--page-bg:#f4f7f6;--surface:#ffffff;--surface-strong:#111827;--text-main:#1f2937;--text-muted:#4b5563;--accent:#059669;--accent-red:#dc2626;--accent-blue:#1d4ed8;--border:#e5e7eb;--primary-gradient:linear-gradient(135deg,#059669 0%,#1d4ed8 100%)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--surface-strong);font-weight:700}.navbar{background-color:var(--surface);box-shadow:0 2px 4px rgba(0,0,0,0.05);padding:1rem 0}.navbar-brand img{max-height:40px;margin-right:10px}.nav-link{color:var(--text-muted);font-weight:500;transition:color 0.3s ease}.nav-link:hover,.nav-link.active{color:var(--accent)}.hero-section{background:linear-gradient(135deg,rgba(5,150,105,0.05) 0%,rgba(29,78,216,0.05) 100%);padding:5rem 0;border-bottom:1px solid var(--border)}.hero-content{max-width:650px}.hero-badge{display:inline-block;background-color:rgba(5,150,105,0.1);color:var(--accent);padding:0.35rem 0.75rem;border-radius:20px;font-size:0.875rem;font-weight:600;margin-bottom:1.5rem}.hero-img-container img{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.1);max-width:100%;height:auto}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;height:100%;transition:transform 0.3s ease,box-shadow 0.3s ease}.custom-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,0.06)}.match-badge{font-size:0.75rem;padding:0.25rem 0.5rem;border-radius:4px;font-weight:600}.badge-upcoming{background-color:#eff6ff;color:var(--accent-blue)}.badge-live{background-color:#fef2f2;color:var(--accent-red);animation:pulse 2s infinite}.badge-ended{background-color:#f3f4f6;color:var(--text-muted)}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.table-responsive{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1rem}.table th{border-bottom:2px solid var(--border);color:var(--text-muted);font-weight:600}.sticky-sidebar{position:sticky;top:2rem}footer{background-color:var(--surface-strong);color:rgba(255,255,255,0.8);padding:4rem 0 2rem 0;border-top:4px solid var(--accent)}footer a{color:rgba(255,255,255,0.6);text-decoration:none;transition:color 0.3s ease}footer a:hover{color:#ffffff}footer .border-top{border-color:rgba(255,255,255,0.1) !important}.section-header{margin-bottom:3rem}.section-header h2{position:relative;padding-bottom:0.75rem;display:inline-block}.section-header h2::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background:var(--primary-gradient);border-radius:2px}.accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden}.accordion-button:not(.collapsed){background-color:rgba(5,150,105,0.05);color:var(--accent);box-shadow:none}.accordion-button:focus{box-shadow:none;border-color:rgba(5,150,105,0.2)}