:root{--page-bg:#f4f7f6;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#e11d48;--accent-hover:#be123c;--accent-2:#d97706;--border:#e2e8f0;--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body{background-color:var(--page-bg);color:var(--text-main);font-family:var(--font-family);font-size:1rem;line-height:1.6}a{color:var(--accent);text-decoration:none;transition:color 0.2s ease}a:hover{color:var(--accent-hover)}.navbar-custom{background-color:var(--surface-strong);border-bottom:3px solid var(--accent);box-shadow:0 4px 6px -1px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand,.navbar-custom .nav-link{color:#f8fafc !important}.navbar-custom .nav-link:hover{color:var(--accent-2) !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);color:#ffffff;padding:4rem 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(225,29,72,0.15) 0%,transparent 50%);pointer-events:none}.hero-tag{background:rgba(225,29,72,0.2);color:#fda4af;border:1px solid rgba(225,29,72,0.4);border-radius:50px;padding:0.35rem 1rem;font-size:0.875rem;display:inline-block;margin-bottom:1.5rem}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}@media (min-width:992px){.hero-title{font-size:3.5rem}}.hero-desc{font-size:1.125rem;color:#cbd5e1;margin-bottom:2rem}.section-title{font-size:1.75rem;font-weight:700;color:var(--surface-strong);position:relative;padding-bottom:0.5rem;margin-bottom:2rem}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:4px;background-color:var(--accent);border-radius:2px}.card-custom{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:transform 0.25s ease,box-shadow 0.25s ease;overflow:hidden}.card-custom:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.match-badge{background:#f1f5f9;border-radius:6px;font-size:0.75rem;font-weight:600;color:var(--text-muted);padding:0.25rem 0.6rem}.match-badge.live{background:#fee2e2;color:var(--accent);animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.match-team{font-weight:700;font-size:1.05rem}.match-score-box{background:var(--surface-strong);color:#fff;font-weight:800;padding:0.25rem 0.75rem;border-radius:6px;font-size:1.15rem;min-width:60px;text-align:center}.table-responsive-custom{border-radius:12px;overflow:hidden;border:1px solid var(--border);background:var(--surface)}.table-custom{margin-bottom:0}.table-custom th{background-color:var(--surface-strong);color:#ffffff;font-weight:600;border:none}.table-custom td{vertical-align:middle;color:var(--text-main)}.accordion-custom .accordion-item{border:1px solid var(--border);border-radius:12px !important;margin-bottom:1rem;overflow:hidden;background:var(--surface)}.accordion-custom .accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface);box-shadow:none}.accordion-custom .accordion-button:not(.collapsed){background-color:#fff1f2;color:var(--accent)}.accordion-custom .accordion-body{color:var(--text-muted);font-size:0.95rem}footer{background-color:var(--surface-strong);color:#cbd5e1;padding:4rem 0 2rem;border-top:4px solid var(--accent)}footer h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem}footer a{color:#94a3b8}footer a:hover{color:#ffffff}