:root{--page-bg:#f5f7fa;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0f52ba;--accent-red:#d9251c;--accent-green:#006847;--border:#e2e8f0;--border-light:#f1f5f9}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;line-height:1.6}.navbar{background-color:var(--surface);box-shadow:0 2px 10px rgba(0,0,0,0.05);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;border-bottom-left-radius:24px;border-bottom-right-radius:24px}.hero-section h1{font-size:2.5rem;font-weight:800;line-height:1.25;color:#ffffff}.hero-section .text-highlight{background:linear-gradient(90deg,#38bdf8,#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.section-padding{padding:60px 0}.section-title{position:relative;padding-bottom:12px;margin-bottom:30px;font-weight:700;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background:linear-gradient(90deg,var(--accent),var(--accent-red));border-radius:2px}.custom-card{background-color: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}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.match-badge{font-size:0.75rem;padding:4px 8px;border-radius:20px;font-weight:600}.match-badge.live{background-color:#fee2e2;color:var(--accent-red)}.match-badge.upcoming{background-color:#f1f5f9;color:var(--text-muted)}.table-responsive-container{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.flag-icon{width:24px;height:16px;object-fit:cover;border-radius:2px;display:inline-block;margin-right:8px;box-shadow:0 1px 2px rgba(0,0,0,0.1)}.accordion-button:not(.collapsed){background-color:#f1f5f9;color:var(--accent)}footer{background-color:var(--surface-strong);color:#94a3b8}footer h5{color:#ffffff}footer a{color:#94a3b8;text-decoration:none;transition:color 0.2s}footer a:hover{color:#ffffff}