:root{--page-bg:#070b15;--surface:#101726;--surface-strong:#182238;--text-main:#ffffff;--text-muted:#94a3b8;--accent:#00f2fe;--accent-2:#ffd000;--border:rgba(255,255,255,0.08);--gradient-primary:linear-gradient(135deg,#00f2fe 0%,#4facfe 100%);--gradient-accent:linear-gradient(135deg,#ff0844 0%,#ffb199 100%)}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;line-height:1.6}a{color:var(--accent);text-decoration:none;transition:all 0.3s ease}a:hover{color:var(--accent-2)}.navbar-custom{background-color:rgba(16,23,38,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);padding:0.8rem 1rem;z-index:1030}.navbar-brand img{height:40px;object-fit:contain}.navbar-custom .nav-link{color:var(--text-muted);font-size:0.95rem;font-weight:500;padding:0.5rem 1rem !important;border-radius:6px}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--text-main);background-color:var(--surface-strong)}.hero-section{padding:140px 0 80px 0;background:radial-gradient(circle at 80% 20%,rgba(0,242,254,0.1) 0%,rgba(7,11,21,0) 60%);border-bottom:1px solid var(--border)}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.25;background:linear-gradient(135deg,#ffffff 30%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1.5rem}.hero-desc{color:var(--text-muted);font-size:1.1rem;margin-bottom:2rem;line-height:1.7}.hero-img-container{border-radius:14px;overflow:hidden;border:1px solid var(--border);box-shadow:0 10px 30px rgba(0,0,0,0.5)}.hero-img-container img{width:100%;height:auto;object-fit:cover;transition:transform 0.5s ease}.hero-img-container:hover img{transform:scale(1.03)}.live-ticker-bar{background-color:#0b101c;border-bottom:1px solid var(--border);padding:10px 0}.ticker-wrap{display:flex;align-items:center;gap:20px;overflow-x:auto;white-space:nowrap;scrollbar-width:none}.ticker-wrap::-webkit-scrollbar{display:none}.ticker-item{display:inline-flex;align-items:center;background:var(--surface);padding:6px 16px;border-radius:30px;border:1px solid var(--border);font-size:0.85rem}.ticker-badge{width:8px;height:8px;background-color:var(--accent-2);border-radius:50%;display:inline-block;margin-right:8px;box-shadow:0 0 8px var(--accent-2)}.section-padding{padding:80px 0;border-bottom:1px solid var(--border)}.section-header{margin-bottom:3rem}.section-tag{color:var(--accent);text-transform:uppercase;font-size:0.85rem;font-weight:700;letter-spacing:2px;display:block;margin-bottom:0.5rem}.section-title{font-size:2.2rem;font-weight:700;color:var(--text-main)}.section-subtitle{color:var(--text-muted);font-size:1rem;max-width:600px;margin-top:0.5rem}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;height:100%;transition:all 0.3s cubic-bezier(0.25,0.8,0.25,1)}.custom-card:hover{transform:translateY(-5px);border-color:rgba(0,242,254,0.4);box-shadow:0 12px 24px rgba(0,0,0,0.3)}.match-card{background:linear-gradient(180deg,var(--surface) 0%,rgba(16,23,38,0.8) 100%);border:1px solid var(--border);border-radius:12px;padding:1.5rem;margin-bottom:1rem}.match-time-status{display:flex;justify-content:space-between;align-items:center;font-size:0.8rem;color:var(--text-muted);border-bottom:1px solid var(--border);padding-bottom:0.8rem;margin-bottom:1rem}.status-badge{padding:4px 10px;border-radius:20px;font-weight:600}.status-upcoming{background-color:rgba(255,255,255,0.08);color:var(--text-muted)}.status-live{background-color:rgba(255,8,68,0.15);color:#ff0844;animation:pulse 1.5s infinite}.team-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.8rem}.team-info{display:flex;align-items:center;gap:12px}.team-flag-placeholder{width:32px;height:22px;background-color:var(--surface-strong);border-radius:3px;border:1px solid rgba(255,255,255,0.1);display:flex;align-items:center;justify-content:center;font-size:0.65rem;font-weight:bold;color:var(--text-muted)}.team-name{font-weight:600;font-size:1rem}.team-score{font-size:1.4rem;font-weight:800;font-family:monospace;color:var(--text-main)}.group-table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;margin-bottom:1.5rem}.group-header-title{background:var(--surface-strong);padding:10px 15px;font-weight:700;color:var(--accent);border-bottom:1px solid var(--border)}.table-custom{margin-bottom:0;width:100%}.table-custom th{color:var(--text-muted);font-weight:600;font-size:0.8rem;padding:10px 15px;background-color:rgba(255,255,255,0.02);border-bottom:1px solid var(--border)}.table-custom td{color:var(--text-main);padding:10px 15px;font-size:0.9rem;border-bottom:1px solid var(--border);vertical-align:middle}.table-custom tbody tr:last-child td{border-bottom:none}.team-showcase-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;height:100%;transition:all 0.3s ease}.team-showcase-card:hover{transform:translateY(-5px);border-color:var(--accent)}.team-card-banner{height:80px;background:linear-gradient(45deg,var(--surface-strong),var(--page-bg));position:relative}.team-card-flag{position:absolute;bottom:-20px;left:20px;width:50px;height:35px;background:#253350;border-radius:4px;border:2px solid var(--surface);display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:0.8rem}.team-card-body{padding:35px 20px 20px 20px}.team-card-title{font-size:1.2rem;font-weight:700;margin-bottom:0.3rem}.team-card-rank{font-size:0.8rem;color:var(--accent-2);margin-bottom:1rem}.news-item{border-bottom:1px solid var(--border);padding-bottom:1.5rem;margin-bottom:1.5rem}.news-item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.news-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:0.5rem;display:flex;gap:12px}.news-title-link{color:var(--text-main);font-weight:600;font-size:1.1rem;display:block;line-height:1.4}.news-title-link:hover{color:var(--accent)}.guide-banner-card{background-color:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden}.accordion-custom .accordion-item{background-color:var(--surface);border:1px solid var(--border);margin-bottom:1rem;border-radius:8px !important;overflow:hidden}.accordion-custom .accordion-button{background-color:var(--surface);color:var(--text-main);font-weight:600;box-shadow:none;padding:1.2rem 1.5rem;border:none}.accordion-custom .accordion-button:not(.collapsed){background-color:var(--surface-strong);color:var(--accent)}.accordion-custom .accordion-button::after{filter:invert(1)}.accordion-custom .accordion-body{background-color:var(--surface);color:var(--text-muted);padding:1.2rem 1.5rem;font-size:0.95rem;border-top:1px solid var(--border)}.footer-section{background-color:#050810;border-top:1px solid var(--border);padding:80px 0 30px 0}.footer-brand{font-size:1.4rem;font-weight:700;color:var(--text-main);margin-bottom:1.2rem;display:flex;align-items:center;gap:10px}.footer-links-header{font-size:1rem;font-weight:600;color:var(--text-main);margin-bottom:1.2rem}.footer-links-list{list-style:none;padding-left:0}.footer-links-list li{margin-bottom:0.8rem}.footer-links-list a{color:var(--text-muted);font-size:0.9rem}.footer-links-list a:hover{color:var(--accent);padding-left:4px}.footer-bottom{border-top:1px solid var(--border);padding-top:30px;margin-top:50px;color:var(--text-muted);font-size:0.85rem}@keyframes pulse{0%{opacity:0.6}50%{opacity:1}100%{opacity:0.6}}@media (max-width:991.98px){.hero-title{font-size:2.2rem}.section-title{font-size:1.8rem}.navbar-collapse{background-color:var(--surface);padding:1rem;border-radius:8px;border:1px solid var(--border);margin-top:10px}}