:root{--page-bg:#070d19;--surface:#111b2e;--surface-strong:#1a2942;--text-main:#f8fafc;--text-muted:#94a3b8;--accent:#00f2fe;--accent-2:#ff2a54;--accent-3:#ffb800;--border:#1e293b;--border-hover:#334155;--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body{background-color:var(--page-bg);color:var(--text-main);font-family:var(--font-family);overflow-x:hidden;line-height:1.6}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--page-bg)}::-webkit-scrollbar-thumb{background:var(--surface-strong);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}.navbar-custom{background-color:rgba(7,13,25,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);padding:0.75rem 1rem;transition:all 0.3s ease}.navbar-brand img{max-height:40px;object-fit:contain}.navbar-brand span{font-size:1.25rem;font-weight:700;color:var(--text-main);letter-spacing:0.5px}.nav-link-custom{color:var(--text-muted) !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.2s ease}.nav-link-custom:hover,.nav-link-custom.active{color:var(--accent) !important}section{padding:5rem 0;border-bottom:1px solid var(--border)}.section-title{font-size:2rem;font-weight:800;margin-bottom:2.5rem;position:relative;padding-left:1rem;border-left:4px solid var(--accent-2)}.section-title span{color:var(--accent)}#hero{position:relative;padding:7rem 0 5rem 0;background:radial-gradient(circle at 80% 20%,rgba(0,242,254,0.15) 0%,transparent 50%),radial-gradient(circle at 20% 80%,rgba(255,42,84,0.15) 0%,transparent 50%)}.hero-badge{display:inline-flex;align-items:center;gap:0.5rem;background:rgba(255,42,84,0.15);border:1px solid rgba(255,42,84,0.3);color:#ff5e7e;padding:0.35rem 1rem;border-radius:50px;font-size:0.875rem;font-weight:600;margin-bottom:1.5rem}.hero-title{font-size:3rem;font-weight:900;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--text-main) 30%,#a5b4fc 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.125rem;color:var(--text-muted);margin-bottom:2.5rem;max-width:640px}.hero-img-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.5);border:1px solid rgba(255,255,255,0.1)}.hero-img-wrapper img{width:100%;height:auto;object-fit:cover;transition:transform 0.5s ease}.hero-img-wrapper:hover img{transform:scale(1.03)}.hero-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.stat-card{background:var(--surface);border:1px solid var(--border);padding:1.25rem;border-radius:8px;text-align:center}.stat-val{font-size:1.75rem;font-weight:800;color:var(--accent)}.stat-label{font-size:0.8rem;color:var(--text-muted);text-transform:uppercase;margin-top:0.25rem}.live-score-strip{background:var(--surface);border-bottom:1px solid var(--border);padding:1rem 0;overflow-x:auto;white-space:nowrap}.score-item-wrapper{display:inline-flex;gap:1.5rem;padding:0 1rem}.score-card{background:var(--surface-strong);border:1px solid var(--border);padding:0.75rem 1.25rem;border-radius:8px;min-width:260px;display:flex;flex-direction:column;gap:0.25rem}.score-header{display:flex;justify-content:space-between;font-size:0.75rem;color:var(--text-muted)}.score-status-live{color:var(--accent-2);font-weight:700;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:0.4}50%{opacity:1}100%{opacity:0.4}}.score-teams{display:flex;justify-content:space-between;align-items:center;font-weight:600}.score-val{font-size:1.1rem;color:var(--accent-3)}.schedule-tab-content{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.schedule-row{display:grid;grid-template-columns:2fr 3fr 1fr 3fr 2fr;align-items:center;padding:1rem;border-bottom:1px solid var(--border);transition:background 0.2s ease}.schedule-row:last-child{border-bottom:none}.schedule-row:hover{background:rgba(255,255,255,0.02)}.sched-time{font-size:0.85rem;color:var(--text-muted)}.sched-team{font-weight:600;display:flex;align-items:center;gap:0.75rem}.sched-team-right{justify-content:flex-end}.sched-vs{text-align:center;font-weight:700;color:var(--accent);background:rgba(0,242,254,0.1);padding:0.25rem 0.5rem;border-radius:4px;font-size:0.85rem}.sched-venue{font-size:0.85rem;color:var(--text-muted);text-align:right}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.25rem;transition:transform 0.3s ease,border-color 0.3s ease}.group-card:hover{transform:translateY(-4px);border-color:var(--accent)}.group-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border);padding-bottom:0.75rem;margin-bottom:0.75rem}.group-title{font-weight:700;font-size:1.1rem;color:var(--accent-3)}.group-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.5rem}.group-list-item{display:flex;justify-content:space-between;align-items:center;font-size:0.9rem;padding:0.25rem 0}.team-rank{width:20px;height:20px;background:var(--surface-strong);display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:0.75rem;margin-right:0.5rem;font-weight:700}.group-list-item:nth-child(1) .team-rank,.group-list-item:nth-child(2) .team-rank{background:var(--accent-2);color:#fff}.team-pts{font-weight:700;color:var(--text-muted)}.card-custom{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden;transition:all 0.3s ease;height:100%}.card-custom:hover{border-color:var(--accent);box-shadow:0 10px 20px rgba(0,242,254,0.15)}.card-custom-img{position:relative;height:200px;overflow:hidden}.card-custom-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.card-custom:hover .card-custom-img img{transform:scale(1.05)}.card-custom-body{padding:1.5rem}.card-tag{font-size:0.75rem;font-weight:700;color:var(--accent);text-transform:uppercase;margin-bottom:0.5rem}.news-grid{display:grid;grid-template-columns:2fr 1.5fr;gap:2rem}.news-lead-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;height:100%}.news-lead-body{padding:2rem}.news-list-aside{display:flex;flex-direction:column;gap:1rem}.news-aside-item{background:var(--surface);border:1px solid var(--border);padding:1.25rem;border-radius:8px;transition:all 0.2s ease}.news-aside-item:hover{border-color:var(--accent);background:var(--surface-strong)}.news-date{font-size:0.75rem;color:var(--text-muted);margin-bottom:0.25rem}.info-panel{background:var(--surface);border-left:4px solid var(--accent);padding:1.5rem;border-radius:0 8px 8px 0;height:100%}.guide-box{background:var(--surface-strong);border:1px solid var(--border);border-radius:10px;padding:1.5rem;height:100%;transition:all 0.3s ease}.guide-box:hover{border-color:var(--accent-3)}.guide-icon{font-size:2rem;color:var(--accent-3);margin-bottom:1rem}.faq-accordion .accordion-item{background-color:var(--surface);border:1px solid var(--border);margin-bottom:0.75rem;border-radius:8px !important;overflow:hidden}.faq-accordion .accordion-button{background-color:var(--surface);color:var(--text-main);font-weight:600;padding:1.25rem;border:none;box-shadow:none}.faq-accordion .accordion-button:not(.collapsed){background-color:var(--surface-strong);color:var(--accent)}.faq-accordion .accordion-button::after{filter:invert(1)}.faq-accordion .accordion-body{background-color:var(--surface-strong);color:var(--text-muted);padding:1.25rem;border-top:1px solid var(--border)}footer{background-color:#03060c;color:var(--text-muted);font-size:0.9rem;border-top:1px solid var(--border);padding:4rem 0 2rem 0}footer h5{color:var(--text-main);font-weight:700;margin-bottom:1.5rem}footer a{color:var(--text-muted);text-decoration:none;transition:color 0.2s ease}footer a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.05);margin-top:3rem;padding-top:1.5rem;font-size:0.8rem}@media (max-width:991.98px){.news-grid{grid-template-columns:1fr}.hero-title{font-size:2.25rem}.schedule-row{grid-template-columns:1fr;gap:0.5rem;padding:1.25rem;text-align:center}.sched-team-right{justify-content:center}.sched-venue{text-align:center;margin-top:0.25rem}}