:root{--page-bg:#f4f7fc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0284c7;--accent-hover:#0369a1;--secondary:#10b981;--border:#e2e8f0;--card-shadow:0 4px 20px rgba(15,23,42,0.05);--transition:all 0.3s ease}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}.custom-navbar{background-color:var(--surface-strong);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,0.1);padding:0.8rem 1rem;position:sticky;top:0;z-index:1030}.navbar-brand-img{height:40px;width:auto;margin-right:10px}.navbar-brand{font-weight:800;color:var(--text-light) !important;font-size:1.25rem;display:flex;align-items:center}.nav-link{color:rgba(255,255,255,0.8) !important;font-weight:500;margin:0 0.5rem;transition:var(--transition)}.nav-link:hover,.nav-link.active{color:var(--secondary) !important}.section-title{position:relative;padding-bottom:0.75rem;margin-bottom:2rem;font-weight:700;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background:linear-gradient(90deg,var(--accent),var(--secondary));border-radius:2px}.card-custom{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--card-shadow);transition:var(--transition);overflow:hidden;height:100%}.card-custom:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(15,23,42,0.1)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--text-light);padding:5rem 0;position:relative;overflow:hidden}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(to right,#ffffff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.125rem;color:#cbd5e1;margin-bottom:2rem;max-width:600px}.hero-img{border-radius:14px;box-shadow:0 20px 40px rgba(0,0,0,0.4);object-fit:cover;width:100%;height:auto}.match-badge{font-size:0.75rem;padding:0.25rem 0.6rem;border-radius:20px;font-weight:600}.badge-upcoming{background-color:#e2e8f0;color:#475569}.badge-live{background-color:#fee2e2;color:#ef4444}.badge-end{background-color:#dcfce7;color:#16a34a}.match-card{border-left:5px solid var(--accent)}.match-team-logo{width:32px;height:32px;object-fit:contain;background:#f1f5f9;border-radius:50%;padding:3px}.group-table th{background-color:var(--surface-strong);color:var(--text-light);border:none}.group-card{border-top:4px solid var(--secondary)}.swiper-container-custom{padding-bottom:3rem}.accordion-button:not(.collapsed){background-color:#f1f5f9;color:var(--accent);box-shadow:none}.accordion-button{font-weight:600}.scroll-x-container{overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap;padding-bottom:0.5rem}.scroll-x-card{display:inline-block;width:280px;margin-right:1rem;vertical-align:top;white-space:normal}footer{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem;border-top:1px solid rgba(255,255,255,0.1)}footer a{color:#cbd5e1;text-decoration:none;transition:var(--transition)}footer a:hover{color:var(--secondary)}