:root{--primary:#0f172a;--primary-light:#1e293b;--accent:#10b981;--accent-hover:#059669;--warning:#f59e0b;--bg-light:#f8fafc;--bg-white:#ffffff;--text-dark:#0f172a;--text-muted:#64748b;--border:#e2e8f0;--radius:12px;--shadow:0 4px 6px -1px rgb(0 0 0 / 0.1),0 2px 4px -2px rgb(0 0 0 / 0.1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--bg-light);color:var(--text-dark);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5{font-weight:700;color:var(--primary)}.section-title{position:relative;padding-bottom:12px;margin-bottom:30px;text-align:center}.section-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background-color:var(--accent);border-radius:2px}.navbar-custom{background-color:var(--primary);box-shadow:var(--shadow);padding:15px 0;transition:all 0.3s ease}.navbar-custom .navbar-brand{color:var(--bg-white);font-weight:800;font-size:1.4rem;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px}.navbar-custom .nav-link{color:#cbd5e1 !important;font-weight:500;font-size:0.95rem;padding:8px 16px !important;transition:color 0.2s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent) !important}.navbar-custom .btn-nav{background-color:var(--accent);color:var(--primary) !important;font-weight:600;border-radius:30px;padding:8px 20px !important;margin-left:10px}.navbar-custom .btn-nav:hover{background-color:var(--accent-hover)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);padding:100px 0 80px;color:var(--bg-white);position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;right:0;width:50%;height:100%;background:radial-gradient(circle,rgba(16,185,129,0.15) 0%,rgba(15,23,42,0) 70%);pointer-events:none}.hero-section h1{color:var(--bg-white);font-size:2.8rem;line-height:1.25;margin-bottom:20px}.hero-section .lead{color:#cbd5e1;font-size:1.15rem;margin-bottom:30px}.hero-section .hero-img{border-radius:var(--radius);box-shadow:0 20px 25px -5px rgb(0 0 0 / 0.3);border:4px solid rgba(255,255,255,0.1);object-fit:cover}.section-padding{padding:80px 0}.bg-white-section{background-color:var(--bg-white)}.card-custom{background-color:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 2px 4px rgba(0,0,0,0.02);transition:transform 0.3s ease,box-shadow 0.3s ease;overflow:hidden;height:100%}.card-custom:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.stat-card{background:var(--bg-white);border-left:4px solid var(--accent);padding:20px;border-radius:var(--radius);box-shadow:var(--shadow);text-align:center}.stat-card .num{font-size:2.2rem;font-weight:800;color:var(--primary);line-height:1}.stat-card .label{font-size:0.9rem;color:var(--text-muted);margin-top:5px;font-weight:600}.match-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-white);margin-bottom:20px;overflow:hidden}.match-header{background:var(--bg-light);padding:10px 15px;font-size:0.85rem;font-weight:600;display:flex;justify-content:space-between;border-bottom:1px solid var(--border)}.match-body{padding:20px 15px}.team-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.team-row:last-child{margin-bottom:0}.team-info{display:flex;align-items:center;gap:12px;font-weight:700}.team-info img{width:24px;height:16px;object-fit:cover;border-radius:2px}.team-score{font-size:1.25rem;font-weight:800;color:var(--primary)}.match-status{text-align:center;padding:6px 12px;border-radius:20px;font-size:0.75rem;font-weight:bold;display:inline-block}.status-live{background-color:#fef2f2;color:#ef4444;animation:pulse 2s infinite}.status-upcoming{background-color:#f0fdf4;color:#16a34a}.status-finished{background-color:#f1f5f9;color:#475569}.schedule-tab .nav-link{color:var(--text-muted);font-weight:600;border:none;padding:12px 20px;border-radius:30px;margin-right:10px;transition:all 0.2s}.schedule-tab .nav-link.active{background-color:var(--primary) !important;color:var(--bg-white) !important}.table-responsive-wrapper{background:var(--bg-white);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,0.05)}.custom-table th{background-color:var(--primary);color:var(--bg-white);font-weight:600;padding:15px;border:none}.custom-table td{padding:15px;vertical-align:middle;border-bottom:1px solid var(--border)}.group-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.group-header{background:var(--primary-light);color:var(--bg-white);padding:12px 20px;font-weight:700;text-align:center}.group-table{margin-bottom:0}.group-table th{font-size:0.8rem;color:var(--text-muted);background:var(--bg-light);border-bottom:1px solid var(--border);padding:8px 12px}.group-table td{font-size:0.9rem;padding:10px 12px;vertical-align:middle;border-bottom:1px solid var(--border)}.qualified-row{background-color:#f0fdf4}.team-avatar-card{text-align:center;padding:30px 20px}.team-avatar-card .flag-wrap{width:80px;height:50px;margin:0 auto 15px;box-shadow:var(--shadow);border-radius:4px;overflow:hidden}.team-avatar-card .flag-wrap img{width:100%;height:100%;object-fit:cover}.news-item{display:flex;gap:20px;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid var(--border)}.news-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.news-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:5px;display:flex;gap:15px}.news-title{font-size:1.1rem;font-weight:700;margin-bottom:8px;color:var(--primary)}.news-title:hover{color:var(--accent)}.guide-item{display:flex;gap:20px;align-items:flex-start;margin-bottom:25px}.guide-icon{background:#f0fdf4;color:var(--accent);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.timeline{border-left:3px solid var(--border);padding-left:20px;margin-left:10px}.timeline-item{position:relative;padding-bottom:30px}.timeline-item::before{content:'';position:absolute;left:-27px;top:5px;width:12px;height:12px;background-color:var(--accent);border-radius:50%;border:2px solid var(--bg-white)}.timeline-year{font-weight:800;color:var(--accent);font-size:1.2rem;margin-bottom:5px}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:var(--radius) !important;margin-bottom:12px;overflow:hidden}.faq-accordion .accordion-button{font-weight:700;color:var(--primary);background-color:var(--bg-white);padding:18px 20px}.faq-accordion .accordion-button:not(.collapsed){background-color:var(--bg-light);color:var(--accent);box-shadow:none}.faq-accordion .accordion-body{color:#475569;background-color:var(--bg-white);padding:18px 20px}.footer-custom{background-color:var(--primary);color:#94a3b8;padding:60px 0 30px;border-top:4px solid var(--accent)}.footer-custom h5{color:var(--bg-white);font-weight:700;margin-bottom:20px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:10px}.footer-links a{color:#94a3b8;text-decoration:none;transition:color 0.2s}.footer-links a:hover{color:var(--bg-white)}@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.5}}@media (max-width:991.98px){.hero-section{padding:60px 0;text-align:center}.hero-section .hero-img{margin-top:40px}.navbar-collapse{background-color:var(--primary-light);padding:15px;border-radius:var(--radius);margin-top:10px}.navbar-custom .btn-nav{margin-left:0;margin-top:10px;display:inline-block}}