:root{--page-bg:#070b19;--surface:#10162e;--surface-strong:#172043;--text-main:#f1f5f9;--text-muted:#94a3b8;--accent:#00f2fe;--accent-2:#4facfe;--accent-rgb:0,242,254;--success:#10b981;--border:#1e294b;--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body{background-color:var(--page-bg);color:var(--text-main);font-family:var(--font-family);line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--page-bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}.site-header{background-color:rgba(16,22,46,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:1030}.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{padding:80px 0;background:linear-gradient(135deg,#070b19 0%,#10162e 100%);border-bottom:1px solid var(--border);position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(0,242,254,0.1) 0%,rgba(7,11,25,0) 70%);z-index:0;pointer-events:none}.section-padding{padding:70px 0}.section-title{position:relative;font-size:2rem;font-weight:700;margin-bottom:40px;color:var(--text-main);display:inline-block}.section-title::after{content:'';position:absolute;bottom:-8px;left:0;width:50px;height:4px;background:linear-gradient(90deg,var(--accent),var(--accent-2));border-radius:2px}.card-custom{background:var(--surface);border:1px solid var(--border);border-radius:12px;transition:transform 0.3s ease,border-color 0.3s ease,box-shadow 0.3s ease;overflow:hidden;height:100%}.card-custom:hover{transform:translateY(-5px);border-color:rgba(0,242,254,0.4);box-shadow:0 10px 20px rgba(0,0,0,0.3)}.ticker-wrapper{background:var(--surface-strong);border-bottom:1px solid var(--border);padding:12px 0}.match-badge{font-size:0.75rem;padding:4px 8px;border-radius:4px;font-weight:600;text-transform:uppercase}.badge-upcoming{background-color:var(--border);color:var(--text-muted)}.badge-live{background-color:rgba(239,68,68,0.2);color:#ef4444;border:1px solid rgba(239,68,68,0.4);animation:pulse 2s infinite}@keyframes pulse{0%{opacity:0.6}50%{opacity:1}100%{opacity:0.6}}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;border:1px solid var(--border);background:var(--surface)}.table-custom{width:100%;margin-bottom:0;color:var(--text-main);border-collapse:collapse}.table-custom th,.table-custom td{padding:16px;border-bottom:1px solid var(--border);white-space:nowrap}.table-custom th{background-color:var(--surface-strong);font-weight:600;text-align:left;color:var(--accent)}.table-custom tbody tr:hover{background-color:rgba(255,255,255,0.02)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px}.group-header{font-size:1.2rem;font-weight:700;border-bottom:1px solid var(--border);padding-bottom:10px;margin-bottom:15px;color:var(--accent);display:flex;justify-content:space-between;align-items:center}.img-cover-wrapper{position:relative;overflow:hidden;border-radius:12px;border:1px solid var(--border)}.img-cover-wrapper img{width:100%;height:auto;object-fit:cover;transition:transform 0.5s ease}.img-cover-wrapper:hover img{transform:scale(1.05)}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:8px !important;margin-bottom:15px;overflow:hidden}.faq-button{background:var(--surface) !important;color:var(--text-main) !important;border:none !important;box-shadow:none !important;font-weight:600;padding:20px !important;text-align:left;width:100%;display:flex;justify-content:space-between;align-items:center}.faq-button::after{filter:invert(1)}.faq-body{background:var(--surface-strong);color:var(--text-muted);padding:20px;border-top:1px solid var(--border)}@media (max-width:991.98px){.hero-section{padding:50px 0}.section-title{font-size:1.75rem;margin-bottom:30px}}