:root{--page-bg:#f4f7f6;--surface:#ffffff;--surface-strong:#0a1f33;--surface-accent:#0f2d4a;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#00aa6c;--accent-hover:#008855;--accent-2:#e01a4f;--border:#e2e8f0;--card-shadow:0 4px 14px rgba(10,31,51,0.06);--transition:all 0.3s ease}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);overflow-x:hidden;line-height:1.6}section{padding:70px 0}.section-title{position:relative;font-weight:700;color:var(--surface-strong);margin-bottom:40px}.section-title::after{content:'';position:absolute;bottom:-10px;left:0;width:50px;height:4px;background-color:var(--accent);border-radius:2px}.card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--card-shadow);transition:var(--transition)}.card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(10,31,51,0.12)}.navbar{background-color:var(--surface-strong);box-shadow:0 2px 10px rgba(0,0,0,0.1)}.navbar-brand{display:flex;align-items:center;gap:10px;font-weight:700;color:var(--text-light) !important}.navbar-brand img{height:40px;width:auto}.nav-link{color:rgba(248,250,252,0.85) !important;font-weight:500;transition:var(--transition)}.nav-link:hover,.nav-link.active{color:var(--accent) !important}.hero-section{background:linear-gradient(135deg,var(--surface-strong) 0%,var(--surface-accent) 100%);color:var(--text-light);padding:90px 0;position:relative;overflow:hidden}.hero-section h1{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:20px}@media (min-width:992px){.hero-section h1{font-size:3.5rem}}.hero-text{color:rgba(248,250,252,0.9);font-size:1.15rem;margin-bottom:30px}.hero-img{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.3);object-fit:cover}.hero-stats{background:rgba(255,255,255,0.08);border-radius:12px;padding:20px;backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,0.1)}.hero-stat-num{font-size:1.8rem;font-weight:700;color:var(--accent)}.group-card{border-top:4px solid var(--accent)}.group-header{background-color:var(--surface-strong);color:var(--text-light);padding:10px 15px;font-weight:bold;border-top-left-radius:8px;border-top-right-radius:8px}.team-row{padding:8px 15px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.team-row:last-child{border-bottom:none}.schedule-timeline{position:relative}.match-card{border-left:4px solid var(--accent-2);margin-bottom:15px}.match-badge{background-color:var(--surface-strong);color:var(--text-light);font-size:0.75rem;padding:4px 8px;border-radius:4px}.score-box{background-color:var(--page-bg);border-radius:6px;padding:8px 12px;font-weight:700;font-size:1.1rem;color:var(--surface-strong);min-width:80px;text-align:center}.team-spotlight-img{height:200px;object-fit:cover;border-top-left-radius:12px;border-top-right-radius:12px}.faq-item .accordion-button{background-color:var(--surface);color:var(--surface-strong);font-weight:600}.faq-item .accordion-button:not(.collapsed){background-color:rgba(0,170,108,0.1);color:var(--accent-hover);box-shadow:none}footer{background-color:var(--surface-strong);color:rgba(248,250,252,0.8);padding:60px 0 30px 0;border-top:5px solid var(--accent)}footer a{color:rgba(248,250,252,0.8);text-decoration:none;transition:var(--transition)}footer a:hover{color:var(--accent)}.footer-title{color:var(--text-light);font-weight:600;margin-bottom:20px}.table-responsive-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}