:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0284c7;--accent-green:#10b981;--accent-red:#ef4444;--border:#e2e8f0;--card-shadow:0 4px 6px -1px rgb(0 0 0 / 0.05),0 2px 4px -2px rgb(0 0 0 / 0.05)}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6}a{color:var(--accent);text-decoration:none;transition:color 0.2s ease}a:hover{color:#0369a1}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--card-shadow);padding:1.5rem;transition:transform 0.2s ease,box-shadow 0.2s ease}.custom-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1),0 4px 6px -4px rgb(0 0 0 / 0.1)}header{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:1000}.navbar-brand img{height:40px;object-fit:contain}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:5rem 0;margin-bottom:3rem}.hero-section p{color:#cbd5e1 !important}.section-title{position:relative;padding-bottom:0.75rem;margin-bottom:2rem;font-weight:700;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--accent);border-radius:2px}.group-table{width:100%;margin-bottom:1rem}.group-table th{background-color:#f1f5f9;color:var(--surface-strong);font-weight:600}.status-badge{font-size:0.75rem;padding:0.25rem 0.6rem;border-radius:50px;font-weight:600}.status-upcoming{background-color:#e0f2fe;color:#0369a1}.status-live{background-color:#fef2f2;color:#b91c1c;animation:pulse 2s infinite}.status-finished{background-color:#f1f5f9;color:#475569}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}footer{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem;margin-top:5rem;border-top:1px solid #334155}footer a{color:#cbd5e1}footer a:hover{color:var(--accent)}footer h5{color:#ffffff;font-weight:600}