:root{--primary-color:#0d6efd;--primary-dark:#0a58ca;--secondary-color:#198754;--accent-color:#ffc107;--bg-light:#f8f9fa;--bg-white:#ffffff;--text-dark:#212529;--text-muted:#6c757d;--border-color:#dee2e6;--card-shadow:0 4px 12px rgba(0,0,0,0.05);--transition-speed:0.3s}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-dark);background-color:var(--bg-light);line-height:1.6}a{text-decoration:none;transition:color var(--transition-speed) ease}.navbar-custom{background-color:var(--bg-white);border-bottom:1px solid var(--border-color);padding:15px 0;box-shadow:0 2px 4px rgba(0,0,0,0.02)}.navbar-custom .navbar-brand img{max-height:45px;object-fit:contain}.navbar-custom .nav-link{color:var(--text-dark);font-weight:500;padding:8px 16px !important;border-radius:6px}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--primary-color);background-color:rgba(13,110,253,0.05)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:80px 0;overflow:hidden}.hero-content h1{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:20px}.hero-content .brand-badge{background-color:var(--primary-color);color:#ffffff;padding:6px 14px;border-radius:20px;font-size:0.9rem;display:inline-block;margin-bottom:15px}.hero-img-container img{border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,0.3);width:100%;height:auto;object-fit:cover}.hero-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:30px}.hero-stat-card{background:rgba(255,255,255,0.08);padding:15px;border-radius:8px;border:1px solid rgba(255,255,255,0.1)}.hero-stat-card .stat-val{font-size:1.8rem;font-weight:700;color:var(--accent-color);display:block}.hero-stat-card .stat-lbl{font-size:0.85rem;color:rgba(255,255,255,0.7)}.section-header{margin-bottom:40px;text-align:center}.section-header h2{font-size:2.2rem;font-weight:700;position:relative;padding-bottom:15px;display:inline-block}.section-header h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background-color:var(--primary-color);border-radius:2px}.section-header p{color:var(--text-muted);margin-top:10px;font-size:1.1rem}.dashboard-section{padding:60px 0;background-color:var(--bg-white)}.match-status-badge{font-size:0.8rem;padding:4px 8px;border-radius:4px;font-weight:bold}.badge-upcoming{background-color:#e2e8f0;color:#475569}.badge-live{background-color:#fee2e2;color:#ef4444;animation:pulse 2s infinite}.badge-finished{background-color:#f1f5f9;color:#64748b}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.score-card{border:1px solid var(--border-color);border-radius:12px;padding:20px;background:var(--bg-white);box-shadow:var(--card-shadow);transition:transform var(--transition-speed)}.score-card:hover{transform:translateY(-5px)}.schedule-section{padding:60px 0}.schedule-table-wrap{background-color:var(--bg-white);border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow);border:1px solid var(--border-color)}.schedule-table th{background-color:#f1f5f9;color:#1e293b;font-weight:600;border-bottom:2px solid var(--border-color)}.groups-section{padding:60px 0;background-color:var(--bg-white)}.group-card{background-color:var(--bg-light);border-radius:12px;border:1px solid var(--border-color);overflow:hidden;margin-bottom:25px}.group-header{background-color:#1e293b;color:#ffffff;padding:12px 20px;font-weight:700}.group-list{list-style:none;padding:0;margin:0}.group-item{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;border-bottom:1px solid var(--border-color)}.group-item:last-child{border-bottom:none}.teams-section{padding:60px 0}.team-profile-card{background:var(--bg-white);border-radius:12px;border:1px solid var(--border-color);overflow:hidden;box-shadow:var(--card-shadow)}.team-profile-card img{height:180px;width:100%;object-fit:cover}.team-body{padding:20px}.news-section{padding:60px 0;background-color:var(--bg-white)}.news-card{background-color:var(--bg-light);border-radius:12px;border:1px solid var(--border-color);overflow:hidden;height:100%;transition:all var(--transition-speed)}.news-card:hover{box-shadow:0 8px 24px rgba(0,0,0,0.08);transform:translateY(-3px)}.news-meta{font-size:0.85rem;color:var(--text-muted);margin-bottom:8px}.stadium-section{padding:60px 0}.stadium-img-wrapper img{border-radius:12px;box-shadow:var(--card-shadow);max-height:400px;object-fit:cover;width:100%}.guide-section{padding:60px 0;background-color:var(--bg-white)}.guide-card{border-left:4px solid var(--primary-color);background-color:var(--bg-light);padding:20px;border-radius:0 12px 12px 0;height:100%}.rules-section{padding:60px 0}.rule-pill{background-color:var(--bg-white);border:1px solid var(--border-color);padding:20px;border-radius:12px;box-shadow:var(--card-shadow)}.faq-section{padding:60px 0;background-color:var(--bg-white)}.accordion-item{border:1px solid var(--border-color) !important;border-radius:8px !important;margin-bottom:12px;overflow:hidden}.accordion-button:not(.collapsed){background-color:rgba(13,110,253,0.05);color:var(--primary-color)}.about-section{padding:60px 0;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%)}.footer-custom{background-color:#0f172a;color:#94a3b8;padding:60px 0 30px;font-size:0.95rem}.footer-custom a{color:#cbd5e1}.footer-custom a:hover{color:#ffffff}.footer-custom h5{color:#ffffff;font-weight:600;margin-bottom:20px}