:root{--page-bg:#f4f7f6;--surface:#ffffff;--surface-strong:#0d2d22;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#00a859;--accent-hover:#008746;--accent-orange:#ff9f1c;--border:#e2e8f0;--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);line-height:1.6}.navbar-custom{background-color:var(--surface-strong);box-shadow:var(--shadow-md);padding:0.8rem 1rem}.navbar-custom .navbar-brand{display:flex;align-items:center;gap:10px;color:var(--text-light);font-weight:700;font-size:1.25rem}.navbar-custom .navbar-brand img{max-height:40px;width:auto}.navbar-custom .nav-link{color:rgba(248,250,252,0.85);font-weight:500;margin-left:1rem;transition:color 0.2s}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent-orange)}.navbar-toggler-custom{border-color:rgba(248,250,252,0.25);color:var(--text-light)}.hero-section{background:linear-gradient(135deg,#0d2d22 0%,#1a4a35 100%);color:var(--text-light);padding:5rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(0,168,89,0.15) 0%,transparent 50%);pointer-events:none}.hero-badge{background-color:var(--accent-orange);color:var(--surface-strong);font-weight:700;font-size:0.85rem;padding:0.35rem 1rem;border-radius:50px;display:inline-block;margin-bottom:1.5rem;text-transform:uppercase}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-desc{font-size:1.1rem;color:rgba(248,250,252,0.85);margin-bottom:2rem;max-width:600px}.hero-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem}@media (min-width:768px){.hero-title{font-size:3.5rem}.hero-stats{grid-template-columns:repeat(4,1fr)}}.stat-card{background:rgba(255,255,255,0.08);border-left:4px solid var(--accent);padding:1rem;border-radius:0 8px 8px 0}.stat-val{font-size:1.8rem;font-weight:700;color:var(--accent-orange);line-height:1.1}.stat-label{font-size:0.85rem;color:rgba(248,250,252,0.7);margin-top:0.25rem}.hero-img-wrap{position:relative;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-lg)}.hero-img-wrap img{width:100%;height:auto;object-fit:cover}.section-padding{padding:5rem 0}.section-title-wrap{margin-bottom:3rem;text-align:center}.section-title{font-size:2rem;font-weight:700;color:var(--surface-strong);position:relative;display:inline-block;padding-bottom:0.75rem}.section-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background-color:var(--accent);border-radius:2px}.section-subtitle{color:var(--text-muted);margin-top:0.5rem;font-size:1.05rem}.score-board-wrapper{background:var(--surface);border-radius:12px;box-shadow:var(--shadow-md);padding:1.5rem;margin-top:-3rem;position:relative;z-index:10}.score-card{border:1px solid var(--border);border-radius:8px;padding:1.25rem;background-color:var(--page-bg);transition:transform 0.2s,box-shadow 0.2s}.score-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.match-meta{font-size:0.8rem;color:var(--text-muted);display:flex;justify-content:space-between;margin-bottom:0.75rem;border-bottom:1px dashed var(--border);padding-bottom:0.5rem}.team-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.5rem}.team-info{display:flex;align-items:center;gap:10px;font-weight:600}.team-flag{width:28px;height:20px;object-fit:cover;border:1px solid var(--border);border-radius:2px}.score-val{font-size:1.25rem;font-weight:700;color:var(--text-main)}.match-status-badge{font-size:0.75rem;padding:0.2rem 0.6rem;border-radius:4px;font-weight:600}.status-upcoming{background-color:rgba(0,168,89,0.1);color:var(--accent)}.status-live{background-color:rgba(255,159,28,0.1);color:var(--accent-orange);animation:pulse 1.5s infinite}.schedule-table-wrap{background:var(--surface);border-radius:12px;box-shadow:var(--shadow-sm);padding:1.5rem}.schedule-table th{background-color:var(--surface-strong);color:var(--text-light);border:none}.schedule-table td{vertical-align:middle;color:var(--text-main)}.group-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media (min-width:576px){.group-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.group-grid{grid-template-columns:repeat(4,1fr)}}.group-card{background:var(--surface);border-radius:10px;border-top:4px solid var(--accent);box-shadow:var(--shadow-sm);padding:1.25rem}.group-header{font-size:1.15rem;font-weight:700;color:var(--surface-strong);margin-bottom:1rem;text-align:center;border-bottom:1px solid var(--border);padding-bottom:0.5rem}.group-team-list{list-style:none;padding:0;margin:0}.group-team-item{display:flex;justify-content:space-between;align-items:center;padding:0.5rem 0;border-bottom:1px solid #f8fafc}.group-team-item:last-child{border-bottom:none}.team-avatar-card{background:var(--surface);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-sm);transition:transform 0.3s}.team-avatar-card:hover{transform:translateY(-5px)}.team-avatar-img{height:180px;background-color:var(--surface-strong);display:flex;align-items:center;justify-content:center;color:var(--text-light);position:relative}.team-avatar-img .team-flag-lg{font-size:3.5rem}.team-avatar-body{padding:1.25rem}.team-avatar-title{font-size:1.15rem;font-weight:700;margin-bottom:0.5rem}.team-badge-group{display:flex;gap:0.5rem;flex-wrap:wrap;margin-bottom:0.75rem}.team-badge-item{font-size:0.75rem;background-color:var(--page-bg);color:var(--text-muted);padding:0.2rem 0.5rem;border-radius:4px}.news-card{background:var(--surface);border-radius:10px;overflow:hidden;box-shadow:var(--shadow-sm);height:100%;display:flex;flex-direction:column}.news-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.news-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:0.75rem}.news-title{font-size:1.1rem;font-weight:700;color:var(--surface-strong);line-height:1.4;margin-bottom:0.75rem}.news-desc{font-size:0.9rem;color:var(--text-muted);margin-bottom:1.25rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.guide-banner-card{background-color:var(--surface-strong);color:var(--text-light);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-lg)}.guide-img-container img{width:100%;height:100%;object-fit:cover;min-height:300px}.guide-details{padding:3rem}.guide-step{display:flex;gap:1rem;margin-bottom:1.5rem}.guide-step-num{width:36px;height:36px;background-color:var(--accent-orange);color:var(--surface-strong);font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rule-card{background-color:var(--surface);border-radius:12px;padding:2rem;box-shadow:var(--shadow-sm);height:100%;border-left:5px solid var(--accent)}.rule-icon{font-size:2rem;color:var(--accent);margin-bottom:1rem}.faq-accordion .accordion-item{border:none;margin-bottom:0.75rem;border-radius:8px;overflow:hidden;box-shadow:var(--shadow-sm)}.faq-accordion .accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface);border:none;box-shadow:none;padding:1.25rem}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(0,168,89,0.05);color:var(--accent)}.faq-accordion .accordion-body{background-color:var(--surface);color:var(--text-muted);padding:1.25rem;border-top:1px solid var(--border)}.footer-custom{background-color:var(--surface-strong);color:rgba(248,250,252,0.8);padding:4rem 0 2rem;border-top:4px solid var(--accent)}.footer-brand{font-weight:700;font-size:1.4rem;color:var(--text-light);margin-bottom:1rem;display:inline-block}.footer-title{font-size:1.1rem;font-weight:600;color:var(--text-light);margin-bottom:1.25rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:rgba(248,250,252,0.7);text-decoration:none;transition:color 0.2s}.footer-links a:hover{color:var(--accent-orange)}.footer-bottom{border-top:1px solid rgba(248,250,252,0.1);margin-top:3rem;padding-top:1.5rem;font-size:0.85rem;text-align:center}@keyframes pulse{0%{opacity:0.6}50%{opacity:1}100%{opacity:0.6}}