:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0a1128;--text-main:#1e293b;--text-muted:#64748b;--accent:#0066cc;--accent-rgb:0,102,204;--accent-2:#00a86b;--accent-3:#e63946;--border:#e2e8f0;--card-radius:12px}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{text-decoration:none;transition:all 0.3s ease}.navbar-custom{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);padding:12px 0}.navbar-brand img{max-height:40px;margin-right:10px}.navbar-brand span{font-weight:800;color:var(--surface-strong);font-size:1.25rem;letter-spacing:-0.5px}.nav-link-custom{color:var(--text-main);font-weight:600;padding:8px 16px;border-radius:8px;font-size:0.95rem}.nav-link-custom:hover,.nav-link-custom.active{color:var(--accent);background-color:rgba(var(--accent-rgb),0.08)}.hero-section{background:radial-gradient(circle at 80% 20%,rgba(0,102,204,0.15) 0%,rgba(10,17,40,0.02) 100%),var(--surface);padding:80px 0 60px;border-bottom:1px solid var(--border)}.hero-tag{background-color:rgba(var(--accent-rgb),0.1);color:var(--accent);font-weight:700;padding:6px 16px;border-radius:50px;display:inline-block;margin-bottom:20px;font-size:0.85rem;text-transform:uppercase}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.25;color:var(--surface-strong);margin-bottom:20px}.hero-desc{font-size:1.15rem;color:var(--text-muted);margin-bottom:30px}.hero-img-wrapper{position:relative;border-radius:var(--card-radius);overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.08)}.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)}.section-title-wrap{margin-bottom:40px}.section-title{font-size:2rem;font-weight:800;color:var(--surface-strong);position:relative;display:inline-block;padding-bottom:10px}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--accent);border-radius:2px}.section-subtitle{color:var(--text-muted);font-size:1rem;margin-top:8px}.card-custom{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);box-shadow:0 4px 6px -1px rgba(0,0,0,0.02),0 2px 4px -1px rgba(0,0,0,0.01);transition:all 0.3s cubic-bezier(0.4,0,0.2,1);overflow:hidden}.card-custom:hover{transform:translateY(-4px);box-shadow:0 12px 20px -5px rgba(0,0,0,0.08);border-color:rgba(var(--accent-rgb),0.2)}.match-card{padding:20px;border-left:4px solid var(--border)}.match-card.live{border-left-color:var(--accent-3)}.match-card.upcoming{border-left-color:var(--accent)}.match-card.finished{border-left-color:var(--accent-2)}.match-meta{display:flex;justify-content:space-between;font-size:0.85rem;color:var(--text-muted);margin-bottom:15px;font-weight:600}.match-team{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.team-name{font-weight:700;font-size:1.05rem}.team-score{font-size:1.25rem;font-weight:800;color:var(--surface-strong)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.group-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:20px}.group-header{background-color:rgba(var(--accent-rgb),0.05);color:var(--accent);font-weight:800;padding:10px 15px;border-radius:8px;margin-bottom:15px;display:flex;justify-content:space-between;align-items:center}.group-table{width:100%;font-size:0.9rem}.group-table th{color:var(--text-muted);font-weight:600;padding-bottom:8px;border-bottom:1px solid var(--border)}.group-table td{padding:8px 0;border-bottom:1px dashed rgba(0,0,0,0.05)}.swiper-container-custom{padding-bottom:40px}.news-img{height:200px;object-fit:cover;width:100%}.news-tag{font-size:0.75rem;font-weight:700;text-transform:uppercase;color:var(--accent);margin-bottom:8px;display:inline-block}.accordion-button:not(.collapsed){background-color:rgba(var(--accent-rgb),0.05);color:var(--accent);box-shadow:none}.accordion-button{font-weight:700;color:var(--surface-strong)}.accordion-item{border:1px solid var(--border);border-radius:var(--card-radius) !important;overflow:hidden;margin-bottom:12px}.guide-step{display:flex;align-items:flex-start;margin-bottom:25px}.guide-num{background-color:var(--accent);color:#ffffff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;margin-right:15px;flex-shrink:0}@media (max-width:991.98px){.hero-title{font-size:2.2rem}.hero-section{padding:40px 0}}