:root{--primary-color:#0d6efd;--primary-dark:#0a58ca;--secondary-color:#198754;--accent-color:#dc3545;--bg-light:#f8fafc;--bg-card:#ffffff;--text-dark:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0;--header-height:70px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-dark);background-color:var(--bg-light);line-height:1.6}.custom-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);transition:transform 0.2s ease,box-shadow 0.2s ease;overflow:hidden}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}.navbar{height:var(--header-height);box-shadow:0 1px 3px rgba(0,0,0,0.1);background-color:#ffffff !important}.navbar-brand img{max-height:45px}.hero-section{padding:80px 0;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(13,110,253,0.15) 0%,transparent 50%);pointer-events:none}.status-badge{font-size:0.75rem;font-weight:600;padding:0.25rem 0.75rem;border-radius:50px}.status-upcoming{background-color:#e2e8f0;color:#475569}.status-live{background-color:#fee2e2;color:#ef4444;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}.match-card{border-left:4px solid var(--primary-color)}.guide-step{border-left:2px dashed var(--border-color);position:relative;padding-left:24px}.guide-step::before{content:'';position:absolute;left:-6px;top:6px;width:12px;height:12px;border-radius:50%;background-color:var(--primary-color)}footer{background-color:#0f172a;color:#94a3b8;font-size:0.9rem}footer a{color:#cbd5e1;text-decoration:none}footer a:hover{color:#ffffff}