:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#f1f5f9;--text-main:#0f172a;--text-muted:#475569;--accent:#0284c7;--accent-2:#16a34a;--accent-3:#dc2626;--border:#e2e8f0;--font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,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}.card-custom{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:transform 0.2s ease,box-shadow 0.2s ease}.card-custom:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.navbar-custom{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.navbar-brand img{max-height:40px}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:80px 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to top,var(--page-bg),transparent)}.section-title{position:relative;padding-bottom:12px;margin-bottom:30px;font-weight:700}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;border-radius:2px;background:linear-gradient(to right,var(--accent),var(--accent-2))}.stat-badge{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);border-radius:8px;padding:15px;text-align:center}.match-badge{font-size:12px;padding:4px 8px;border-radius:4px;font-weight:600}.match-live{background-color:#fee2e2;color:#ef4444}.match-upcoming{background-color:#e0f2fe;color:#0369a1}.match-finished{background-color:#f1f5f9;color:#475569}.group-table th{background-color:var(--surface-strong);color:var(--text-main)}.accordion-button:not(.collapsed){background-color:var(--surface-strong);color:var(--accent)}.scroll-x-mobile{overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}