:root{--page-bg:#f5f7fb;--surface:#ffffff;--surface-strong:#0a192f;--surface-muted:#f8fafd;--text-main:#1e293b;--text-light:#ffffff;--text-muted:#64748b;--accent:#0f172a;--primary:#0284c7;--secondary:#10b981;--accent-gold:#f59e0b;--border:#e2e8f0;--border-hover:#cbd5e1}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6;overflow-x:hidden}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);overflow:hidden}.custom-card:hover{transform:translateY(-4px);box-shadow:0 12px 20px -8px rgba(2,132,199,0.15);border-color:var(--border-hover)}.navbar{background-color:rgba(255,255,255,0.95) !important;backdrop-filter:blur(8px);border-bottom:1px solid var(--border);padding:0.75rem 0}.navbar-brand img{max-height:40px;width:auto}.nav-link{color:var(--text-main) !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.2s}.nav-link:hover{color:var(--primary) !important}.hero-section{padding:6rem 0 4rem;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--text-light);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(2,132,199,0.15) 0%,transparent 50%);pointer-events:none}.hero-badge{display:inline-flex;align-items:center;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);color:var(--accent-gold);padding:0.35rem 1rem;border-radius:50px;font-size:0.875rem;font-weight:600;margin-bottom:1.5rem}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem;background:linear-gradient(to right,#ffffff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-img{border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);object-fit:cover}.section-title{font-size:1.75rem;font-weight:700;position:relative;padding-bottom:0.75rem;margin-bottom:2rem;color:var(--accent)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background:var(--primary);border-radius:2px}.status-badge{padding:0.25rem 0.75rem;border-radius:50px;font-size:0.75rem;font-weight:bold}.status-live{background-color:rgba(16,185,129,0.1);color:var(--secondary);border:1px solid rgba(16,185,129,0.2)}.status-upcoming{background-color:rgba(2,132,199,0.1);color:var(--primary);border:1px solid rgba(2,132,199,0.2)}.status-ended{background-color:rgba(100,116,139,0.1);color:var(--text-muted);border:1px solid rgba(100,116,139,0.2)}.match-score-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.25rem;display:flex;align-items:center;justify-content:space-between}.team-flag-box{display:flex;align-items:center;gap:0.75rem}.team-flag-box span{font-weight:600;font-size:0.95rem}.table-responsive{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.custom-table th{background-color:#f1f5f9;color:var(--accent);font-weight:600;border-bottom:2px solid var(--border)}.custom-table td{vertical-align:middle;border-bottom:1px solid var(--border)}.news-card-img{height:200px;object-fit:cover;width:100%}.guide-box{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:1px solid var(--border);border-radius:12px;padding:1.5rem;height:100%}.accordion-button:not(.collapsed){background-color:rgba(2,132,199,0.05);color:var(--primary);box-shadow:none}.accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:0.5rem;overflow:hidden}footer{background-color:var(--surface-strong);color:rgba(255,255,255,0.8);border-top:4px solid var(--primary)}footer a{color:rgba(255,255,255,0.6) !important;text-decoration:none;transition:color 0.2s}footer a:hover{color:var(--primary) !important}@media (max-width:991.98px){.hero-title{font-size:2rem}.hero-section{padding:4rem 0 3rem}}