:root{--primary-color:#0d3b66;--accent-red:#d62246;--accent-green:#38b000;--neutral-dark:#1e293b;--neutral-light:#f8fafc;--border-color:#e2e8f0;--text-main:#334155;--text-muted:#64748b;--card-shadow:0 4px 12px rgba(13,59,102,0.08);--transition:all 0.3s ease}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-main);background-color:var(--neutral-light);line-height:1.6;overflow-x:hidden}.navbar-custom{background-color:var(--primary-color);padding:0.8rem 1rem;box-shadow:0 2px 10px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{display:flex;align-items:center;color:#ffffff;font-weight:700;font-size:1.25rem}.navbar-custom .navbar-brand img{height:40px;margin-right:10px}.navbar-custom .nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;margin-right:1.2rem;transition:var(--transition)}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:#ffffff !important;text-decoration:underline;text-underline-offset:6px}#hero{background:linear-gradient(135deg,var(--primary-color) 0%,#1e5285 100%);color:#ffffff;padding:5rem 0;position:relative}#hero p{color:rgba(255,255,255,0.9)}.hero-img{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.2);object-fit:cover;width:100%;height:auto}.section-padding{padding:4.5rem 0}.section-title{font-weight:800;color:var(--primary-color);margin-bottom:2.5rem;position:relative;padding-bottom:0.75rem}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--accent-red);border-radius:2px}.section-title-center{text-align:center}.section-title-center::after{left:50%;transform:translateX(-50%)}.match-card{background:#ffffff;border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--card-shadow);transition:var(--transition);margin-bottom:1.5rem;overflow:hidden}.match-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(13,59,102,0.15)}.match-header{background:#f1f5f9;padding:0.75rem 1.25rem;font-size:0.875rem;font-weight:600;color:var(--text-muted);display:flex;justify-content:space-between;align-items:center}.match-body{padding:1.5rem 1.25rem}.team-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.75rem}.team-row:last-child{margin-bottom:0}.team-info{display:flex;align-items:center;font-weight:700;font-size:1.1rem}.team-flag-placeholder{width:32px;height:20px;background:#cbd5e1;margin-right:12px;border-radius:2px;display:inline-block}.match-score{font-size:1.25rem;font-weight:800;color:var(--primary-color)}.match-status-badge{font-size:0.75rem;padding:0.25rem 0.6rem;border-radius:30px;font-weight:600}.group-card{background:#ffffff;border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--card-shadow);margin-bottom:1.5rem}.group-header{background:var(--primary-color);color:#ffffff;font-weight:700;padding:1rem;border-top-left-radius:11px;border-top-right-radius:11px;text-align:center;font-size:1.2rem}.group-list{list-style:none;padding:0;margin:0}.group-item{display:flex;justify-content:space-between;align-items:center;padding:0.85rem 1.25rem;border-bottom:1px solid var(--border-color)}.group-item:last-child{border-bottom:none}.news-card{background:#ffffff;border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--card-shadow);overflow:hidden;height:100%;transition:var(--transition)}.news-card:hover{transform:translateY(-4px)}.news-content{padding:1.5rem}.news-date{font-size:0.85rem;color:var(--text-muted);margin-bottom:0.5rem}.news-title{font-size:1.15rem;font-weight:700;color:var(--neutral-dark);margin-bottom:0.75rem;line-height:1.4}.news-desc{font-size:0.95rem;color:var(--text-main)}.guide-card{background:#ffffff;border-radius:12px;padding:2rem;border:1px solid var(--border-color);box-shadow:var(--card-shadow);height:100%;transition:var(--transition)}.guide-card:hover{border-color:var(--primary-color)}.guide-icon{font-size:2.5rem;color:var(--accent-red);margin-bottom:1.25rem}.faq-accordion .accordion-item{border:1px solid var(--border-color);border-radius:8px !important;margin-bottom:1rem;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,0.02)}.faq-accordion .accordion-button{font-weight:700;color:var(--neutral-dark);background-color:#ffffff;padding:1.25rem}.faq-accordion .accordion-button:not(.collapsed){color:var(--primary-color);background-color:rgba(13,59,102,0.04);box-shadow:none}.faq-accordion .accordion-body{color:var(--text-main);background-color:#ffffff;padding:1.25rem;font-size:0.975rem}.footer-custom{background-color:var(--neutral-dark);color:#94a3b8;padding:4rem 0 2rem;font-size:0.9rem}.footer-custom h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem}.footer-custom a{color:#cbd5e1;text-decoration:none;transition:var(--transition)}.footer-custom a:hover{color:#ffffff;text-decoration:underline}.footer-bottom{border-top:1px solid #334155;padding-top:1.5rem;margin-top:3rem}.mobile-scroll-x{overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap;padding-bottom:1rem}.mobile-scroll-x::-webkit-scrollbar{height:6px}.mobile-scroll-x::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:3px}@media (max-width:768px){#hero{padding:3rem 0;text-align:center}.hero-img{margin-top:2rem}.section-padding{padding:3rem 0}}