:root{--primary-color:#005a36;--accent-color:#c8102e;--highlight-color:#ffb81c;--dark-blue:#0a192f;--text-dark:#1e293b;--text-muted:#64748b;--bg-light:#f8fafc;--bg-card:#ffffff;--border-color:#e2e8f0;--font-family:'Helvetica Neue',Arial,'Segoe UI',sans-serif}body{font-family:var(--font-family);background-color:var(--bg-light);color:var(--text-dark);line-height:1.6}.navbar-custom{background-color:var(--dark-blue);border-bottom:3px solid var(--highlight-color);padding:0.8rem 1.5rem}.navbar-brand img{height:45px;object-fit:contain}.navbar-brand span{color:#ffffff;font-weight:800;margin-left:10px;font-size:1.25rem;letter-spacing:0.5px}.nav-link-custom{color:#e2e8f0 !important;font-weight:500;margin:0 0.5rem;transition:color 0.3s ease}.nav-link-custom:hover{color:var(--highlight-color) !important}.hero-section{background:linear-gradient(135deg,var(--dark-blue) 0%,#06101e 100%);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;right:0;width:45%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,90,54,0.15));pointer-events:none}.hero-badge{background:linear-gradient(90deg,var(--accent-color),var(--primary-color));color:#ffffff;padding:0.4rem 1.2rem;border-radius:50px;font-weight:600;font-size:0.85rem;display:inline-block;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,0.2)}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(120deg,#ffffff 60%,var(--highlight-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.1rem;color:#94a3b8;margin-bottom:2rem;max-width:600px}.hero-img-wrapper img{border-radius:12px;box-shadow:0 15px 35px rgba(0,0,0,0.4);border:2px solid rgba(255,255,255,0.1)}.sport-card{background:var(--bg-card);border-radius:12px;border:1px solid var(--border-color);transition:transform 0.3s ease,box-shadow 0.3s ease;overflow:hidden}.sport-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px rgba(10,25,47,0.08)}.section-title-wrap{margin-bottom:2.5rem;border-left:5px solid var(--primary-color);padding-left:1rem}.section-title-wrap h2{font-size:1.9rem;font-weight:700;color:var(--dark-blue);margin-bottom:0.5rem}.section-subtitle{color:var(--text-muted);font-size:0.95rem}.score-row{background:#ffffff;border-radius:12px;padding:1.25rem;margin-bottom:1rem;border:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between;transition:border-color 0.3s}.score-row:hover{border-color:var(--primary-color)}.match-badge{font-size:0.75rem;padding:0.25rem 0.6rem;border-radius:4px;font-weight:600}.match-live{background-color:#fee2e2;color:#ef4444}.match-upcoming{background-color:#f1f5f9;color:#475569}.team-name{font-weight:600;font-size:1.05rem}.schedule-tabs .nav-link{color:var(--text-dark);border:1px solid var(--border-color);margin-right:0.5rem;border-radius:8px;font-weight:500}.schedule-tabs .nav-link.active{background-color:var(--primary-color);color:#ffffff !important;border-color:var(--primary-color)}.group-box{background:#ffffff;border-top:4px solid var(--primary-color);border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,0.03);padding:1.25rem}.group-header{font-size:1.2rem;font-weight:700;color:var(--dark-blue);border-bottom:2px solid var(--bg-light);padding-bottom:0.5rem;margin-bottom:1rem;text-align:center}.group-table th{font-size:0.8rem;color:var(--text-muted)}.group-table td{font-size:0.9rem;font-weight:500}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}.news-img-col{position:relative;overflow:hidden;border-radius:8px}.news-img-col img{transition:transform 0.5s ease}.news-img-col:hover img{transform:scale(1.05)}.guide-box{background:linear-gradient(135deg,#022c22 0%,#064e3b 100%);color:#ffffff;border-radius:12px;padding:2rem}.faq-accordion .accordion-item{border:1px solid var(--border-color);border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(0,90,54,0.05);color:var(--primary-color);box-shadow:none}.footer-custom{background-color:var(--dark-blue);color:#94a3b8;padding:4rem 0 2rem;border-top:5px solid var(--accent-color)}.footer-custom a{color:#cbd5e1;text-decoration:none;transition:color 0.3s}.footer-custom a:hover{color:var(--highlight-color)}.footer-brand{color:#ffffff;font-weight:800;font-size:1.4rem}@media (max-width:991px){.hero-title{font-size:2.2rem}.hero-section{padding:3rem 0}}