:root{--page-bg:#f4f7f6;--surface:#ffffff;--surface-strong:#112a20;--text-main:#212529;--text-muted:#6c757d;--text-light:#f8f9fa;--accent:#00875a;--accent-hover:#005f3e;--accent-2:#f4af1b;--border:#dee2e6;--card-shadow:0 4px 12px rgba(0,0,0,0.05);--header-height:70px}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--surface-strong)}.section-title{position:relative;padding-bottom:15px;margin-bottom:30px;font-size:1.75rem}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--accent);border-radius:2px}.section-title-center{text-align:center;position:relative;padding-bottom:15px;margin-bottom:40px;font-size:2rem}.section-title-center::after{content:'';position:absolute;left:50%;transform:translateX(-50%);bottom:0;width:60px;height:4px;background-color:var(--accent);border-radius:2px}.header-custom{height:var(--header-height);background-color:var(--surface-strong);box-shadow:0 2px 10px rgba(0,0,0,0.1);position:sticky;top:0;z-index:1020}.header-custom .navbar-brand img{max-height:45px;width:auto}.header-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;padding:0.5rem 1rem !important;transition:color 0.3s ease}.header-custom .nav-link:hover,.header-custom .nav-link.active{color:var(--accent-2)}.hero-section{background:linear-gradient(135deg,#112a20 0%,#174232 100%);color:var(--text-light);padding:80px 0;overflow:hidden}.hero-section h1{color:#ffffff;font-size:2.5rem;line-height:1.3;margin-bottom:1.5rem}.hero-tagline{font-size:1.25rem;color:var(--accent-2);font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.hero-desc{color:rgba(255,255,255,0.85);font-size:1.1rem;margin-bottom:2rem}.hero-img-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 15px 30px rgba(0,0,0,0.3)}.hero-img-wrapper img{width:100%;height:auto;display:block;transition:transform 0.5s ease}.hero-img-wrapper:hover img{transform:scale(1.03)}.main-container{padding-top:50px;padding-bottom:50px}.sidebar-card{background-color:var(--surface);border-radius:12px;padding:24px;box-shadow:var(--card-shadow);margin-bottom:30px;border:1px solid var(--border)}.sidebar-links .nav-link{color:var(--text-main);padding:10px 15px;border-radius:6px;margin-bottom:8px;transition:all 0.2s ease;display:flex;align-items:center;font-weight:500;border-left:3px solid transparent}.sidebar-links .nav-link i{margin-right:10px;color:var(--accent);font-size:1.1rem}.sidebar-links .nav-link:hover,.sidebar-links .nav-link.active{background-color:rgba(0,135,90,0.08);color:var(--accent);border-left-color:var(--accent)}.custom-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--card-shadow);transition:transform 0.3s ease,box-shadow 0.3s ease;height:100%;overflow:hidden}.custom-card:hover{transform:translateY(-5px);box-shadow:0 12px 20px rgba(0,0,0,0.08)}.dashboard-stat-box{background-color:var(--surface);border-radius:12px;border-left:5px solid var(--accent);padding:20px;box-shadow:var(--card-shadow);margin-bottom:24px}.stat-num{font-size:2.2rem;font-weight:800;color:var(--accent);line-height:1}.stat-label{font-size:0.9rem;color:var(--text-muted);margin-top:5px;font-weight:600}.match-item{background-color:var(--surface);border-radius:10px;padding:18px;border:1px solid var(--border);margin-bottom:15px;transition:border-color 0.3s ease}.match-item:hover{border-color:var(--accent)}.match-header{display:flex;justify-content:space-between;font-size:0.85rem;color:var(--text-muted);margin-bottom:12px;border-bottom:1px dashed var(--border);padding-bottom:8px}.match-body{display:flex;align-items:center;justify-content:space-between}.team-col{flex:1;display:flex;align-items:center}.team-col.team-left{justify-content:flex-end;text-align:right}.team-col.team-right{justify-content:flex-start;text-align:left}.team-name{font-weight:700;font-size:1.05rem;color:var(--text-main);margin:0 12px}.score-col{width:100px;text-align:center;background-color:var(--page-bg);border-radius:20px;padding:6px 12px;font-weight:800;font-size:1.15rem;color:var(--surface-strong);margin:0 15px}.score-col .vs-text{color:var(--text-muted);font-size:0.9rem;font-weight:normal}.group-table-wrapper{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);padding:20px;margin-bottom:30px}.group-header{background-color:var(--surface-strong);color:#ffffff;padding:10px 15px;border-radius:8px;font-weight:700;margin-bottom:15px;display:flex;justify-content:space-between;align-items:center}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-group{width:100%;margin-bottom:0;min-width:320px}.table-group th{font-weight:600;color:var(--text-muted);border-bottom:2px solid var(--border);padding:10px 8px;font-size:0.9rem}.table-group td{padding:12px 8px;border-bottom:1px solid var(--border);font-size:0.95rem;vertical-align:middle}.table-group tr:last-child td{border-bottom:none}.guide-image-section{background-color:var(--surface-strong);color:var(--text-light);border-radius:16px;overflow:hidden;margin-bottom:50px}.guide-text-box{padding:40px}.guide-image-box img{width:100%;height:100%;object-fit:cover;min-height:300px}.news-card{border:1px solid var(--border);border-radius:12px;background-color:var(--surface);overflow:hidden;height:100%;display:flex;flex-direction:column}.news-body{padding:20px;display:flex;flex-direction:column;flex-grow:1}.news-meta{font-size:0.85rem;color:var(--text-muted);margin-bottom:10px;display:flex;justify-content:space-between}.news-title{font-size:1.15rem;font-weight:700;line-height:1.4;margin-bottom:12px;color:var(--surface-strong)}.news-desc{font-size:0.95rem;color:var(--text-muted);margin-bottom:15px;flex-grow:1}.faq-accordion .accordion-item{border:1px solid var(--border) !important;border-radius:8px !important;margin-bottom:12px;overflow:hidden;background-color:var(--surface)}.faq-accordion .accordion-button{font-weight:700;color:var(--surface-strong);background-color:var(--surface);box-shadow:none !important;padding:18px 20px}.faq-accordion .accordion-button:not(.collapsed){color:var(--accent);background-color:rgba(0,135,90,0.03);border-bottom:1px solid var(--border)}.faq-accordion .accordion-body{padding:20px;color:#495057;background-color:var(--surface);font-size:0.98rem;line-height:1.6}.footer-custom{background-color:var(--surface-strong);color:rgba(255,255,255,0.75);padding:60px 0 30px;border-top:5px solid var(--accent)}.footer-custom h5{color:#ffffff;font-weight:700;margin-bottom:24px;position:relative;padding-bottom:10px}.footer-custom h5::after{content:'';position:absolute;left:0;bottom:0;width:30px;height:3px;background-color:var(--accent-2)}.footer-links li{margin-bottom:12px}.footer-links a{color:rgba(255,255,255,0.75);text-decoration:none;transition:color 0.2s ease}.footer-links a:hover{color:#ffffff;text-decoration:underline}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:25px;margin-top:40px;font-size:0.9rem}@media (max-width:991.98px){.hero-section{padding:50px 0;text-align:center}.hero-img-wrapper{margin-top:30px}.team-name{font-size:0.95rem;margin:0 6px}.score-col{width:80px;font-size:1.05rem;padding:4px 8px}.guide-text-box{padding:24px}}