:root{--primary:#0b4f30;--primary-light:#167e4e;--secondary:#d4a373;--accent:#e63946;--dark:#121824;--light:#f8f9fa;--border:#e2e8f0;--text-main:#1e293b;--text-muted:#64748b;--card-radius:12px;--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;color:var(--text-main);background-color:#ffffff;line-height:1.6}.navbar{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);padding:0.75rem 1rem;transition:var(--transition)}.navbar-brand img{max-height:40px;object-fit:contain}.nav-link{color:var(--dark) !important;font-weight:500;padding:0.5rem 1rem !important;transition:var(--transition)}.nav-link:hover{color:var(--primary-light) !important}.hero-section{background:linear-gradient(135deg,#0b4f30 0%,#1a3a2b 100%);color:#ffffff;padding:100px 0 80px;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(22,126,78,0.3) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,0.2)}.hero-desc{font-size:1.15rem;color:rgba(255,255,255,0.85);margin-bottom:2rem;max-width:600px}.hero-img-wrap{position:relative;border-radius:var(--card-radius);overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.3)}.hero-img-wrap img{width:100%;height:auto;transition:var(--transition)}.hero-img-wrap:hover img{transform:scale(1.02)}.section-title-wrap{margin-bottom:3rem;position:relative}.section-tag{font-size:0.85rem;text-transform:uppercase;letter-spacing:2px;color:var(--primary-light);font-weight:700;display:inline-block;margin-bottom:0.5rem}.section-title{font-size:2.2rem;font-weight:700;color:var(--dark);position:relative}.section-title::after{content:'';display:block;width:50px;height:4px;background-color:var(--primary-light);margin-top:10px;border-radius:2px}.custom-card{background:#ffffff;border:1px solid var(--border);border-radius:var(--card-radius);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:var(--transition);overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.live-score-strip{background-color:var(--light);border-bottom:1px solid var(--border);padding:1rem 0}.match-badge{background-color:var(--primary);color:#ffffff;font-size:0.75rem;padding:2px 8px;border-radius:20px;display:inline-block;margin-bottom:0.5rem}.team-flag{width:24px;height:16px;object-fit:cover;border-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,0.1);margin-right:8px}.group-card{background:#ffffff;border-radius:var(--card-radius);border:1px solid var(--border);overflow:hidden}.group-header{background-color:var(--primary);color:#ffffff;padding:10px 15px;font-weight:700}.group-table{margin-bottom:0}.group-table th,.group-table td{font-size:0.9rem;padding:10px 15px;vertical-align:middle}.team-card-inner{padding:1.5rem;text-align:center}.team-circle{width:80px;height:80px;border-radius:50%;background-color:var(--light);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;border:2px solid var(--primary-light);font-size:2rem}.news-img{height:200px;object-fit:cover;width:100%}.guide-box{background-color:var(--light);padding:2rem;border-radius:var(--card-radius);border-left:5px solid var(--primary-light)}.faq-item{border:1px solid var(--border);border-radius:8px;margin-bottom:1rem;background:#ffffff}.faq-question{padding:1.2rem;font-weight:600;color:var(--dark);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-answer{padding:0 1.2rem 1.2rem;color:var(--text-muted);font-size:0.95rem}footer{background-color:var(--dark);color:rgba(255,255,255,0.75);padding:4rem 0 2rem;font-size:0.9rem}footer a{color:rgba(255,255,255,0.75);text-decoration:none;transition:var(--transition)}footer a:hover{color:#ffffff}.footer-brand{color:#ffffff;font-size:1.5rem;font-weight:700;margin-bottom:1rem}@media (max-width:991.98px){.hero-section{padding:80px 0 60px;text-align:center}.hero-desc{margin-left:auto;margin-right:auto}.hero-title{font-size:2.2rem}.section-title{font-size:1.8rem}}.horizontal-scroll-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.rotate-chevron{transform:rotate(180deg);transition:transform 0.2s ease}