:root{--page-bg:#0b0f19;--surface:#151f32;--surface-strong:#1e2d4a;--text-main:#f8fafc;--text-muted:#94a3b8;--accent:#0284c7;--accent-gradient:linear-gradient(135deg,#0284c7 0%,#0d9488 100%);--accent-2:#dc2626;--border:#334155;--border-light:rgba(255,255,255,0.08);--transition:all 0.3s ease}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6;overflow-x:hidden}.navbar{background-color:rgba(11,15,25,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-light);padding:0.8rem 1rem;z-index:1050}.navbar-brand{font-weight:800;letter-spacing:0.5px;color:var(--text-main) !important}.navbar-brand img{max-height:40px;margin-right:10px}.nav-link{color:var(--text-muted) !important;font-weight:500;transition:var(--transition);margin:0 0.3rem}.nav-link:hover,.nav-link.active{color:var(--text-main) !important;text-shadow:0 0 10px rgba(2,132,199,0.5)}.hero-section{padding:8rem 0 5rem 0;background:radial-gradient(circle at 80% 20%,rgba(2,132,199,0.15) 0%,rgba(11,15,25,1) 70%);border-bottom:1px solid var(--border-light)}.hero-badge{background:rgba(2,132,199,0.1);border:1px solid rgba(2,132,199,0.3);color:#38bdf8;padding:0.5rem 1rem;border-radius:50px;display:inline-block;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,#ffffff 30%,#94a3b8 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width:768px){.hero-title{font-size:2.2rem}}.hero-desc{font-size:1.125rem;color:var(--text-muted);margin-bottom:2rem;max-width:650px}.hero-stats{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.stat-item h4{font-size:1.75rem;font-weight:800;color:var(--text-main);margin-bottom:0.25rem}.stat-item p{color:var(--text-muted);margin-bottom:0;font-size:0.875rem}.section-padding{padding:5rem 0}.section-title-wrap{margin-bottom:3.5rem;text-align:center}.section-subtitle{color:var(--accent);text-transform:uppercase;font-weight:700;letter-spacing:2px;font-size:0.875rem;margin-bottom:0.5rem;display:block}.section-title{font-size:2.25rem;font-weight:800;color:var(--text-main);position:relative}.section-title::after{content:'';display:block;width:50px;height:4px;background:var(--accent);margin:1rem auto 0 auto;border-radius:2px}.custom-card{background:var(--surface);border:1px solid var(--border-light);border-radius:12px;transition:var(--transition);height:100%;overflow:hidden}.custom-card:hover{transform:translateY(-5px);border-color:var(--border);box-shadow:0 10px 20px rgba(0,0,0,0.3)}.live-match-card{background:linear-gradient(135deg,var(--surface) 0%,#17253d 100%);border:1px solid var(--border);border-radius:12px;padding:1.5rem;position:relative}.live-status{font-size:0.75rem;font-weight:700;background:#ef4444;color:#fff;padding:0.25rem 0.5rem;border-radius:4px;text-transform:uppercase;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.team-logo-placeholder{width:45px;height:45px;background:rgba(255,255,255,0.05);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:1.2rem;border:1px solid var(--border-light)}.match-score{font-size:2rem;font-weight:800;letter-spacing:2px}.table-responsive-wrap{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.schedule-table{margin-bottom:0;color:var(--text-main)}.schedule-table th{background:var(--surface-strong);color:var(--text-muted);border-bottom:1px solid var(--border);padding:1rem;font-weight:600}.schedule-table td{padding:1.2rem 1rem;border-bottom:1px solid var(--border-light);vertical-align:middle}.schedule-table tr:last-child td{border-bottom:none}.badge-stage{background:rgba(255,255,255,0.08);border:1px solid var(--border-light);color:var(--text-muted);padding:0.35rem 0.75rem;border-radius:6px;font-size:0.8rem}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.group-box{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem}.group-header{border-bottom:1px solid var(--border-light);padding-bottom:0.75rem;margin-bottom:0.75rem;display:flex;justify-content:space-between;align-items:center}.group-header h3{font-size:1.15rem;font-weight:700;margin-bottom:0;color:var(--text-main)}.group-teams-list{list-style:none;padding:0;margin:0}.group-teams-list li{display:flex;justify-content:space-between;padding:0.5rem 0;border-bottom:1px solid rgba(255,255,255,0.03);font-size:0.9rem}.group-teams-list li:last-child{border-bottom:none}.player-card{background:var(--surface);border:1px solid var(--border-light);border-radius:12px;padding:1.5rem;position:relative;z-index:1}.player-card::before{content:'';position:absolute;top:0;right:0;width:80px;height:80px;background:radial-gradient(circle,rgba(2,132,199,0.15) 0%,rgba(0,0,0,0) 70%);z-index:-1}.guide-step{position:relative;padding-left:3rem}.guide-step::before{content:'';position:absolute;left:14px;top:35px;bottom:-20px;width:2px;background:var(--border-light)}.guide-step:last-child::before{display:none}.guide-step-icon{position:absolute;left:0;top:0;width:30px;height:30px;background:var(--accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:0.9rem}.accordion-item{background-color:var(--surface) !important;border:1px solid var(--border) !important;margin-bottom:1rem;border-radius:8px !important;overflow:hidden}.accordion-button{background-color:var(--surface) !important;color:var(--text-main) !important;font-weight:600;border:none;box-shadow:none !important}.accordion-button:not(.collapsed){background-color:var(--surface-strong) !important;color:#38bdf8 !important}.accordion-button::after{filter:invert(1)}.accordion-body{background-color:var(--surface);color:var(--text-muted);border-top:1px solid var(--border-light);font-size:0.95rem}.about-box{background:linear-gradient(135deg,var(--surface) 0%,rgba(15,23,42,0.6) 100%);border:1px solid var(--border);border-radius:12px;padding:2.5rem}footer{background-color:#070a12;border-top:1px solid var(--border);padding:4rem 0 2rem 0;color:var(--text-muted)}footer h5{color:var(--text-main);font-weight:700;margin-bottom:1.5rem;font-size:1.1rem}footer a{color:var(--text-muted);text-decoration:none;transition:var(--transition)}footer a:hover{color:var(--text-main)}.footer-bottom{border-top:1px solid var(--border-light);padding-top:1.5rem;margin-top:3rem;font-size:0.85rem}