:root{--page-bg:#f5f7fa;--surface:#ffffff;--surface-strong:#eef2f7;--text-main:#1e293b;--text-muted:#64748b;--accent:#00a859;--accent-2:#0f52ba;--accent-glow:rgba(0,168,89,0.15);--border:#e2e8f0;--card-shadow:0 4px 12px rgba(30,41,59,0.05);--border-radius:12px}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;line-height:1.6}.section-padding{padding:80px 0}.section-title{font-size:2rem;font-weight:800;color:var(--accent-2);position:relative;margin-bottom:1rem;display:inline-block}.section-title::after{content:'';position:absolute;bottom:-8px;left:0;width:45px;height:4px;background-color:var(--accent);border-radius:2px}.section-desc{color:var(--text-muted);margin-bottom:3rem;max-width:600px}.navbar{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);box-shadow:0 2px 8px rgba(0,0,0,0.03)}.navbar-brand img{height:40px;object-fit:contain}.nav-link{color:var(--text-main) !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.3s ease}.nav-link:hover,.nav-link.active{color:var(--accent) !important}.hero-section{background:linear-gradient(135deg,rgba(15,82,186,0.08) 0%,rgba(0,168,89,0.08) 100%),var(--surface);padding:120px 0 80px 0;border-bottom:1px solid var(--border)}.hero-badge{background-color:var(--accent-glow);color:var(--accent);padding:6px 16px;border-radius:50px;font-weight:600;font-size:0.9rem;display:inline-block;margin-bottom:1.5rem}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.25;color:var(--text-main);margin-bottom:1.5rem}.hero-title span{color:var(--accent-2)}.hero-desc{font-size:1.1rem;color:var(--text-muted);margin-bottom:2rem;max-width:650px}.hero-img{border-radius:var(--border-radius);box-shadow:0 20px 40px rgba(0,0,0,0.08);max-height:420px;object-fit:cover;width:100%}.quick-stats{margin-top:-40px;position:relative;z-index:10}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--border-radius);padding:24px;box-shadow:var(--card-shadow);transition:transform 0.3s ease}.stat-card:hover{transform:translateY(-5px)}.stat-number{font-size:2.2rem;font-weight:800;color:var(--accent);line-height:1;margin-bottom:5px}.match-ticker{background:var(--surface-strong);padding:15px 0;overflow-x:auto;white-space:nowrap;border-bottom:1px solid var(--border)}.ticker-wrapper{display:inline-flex;gap:15px;padding:0 15px}.ticker-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:8px 16px;display:inline-flex;align-items:center;gap:12px;font-size:0.85rem}.ticker-status{font-size:0.75rem;padding:2px 6px;border-radius:4px;font-weight:600}.status-unstarted{background:#f1f5f9;color:#475569}.status-ended{background:#fee2e2;color:#ef4444}.schedule-table-container{background:var(--surface);border-radius:var(--border-radius);border:1px solid var(--border);box-shadow:var(--card-shadow);overflow:hidden}.schedule-table{margin-bottom:0}.schedule-table th{background-color:var(--surface-strong);color:var(--text-main);font-weight:600;border-bottom:2px solid var(--border);padding:16px}.schedule-table td{padding:16px;vertical-align:middle;border-bottom:1px solid var(--border)}.group-card{background:var(--surface);border-radius:var(--border-radius);border:1px solid var(--border);box-shadow:var(--card-shadow);overflow:hidden;height:100%}.group-header{background:var(--accent-2);color:#fff;padding:12px 20px;font-weight:700;font-size:1.1rem}.group-list{list-style:none;padding:0;margin:0}.group-item{display:flex;justify-content:space-between;padding:12px 20px;border-bottom:1px solid var(--border)}.group-item:last-child{border-bottom:none}.team-card{background:var(--surface);border-radius:var(--border-radius);border:1px solid var(--border);box-shadow:var(--card-shadow);overflow:hidden;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);height:100%}.team-card:hover{transform:translateY(-5px);box-shadow:0 12px 20px rgba(0,0,0,0.08)}.team-flag-placeholder{height:8px;background:linear-gradient(90deg,var(--accent) 0%,var(--accent-2) 100%)}.team-body{padding:24px}.team-title{font-size:1.25rem;font-weight:700;margin-bottom:10px}.team-meta{font-size:0.9rem;color:var(--text-muted);margin-bottom:8px}.news-card{background:var(--surface);border-radius:var(--border-radius);border:1px solid var(--border);box-shadow:var(--card-shadow);overflow:hidden;height:100%}.news-img{width:100%;height:180px;object-fit:cover}.news-body{padding:20px}.news-tag{font-size:0.75rem;font-weight:600;color:var(--accent);text-transform:uppercase;margin-bottom:8px;display:inline-block}.news-title{font-size:1.1rem;font-weight:700;margin-bottom:12px;line-height:1.4}.news-excerpt{font-size:0.9rem;color:var(--text-muted);margin-bottom:15px}.guide-section{background:var(--surface-strong)}.guide-card{background:var(--surface);border-radius:var(--border-radius);border:1px solid var(--border);padding:30px;height:100%}.guide-icon{font-size:2.5rem;color:var(--accent);margin-bottom:1.5rem}.stadium-item{background:var(--surface);border-radius:var(--border-radius);border:1px solid var(--border);padding:20px;margin-bottom:20px}.accordion-item{border:1px solid var(--border) !important;border-radius:var(--border-radius) !important;margin-bottom:12px;overflow:hidden;background:var(--surface)}.accordion-button{font-weight:600;color:var(--text-main);background-color:var(--surface)}.accordion-button:not(.collapsed){color:var(--accent-2);background-color:var(--surface-strong)}.site-footer{background-color:#0f172a;color:#94a3b8;padding:80px 0 30px 0;border-top:1px solid rgba(255,255,255,0.1)}.footer-brand{color:#fff;font-weight:700;font-size:1.4rem;margin-bottom:20px}.footer-link{color:#94a3b8;text-decoration:none;transition:color 0.3s ease}.footer-link:hover{color:#fff}@media (max-width:991.98px){.hero-title{font-size:2.2rem}.section-padding{padding:60px 0}}