:root{--primary-rgb:13,110,253;--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#e11d48;--accent-2:#10b981;--border:#e2e8f0;--hero-gradient:linear-gradient(135deg,#0f172a 0%,#1e293b 100%)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);overflow-x:hidden;line-height:1.6}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);transition:transform 0.2s ease,box-shadow 0.2s ease}.custom-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}.navbar-custom{background-color:var(--surface-strong);padding:0.8rem 1rem;position:sticky;top:0;z-index:1030;box-shadow:0 2px 10px rgba(0,0,0,0.1)}.navbar-brand-img{height:40px;width:auto;margin-right:10px}.navbar-custom .nav-link{color:#f8fafc !important;font-weight:500;margin:0 0.5rem;transition:color 0.2s}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent) !important}.hero-section{background:var(--hero-gradient);color:#ffffff;padding:5rem 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(225,29,72,0.15) 0%,transparent 50%);pointer-events:none}.hero-img{border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);object-fit:cover;width:100%;height:auto}.section-header{margin-bottom:2.5rem;position:relative}.section-header h2{font-weight:700;color:var(--surface-strong);display:inline-block;padding-bottom:0.5rem}.section-header h2::after{content:'';display:block;width:50px;height:4px;background-color:var(--accent);margin-top:0.5rem;border-radius:2px}.score-bar{background-color:var(--surface);border-left:4px solid var(--accent);border-radius:8px;padding:1rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 3px rgba(0,0,0,0.05)}.score-status{font-size:0.85rem;font-weight:600;padding:0.25rem 0.5rem;border-radius:4px}.status-upcoming{background-color:#f1f5f9;color:#475569}.status-live{background-color:#fef2f2;color:#ef4444;animation:pulse 2s infinite}.status-ended{background-color:#f0fdf4;color:#16a34a}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden}.group-header{background-color:var(--surface-strong);color:#ffffff;padding:0.75rem 1rem;font-weight:bold;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:0.5rem 1rem;font-size:0.9rem;border-bottom:1px solid var(--border)}.timeline{position:relative;padding-left:2rem;border-left:2px solid var(--border)}.timeline-item{position:relative;margin-bottom:2rem}.timeline-item::before{content:'';position:absolute;left:-2.45rem;top:0.25rem;width:12px;height:12px;border-radius:50%;background-color:var(--accent);border:2px solid var(--surface)}.btn-custom{background-color:var(--accent);color:#ffffff;border:none;padding:0.6rem 1.5rem;border-radius:6px;font-weight:600;transition:all 0.2s ease}.btn-custom:hover{background-color:#be123c;color:#ffffff;transform:translateY(-1px)}@media (max-width:991.98px){.hero-section{padding:3rem 0;text-align:center}.hero-img{margin-top:2rem}.timeline{padding-left:1.5rem}}