:root{--primary-color:#0052cc;--primary-hover:#0040a3;--secondary-color:#00a86b;--accent-color:#ff4757;--dark-color:#1e293b;--light-bg:#f8fafc;--border-color:#e2e8f0;--text-main:#0f172a;--text-muted:#64748b;--card-shadow:0 4px 12px rgba(15,23,42,0.05);--border-radius:12px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-main);background-color:#ffffff;line-height:1.6}p,li,td,th{color:#334155}.navbar{background-color:#ffffff;box-shadow:0 2px 10px rgba(0,0,0,0.05);padding:0.8rem 1rem}.navbar-brand img{max-height:40px}.nav-link{color:var(--text-main) !important;font-weight:500;transition:color 0.3s}.nav-link:hover{color:var(--primary-color) !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:4rem 0;overflow:hidden}.hero-section h1{font-size:2.5rem;font-weight:800;line-height:1.25;color:#ffffff}.hero-section p{color:#cbd5e1;font-size:1.1rem}.hero-tag{background-color:var(--secondary-color);color:#ffffff;padding:0.25rem 0.75rem;border-radius:20px;font-size:0.875rem;font-weight:600;display:inline-block}.hero-img{border-radius:var(--border-radius);box-shadow:0 10px 30px rgba(0,0,0,0.3);object-fit:cover;width:100%;height:auto}.section-title{font-size:2rem;font-weight:700;color:var(--dark-color);position:relative;padding-bottom:0.75rem;margin-bottom:2rem}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--primary-color);border-radius:2px}.custom-card{background:#ffffff;border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--card-shadow);transition:transform 0.3s,box-shadow 0.3s;overflow:hidden}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(15,23,42,0.1)}.match-card{background-color:var(--light-bg);border-radius:var(--border-radius);padding:1.25rem;border:1px solid var(--border-color)}.match-badge{font-size:0.75rem;padding:0.25rem 0.5rem;border-radius:4px;font-weight:600}.badge-upcoming{background-color:#e2e8f0;color:#475569}.badge-live{background-color:#ffe4e6;color:#e11d48}.table-responsive{border-radius:var(--border-radius);border:1px solid var(--border-color);overflow:hidden}.table{margin-bottom:0}.table th{background-color:#f1f5f9;color:#1e293b;font-weight:600}.news-img{height:200px;object-fit:cover;width:100%}.guide-icon{width:48px;height:48px;background-color:#e0f2fe;color:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-right:1rem;flex-shrink:0}footer{background-color:#0f172a;color:#94a3b8;padding:4rem 0 2rem;font-size:0.95rem}footer h5{color:#ffffff;font-weight:600;margin-bottom:1.5rem}footer a{color:#94a3b8;text-decoration:none;transition:color 0.3s}footer a:hover{color:#ffffff}footer p{color:#94a3b8}.footer-bottom{border-top:1px solid #1e293b;padding-top:1.5rem;margin-top:3rem}@media (max-width:768px){.hero-section{padding:2.5rem 0;text-align:center}.hero-section h1{font-size:2rem}.section-title{font-size:1.6rem}}