:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#e11d48;--accent-2:#059669;--primary:#1d4ed8;--border:#e2e8f0;--border-light:#f1f5f9}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--surface-strong)}a{color:var(--primary);text-decoration:none;transition:color 0.2s ease}a:hover{color:var(--accent)}.header-navbar{background-color:var(--surface);box-shadow:0 1px 3px rgba(0,0,0,0.05);position:sticky;top:0;z-index:1020;border-bottom:1px solid var(--border)}.navbar-brand img{max-height:40px;object-fit:contain}.nav-link{color:var(--text-main) !important;font-weight:500;padding:0.5rem 1rem !important}.nav-link:hover,.nav-link.active{color:var(--accent) !important}.hero-section{padding:4rem 0;background:linear-gradient(135deg,#eff6ff 0%,#f0fdf4 100%);border-bottom:1px solid var(--border)}.hero-title{font-size:2.5rem;line-height:1.25;margin-bottom:1.5rem}.hero-img{border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,0.08);object-fit:cover;width:100%;height:auto}.sport-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;height:100%;box-shadow:0 4px 6px -1px rgba(0,0,0,0.02);transition:transform 0.2s ease,box-shadow 0.2s ease}.sport-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.05)}.section-header{margin-bottom:2.5rem;position:relative}.section-header h2{font-size:1.85rem;display:inline-block;padding-bottom:0.5rem}.section-header h2::after{content:'';display:block;width:48px;height:4px;background-color:var(--accent);margin-top:0.5rem;border-radius:2px}.match-badge{font-size:0.75rem;font-weight:600;padding:0.25rem 0.5rem;border-radius:4px}.match-badge.live{background-color:#fee2e2;color:#ef4444}.match-badge.upcoming{background-color:#e0f2fe;color:#0284c7}.match-badge.finished{background-color:#f1f5f9;color:#64748b}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.table-responsive-custom table{margin-bottom:0;white-space:nowrap}.group-table th{background-color:#f8fafc;color:var(--text-muted);font-weight:600}.group-table td{vertical-align:middle}.team-flag{width:24px;height:16px;object-fit:cover;border-radius:2px;margin-right:8px;display:inline-block;border:1px solid #e2e8f0}.stadium-img{border-radius:8px;height:200px;object-fit:cover;width:100%}.timeline-item{position:relative;padding-left:2rem;border-left:2px solid var(--border);padding-bottom:1.5rem}.timeline-item::before{content:'';position:absolute;left:-6px;top:6px;width:10px;height:10px;border-radius:50%;background-color:var(--accent)}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden}.faq-accordion .accordion-button:not(.collapsed){background-color:#f0fdf4;color:var(--accent-2)}.footer-area{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem;border-top:4px solid var(--accent)}.footer-area h5{color:#ffffff;margin-bottom:1.5rem}.footer-links a{color:#94a3b8;display:block;margin-bottom:0.5rem}.footer-links a:hover{color:#ffffff}