:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--surface-muted:#f1f5f9;--text-main:#0f172a;--text-muted:#475569;--text-light:#ffffff;--accent:#0284c7;--accent-hover:#0369a1;--accent-rgb:2,132,199;--accent-2:#10b981;--border:#e2e8f0;--card-radius:12px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);line-height:1.6}.sport-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:1.5rem;transition:transform 0.2s ease,box-shadow 0.2s ease}.sport-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px rgba(0,0,0,0.05)}.navbar{background-color:var(--surface-strong);box-shadow:0 2px 10px rgba(0,0,0,0.1)}.navbar-brand,.nav-link{color:var(--text-light) !important}.nav-link:hover{color:var(--accent-2) !important}.navbar-toggler{border-color:rgba(255,255,255,0.1)}.navbar-toggler-icon{filter:invert(1)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--text-light);padding:5rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(2,132,199,0.15) 0%,transparent 50%);pointer-events:none}.hero-tag{background-color:rgba(2,132,199,0.2);border:1px solid var(--accent);color:#38bdf8;padding:0.35rem 0.75rem;border-radius:50px;font-size:0.875rem;display:inline-block}section{padding:4.5rem 0}.section-title{position:relative;margin-bottom:2.5rem;font-weight:700}.section-title::after{content:'';display:block;width:50px;height:4px;background-color:var(--accent);margin-top:0.75rem;border-radius:2px}.match-bar-container{background-color:#0f172a;color:var(--text-light);padding:1rem 0;border-bottom:3px solid var(--accent-2)}.match-ticker-item{border-right:1px solid rgba(255,255,255,0.1);padding:0 1.5rem;min-width:220px}.match-ticker-item:last-child{border-right:none}.match-status{font-size:0.75rem;text-transform:uppercase;padding:0.15rem 0.4rem;border-radius:4px;background-color:rgba(255,255,255,0.15);font-weight:bold}.match-status.live{background-color:var(--accent-2);animation:pulse 2s infinite}.group-table{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);overflow:hidden}.group-header{background-color:var(--surface-muted);font-weight:bold;border-bottom:2px solid var(--border)}.table th,.table td{padding:0.75rem 1rem;vertical-align:middle}.responsive-table-holder{overflow-x:auto;-webkit-overflow-scrolling:touch}.faq-item{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);margin-bottom:1rem;overflow:hidden}.faq-question{padding:1.25rem;background-color:var(--surface);cursor:pointer;font-weight:600;display:flex;justify-content:space-between;align-items:center;transition:background-color 0.2s}.faq-question:hover{background-color:var(--surface-muted)}.faq-answer{padding:1.25rem;border-top:1px solid var(--border);background-color:var(--page-bg);color:var(--text-muted)}footer{background-color:var(--surface-strong);color:rgba(255,255,255,0.7);font-size:0.9rem}footer a{color:rgba(255,255,255,0.8);text-decoration:none}footer a:hover{color:var(--accent-2)}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}