:root{--page-bg:#f4f7f6;--surface:#ffffff;--surface-strong:#0a192f;--text-main:#1e293b;--text-muted:#64748b;--accent:#0f62fe;--accent-2:#10b981;--accent-3:#ef4444;--border:#e2e8f0;--radius:12px}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius);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.08)}header{background-color:var(--surface-strong);position:sticky;top:0;z-index:1000}.navbar-brand img{max-height:40px}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;transition:color 0.2s ease}.nav-link:hover,.nav-link.active{color:var(--accent-2) !important}.main-wrapper{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width:992px){.main-wrapper{grid-template-columns:2.5fr 1fr}}.hero-section{background:linear-gradient(135deg,var(--surface-strong) 0%,#1e293b 100%);color:#ffffff;border-radius:var(--radius);overflow:hidden;position:relative}.hero-badge{background:linear-gradient(90deg,var(--accent-2),var(--accent));color:#fff;padding:6px 16px;border-radius:50px;font-size:0.85rem;font-weight:600;display:inline-block}.section-title{position:relative;padding-left:16px;font-weight:700;color:var(--surface-strong)}.section-title::before{content:'';position:absolute;left:0;top:15%;height:70%;width:5px;background:linear-gradient(to bottom,var(--accent),var(--accent-2));border-radius:4px}.match-card{background-color:var(--surface);border-left:4px solid var(--accent);border-radius:8px}.match-badge{font-size:0.75rem;padding:4px 8px;border-radius:4px}.match-badge.live{background-color:#fee2e2;color:#ef4444;animation:pulse 2s infinite}.match-badge.upcoming{background-color:#f1f5f9;color:#64748b}.group-table th{background-color:var(--surface-strong);color:#fff}.sidebar-sticky{position:sticky;top:80px}.faq-item{border-bottom:1px solid var(--border)}.faq-button{background:none;border:none;width:100%;text-align:left;padding:16px 0;font-weight:600;color:var(--surface-strong);display:flex;justify-content:space-between;align-items:center}.faq-button:focus{outline:none}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}