:root{--page-bg:#0b0f19;--surface:#131a2c;--surface-strong:#1a233d;--text-main:#f8fafc;--text-muted:#94a3b8;--accent:#10b981;--accent-2:#f59e0b;--border:#2e3d60;--font-sans:-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-sans);overflow-x:hidden;line-height:1.6}a{color:var(--accent);text-decoration:none;transition:all 0.3s ease}a:hover{color:var(--accent-2)}.navbar{background-color:rgba(11,15,25,0.95);border-bottom:1px solid var(--border);backdrop-filter:blur(10px)}.navbar-brand img{max-height:40px}.nav-link{color:var(--text-main) !important;font-weight:500;padding:0.5rem 1rem !important;border-radius:6px}.nav-link:hover,.nav-link.active{color:var(--accent) !important;background-color:rgba(16,185,129,0.1)}.hero-section{padding:8rem 0 5rem;background:radial-gradient(circle at 80% 20%,rgba(16,185,129,0.15),transparent 50%),radial-gradient(circle at 20% 80%,rgba(245,158,11,0.1),transparent 50%)}.hero-title{font-size:3rem;font-weight:800;line-height:1.2;background:linear-gradient(135deg,#ffffff 30%,#a7f3d0 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-img{border-radius:12px;border:1px solid var(--border);box-shadow:0 20px 40px rgba(0,0,0,0.5);max-width:100%;height:auto}.section-title{font-size:2rem;font-weight:700;position:relative;padding-bottom:0.75rem;margin-bottom:2rem;color:#ffffff;border-bottom:2px solid var(--border)}.section-title::after{content:'';position:absolute;bottom:-2px;left:0;width:80px;height:2px;background-color:var(--accent)}.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}.card-custom:hover{transform:translateY(-5px);border-color:var(--accent)}.score-bar{background:linear-gradient(90deg,var(--surface),var(--surface-strong));border-radius:12px;border-left:4px solid var(--accent);padding:1rem;margin-bottom:1rem}.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(--text-muted);font-weight:600;border-bottom:2px solid var(--border);padding:1rem}.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-color:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem}.group-header{background-color:var(--surface-strong);padding:0.5rem 1rem;margin:-1.25rem -1.25rem 1rem -1.25rem;border-top-left-radius:11px;border-top-right-radius:11px;font-weight:bold;border-bottom:1px solid var(--border);color:var(--accent-2)}.badge-custom{font-size:0.8rem;padding:0.35rem 0.65rem;border-radius:4px;font-weight:600}.badge-live{background-color:rgba(239,68,68,0.2);color:#f87171;border:1px solid rgba(239,68,68,0.4)}.badge-upcoming{background-color:rgba(245,158,11,0.2);color:#fbbf24;border:1px solid rgba(245,158,11,0.4)}.badge-finished{background-color:rgba(148,163,184,0.2);color:#cbd5e1;border:1px solid rgba(148,163,184,0.4)}.faq-item{background-color:var(--surface);border:1px solid var(--border);border-radius:10px;margin-bottom:1rem;overflow:hidden}.faq-trigger{width:100%;text-align:left;padding:1.25rem;background:none;border:none;color:var(--text-main);font-weight:600;display:flex;justify-content:space-between;align-items:center}.faq-trigger:focus{outline:none}.faq-content{padding:0 1.25rem 1.25rem;color:var(--text-muted);border-top:1px solid rgba(46,61,96,0.5);display:none}footer{background-color:#070a12;border-top:1px solid var(--border);padding:4rem 0 2rem;color:var(--text-muted)}@media (max-width:991.98px){.hero-title{font-size:2.25rem}.hero-section{padding:6rem 0 3rem}}