:root{--page-bg:#f3f4f6;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0284c7;--accent-2:#10b981;--accent-3:#ef4444;--border:#e2e8f0;--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);line-height:1.6}.header-custom{background-color:rgba(15,23,42,0.95);backdrop-filter:blur(10px);border-bottom:2px solid var(--accent);position:sticky;top:0;z-index:1030}.header-brand{font-weight:800;color:#ffffff !important;font-size:1.4rem;display:flex;align-items:center;gap:10px}.header-brand img{height:40px;width:auto}.nav-link-custom{color:#cbd5e1 !important;font-weight:500;transition:var(--transition);border-bottom:2px solid transparent}.nav-link-custom:hover,.nav-link-custom.active{color:var(--accent-2) !important;border-color:var(--accent-2)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);color:#ffffff;padding:80px 0;overflow:hidden;position:relative}.hero-title{font-size:3rem;font-weight:900;line-height:1.2;background:linear-gradient(45deg,#38bdf8,#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-meta{font-size:1.1rem;color:#94a3b8;border-left:4px solid var(--accent-2);padding-left:15px}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:var(--transition);overflow:hidden}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.section-title{font-size:2rem;font-weight:800;position:relative;padding-bottom:12px;margin-bottom:30px;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(90deg,var(--accent),var(--accent-2));border-radius:2px}.match-badge{font-size:0.75rem;padding:4px 8px;border-radius:20px;font-weight:bold}.badge-upcoming{background-color:#e0f2fe;color:#0369a1}.badge-live{background-color:#fef2f2;color:#b91c1c;animation:pulse 2s infinite}.badge-ended{background-color:#f1f5f9;color:#475569}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.team-flag-placeholder{width:36px;height:24px;background-color:#e2e8f0;display:inline-block;border-radius:4px;text-align:center;font-weight:bold;font-size:10px;line-height:24px}.group-table th{background-color:#f8fafc;color:var(--text-muted);font-weight:600}.accordion-button:not(.collapsed){background-color:#f0fdf4;color:#15803d}.scroll-x-container{overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap;padding-bottom:15px}.scroll-x-card{display:inline-block;width:280px;margin-right:15px;vertical-align:top;white-space:normal}.footer-custom{background-color:var(--surface-strong);color:#94a3b8;font-size:0.95rem}.footer-custom a{color:#cbd5e1;text-decoration:none;transition:var(--transition)}.footer-custom a:hover{color:var(--accent-2)}.footer-title{color:#ffffff;font-weight:700;margin-bottom:20px}