:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0f172a;--primary:#0284c7;--primary-hover:#0369a1;--accent:#10b981;--accent-2:#f59e0b;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--border:#e2e8f0;--shadow-sm:0 2px 4px rgba(0,0,0,0.05);--shadow-md:0 4px 12px rgba(0,0,0,0.08);--shadow-lg:0 8px 24px rgba(0,0,0,0.12)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);overflow-x:hidden;line-height:1.6}.navbar-custom{background-color:var(--surface-strong);box-shadow:var(--shadow-md);padding:0.8rem 1rem;position:sticky;top:0;z-index:1000}.navbar-custom .navbar-brand{font-weight:800;color:var(--text-light);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;transition:color 0.3s ease;font-size:0.95rem}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--text-light);padding:5rem 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(16,185,129,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.hero-title span{color:var(--accent)}.hero-image{border-radius:12px;box-shadow:var(--shadow-lg);border:4px solid rgba(255,255,255,0.1);object-fit:cover;width:100%;height:auto}.hero-badge{display:inline-flex;align-items:center;background:rgba(16,185,129,0.2);color:var(--accent);border:1px solid var(--accent);padding:0.4rem 1rem;border-radius:30px;font-weight:600;font-size:0.85rem;margin-bottom:1rem}.match-ticker-section{background:var(--surface);border-bottom:1px solid var(--border);padding:1.5rem 0}.section-title-sm{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:1rem;display:flex;align-items:center;gap:8px}.match-card{background:var(--page-bg);border-radius:10px;padding:1rem;border:1px solid var(--border);min-width:280px;transition:transform 0.2s}.match-card:hover{transform:translateY(-2px);border-color:var(--primary)}.match-status{font-size:0.75rem;font-weight:700;padding:0.2rem 0.6rem;border-radius:20px;display:inline-block;margin-bottom:0.5rem}.status-upcoming{background:#e0f2fe;color:#0369a1}.status-live{background:#fee2e2;color:#b91c1c;animation:pulse 2s infinite}.status-ended{background:#f1f5f9;color:#475569}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.team-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.4rem}.team-row span{font-weight:600}.team-score{font-weight:800;color:var(--text-main)}section{padding:4.5rem 0}.section-header{margin-bottom:3rem;text-align:center}.section-header h2{font-size:2.2rem;font-weight:800;color:var(--text-main);position:relative;display:inline-block;padding-bottom:0.8rem}.section-header h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background-color:var(--accent);border-radius:2px}.section-header p{color:var(--text-muted);font-size:1.1rem;margin-top:0.8rem;max-width:600px;margin-left:auto;margin-right:auto}.schedule-nav{justify-content:center;border-bottom:2px solid var(--border);margin-bottom:2rem;gap:5px}.schedule-nav .nav-link{border:none;color:var(--text-muted);font-weight:600;padding:0.8rem 1.5rem;border-radius:0;border-bottom:3px solid transparent;background:none}.schedule-nav .nav-link.active{color:var(--primary);border-bottom-color:var(--primary);background:none}.schedule-table-container{background:var(--surface);border-radius:12px;box-shadow:var(--shadow-sm);overflow-x:auto;border:1px solid var(--border)}.schedule-table{width:100%;min-width:800px;margin-bottom:0}.schedule-table th{background-color:#f8fafc;color:var(--text-main);font-weight:700;padding:1rem;border-bottom:2px solid var(--border)}.schedule-table td{padding:1.2rem 1rem;vertical-align:middle;border-bottom:1px solid var(--border)}.group-card{background:var(--surface);border-radius:12px;box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:all 0.3s;overflow:hidden;height:100%}.group-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:var(--accent)}.group-header{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-hover) 100%);color:var(--text-light);padding:0.8rem 1.2rem;font-weight:700;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center}.group-list{list-style:none;padding:0;margin:0}.group-list-item{display:flex;justify-content:space-between;align-items:center;padding:0.8rem 1.2rem;border-bottom:1px solid var(--border);font-weight:500}.group-list-item:last-child{border-bottom:none}.group-list-item .rank{width:24px;height:24px;background:var(--page-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.8rem;color:var(--text-muted);font-weight:700}.group-list-item:nth-child(-n+2) .rank{background:rgba(16,185,129,0.15);color:var(--accent)}.team-card-styled{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform 0.3s}.team-card-styled:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.team-card-flag{height:8px;width:100%}.team-card-body{padding:1.5rem}.team-title{font-size:1.25rem;font-weight:700;margin-bottom:0.5rem;display:flex;align-items:center;gap:10px}.team-meta{font-size:0.85rem;color:var(--text-muted);margin-bottom:1rem}.team-stats-badge{background:var(--page-bg);padding:0.3rem 0.6rem;border-radius:6px;font-size:0.8rem;font-weight:600;color:var(--text-main)}.stadium-section{background:linear-gradient(rgba(15,23,42,0.9),rgba(15,23,42,0.9)),var(--surface-strong);color:var(--text-light)}.stadium-section .section-header h2{color:var(--text-light)}.stadium-card{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:12px;overflow:hidden;height:100%}.stadium-img-wrapper{position:relative;overflow:hidden}.stadium-img-wrapper img{width:100%;height:220px;object-fit:cover;transition:transform 0.3s}.stadium-card:hover .stadium-img-wrapper img{transform:scale(1.05)}.stadium-info{padding:1.5rem}.stadium-city{color:var(--accent);font-weight:700;text-transform:uppercase;font-size:0.85rem;margin-bottom:0.5rem}.news-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;transition:all 0.3s;height:100%}.news-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary)}.news-body{padding:1.5rem}.news-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:0.8rem;display:flex;align-items:center;gap:12px}.news-title{font-size:1.15rem;font-weight:700;line-height:1.4;margin-bottom:0.8rem;color:var(--text-main)}.news-excerpt{color:var(--text-muted);font-size:0.9rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.guide-section{background-color:var(--surface)}.guide-card-alt{border:1px solid var(--border);border-radius:12px;padding:2rem;background:var(--page-bg);height:100%;transition:border-color 0.3s}.guide-card-alt:hover{border-color:var(--primary)}.guide-icon{font-size:2.5rem;color:var(--primary);margin-bottom:1.5rem}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:10px;margin-bottom:1rem;overflow:hidden;background:var(--surface)}.faq-accordion .accordion-button{font-weight:700;color:var(--text-main);background-color:var(--surface);padding:1.2rem}.faq-accordion .accordion-button:not(.collapsed){color:var(--primary);background-color:#f1f5f9;box-shadow:none}.faq-accordion .accordion-body{color:var(--text-muted);padding:1.2rem;line-height:1.7}.site-footer{background-color:var(--surface-strong);color:var(--text-light);padding:4rem 0 2rem;border-top:4px solid var(--accent)}.footer-brand{font-size:1.5rem;font-weight:800;margin-bottom:1rem;display:flex;align-items:center;gap:10px}.footer-brand img{height:36px;width:auto}.footer-desc{color:rgba(255,255,255,0.7);font-size:0.9rem;line-height:1.6}.footer-heading{font-size:1.1rem;font-weight:700;color:var(--text-light);margin-bottom:1.5rem;position:relative}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:0.8rem}.footer-links a{color:rgba(255,255,255,0.75);text-decoration:none;transition:color 0.3s;font-size:0.9rem}.footer-links a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);margin-top:3rem;padding-top:1.5rem;text-align:center;font-size:0.85rem;color:rgba(255,255,255,0.5)}@media (max-width:991.98px){.hero-section{padding:3rem 0;text-align:center}.hero-title{font-size:2.2rem}.hero-image{margin-top:2rem}.section-header h2{font-size:1.8rem}}