:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0a192f;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0284c7;--accent-2:#ef4444;--accent-3:#10b981;--border:#e2e8f0;--card-shadow:0 4px 6px -1px rgb(0 0 0 / 0.05),0 2px 4px -2px rgb(0 0 0 / 0.05);--transition:all 0.3s ease}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}.navbar-custom{background-color:var(--surface-strong);padding:0.8rem 1.5rem;border-bottom:3px solid var(--accent)}.navbar-custom .navbar-brand{color:var(--text-light);font-weight:800;font-size:1.4rem;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px;object-fit:contain}.navbar-custom .nav-link{color:#cbd5e1;font-weight:500;padding:0.5rem 1rem !important;transition:var(--transition)}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--text-light);background-color:rgba(2,132,199,0.2);border-radius:6px}.btn-live{background-color:var(--accent-2);color:var(--text-light);font-weight:600;border-radius:20px;padding:0.4rem 1.2rem;animation:pulse 2s infinite}.btn-live:hover{background-color:#dc2626;color:var(--text-light)}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 0 0 rgba(239,68,68,0.7)}70%{transform:scale(1.05);box-shadow:0 0 0 10px rgba(239,68,68,0)}100%{transform:scale(1);box-shadow:0 0 0 0 rgba(239,68,68,0)}}.hero-section{background:linear-gradient(135deg,var(--surface-strong) 40%,#0f172a 100%);color:var(--text-light);padding:5rem 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(to top,var(--page-bg),transparent)}.hero-badge{background-color:rgba(2,132,199,0.25);color:#38bdf8;border:1px solid rgba(2,132,199,0.4);display:inline-block;padding:0.35rem 1rem;border-radius:50px;font-weight:600;font-size:0.85rem;margin-bottom:1.5rem;text-transform:uppercase}.hero-title{font-size:2.8rem;font-weight:900;line-height:1.2;margin-bottom:1.5rem}.hero-desc{font-size:1.1rem;color:#94a3b8;margin-bottom:2rem;max-width:600px}.hero-img-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3)}.hero-img-wrapper img{width:100%;height:auto;object-fit:cover;transition:var(--transition)}.hero-img-wrapper:hover img{transform:scale(1.03)}.stats-bar{background:var(--surface);border-radius:12px;box-shadow:var(--card-shadow);padding:1.5rem;margin-top:-3rem;position:relative;z-index:10}.stat-item{text-align:center;border-right:1px solid var(--border)}.stat-item:last-child{border-right:none}.stat-num{font-size:2rem;font-weight:800;color:var(--accent);line-height:1;margin-bottom:0.3rem}.stat-label{font-size:0.85rem;color:var(--text-muted);font-weight:600}.section-title{font-size:1.75rem;font-weight:800;color:var(--surface-strong);position:relative;padding-left:1rem;margin-bottom:2rem}.section-title::before{content:'';position:absolute;left:0;top:15%;bottom:15%;width:5px;background-color:var(--accent);border-radius:4px}.score-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--card-shadow);padding:1.25rem;transition:var(--transition);margin-bottom:1rem}.score-card:hover{transform:translateY(-3px);border-color:var(--accent)}.match-meta{display:flex;justify-content:space-between;align-items:center;font-size:0.8rem;color:var(--text-muted);margin-bottom:0.8rem;border-bottom:1px dashed var(--border);padding-bottom:0.5rem}.match-status{padding:0.2rem 0.6rem;border-radius:4px;font-weight:bold}.status-upcoming{background-color:#f1f5f9;color:#475569}.status-live{background-color:#fee2e2;color:var(--accent-2)}.status-finished{background-color:#e2e8f0;color:#64748b}.team-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.5rem}.team-info{display:flex;align-items:center;gap:10px;font-weight:600}.team-flag{width:24px;height:16px;object-fit:cover;border-radius:2px;background-color:#f1f5f9}.match-score{font-size:1.25rem;font-weight:800;font-family:monospace}.group-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--card-shadow);overflow:hidden;height:100%}.group-header{background-color:var(--surface-strong);color:var(--text-light);padding:0.75rem 1rem;font-weight:700;display:flex;justify-content:space-between;align-items:center}.group-table{width:100%;margin-bottom:0}.group-table th,.group-table td{padding:0.6rem 1rem;font-size:0.85rem}.group-table th{font-weight:600;color:var(--text-muted);border-bottom:2px solid var(--border)}.group-table td{border-bottom:1px solid var(--border)}.group-table tr:last-child td{border-bottom:none}.team-card-styled{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:var(--card-shadow);transition:var(--transition)}.team-card-styled:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.team-card-header{height:8px;background:linear-gradient(90deg,var(--accent) 0%,var(--accent-2) 100%)}.team-card-body{padding:1.5rem}.team-card-title{font-weight:700;font-size:1.15rem;margin-bottom:0.5rem;display:flex;align-items:center;justify-content:space-between}.team-card-desc{font-size:0.85rem;color:var(--text-muted);margin-bottom:1rem}.team-badge-list{display:flex;flex-wrap:wrap;gap:5px}.team-badge-item{background-color:#f1f5f9;color:#475569;font-size:0.75rem;padding:0.2rem 0.5rem;border-radius:4px;font-weight:500}.news-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--card-shadow);padding:1.25rem;transition:var(--transition);height:100%;display:flex;flex-direction:column;justify-content:space-between}.news-card:hover{border-color:var(--accent)}.news-tag{font-size:0.75rem;font-weight:700;text-transform:uppercase;color:var(--accent);margin-bottom:0.5rem}.news-title{font-size:1.05rem;font-weight:700;color:var(--surface-strong);margin-bottom:0.75rem;line-height:1.4}.news-excerpt{font-size:0.85rem;color:var(--text-muted);margin-bottom:1rem}.news-footer{display:flex;justify-content:space-between;align-items:center;font-size:0.8rem;color:var(--text-muted);border-top:1px solid var(--border);padding-top:0.75rem}.info-panel{background-color:var(--surface-strong);color:var(--text-light);border-radius:12px;padding:2rem;margin-bottom:2rem}.info-panel h3{color:#38bdf8;font-weight:700;font-size:1.3rem;margin-bottom:1rem}.info-panel-list{list-style:none;padding-left:0;margin-bottom:0}.info-panel-list li{position:relative;padding-left:1.5rem;margin-bottom:0.8rem;font-size:0.9rem;color:#cbd5e1}.info-panel-list li::before{content:'✓';position:absolute;left:0;color:var(--accent-3);font-weight:bold}.guide-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--card-shadow);overflow:hidden;display:flex;flex-direction:column;height:100%}.guide-icon-box{background-color:rgba(2,132,199,0.08);color:var(--accent);width:50px;height:50px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.guide-body{padding:1.5rem}.faq-accordion .accordion-item{border:1px solid var(--border) !important;border-radius:10px !important;margin-bottom:0.75rem;overflow:hidden;box-shadow:var(--card-shadow)}.faq-accordion .accordion-button{font-weight:700;color:var(--surface-strong);background-color:var(--surface);padding:1.1rem 1.25rem}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(2,132,199,0.05);color:var(--accent);box-shadow:none}.faq-accordion .accordion-body{background-color:var(--surface);color:var(--text-muted);font-size:0.9rem;line-height:1.6}.about-box{background-color:#f1f5f9;border-radius:12px;border-left:5px solid var(--accent);padding:1.5rem;font-size:0.85rem;color:var(--text-muted)}.footer-styled{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem;font-size:0.9rem;border-top:5px solid var(--accent-2)}.footer-styled h4{color:var(--text-light);font-weight:700;font-size:1.1rem;margin-bottom:1.5rem}.footer-links{list-style:none;padding-left:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:var(--transition)}.footer-links a:hover{color:var(--text-light);padding-left:5px}.footer-bottom{border-top:1px solid #1e293b;padding-top:1.5rem;margin-top:3rem;font-size:0.8rem}.horizontal-scroll-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;display:flex;gap:15px;padding-bottom:10px}.horizontal-scroll-wrapper>*{flex:0 0 280px}@media (min-width:992px){.horizontal-scroll-wrapper{overflow:visible;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}}@media (max-width:768px){.hero-title{font-size:2rem}.stat-item{border-right:none;border-bottom:1px solid var(--border);padding-bottom:1rem;margin-bottom:1rem}.stat-item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}}