:root{--fc-primary:#0a2540;--fc-secondary:#00d4b2;--fc-accent:#ff3e6c;--fc-bg-dark:#030f26;--fc-bg-light:#f8fafc;--fc-text-dark:#1e293b;--fc-text-light:#f1f5f9;--fc-muted:#64748b;--fc-border:#e2e8f0;--fc-card-shadow:0 10px 30px rgba(0,0,0,0.05)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--fc-text-dark);background-color:var(--fc-bg-light);line-height:1.6}.navbar{background-color:var(--fc-bg-dark);border-bottom:2px solid var(--fc-secondary);padding:0.8rem 1rem}.navbar-brand img{max-height:45px;margin-right:10px}.navbar-brand span{color:var(--fc-text-light);font-weight:700;font-size:1.25rem;letter-spacing:0.5px}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;margin-right:1rem;transition:color 0.3s ease}.nav-link:hover,.nav-link.active{color:var(--fc-secondary) !important}.hero-section{background:linear-gradient(135deg,var(--fc-bg-dark) 0%,#0c2040 100%);color:var(--fc-text-light);padding:5rem 0;position:relative;overflow:hidden;border-bottom:5px solid var(--fc-secondary)}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(0,212,178,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-title span{color:var(--fc-secondary)}.hero-badge{background-color:rgba(255,62,108,0.15);color:var(--fc-accent);border:1px solid var(--fc-accent);padding:0.4rem 1rem;border-radius:50px;display:inline-block;font-size:0.85rem;font-weight:600;margin-bottom:1.5rem}section{padding:5rem 0}.section-light{background-color:#ffffff}.section-dark{background-color:var(--fc-bg-dark);color:var(--fc-text-light)}.section-title{position:relative;font-weight:800;margin-bottom:3rem;padding-bottom:1rem;color:var(--fc-primary)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--fc-secondary);border-radius:2px}.section-title-center{text-align:center}.section-title-center::after{left:50%;transform:translateX(-50%)}.section-dark .section-title{color:var(--fc-text-light)}.board-card{background:#ffffff;border-radius:12px;padding:2rem;box-shadow:var(--fc-card-shadow);border:1px solid var(--fc-border);text-align:center;height:100%;transition:transform 0.3s ease}.board-card:hover{transform:translateY(-5px)}.board-icon{font-size:2.5rem;color:var(--fc-secondary);margin-bottom:1rem}.board-num{font-size:2.2rem;font-weight:800;color:var(--fc-primary);margin-bottom:0.5rem}.match-card{background:#ffffff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:var(--fc-card-shadow);border-left:5px solid var(--fc-secondary);transition:all 0.3s ease}.match-card:hover{box-shadow:0 15px 35px rgba(0,0,0,0.1)}.match-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px dashed var(--fc-border);padding-bottom:0.8rem;margin-bottom:1rem;font-size:0.85rem;color:var(--fc-muted)}.match-badge{background:var(--fc-bg-light);padding:0.2rem 0.6rem;border-radius:4px;font-weight:600}.match-team{display:flex;align-items:center;justify-content:space-between;margin:0.6rem 0}.team-name{font-weight:700;font-size:1.1rem}.team-score{font-size:1.25rem;font-weight:800;color:var(--fc-primary)}.group-table{background:#ffffff;border-radius:12px;overflow:hidden;box-shadow:var(--fc-card-shadow);margin-bottom:2rem}.group-header{background:var(--fc-primary);color:var(--fc-text-light);padding:1rem;font-weight:700;text-align:center;font-size:1.2rem}.group-body{padding:1rem}.group-item{display:flex;justify-content:space-between;padding:0.75rem 0.5rem;border-bottom:1px solid var(--fc-border)}.group-item:last-child{border-bottom:none}.news-card{background:#ffffff;border-radius:12px;overflow:hidden;box-shadow:var(--fc-card-shadow);height:100%;transition:transform 0.3s ease}.news-card:hover{transform:translateY(-5px)}.news-body{padding:1.5rem}.news-meta{font-size:0.8rem;color:var(--fc-muted);margin-bottom:0.8rem}.news-title{font-size:1.15rem;font-weight:700;line-height:1.4;margin-bottom:0.8rem;color:var(--fc-primary)}.faq-accordion .accordion-item{border:1px solid var(--fc-border);margin-bottom:1rem;border-radius:8px !important;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--fc-primary);background-color:#ffffff}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(0,212,178,0.08);color:var(--fc-primary);box-shadow:none}footer{background-color:var(--fc-bg-dark);color:rgba(255,255,255,0.7);padding:4rem 0 2rem;font-size:0.9rem;border-top:4px solid var(--fc-secondary)}footer a{color:rgba(255,255,255,0.8);text-decoration:none;transition:color 0.3s ease}footer a:hover{color:var(--fc-secondary)}footer h5{color:var(--fc-text-light);font-weight:700;margin-bottom:1.5rem}@media (max-width:991.98px){.hero-section{padding:3rem 0;text-align:center}.hero-title{font-size:2.2rem}.section-title{font-size:1.75rem;margin-bottom:2rem}}