:root{--primary-color:#0d5c3a;--primary-gradient:linear-gradient(135deg,#0d5c3a 0%,#073a24 100%);--accent-color:#ffc107;--accent-hover:#e0a800;--text-dark:#212529;--text-light:#f8f9fa;--text-muted:#6c757d;--bg-light:#f4f7f5;--bg-white:#ffffff;--border-color:#dee2e6;--card-shadow:0 4px 15px rgba(0,0,0,0.05);--transition-smooth:all 0.3s cubic-bezier(0.25,0.8,0.25,1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--bg-light);color:var(--text-dark);overflow-x:hidden;line-height:1.6}.navbar{background-color:var(--primary-color);box-shadow:0 2px 10px rgba(0,0,0,0.1);padding:0.75rem 1rem}.navbar-brand{font-weight:800;color:var(--accent-color) !important;display:flex;align-items:center;gap:10px}.navbar-brand img{max-height:40px;width:auto}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;transition:var(--transition-smooth);padding:0.5rem 1rem !important}.nav-link:hover,.nav-link.active{color:var(--accent-color) !important}.navbar-toggler{border-color:rgba(255,255,255,0.2)}.navbar-toggler-icon{filter:invert(1)}.hero-section{background:var(--primary-gradient);color:var(--text-light);padding:5rem 0;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(255,193,7,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;color:var(--text-light);margin-bottom:1.5rem}.hero-title span{color:var(--accent-color)}.hero-description{font-size:1.15rem;color:rgba(255,255,255,0.85);margin-bottom:2rem;max-width:600px}.hero-img{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.3);object-fit:cover;width:100%;height:auto}section{padding:4.5rem 0}.section-title-wrap{margin-bottom:3rem;position:relative}.section-title{font-weight:800;color:var(--primary-color);position:relative;display:inline-block;padding-bottom:0.75rem}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background-color:var(--accent-color);border-radius:2px}.section-desc{color:var(--text-muted);margin-top:0.5rem;font-size:1rem}.custom-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:12px;box-shadow:var(--card-shadow);transition:var(--transition-smooth);height:100%;overflow:hidden}.custom-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.1)}.stat-card{text-align:center;padding:2rem 1rem;border-radius:12px;background:var(--bg-white);border-bottom:4px solid var(--primary-color);box-shadow:var(--card-shadow)}.stat-number{font-size:2.5rem;font-weight:800;color:var(--primary-color);line-height:1;margin-bottom:0.5rem}.stat-label{font-size:0.95rem;color:var(--text-muted);font-weight:600}.schedule-tab .nav-link{color:var(--text-dark) !important;background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:20px;margin:0.25rem;padding:0.5rem 1.5rem !important;font-weight:600}.schedule-tab .nav-link.active{color:var(--text-light) !important;background-color:var(--primary-color);border-color:var(--primary-color)}.match-row{background:var(--bg-white);border-radius:12px;padding:1.25rem;margin-bottom:1rem;border-left:5px solid var(--accent-color);box-shadow:var(--card-shadow);transition:var(--transition-smooth)}.match-row:hover{transform:scale(1.01)}.match-meta{font-size:0.85rem;color:var(--text-muted);font-weight:500}.team-flag{width:32px;height:32px;border-radius:50%;object-fit:cover;border:1px solid var(--border-color)}.match-team-name{font-weight:700;font-size:1.05rem}.match-score{font-size:1.25rem;font-weight:800;background:#eef2f0;padding:0.25rem 0.75rem;border-radius:6px;min-width:50px;text-align:center}.match-status{font-size:0.8rem;font-weight:700;padding:0.25rem 0.5rem;border-radius:4px}.status-upcoming{background-color:rgba(13,110,253,0.1);color:#0d6efd}.status-live{background-color:rgba(220,53,69,0.1);color:#dc3545;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.group-card{background:var(--bg-white);border-radius:12px;box-shadow:var(--card-shadow);overflow:hidden;border:1px solid var(--border-color)}.group-header{background:var(--primary-gradient);color:var(--text-light);padding:0.75rem 1.25rem;font-weight:700;font-size:1.15rem;display:flex;justify-content:space-between;align-items:center}.group-table{margin-bottom:0;font-size:0.9rem}.group-table th{font-weight:600;color:var(--text-muted);background-color:#f9fbf9}.group-table td{vertical-align:middle}.team-card{text-align:center;padding:1.5rem}.team-img-wrap{position:relative;margin-bottom:1.25rem;border-radius:12px;overflow:hidden}.team-section-img{width:100%;height:220px;object-fit:cover;border-radius:12px}.team-badge{position:absolute;top:10px;right:10px;background-color:var(--accent-color);color:#000;padding:0.25rem 0.75rem;font-weight:700;font-size:0.8rem;border-radius:20px}.news-img{height:200px;object-fit:cover;width:100%}.news-title{font-size:1.15rem;font-weight:700;line-height:1.4;margin-bottom:0.75rem;color:var(--primary-color)}.news-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:0.5rem}.guide-section{background-color:#0c1c15;color:var(--text-light)}.guide-section .section-title{color:var(--text-light)}.guide-card{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);color:var(--text-light);padding:1.5rem;border-radius:12px;height:100%}.guide-icon{font-size:2.25rem;color:var(--accent-color);margin-bottom:1rem}.accordion-item{border:1px solid var(--border-color);border-radius:12px !important;margin-bottom:0.75rem;overflow:hidden;box-shadow:var(--card-shadow)}.accordion-button{font-weight:700;color:var(--primary-color);background-color:var(--bg-white)}.accordion-button:not(.collapsed){color:var(--text-light);background-color:var(--primary-color)}.accordion-button:focus{box-shadow:none;border-color:rgba(0,0,0,0.125)}footer{background-color:#08110d;color:rgba(255,255,255,0.7);padding:4rem 0 2rem;font-size:0.9rem}footer a{color:rgba(255,255,255,0.8);text-decoration:none;transition:var(--transition-smooth)}footer a:hover{color:var(--accent-color)}.footer-heading{color:var(--text-light);font-weight:700;margin-bottom:1.5rem;font-size:1.1rem}.footer-border{border-top:1px solid rgba(255,255,255,0.1);margin-top:3rem;padding-top:1.5rem}@media (max-width:991.98px){.hero-section{padding:3.5rem 0;text-align:center}.hero-title{font-size:2.25rem}.hero-description{margin-left:auto;margin-right:auto}.hero-img-wrap{margin-top:2rem}section{padding:3.5rem 0}}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}