:root{--wc-primary:#0a3d62;--wc-secondary:#d90429;--wc-accent:#00b4d8;--wc-bg-light:#f8f9fa;--wc-text-dark:#1e293b;--wc-text-muted:#64748b;--wc-border:#e2e8f0;--wc-card-shadow:0 4px 12px rgba(10,61,98,0.05);--wc-card-hover:0 8px 24px rgba(10,61,98,0.1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--wc-text-dark);background-color:#ffffff;line-height:1.6}.card-custom{border:1px solid var(--wc-border);border-radius:12px;background-color:#ffffff;box-shadow:var(--wc-card-shadow);transition:all 0.3s ease;overflow:hidden}.card-custom:hover{transform:translateY(-4px);box-shadow:var(--wc-card-hover)}.navbar-custom{background-color:#ffffff;border-bottom:2px solid var(--wc-primary);box-shadow:0 2px 10px rgba(0,0,0,0.05)}.navbar-brand img{max-height:45px}.hero-section{background:linear-gradient(135deg,rgba(10,61,98,0.95) 0%,rgba(15,76,129,0.9) 100%);color:#ffffff;padding:80px 0;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(0,180,216,0.15) 0%,transparent 60%);pointer-events:none}.hero-img{border-radius:14px;box-shadow:0 15px 35px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1)}.section-title{position:relative;padding-bottom:15px;margin-bottom:35px;font-weight:700;color:var(--wc-primary)}.section-title::after{content:"";position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--wc-secondary);border-radius:2px}.text-center .section-title::after{left:50%;transform:translateX(-50%)}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-custom::-webkit-scrollbar{height:6px}.table-responsive-custom::-webkit-scrollbar-track{background:#f1f1f1}.table-responsive-custom::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.match-badge{font-size:0.75rem;padding:4px 8px;border-radius:4px;font-weight:bold}.badge-upcoming{background-color:var(--wc-bg-light);color:var(--wc-text-muted);border:1px solid var(--wc-border)}.badge-live{background-color:var(--wc-secondary);color:#ffffff;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}@media (max-width:768px){.hero-section{padding:40px 0;text-align:center}.hero-img{margin-top:30px}}