:root{--fw-primary:#0a5c36;--fw-secondary:#0d233a;--fw-accent:#d9383a;--fw-light-bg:#f8f9fa;--fw-card-bg:#ffffff;--fw-text-main:#212529;--fw-text-muted:#5c636a;--fw-border-color:#dee2e6;--fw-gradient-hero:linear-gradient(135deg,#0a5c36 0%,#0d233a 100%)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--fw-text-main);background-color:#f4f6f8;overflow-x:hidden}.fw-navbar{background-color:var(--fw-secondary);border-bottom:4px solid var(--fw-primary);padding:0.8rem 1rem}.fw-navbar .navbar-brand{color:#ffffff !important;font-weight:800;display:flex;align-items:center;gap:10px}.fw-navbar .navbar-brand img{max-height:45px;width:auto}.fw-navbar .nav-link{color:#e2e8f0 !important;font-weight:500;transition:color 0.3s ease}.fw-navbar .nav-link:hover{color:#10b981 !important}.live-ticker-bar{background-color:#111827;color:#f3f4f6;font-size:0.875rem;padding:8px 0;border-bottom:1px solid #374151;overflow:hidden;white-space:nowrap}.ticker-wrapper{display:inline-block;animation:ticker 35s linear infinite}.ticker-item{display:inline-block;margin-right:3rem}.ticker-badge{background-color:var(--fw-accent);padding:2px 6px;border-radius:4px;font-size:0.75rem;font-weight:bold;margin-right:5px}@keyframes ticker{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-50%,0,0)}}.hero-section{background:var(--fw-gradient-hero);color:#ffffff;padding:4.5rem 0;position:relative;overflow:hidden}.hero-content h1{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.3)}.hero-content p{font-size:1.15rem;color:#cbd5e1;margin-bottom:2rem;line-height:1.6}.hero-badge-container{display:flex;gap:15px;margin-bottom:1.5rem;flex-wrap:wrap}.hero-badge{background:rgba(255,255,255,0.15);padding:6px 15px;border-radius:30px;font-size:0.9rem;backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,0.25)}.hero-img-wrapper img{border-radius:12px;box-shadow:0 15px 30px rgba(0,0,0,0.4);transition:transform 0.3s ease}.hero-img-wrapper img:hover{transform:scale(1.02)}.section-padding{padding:4rem 0}.section-title{font-size:2rem;font-weight:700;color:var(--fw-secondary);margin-bottom:1rem;position:relative;padding-bottom:10px}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--fw-primary);border-radius:2px}.section-desc{color:var(--fw-text-muted);margin-bottom:2.5rem;font-size:1.05rem}.schedule-card{background:var(--fw-card-bg);border:1px solid var(--fw-border-color);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;transition:all 0.3s ease}.schedule-card:hover{box-shadow:0 10px 20px rgba(0,0,0,0.05);border-color:var(--fw-primary)}.match-meta{display:flex;justify-content:space-between;color:var(--fw-text-muted);font-size:0.85rem;border-bottom:1px dashed var(--fw-border-color);padding-bottom:8px;margin-bottom:12px}.match-teams{display:flex;align-items:center;justify-content:space-between}.team-info{display:flex;align-items:center;gap:12px;width:40%}.team-info.team-right{flex-direction:row-reverse;text-align:right}.team-flag-placeholder{width:32px;height:32px;background-color:#e9ecef;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:0.8rem;border:1px solid #dee2e6}.team-name{font-weight:600;font-size:1.05rem}.match-score-status{width:20%;text-align:center}.match-score{font-size:1.4rem;font-weight:800;color:var(--fw-secondary)}.match-status-badge{background-color:#f1f5f9;color:var(--fw-text-muted);padding:2px 8px;border-radius:12px;font-size:0.75rem;display:inline-block;margin-top:5px}.match-status-badge.live{background-color:#fee2e2;color:var(--fw-accent);font-weight:bold}.group-table-card{background:var(--fw-card-bg);border-radius:10px;border:1px solid var(--fw-border-color);overflow:hidden;height:100%}.group-header{background:var(--fw-secondary);color:#ffffff;padding:10px 15px;font-weight:700;font-size:1.1rem}.group-table{margin-bottom:0}.group-table th,.group-table td{font-size:0.9rem;padding:8px 12px;vertical-align:middle}.group-table th{font-weight:600;color:var(--fw-text-muted);background-color:#f8f9fa}.team-card{background-color:var(--fw-card-bg);border-radius:10px;border:1px solid var(--fw-border-color);padding:1.25rem;text-align:center;transition:all 0.3s ease;height:100%}.team-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(0,0,0,0.06);border-color:var(--fw-primary)}.team-avatar-box{width:70px;height:70px;background-color:var(--fw-light-bg);border-radius:50%;margin:0 auto 15px auto;display:flex;align-items:center;justify-content:center;font-size:1.5rem;border:2px solid var(--fw-border-color)}.team-card h4{font-size:1.15rem;font-weight:700;margin-bottom:5px}.team-card-meta{font-size:0.8rem;color:var(--fw-text-muted);margin-bottom:12px}.news-card{background-color:var(--fw-card-bg);border:1px solid var(--fw-border-color);border-radius:10px;overflow:hidden;transition:all 0.3s ease;height:100%}.news-card:hover{box-shadow:0 10px 20px rgba(0,0,0,0.08)}.news-body{padding:1.25rem}.news-tag{font-size:0.75rem;background-color:rgba(10,92,54,0.1);color:var(--fw-primary);padding:2px 8px;border-radius:4px;font-weight:bold;display:inline-block;margin-bottom:10px}.news-title{font-size:1.1rem;font-weight:700;line-height:1.4;margin-bottom:10px;color:var(--fw-secondary)}.news-desc{font-size:0.9rem;color:var(--fw-text-muted);margin-bottom:15px;line-height:1.5}.news-time{font-size:0.8rem;color:#94a3b8}.guide-box{background-color:var(--fw-card-bg);border-radius:12px;border:1px solid var(--fw-border-color);padding:2rem;height:100%}.guide-item{display:flex;gap:15px;margin-bottom:1.5rem}.guide-icon{font-size:1.75rem;color:var(--fw-primary);flex-shrink:0}.guide-text h4{font-size:1.1rem;font-weight:700;margin-bottom:5px}.guide-text p{font-size:0.9rem;color:var(--fw-text-muted);margin-bottom:0;line-height:1.5}.rules-grid{background-color:var(--fw-secondary);color:#ffffff;border-radius:12px;padding:2.5rem}.rule-card{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);border-radius:8px;padding:1.25rem;height:100%}.rule-card h4{font-size:1.15rem;font-weight:700;margin-bottom:10px;color:#34d399}.rule-card p{font-size:0.88rem;color:#cbd5e1;margin-bottom:0;line-height:1.5}.faq-card{background-color:var(--fw-card-bg);border:1px solid var(--fw-border-color);border-radius:8px;margin-bottom:12px}.faq-header{padding:1rem 1.25rem;font-weight:600;color:var(--fw-secondary);cursor:pointer;display:flex;justify-content:space-between;align-items:center;user-select:none}.faq-body{padding:0 1.25rem 1rem 1.25rem;color:var(--fw-text-muted);font-size:0.95rem;line-height:1.6;display:none}.faq-card.active .faq-body{display:block}.faq-card.active .faq-header{color:var(--fw-primary);border-bottom:1px solid var(--fw-border-color)}.fw-footer{background-color:var(--fw-secondary);color:#cbd5e1;padding:4rem 0 2rem 0;border-top:5px solid var(--fw-primary);font-size:0.9rem}.fw-footer h5{color:#ffffff;font-weight:700;margin-bottom:1.25rem;font-size:1.1rem}.fw-footer a{color:#94a3b8;text-decoration:none;transition:color 0.3s ease}.fw-footer a:hover{color:#ffffff}.footer-bottom{border-top:1px solid #334155;padding-top:1.5rem;margin-top:3rem;font-size:0.8rem;color:#64748b}@media (max-width:991.98px){.hero-content h1{font-size:2.2rem}.hero-img-wrapper{margin-top:2.5rem}}