:root{--soccer-primary:#0f2c59;--soccer-secondary:#1a4d80;--soccer-accent:#00b0ff;--soccer-lime:#a3e635;--soccer-dark:#121824;--soccer-light:#f8fafc;--soccer-card-bg:#ffffff;--soccer-border:#e2e8f0;--soccer-text-dark:#0f172a;--soccer-text-muted:#64748b}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--soccer-light);color:var(--soccer-text-dark);line-height:1.6;overflow-x:hidden}.navbar-custom{background-color:var(--soccer-primary);border-bottom:3px solid var(--soccer-lime);box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{color:#ffffff;font-weight:800;letter-spacing:0.5px}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;padding:0.5rem 1rem;transition:all 0.3s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--soccer-lime)}.main-container{padding:2rem 0}.hero-section{background:linear-gradient(135deg,var(--soccer-primary) 0%,var(--soccer-secondary) 100%);color:#ffffff;padding:4rem 0;border-radius:0 0 24px 24px;margin-bottom:3rem;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(163,230,53,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-title span{color:var(--soccer-lime)}.hero-meta-badge{background-color:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:0.5rem 1rem;border-radius:30px;display:inline-block;font-weight:600;margin-bottom:1.5rem}.hero-img-wrap{border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1)}.hero-img-wrap img{width:100%;height:auto;object-fit:cover}.section-title{position:relative;padding-bottom:12px;margin-bottom:2rem;font-weight:700;color:var(--soccer-primary)}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background-color:var(--soccer-lime);border-radius:2px}.card-custom{background:var(--soccer-card-bg);border:1px solid var(--soccer-border);border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.04);transition:transform 0.3s ease,box-shadow 0.3s ease;overflow:hidden}.card-custom:hover{transform:translateY(-4px);box-shadow:0 10px 20px rgba(0,0,0,0.08)}.score-ticker{background:var(--soccer-dark);color:#ffffff;padding:1rem 0;border-bottom:4px solid var(--soccer-lime)}.score-card{background:rgba(255,255,255,0.08);border-radius:8px;padding:0.75rem 1.25rem;margin-right:1rem;min-width:280px;display:inline-block;border-left:3px solid var(--soccer-lime)}.score-team{display:flex;justify-content:space-between;font-size:0.95rem;font-weight:600;margin-bottom:0.25rem}.score-status{font-size:0.75rem;color:var(--soccer-lime);text-transform:uppercase;letter-spacing:0.5px}.schedule-table{background-color:#ffffff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,0.03)}.schedule-table th{background-color:var(--soccer-primary);color:#ffffff;border:none;padding:1rem}.schedule-table td{padding:1rem;vertical-align:middle;border-bottom:1px solid var(--soccer-border)}.team-badge{display:inline-flex;align-items:center;font-weight:600}.team-badge i{font-size:1.25rem;margin-right:0.5rem;color:var(--soccer-secondary)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.group-card-header{background-color:var(--soccer-primary);color:#ffffff;padding:0.75rem 1rem;font-weight:700;border-top-left-radius:12px;border-top-right-radius:12px;display:flex;justify-content:space-between}.group-table{width:100%;margin-bottom:0}.group-table td{padding:0.5rem 1rem;font-size:0.9rem;border-bottom:1px solid var(--soccer-border)}.img-panel{border-radius:12px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.1);position:relative}.img-panel img{width:100%;height:auto;display:block;transition:transform 0.5s ease}.img-panel:hover img{transform:scale(1.05)}.faq-accordion .accordion-item{border:1px solid var(--soccer-border);border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--soccer-primary);background-color:#ffffff}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(15,44,89,0.05);color:var(--soccer-secondary);box-shadow:none}.footer-custom{background-color:var(--soccer-dark);color:rgba(255,255,255,0.8);padding:4rem 0 2rem;border-top:5px solid var(--soccer-primary)}.footer-brand{color:#ffffff;font-weight:800;margin-bottom:1.5rem}.footer-links a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.3s ease}.footer-links a:hover{color:var(--soccer-lime)}.horizontal-scroll-container{overflow-x:auto;white-space:nowrap;padding-bottom:10px;-webkit-overflow-scrolling:touch}@media (max-width:768px){.hero-title{font-size:2rem}.hero-section{padding:2.5rem 0}}