:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0b1528;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0d6efd;--accent-green:#198754;--accent-orange:#fd7e14;--border:#e2e8f0;--card-radius:12px;--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);overflow-x:hidden;line-height:1.6}.navbar{background-color:rgba(11,21,40,0.96);backdrop-filter:blur(8px);border-bottom:2px solid var(--accent);padding:0.75rem 0;z-index:1030}.navbar-brand{display:flex;align-items:center;gap:10px;font-weight:800;color:var(--text-light) !important;font-size:1.35rem}.navbar-brand img{height:40px;width:auto;object-fit:contain}.nav-link{color:rgba(248,250,252,0.8) !important;font-weight:500;padding:0.5rem 1rem !important;transition:var(--transition)}.nav-link:hover,.nav-link.active{color:var(--accent-orange) !important}.wc-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:var(--transition);height:100%}.wc-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.hero-section{background:linear-gradient(135deg,#0b1528 0%,#1a365d 100%);color:var(--text-light);padding:5rem 0 4rem;position:relative;overflow:hidden}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-title span{color:var(--accent-orange)}.hero-desc{font-size:1.15rem;color:rgba(248,250,252,0.85);margin-bottom:2rem}.hero-img-wrapper img{border-radius:var(--card-radius);box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1)}.stats-dashboard{background:rgba(255,255,255,0.08);border-radius:var(--card-radius);padding:1.5rem;backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,0.1)}.stat-item{text-align:center;border-right:1px solid rgba(255,255,255,0.1)}.stat-item:last-child{border-right:none}.stat-num{font-size:2.25rem;font-weight:800;color:var(--accent-orange);line-height:1}.stat-label{font-size:0.875rem;color:rgba(248,250,252,0.7);margin-top:0.5rem}.section-title{font-weight:800;margin-bottom:2rem;position:relative;padding-bottom:0.75rem}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:var(--accent);border-radius:2px}.match-bar{background:var(--surface);border-left:5px solid var(--accent);border-radius:8px;padding:1rem;margin-bottom:1rem;box-shadow:0 2px 4px rgba(0,0,0,0.02)}.match-bar.live{border-left-color:var(--accent-orange)}.team-flag{width:28px;height:20px;object-fit:cover;border-radius:2px;margin-right:8px;box-shadow:0 1px 2px rgba(0,0,0,0.1)}.scroll-x-container{overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:1rem}.scroll-x-container::-webkit-scrollbar{height:6px}.scroll-x-container::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.15);border-radius:3px}.group-table{margin-bottom:0;font-size:0.9rem}.group-table th{background-color:#f1f5f9;font-weight:700}.news-item{border-bottom:1px solid var(--border);padding-bottom:1rem;margin-bottom:1rem}.news-item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.news-tag{font-size:0.75rem;font-weight:700;padding:0.25rem 0.5rem;border-radius:4px;background:rgba(13,110,253,0.1);color:var(--accent)}.accordion-item{border-radius:var(--card-radius) !important;border:1px solid var(--border) !important;margin-bottom:0.75rem;overflow:hidden}.accordion-button:not(.collapsed){background-color:rgba(13,110,253,0.05);color:var(--accent)}footer{background-color:var(--surface-strong);color:rgba(248,250,252,0.7);font-size:0.9rem;border-top:4px solid var(--accent-orange)}footer a{color:rgba(248,250,252,0.8);text-decoration:none;transition:var(--transition)}footer a:hover{color:var(--accent-orange)}.footer-brand{font-size:1.25rem;font-weight:800;color:var(--text-light);margin-bottom:1rem}@media (max-width:991.98px){.hero-title{font-size:2.25rem}.stat-item{border-right:none;border-bottom:1px solid rgba(255,255,255,0.1);padding-bottom:1rem;margin-bottom:1rem}.stat-item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}}