:root{--page-bg:#090c15;--surface:#111625;--surface-strong:#171d31;--text-main:#ffffff;--text-muted:#94a3b8;--accent:#00f2fe;--accent-rgb:0,242,254;--accent-2:#39ff14;--accent-3:#ff007f;--border:rgba(255,255,255,0.08);--border-hover:rgba(0,242,254,0.4);--font-sans:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body{background-color:var(--page-bg);color:var(--text-main);font-family:var(--font-sans);overflow-x:hidden;line-height:1.6}a{color:var(--accent);text-decoration:none;transition:all 0.25s ease}a:hover{color:var(--accent-2)}.navbar-custom{background-color:rgba(9,12,21,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);padding:0.75rem 1rem}.navbar-brand img{max-height:40px;object-fit:contain}.nav-link-custom{color:var(--text-muted) !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.25s}.nav-link-custom:hover,.nav-link-custom.active{color:var(--accent) !important}.hero-section{padding:8rem 0 5rem;position:relative;background:radial-gradient(circle at 80% 20%,rgba(0,242,254,0.08) 0%,transparent 50%),radial-gradient(circle at 10% 80%,rgba(255,0,127,0.05) 0%,transparent 50%)}.badge-live{background:linear-gradient(135deg,var(--accent-3),#ff003c);color:#fff;font-size:0.75rem;font-weight:700;letter-spacing:1px;padding:0.35rem 0.75rem;border-radius:50px;text-transform:uppercase}.card-custom{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;height:100%;transition:transform 0.3s ease,border-color 0.3s ease,box-shadow 0.3s ease}.card-custom:hover{transform:translateY(-4px);border-color:var(--border-hover);box-shadow:0 10px 30px rgba(0,242,254,0.05)}.section-title{position:relative;padding-bottom:0.75rem;margin-bottom:2rem;font-weight:800;letter-spacing:-0.5px}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(90deg,var(--accent),var(--accent-2));border-radius:2px}.match-bar{background:var(--surface-strong);border-radius:8px;padding:1rem;border-left:4px solid var(--accent);margin-bottom:1rem}.score-display{font-size:1.5rem;font-weight:800;letter-spacing:2px;color:var(--accent-2)}.table-responsive-custom{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.table-custom{margin-bottom:0;color:var(--text-main)}.table-custom th{background-color:var(--surface-strong);color:var(--accent);border-bottom:2px solid var(--border);padding:1rem;font-size:0.85rem;text-transform:uppercase;letter-spacing:0.5px}.table-custom td{padding:1rem;border-bottom:1px solid var(--border);vertical-align:middle}.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:12px;padding:1.25rem}.group-header{font-weight:700;color:var(--accent);border-bottom:1px solid var(--border);padding-bottom:0.5rem;margin-bottom:0.75rem}.img-wrap{position:relative;border-radius:12px;overflow:hidden;border:1px solid var(--border)}.img-wrap img{width:100%;height:auto;object-fit:cover;transition:transform 0.5s ease}.img-wrap:hover img{transform:scale(1.05)}.accordion-item-custom{background-color:var(--surface) !important;border:1px solid var(--border) !important;margin-bottom:0.75rem;border-radius:8px !important;overflow:hidden}.accordion-button-custom{background-color:var(--surface) !important;color:var(--text-main) !important;font-weight:600;padding:1.25rem;border:none !important;box-shadow:none !important}.accordion-button-custom:not(.collapsed){color:var(--accent) !important;border-bottom:1px solid var(--border) !important}.accordion-body-custom{background-color:var(--surface-strong);color:var(--text-muted);padding:1.25rem}footer{background-color:#06080e;border-top:1px solid var(--border);padding:4rem 0 2rem;color:var(--text-muted)}footer h5{color:var(--text-main);font-weight:700;margin-bottom:1.5rem}@media (max-width:991.98px){.hero-section{padding:6rem 0 3rem}}