:root{--page-bg:#f6f8fb;--surface:#ffffff;--surface-strong:#edf2f7;--text-main:#1e293b;--text-muted:#64748b;--accent:#0f52ba;--accent-hover:#0a3d91;--accent-2:#10b981;--accent-gold:#f59e0b;--border:#e2e8f0;--shadow-sm:0 2px 4px rgba(0,0,0,0.02);--shadow-md:0 4px 12px rgba(0,0,0,0.05);--shadow-lg:0 10px 25px rgba(0,0,0,0.08);--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}.header-nav{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);transition:all 0.3s ease}.header-nav .navbar-brand img{max-height:40px;object-fit:contain}.header-nav .nav-link{color:var(--text-main);font-weight:500;padding:0.5rem 1rem !important;transition:color 0.2s ease}.header-nav .nav-link:hover{color:var(--accent)}.hero-section{padding:8rem 0 5rem;background:linear-gradient(135deg,#ffffff 0%,#edf4fe 100%);border-bottom:1px solid var(--border);position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;right:0;width:40%;height:100%;background:radial-gradient(circle,rgba(15,82,186,0.05) 0%,transparent 70%);z-index:1}.hero-container{position:relative;z-index:2}.hero-tag{background-color:rgba(15,82,186,0.1);color:var(--accent);font-weight:600;padding:0.35rem 1rem;border-radius:50px;display:inline-block;margin-bottom:1.5rem;font-size:0.875rem}.hero-title{font-weight:800;color:var(--text-main);line-height:1.25;margin-bottom:1.5rem}.hero-title span{color:var(--accent)}.hero-desc{color:var(--text-muted);font-size:1.125rem;margin-bottom:2rem;max-width:600px}.section-title-wrap{margin-bottom:3rem;text-align:center}.section-title{font-weight:700;color:var(--text-main);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:700px;margin:0.75rem auto 0}.card-custom{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:all 0.3s cubic-bezier(0.165,0.84,0.44,1);overflow:hidden}.card-custom:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:rgba(15,82,186,0.2)}.live-score-strip{background-color:var(--surface-strong);padding:1.5rem;border-radius:var(--radius);margin-bottom:1.5rem;border:1px solid var(--border)}.match-badge{font-size:0.75rem;padding:0.25rem 0.5rem;border-radius:4px;font-weight:bold}.match-badge.scheduled{background-color:#e2e8f0;color:#475569}.match-badge.live{background-color:#fee2e2;color:#ef4444;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.group-header{font-weight:700;font-size:1.25rem;color:var(--accent);border-bottom:2px solid var(--border);padding-bottom:0.5rem;margin-bottom:1rem}.group-team-item{display:flex;justify-content:space-between;padding:0.5rem 0;border-bottom:1px dashed var(--border)}.group-team-item:last-child{border-bottom:none}.faq-accordion .accordion-item{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius) !important;margin-bottom:1rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--text-main);background-color:var(--surface);box-shadow:none !important;padding:1.25rem 1.5rem}.faq-accordion .accordion-button:not(.collapsed){color:var(--accent);background-color:var(--surface-strong)}.faq-accordion .accordion-body{background-color:var(--surface);color:var(--text-muted);padding:1.25rem 1.5rem;border-top:1px solid var(--border)}@media (max-width:991.98px){.hero-section{padding:6rem 0 3rem;text-align:center}.hero-desc{margin-left:auto;margin-right:auto}.hero-img-wrap{margin-top:2rem}}