:root{--soccer-primary:#0a3d62;--soccer-secondary:#3c6382;--soccer-accent:#079992;--soccer-warning:#f6b93b;--soccer-danger:#e55039;--soccer-light:#f8f9fa;--soccer-dark:#1e272e;--soccer-border:#e9ecef;--text-main:#2d3436;--text-muted:#636e72;--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body{font-family:var(--font-family);color:var(--text-main);background-color:#f5f6fa;line-height:1.6}a{text-decoration:none;color:var(--soccer-primary);transition:color 0.3s ease}a:hover{color:var(--soccer-accent)}.navbar-custom{background-color:var(--soccer-primary);box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{font-weight:800;color:#ffffff;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{height:40px;width:auto}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;padding:0.5rem 1rem;transition:all 0.2s}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:#ffffff;background-color:rgba(255,255,255,0.1);border-radius:4px}.hero-section{background:linear-gradient(135deg,#0a3d62 0%,#1e272e 100%);color:#ffffff;padding:80px 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle,rgba(7,153,146,0.15) 0%,rgba(0,0,0,0) 70%);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.25;margin-bottom:20px}.hero-subtitle{font-size:1.15rem;color:rgba(255,255,255,0.8);margin-bottom:30px}.hero-img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 15px 35px rgba(0,0,0,0.3)}.section-padding{padding:70px 0}.bg-white-card{background-color:#ffffff;border-radius:12px;padding:30px;box-shadow:0 4px 20px rgba(0,0,0,0.05);margin-bottom:30px}.section-title{font-size:1.85rem;font-weight:700;color:var(--soccer-primary);margin-bottom:10px;position:relative;display:inline-block}.section-title::after{content:'';display:block;width:40px;height:4px;background-color:var(--soccer-accent);margin-top:8px;border-radius:2px}.section-intro{color:var(--text-muted);margin-bottom:40px;font-size:1rem}.match-card{border:1px solid var(--soccer-border);border-radius:10px;background:#ffffff;padding:20px;transition:transform 0.2s,box-shadow 0.2s;margin-bottom:20px}.match-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,0.08)}.match-header{font-size:0.85rem;color:var(--text-muted);display:flex;justify-content:space-between;border-bottom:1px solid var(--soccer-border);padding-bottom:10px;margin-bottom:15px}.match-team{display:flex;align-items:center;font-weight:600;font-size:1.05rem}.match-score{font-size:1.5rem;font-weight:800;color:var(--soccer-primary);text-align:center;background:#f1f2f6;padding:4px 12px;border-radius:6px;min-width:60px}.match-status{font-size:0.8rem;padding:3px 10px;border-radius:20px;font-weight:bold}.status-upcoming{background-color:rgba(246,185,59,0.15);color:#d35400}.status-live{background-color:rgba(229,80,57,0.15);color:var(--soccer-danger);animation:pulse 1.5s infinite}.status-finished{background-color:rgba(116,125,140,0.15);color:#2f3542}.group-table{background-color:#ffffff;border-radius:10px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.04)}.group-header{background:linear-gradient(45deg,var(--soccer-primary),var(--soccer-secondary));color:#ffffff;padding:12px 20px;font-weight:700}.table-custom{margin-bottom:0;font-size:0.95rem}.table-custom th{background-color:#f1f2f6;color:var(--text-dark);font-weight:600;border-bottom:2px solid var(--soccer-border)}.table-custom td{vertical-align:middle}.card-team-highlight{border:none;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.05);transition:all 0.3s}.card-team-highlight:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,0.1)}.card-team-body{padding:20px;background:#ffffff}.team-flag-pill{display:inline-block;width:35px;height:22px;background-size:cover;border-radius:3px;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.guide-box{background-color:#ffffff;border-left:5px solid var(--soccer-accent);padding:20px;border-radius:0 10px 10px 0;box-shadow:0 2px 10px rgba(0,0,0,0.02);height:100%}.faq-accordion .accordion-item{border:none;margin-bottom:15px;border-radius:8px !important;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.04)}.faq-accordion .accordion-button{font-weight:600;color:var(--soccer-primary);background-color:#ffffff;border:none}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(7,153,146,0.08);color:var(--soccer-primary);box-shadow:none}.faq-accordion .accordion-body{background-color:#ffffff;color:var(--text-muted);font-size:0.95rem}.footer-custom{background-color:var(--soccer-dark);color:#d1d2d6;padding:60px 0 30px;font-size:0.9rem}.footer-custom a{color:#a4b0be;transition:color 0.2s}.footer-custom a:hover{color:#ffffff}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:20px;margin-top:40px;font-size:0.8rem}.badge-tag{background-color:var(--soccer-secondary);color:#ffffff;font-size:0.75rem;padding:4px 8px;border-radius:4px;text-transform:uppercase}@keyframes pulse{0%{opacity:0.6}50%{opacity:1}100%{opacity:0.6}}@media (max-width:768px){.hero-title{font-size:2rem}.section-title{font-size:1.5rem}.table-responsive-scroll{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}