:root{--page-bg:#f8f9fa;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f1f5f9;--accent:#0284c7;--accent-hover:#0369a1;--accent-2:#ef4444;--accent-3:#10b981;--border:#e2e8f0;--gradient-hero:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);--transition-smooth:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);line-height:1.6;overflow-x:hidden}.navbar-custom{background-color:var(--surface-strong);box-shadow:0 2px 10px rgba(0,0,0,0.1);transition:var(--transition-smooth);padding:0.8rem 1rem}.navbar-custom .navbar-brand{font-weight:800;color:#ffffff;font-size:1.4rem;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px;object-fit:contain}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;padding:0.5rem 1rem;border-radius:6px;transition:var(--transition-smooth)}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:#ffffff;background-color:rgba(255,255,255,0.1)}.hero-section{background:var(--gradient-hero);color:var(--text-light);padding:5rem 0;position:relative;overflow:hidden;border-bottom:5px solid var(--accent)}.hero-section::after{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{background-color:rgba(239,68,68,0.2);border:1px solid var(--accent-2);color:#fca5a5;padding:0.4rem 1rem;border-radius:30px;font-weight:600;display:inline-flex;align-items:center;gap:8px;margin-bottom:1.5rem}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem;letter-spacing:-0.02em}.hero-desc{font-size:1.125rem;color:#94a3b8;margin-bottom:2rem;max-width:650px;line-height:1.7}.hero-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3)}.hero-image-wrapper img{width:100%;height:auto;object-fit:cover;display:block;transition:transform 0.5s ease}.hero-image-wrapper:hover img{transform:scale(1.03)}.section-header{text-align:center;margin-bottom:3.5rem;position:relative}.section-header h2{font-size:2.25rem;font-weight:800;color:var(--surface-strong);display:inline-block;position:relative;padding-bottom:1rem;margin-bottom:0.75rem}.section-header h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background-color:var(--accent);border-radius:2px}.section-header p{color:var(--text-muted);max-width:700px;margin:0 auto;font-size:1.05rem}.quick-stats-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.5rem;text-align:center;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:var(--transition-smooth);height:100%}.quick-stats-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1);border-color:var(--accent)}.stats-icon{font-size:2.5rem;color:var(--accent);margin-bottom:1rem}.stats-value{font-size:1.75rem;font-weight:800;color:var(--surface-strong);margin-bottom:0.25rem}.stats-label{color:var(--text-muted);font-weight:500;font-size:0.95rem}.group-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:var(--transition-smooth);height:100%}.group-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,0.1);border-color:var(--accent)}.group-header{background:linear-gradient(135deg,var(--accent) 0%,#0369a1 100%);color:#ffffff;padding:1rem 1.25rem;font-weight:700;font-size:1.2rem;display:flex;justify-content:space-between;align-items:center}.group-list{list-style:none;padding:0;margin:0}.group-item{display:flex;align-items:center;justify-content:space-between;padding:0.9rem 1.25rem;border-bottom:1px solid var(--border);transition:background-color 0.2s}.group-item:last-child{border-bottom:none}.group-item:hover{background-color:rgba(2,132,199,0.03)}.team-name{font-weight:600;display:flex;align-items:center;gap:12px}.team-flag{width:24px;height:16px;background-color:#f1f5f9;border:1px solid #cbd5e1;border-radius:2px;object-fit:cover}.match-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:var(--transition-smooth)}.match-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,0.1);border-color:var(--accent)}.match-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;border-bottom:1px solid var(--border);padding-bottom:0.75rem;font-size:0.875rem;color:var(--text-muted)}.match-status{padding:0.25rem 0.75rem;border-radius:30px;font-weight:600;font-size:0.8rem}.status-upcoming{background-color:rgba(94,108,131,0.1);color:var(--text-muted)}.status-live{background-color:rgba(239,68,68,0.1);color:var(--accent-2);animation:pulse-live 2s infinite}.status-finished{background-color:rgba(16,185,129,0.1);color:var(--accent-3)}@keyframes pulse-live{0%{opacity:0.7}50%{opacity:1}100%{opacity:0.7}}.match-main{display:flex;align-items:center;justify-content:space-between}.match-team{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.match-team .team-title{font-weight:700;font-size:1.1rem}.match-center{display:flex;flex-direction:column;align-items:center;padding:0 1.5rem}.match-score{font-size:2.25rem;font-weight:800;letter-spacing:2px;color:var(--surface-strong);display:flex;align-items:center;gap:15px}.match-vs{font-size:1rem;color:var(--text-muted);font-weight:700;background-color:var(--page-bg);padding:0.35rem 0.75rem;border-radius:30px;text-transform:uppercase}.news-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:var(--transition-smooth);height:100%;display:flex;flex-direction:column}.news-card:hover{transform:translateY(-5px);box-shadow:0 12px 20px -5px rgba(0,0,0,0.15);border-color:var(--accent)}.news-img{height:200px;object-fit:cover;width:100%}.news-body{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.news-meta{font-size:0.85rem;color:var(--text-muted);margin-bottom:0.75rem;display:flex;align-items:center;gap:10px}.news-title{font-size:1.2rem;font-weight:700;color:var(--surface-strong);margin-bottom:0.75rem;line-height:1.4}.news-excerpt{font-size:0.95rem;color:var(--text-muted);margin-bottom:1.25rem;line-height:1.6}.showcase-block{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}.showcase-content{padding:3rem;display:flex;flex-direction:column;justify-content:center;height:100%}.showcase-tag{font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:0.9rem}.showcase-title{font-size:1.85rem;font-weight:800;color:var(--surface-strong);margin-bottom:1.5rem}.showcase-desc{color:var(--text-muted);font-size:1.05rem;margin-bottom:1.5rem;line-height:1.7}.showcase-list{list-style:none;padding:0;margin:0}.showcase-list li{position:relative;padding-left:1.5rem;margin-bottom:0.75rem;font-weight:500}.showcase-list li::before{content:"\F272";font-family:"bootstrap-icons";position:absolute;left:0;color:var(--accent-3);font-weight:bold}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:1rem;overflow:hidden;background-color:var(--surface);box-shadow:0 2px 4px rgba(0,0,0,0.02)}.faq-accordion .accordion-button{font-weight:700;color:var(--surface-strong);padding:1.25rem 1.5rem;background-color:var(--surface);transition:var(--transition-smooth)}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(2,132,199,0.04);color:var(--accent);box-shadow:none}.faq-accordion .accordion-body{color:var(--text-muted);line-height:1.7;padding:1.25rem 1.5rem;background-color:var(--surface);border-top:1px solid var(--border)}.info-source-card{background-color:rgba(2,132,199,0.03);border:1px dashed var(--accent);border-radius:12px;padding:2.5rem;margin-top:3rem}.info-source-title{font-weight:800;color:var(--surface-strong);display:flex;align-items:center;gap:12px;margin-bottom:1rem}.info-source-title i{color:var(--accent);font-size:1.5rem}.info-source-text{color:var(--text-muted);font-size:0.95rem;line-height:1.7;margin:0}.footer-custom{background-color:var(--surface-strong);color:var(--text-light);padding:4.5rem 0 2rem;border-top:5px solid var(--accent-2)}.footer-logo{font-weight:800;font-size:1.5rem;color:#ffffff;margin-bottom:1.5rem;display:flex;align-items:center;gap:10px}.footer-logo img{max-height:45px;object-fit:contain}.footer-desc{color:#94a3b8;font-size:0.95rem;line-height:1.7;margin-bottom:1.5rem}.footer-title{font-size:1.1rem;font-weight:700;margin-bottom:1.5rem;color:#ffffff;position:relative;padding-bottom:0.5rem}.footer-title::after{content:'';position:absolute;bottom:0;left:0;width:35px;height:3px;background-color:var(--accent-2);border-radius:2px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:var(--transition-smooth);font-weight:500}.footer-links a:hover{color:#ffffff;padding-left:5px}.footer-bottom{border-top:1px solid #334155;padding-top:2rem;margin-top:3.5rem;color:#64748b;font-size:0.9rem}@media (max-width:991.98px){.hero-title{font-size:2.25rem}.showcase-content{padding:2rem}.section-header{margin-bottom:2.5rem}.section-header h2{font-size:1.85rem}.table-responsive-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}}