:root{--primary:#0d5c3a;--primary-dark:#073822;--secondary:#c62828;--accent:#f57f17;--bg-light:#f8faf9;--bg-white:#ffffff;--text-dark:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0;--card-shadow:0 4px 12px rgba(13,92,58,0.05);--transition:all 0.3s cubic-bezier(0.4,0,0.2,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}.card{border:1px solid var(--border-color);border-radius:12px;background-color:var(--bg-white);box-shadow:var(--card-shadow);transition:var(--transition);overflow:hidden}.card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(13,92,58,0.1)}.section-title{position:relative;font-weight:700;color:var(--primary-dark);margin-bottom:1.5rem;padding-left:12px}.section-title::before{content:'';position:absolute;left:0;top:15%;height:70%;width:4px;background:linear-gradient(to bottom,var(--primary),var(--secondary));border-radius:2px}.navbar-brand img{max-height:40px}.navbar{background-color:rgba(255,255,255,0.95) !important;backdrop-filter:blur(8px);border-bottom:1px solid var(--border-color)}.nav-link{color:var(--text-dark) !important;font-weight:500;transition:var(--transition)}.nav-link:hover,.nav-link.active{color:var(--primary) !important}.hero-section{background:linear-gradient(135deg,rgba(13,92,58,0.95) 0%,rgba(7,56,34,0.98) 100%);color:var(--bg-white);padding:4.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(198,40,40,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.25rem;font-weight:800;line-height:1.3;letter-spacing:-0.5px;margin-bottom:1.2rem;color:var(--bg-white)}.hero-desc{font-size:1.05rem;color:rgba(255,255,255,0.85);margin-bottom:2rem}.hero-badge{display:inline-block;background-color:var(--secondary);color:var(--bg-white);padding:4px 12px;border-radius:50px;font-weight:600;font-size:0.85rem;margin-bottom:1rem}.hero-img-box img{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.3);border:2px solid rgba(255,255,255,0.1);object-fit:cover}.main-content-layout{padding:3rem 0}.match-card{padding:1rem;border-bottom:1px solid var(--border-color);transition:var(--transition)}.match-card:last-child{border-bottom:none}.match-time{font-size:0.8rem;color:var(--text-muted);font-weight:500}.team-row{display:flex;align-items:center;justify-content:space-between;margin:4px 0}.team-name{font-weight:600;font-size:0.95rem}.score-badge{background-color:var(--bg-light);border:1px solid var(--border-color);padding:2px 8px;border-radius:4px;font-weight:700;font-size:0.9rem}.match-status{font-size:0.75rem;padding:2px 6px;border-radius:4px;font-weight:600}.status-upcoming{background-color:rgba(13,92,58,0.1);color:var(--primary)}.status-live{background-color:rgba(198,40,40,0.1);color:var(--secondary);animation:pulse 1.5s infinite}.group-table{margin-bottom:0}.group-table th{background-color:rgba(13,92,58,0.03);color:var(--primary-dark);font-weight:600;font-size:0.85rem}.group-table td{font-size:0.9rem;vertical-align:middle}.qualify-zone{border-left:3px solid var(--primary)}.news-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border-color)}.news-item:last-child{border-bottom:none}.news-item-content h4{font-size:1rem;font-weight:700;margin-bottom:0.4rem;color:var(--text-dark)}.news-meta{font-size:0.75rem;color:var(--text-muted)}.guide-card{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:12px;padding:1.25rem;margin-bottom:1rem}.guide-icon{font-size:1.5rem;color:var(--secondary);margin-bottom:0.5rem}.faq-item{border-bottom:1px solid var(--border-color);padding:1.2rem 0}.faq-item:last-child{border-bottom:none}.faq-question{font-size:1.05rem;font-weight:700;color:var(--primary-dark);margin-bottom:0.5rem}.faq-answer{color:var(--text-muted);font-size:0.925rem}footer{background-color:var(--primary-dark);color:rgba(255,255,255,0.8);padding:4rem 0 2rem;border-top:4px solid var(--secondary)}footer a{color:rgba(255,255,255,0.7);text-decoration:none;transition:var(--transition)}footer a:hover{color:var(--bg-white)}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}@media (max-width:991.98px){.hero-section{padding:3rem 0;text-align:center}.hero-img-box{margin-top:2rem}}