:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f1f5f9;--accent:#10b981;--accent-hover:#059669;--primary:#2563eb;--primary-hover:#1d4ed8;--gold:#d97706;--border:#e2e8f0;--card-shadow:0 4px 6px -1px rgb(0 0 0 / 0.05),0 2px 4px -2px rgb(0 0 0 / 0.05);--transition-base:all 0.25s ease-in-out}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;line-height:1.6}.navbar{background-color:var(--surface-strong);border-bottom:2px solid var(--accent);padding:0.75rem 1rem;transition:var(--transition-base)}.navbar-brand{display:flex;align-items:center;gap:0.5rem;color:var(--text-light) !important;font-weight:700;font-size:1.25rem}.navbar-brand img{height:36px;width:auto;object-fit:contain}.nav-link{color:var(--text-light) !important;font-weight:500;font-size:0.95rem;padding:0.5rem 0.85rem !important;transition:var(--transition-base)}.nav-link:hover,.nav-link.active{color:var(--accent) !important}.navbar-toggler{border-color:rgba(255,255,255,0.1)}.navbar-toggler-icon{filter:invert(1)}section{padding:5rem 0;border-bottom:1px solid var(--border)}section:nth-of-type(even){background-color:#ffffff}.section-title-wrap{margin-bottom:3.5rem;position:relative}.section-title{font-weight:800;color:var(--surface-strong);letter-spacing:-0.025em;position:relative;display:inline-block;padding-bottom:0.75rem}.section-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:50px;height:4px;background-color:var(--accent);border-radius:2px}.section-desc{color:var(--text-muted);max-width:600px;margin:0.5rem auto 0}#hero{background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);color:var(--text-light);padding:6rem 0;position:relative;overflow:hidden;border-bottom:none}#hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(16,185,129,0.15) 0%,transparent 50%);pointer-events:none}#hero h1{font-size:2.75rem;font-weight:850;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-0.03em}#hero h1 span{color:var(--accent)}.hero-desc{font-size:1.1rem;color:#cbd5e1;margin-bottom:2rem;line-height:1.7}.hero-stats{background:rgba(255,255,255,0.06);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,0.1);border-radius:12px;padding:1.5rem}.stat-item{text-align:center}.stat-num{font-size:1.85rem;font-weight:800;color:var(--accent);display:block}.stat-label{font-size:0.85rem;color:#94a3b8}.hero-img-wrap{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,0.5)}.hero-img-wrap img{width:100%;height:auto;object-fit:cover}.match-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;box-shadow:var(--card-shadow);transition:var(--transition-base)}.match-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1);border-color:var(--accent)}.match-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px dashed var(--border);padding-bottom:0.75rem;margin-bottom:1rem;font-size:0.85rem;color:var(--text-muted)}.match-status{font-weight:600;padding:0.25rem 0.5rem;border-radius:4px}.status-live{background:#fef2f2;color:#ef4444;animation:pulse 2s infinite}.status-upcoming{background:#eff6ff;color:var(--primary)}.status-end{background:#f1f5f9;color:var(--text-muted)}.team-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.75rem}.team-name{font-weight:650;font-size:1.05rem;color:var(--surface-strong)}.team-score{font-weight:800;font-size:1.25rem;color:var(--surface-strong)}.schedule-table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow)}.schedule-table th{background-color:var(--surface-strong);color:var(--text-light);font-weight:600;border:none;padding:1rem}.schedule-table td{padding:1.25rem 1rem;vertical-align:middle;border-bottom:1px solid var(--border)}.table-responsive{margin:0}.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:12px;box-shadow:var(--card-shadow);overflow:hidden}.group-title{background:var(--surface-strong);color:var(--text-light);padding:0.75rem 1rem;font-weight:700;font-size:1.1rem;border-bottom:3px solid var(--accent);margin:0}.group-table{width:100%;margin-bottom:0}.group-table th{font-size:0.75rem;color:var(--text-muted);padding:0.5rem 0.75rem;background:#f8fafc}.group-table td{padding:0.6rem 0.75rem;font-size:0.9rem;border-top:1px solid var(--border)}.team-profile-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:var(--transition-base);box-shadow:var(--card-shadow);height:100%}.team-profile-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1)}.team-profile-header{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);color:#fff;padding:1.5rem;position:relative}.team-profile-header h3{font-size:1.35rem;font-weight:750;margin:0;display:flex;justify-content:space-between;align-items:center}.team-rank{font-size:0.8rem;background:rgba(255,255,255,0.2);padding:0.2rem 0.5rem;border-radius:4px}.team-profile-body{padding:1.25rem}.team-meta-item{display:flex;justify-content:space-between;font-size:0.9rem;margin-bottom:0.5rem;border-bottom:1px solid #f1f5f9;padding-bottom:0.5rem}.team-meta-label{color:var(--text-muted)}.team-meta-val{font-weight:600;color:var(--surface-strong)}.stadium-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow)}.stadium-card img{width:100%;height:220px;object-fit:cover}.stadium-info{padding:1.25rem}.stadium-info h3{font-size:1.2rem;font-weight:700;margin-bottom:0.5rem;color:var(--surface-strong)}.stadium-meta{font-size:0.85rem;color:var(--text-muted);margin-bottom:0.75rem}.news-list-item{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem;margin-bottom:1rem;transition:var(--transition-base);box-shadow:var(--card-shadow)}.news-list-item:hover{border-color:var(--accent);transform:translateX(4px)}.news-meta{font-size:0.8rem;color:var(--accent);font-weight:600;margin-bottom:0.5rem}.news-title{font-weight:700;font-size:1.15rem;color:var(--surface-strong);margin-bottom:0.5rem}.news-summary{font-size:0.9rem;color:var(--text-muted);margin-bottom:0}.info-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;height:100%;box-shadow:var(--card-shadow)}.info-card-icon{font-size:2.5rem;color:var(--accent);margin-bottom:1rem}.info-card h3{font-weight:750;font-size:1.25rem;margin-bottom:0.75rem;color:var(--surface-strong)}.info-card p{color:var(--text-muted);font-size:0.95rem;line-height:1.6;margin-bottom:0}.guide-box{background:var(--surface);border-left:5px solid var(--accent);padding:1.5rem;border-radius:0 12px 12px 0;box-shadow:var(--card-shadow);margin-bottom:1.5rem}.guide-box h3{font-size:1.15rem;font-weight:700;color:var(--surface-strong);margin-bottom:0.75rem}.guide-box p{font-size:0.95rem;color:var(--text-muted);margin-bottom:0}.about-wrap{background:var(--surface-strong);color:var(--text-light);padding:3rem;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3)}.about-wrap h2{font-weight:800;color:#fff;margin-bottom:1.5rem}.about-wrap p{color:#cbd5e1;font-size:1.05rem;line-height:1.8}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:10px;margin-bottom:1rem;overflow:hidden;box-shadow:var(--card-shadow)}.faq-btn{width:100%;text-align:left;padding:1.25rem 1.5rem;background:none;border:none;font-weight:650;font-size:1.05rem;color:var(--surface-strong);display:flex;justify-content:space-between;align-items:center;transition:var(--transition-base)}.faq-btn:hover{background-color:#f8fafc;color:var(--accent)}.faq-content{padding:0 1.5rem 1.25rem;color:var(--text-muted);font-size:0.95rem;line-height:1.6}footer{background-color:var(--surface-strong);color:#cbd5e1;padding:4rem 0 2rem;border-top:4px solid var(--accent);font-size:0.9rem}.footer-brand{font-weight:800;font-size:1.5rem;color:#fff !important;margin-bottom:1.25rem;display:block;text-decoration:none}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:var(--transition-base)}.footer-links a:hover{color:var(--accent);padding-left:4px}.footer-title{color:#fff;font-weight:700;margin-bottom:1.25rem;font-size:1rem}.footer-bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.1);font-size:0.8rem;color:#64748b}@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.5}}@media (max-width:991.98px){#hero{text-align:center;padding:4rem 0}.hero-stats{margin-top:2rem}.hero-img-wrap{margin-top:3rem}section{padding:4rem 0}}