:root{--primary-color:#0d6efd;--primary-dark:#0a58ca;--accent-red:#dc3545;--accent-green:#198754;--bg-light:#f8f9fa;--bg-dark-section:#111827;--text-dark:#212529;--text-muted:#6c757d;--card-shadow:0 4px 12px rgba(0,0,0,0.05);--transition-speed:0.3s}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-dark);background-color:#f4f6f9;line-height:1.6}.site-header{background:#ffffff;box-shadow:0 2px 10px rgba(0,0,0,0.08);position:sticky;top:0;z-index:1030}.navbar-brand img{max-height:45px;object-fit:contain}.main-wrapper{padding:30px 0}.hero-section{background:linear-gradient(135deg,#1e3a8a 0%,#0f172a 100%);color:#ffffff;border-radius:14px;overflow:hidden;position:relative;padding:4rem 2rem;margin-bottom:30px}.hero-section::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(13,110,253,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.hero-img{border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,0.3);object-fit:cover;width:100%;height:auto}.info-card{background:#ffffff;border-radius:12px;border:none;box-shadow:var(--card-shadow);margin-bottom:25px;transition:transform var(--transition-speed),box-shadow var(--transition-speed)}.info-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,0.1)}.card-header-custom{background-color:transparent;border-bottom:2px solid #f1f3f5;padding:1.25rem;font-weight:700;display:flex;justify-content:space-between;align-items:center}.card-header-custom h2,.card-header-custom h3{font-size:1.25rem;margin:0;color:var(--primary-dark);display:flex;align-items:center;gap:10px}@media (min-width:992px){.sticky-sidebar{position:sticky;top:90px;height:calc(100vh - 110px);overflow-y:auto}}.match-item{border-left:4px solid var(--primary-color);transition:background var(--transition-speed)}.match-item:hover{background-color:#f8f9fa}.match-badge{font-size:0.75rem;padding:4px 8px;border-radius:4px}.badge-live{background-color:var(--accent-red);color:#fff;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.group-table th{background-color:#f1f5f9;color:#334155}.group-card{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.stadium-card img{height:200px;object-fit:cover;width:100%}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}.faq-button{background:none;border:none;width:100%;text-align:left;padding:1rem;font-weight:600;color:#1e293b;display:flex;justify-content:space-between;align-items:center}.faq-button:not(.collapsed){color:var(--primary-color);background-color:#f0f7ff}.site-footer{background-color:var(--bg-dark-section);color:#9ca3af;padding:4rem 0 2rem;margin-top:50px}.site-footer h5{color:#ffffff;font-weight:600;margin-bottom:1.5rem}.site-footer a{color:#9ca3af;text-decoration:none;transition:color 0.2s}.site-footer a:hover{color:#ffffff}.footer-bottom{border-top:1px solid #374151;padding-top:1.5rem;margin-top:3rem}