:root{--page-bg:#070b19;--surface:#0f1630;--surface-strong:#162044;--text-main:#f8fafc;--text-muted:#94a3b8;--accent:#00f2fe;--accent-2:#39ff14;--accent-3:#ff007f;--border:#1e295d;--font-sans:-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-sans);overflow-x:hidden;line-height:1.6}a{color:var(--accent);text-decoration:none;transition:all 0.3s ease}a:hover{color:#ffffff;text-shadow:0 0 8px var(--accent)}.section-title{font-size:2rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;margin-bottom:2rem;position:relative;display:inline-block;background:linear-gradient(135deg,var(--text-main) 30%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.section-title::after{content:'';position:absolute;left:0;bottom:-8px;width:60px;height:4px;background:linear-gradient(90deg,var(--accent),var(--accent-2));border-radius:2px}header{background-color:rgba(7,11,25,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:1000}.navbar-brand img{max-height:45px;object-fit:contain}.nav-link{color:var(--text-main) !important;font-weight:600;font-size:0.95rem;padding:0.5rem 1rem !important;transition:color 0.3s ease}.nav-link:hover,.nav-link.active{color:var(--accent) !important}.hero-section{padding:6rem 0 4rem;background:radial-gradient(circle at 80% 20%,rgba(30,41,93,0.4) 0%,rgba(7,11,25,1) 70%);border-bottom:1px solid var(--border)}.hero-badge{display:inline-block;background:rgba(0,242,254,0.1);border:1px solid var(--accent);color:var(--accent);padding:0.4rem 1rem;border-radius:50px;font-size:0.85rem;font-weight:700;margin-bottom:1.5rem;text-transform:uppercase}.hero-title{font-size:3rem;font-weight:900;line-height:1.2;margin-bottom:1.5rem}.hero-desc{font-size:1.15rem;color:var(--text-muted);margin-bottom:2rem}.hero-img{border-radius:12px;box-shadow:0 10px 30px rgba(0,242,254,0.15);border:1px solid var(--border);max-width:100%;height:auto}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}.stat-item{background:var(--surface);border:1px solid var(--border);padding:1rem;border-radius:8px;text-align:center}.stat-val{font-size:1.8rem;font-weight:800;color:var(--accent-2);display:block}.stat-lbl{font-size:0.85rem;color:var(--text-muted)}.live-center{padding:4rem 0;background:var(--surface);border-bottom:1px solid var(--border)}.match-card{background:var(--surface-strong);border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:transform 0.3s ease,box-shadow 0.3s ease;height:100%}.match-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,0.4);border-color:var(--accent)}.match-header{display:flex;justify-content:space-between;align-items:center;font-size:0.8rem;color:var(--text-muted);border-bottom:1px solid rgba(255,255,255,0.05);padding-bottom:0.8rem;margin-bottom:1rem}.match-status-badge{background:rgba(255,0,127,0.1);color:var(--accent-3);padding:0.2rem 0.6rem;border-radius:4px;font-weight:700}.match-team{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.8rem}.team-name{font-weight:700;font-size:1.05rem}.team-score{font-size:1.25rem;font-weight:800;color:var(--accent)}.match-footer{margin-top:1rem;padding-top:0.8rem;border-top:1px solid rgba(255,255,255,0.05);font-size:0.8rem;color:var(--text-muted);text-align:center}.schedule-timeline{padding:4rem 0;border-bottom:1px solid var(--border)}.timeline-container{position:relative;padding-left:2rem;border-left:2px solid var(--border)}.timeline-item{position:relative;margin-bottom:2.5rem}.timeline-item::before{content:'';position:absolute;left:-2.45rem;top:0.25rem;width:12px;height:12px;border-radius:50%;background:var(--accent-2);box-shadow:0 0 8px var(--accent-2)}.timeline-date{font-size:1rem;font-weight:800;color:var(--accent);margin-bottom:0.5rem}.timeline-content{background:var(--surface);border:1px solid var(--border);padding:1.2rem;border-radius:8px}.group-section{padding:4rem 0;background:var(--surface);border-bottom:1px solid var(--border)}.group-card{background:var(--page-bg);border:1px solid var(--border);border-radius:8px;padding:1.2rem;margin-bottom:1.5rem}.group-title{font-size:1.15rem;font-weight:800;color:var(--accent);border-bottom:2px solid var(--border);padding-bottom:0.5rem;margin-bottom:1rem;display:flex;justify-content:space-between}.table-custom{width:100%;margin-bottom:0;color:var(--text-main)}.table-custom th{font-size:0.75rem;color:var(--text-muted);text-transform:uppercase;border-bottom:1px solid var(--border);padding:0.5rem 0.25rem}.table-custom td{font-size:0.85rem;padding:0.6rem 0.25rem;border-bottom:1px solid rgba(255,255,255,0.03)}.teams-section{padding:4rem 0;border-bottom:1px solid var(--border)}.team-thumb-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden;transition:transform 0.3s}.team-thumb-card:hover{transform:scale(1.03);border-color:var(--accent)}.team-flag-wrap{height:120px;background:linear-gradient(135deg,var(--surface-strong),var(--page-bg));display:flex;align-items:center;justify-content:center;font-size:3rem}.team-info{padding:1rem;text-align:center}.team-info h4{font-size:1.1rem;font-weight:700;margin-bottom:0.25rem}.team-info p{font-size:0.8rem;color:var(--text-muted);margin-bottom:0}.stadium-section{padding:4rem 0;background:var(--surface);border-bottom:1px solid var(--border)}.stadium-card{background:var(--page-bg);border:1px solid var(--border);border-radius:12px;overflow:hidden}.stadium-img-container{position:relative;overflow:hidden}.stadium-img-container img{width:100%;height:auto;object-fit:cover;transition:transform 0.5s ease}.stadium-card:hover .stadium-img-container img{transform:scale(1.05)}.stadium-info{padding:1.5rem}.stadium-tag{background:rgba(57,255,20,0.1);color:var(--accent-2);font-size:0.75rem;font-weight:700;padding:0.2rem 0.6rem;border-radius:4px;display:inline-block;margin-bottom:0.5rem}.rules-section{padding:4rem 0;border-bottom:1px solid var(--border)}.rule-box{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:2rem;height:100%}.rule-icon{font-size:2.5rem;color:var(--accent);margin-bottom:1.5rem}.news-section{padding:4rem 0;background:var(--surface);border-bottom:1px solid var(--border)}.news-card{background:var(--page-bg);border:1px solid var(--border);border-radius:8px;padding:1.2rem;margin-bottom:1.5rem;transition:border-color 0.3s}.news-card:hover{border-color:var(--accent)}.news-date{font-size:0.75rem;color:var(--text-muted);margin-bottom:0.5rem}.news-title{font-size:1.05rem;font-weight:700;margin-bottom:0.8rem;line-height:1.4}.news-summary{font-size:0.85rem;color:var(--text-muted);margin-bottom:0}.guide-section{padding:4rem 0;border-bottom:1px solid var(--border)}.guide-banner{background:linear-gradient(135deg,var(--surface-strong) 0%,var(--page-bg) 100%);border:1px solid var(--border);border-radius:12px;overflow:hidden;display:flex;flex-wrap:wrap}.guide-content{padding:3rem;flex:1 1 500px}.guide-media{flex:1 1 400px;min-height:300px;position:relative}.guide-media img{width:100%;height:100%;object-fit:cover}.about-section{padding:4rem 0;background:var(--surface);border-bottom:1px solid var(--border)}.about-box{border-left:4px solid var(--accent);padding-left:1.5rem}.faq-section{padding:4rem 0;border-bottom:1px solid var(--border)}.faq-accordion .accordion-item{background-color:var(--surface);border:1px solid var(--border);margin-bottom:1rem;border-radius:8px !important;overflow:hidden}.faq-accordion .accordion-button{background-color:var(--surface);color:var(--text-main);font-weight:700;border:none;box-shadow:none;padding:1.2rem 1.5rem}.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(--page-bg);color:var(--text-muted);border-top:1px solid var(--border);font-size:0.95rem;line-height:1.7}footer{background-color:var(--page-bg);padding:4rem 0 2rem;border-top:1px solid var(--border);font-size:0.9rem;color:var(--text-muted)}.footer-brand img{max-height:40px;margin-bottom:1rem}.footer-title{color:var(--text-main);font-weight:700;margin-bottom:1.25rem;font-size:1rem}.footer-links list-unstyled li{margin-bottom:0.5rem}.footer-bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.05);font-size:0.8rem;text-align:center}@media (max-width:991.98px){.hero-title{font-size:2.5rem}.guide-content{padding:2rem}}@media (max-width:767.98px){.hero-title{font-size:2rem}.hero-stats{grid-template-columns:1fr;gap:1rem}.table-responsive-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.section-title{font-size:1.6rem}}