.matches-module__Ae3csa__searchBar{max-width:480px;margin:0 auto var(--space-xl);align-items:center;gap:var(--space-md);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-full);padding:var(--space-md) var(--space-xl);transition:border-color var(--transition-base);display:flex}.matches-module__Ae3csa__searchBar:focus-within{border-color:var(--accent-cyan);box-shadow:0 0 20px var(--accent-cyan-glow)}.matches-module__Ae3csa__searchBar svg{color:var(--text-muted);flex-shrink:0}.matches-module__Ae3csa__searchBar input{color:var(--text-primary);font-family:var(--font-body);font-size:var(--fs-base);background:0 0;border:none;outline:none;flex:1}.matches-module__Ae3csa__searchBar input::placeholder{color:var(--text-muted)}.matches-module__Ae3csa__filters{justify-content:center;gap:var(--space-sm);margin-bottom:var(--space-2xl);flex-wrap:wrap;display:flex}.matches-module__Ae3csa__filterBtn{padding:var(--space-xs) var(--space-lg);border-radius:var(--radius-full);font-family:var(--font-heading);font-size:var(--fs-xs);color:var(--text-secondary);background:var(--glass-bg);border:1px solid var(--glass-border);transition:all var(--transition-base);cursor:pointer;align-items:center;gap:6px;font-weight:600;display:inline-flex}.matches-module__Ae3csa__filterBtn:hover{color:var(--text-primary);border-color:#ffffff26}.matches-module__Ae3csa__active{background:var(--accent-red);color:#fff;border-color:var(--accent-red);box-shadow:var(--shadow-glow-red)}.matches-module__Ae3csa__todayFilter{border-color:#00e5ff4d}.matches-module__Ae3csa__todayFilter.matches-module__Ae3csa__active{background:linear-gradient(135deg,#00e5ff,#00b8d4);border-color:#00e5ff;box-shadow:0 0 20px #00e5ff66}.matches-module__Ae3csa__endedFilter{border-color:#00ff6640}.matches-module__Ae3csa__endedFilter.matches-module__Ae3csa__active{color:#000;background:linear-gradient(135deg,#0f6,#00b8d4);border-color:#0f6;box-shadow:0 0 20px #00ff664d}.matches-module__Ae3csa__knockoutFilter{border-color:#ffd7004d}.matches-module__Ae3csa__knockoutFilter.matches-module__Ae3csa__active{color:#000;background:linear-gradient(135deg,gold,#ff8c00);border-color:gold;box-shadow:0 0 20px #ffd70066}.matches-module__Ae3csa__liveDot{background:#0f6;border-radius:50%;width:8px;height:8px;animation:1.5s infinite matches-module__Ae3csa__pulse;display:inline-block;box-shadow:0 0 8px #0f6}@keyframes matches-module__Ae3csa__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.matches-module__Ae3csa__grid{gap:var(--space-xl);padding-bottom:var(--space-4xl);grid-template-columns:repeat(2,1fr);display:grid}.matches-module__Ae3csa__card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:var(--space-xl);transition:all var(--transition-slow);position:relative;overflow:hidden}.matches-module__Ae3csa__card:hover{box-shadow:var(--shadow-lg);border-color:#ffffff1f;transform:translateY(-4px)}.matches-module__Ae3csa__todayCard{animation:3s ease-in-out infinite alternate matches-module__Ae3csa__todayGlow;box-shadow:0 0 25px #00e5ff26,inset 0 0 25px #00e5ff08;border-color:#00e5ff66!important}.matches-module__Ae3csa__todayCard:hover{transform:translateY(-6px);box-shadow:0 0 35px #00e5ff40,inset 0 0 30px #00e5ff0d}@keyframes matches-module__Ae3csa__todayGlow{0%{border-color:#00e5ff4d;box-shadow:0 0 20px #00e5ff1a}to{border-color:#00e5ff99;box-shadow:0 0 35px #00e5ff33}}.matches-module__Ae3csa__knockoutCard{border-color:#ffd70026}.matches-module__Ae3csa__knockoutCard:hover{border-color:#ffd7004d;box-shadow:0 0 20px #ffd7001a}.matches-module__Ae3csa__todayBanner{font-family:var(--font-heading);letter-spacing:2px;color:#00e5ff;background:linear-gradient(90deg,#00e5ff26,#00e5ff0d);border-bottom:1px solid #00e5ff26;align-items:center;gap:6px;padding:4px 16px;font-size:10px;font-weight:800;display:flex;position:absolute;top:0;left:0;right:0}.matches-module__Ae3csa__meta{margin-bottom:var(--space-lg);justify-content:space-between;align-items:center;padding-top:4px;display:flex}.matches-module__Ae3csa__date{font-size:var(--fs-xs);color:var(--text-muted)}.matches-module__Ae3csa__group{color:var(--accent-red);border-radius:var(--radius-full);font-size:var(--fs-xs);font-weight:700;font-family:var(--font-heading);background:#ff2d5526;padding:2px 10px}.matches-module__Ae3csa__knockoutBadge{border:1px solid #ffd70033;color:gold!important;background:#ffd7001f!important}.matches-module__Ae3csa__stageFinal{text-transform:uppercase;letter-spacing:1px;color:gold!important;background:linear-gradient(135deg,#ffd70040,#ff8c0033)!important;border:1px solid #ffd70066!important;font-weight:900!important}.matches-module__Ae3csa__stageSemi{color:#c084fc!important;background:#c084fc26!important;border:1px solid #c084fc4d!important}.matches-module__Ae3csa__stageQuarter{color:#60a5fa!important;background:#60a5fa26!important;border:1px solid #60a5fa4d!important}.matches-module__Ae3csa__stageR16{color:#34d399!important;background:#34d3991f!important;border:1px solid #34d39940!important}.matches-module__Ae3csa__stageR32{color:#fbbf24!important;background:#fbbf241f!important;border:1px solid #fbbf2440!important}.matches-module__Ae3csa__stageThird{color:#cd7f32!important;background:#cd7f3226!important;border:1px solid #cd7f324d!important}.matches-module__Ae3csa__teams{justify-content:center;align-items:center;gap:var(--space-lg);margin-bottom:var(--space-md);display:flex}.matches-module__Ae3csa__team{align-items:center;gap:var(--space-sm);flex-direction:column;min-width:80px;display:flex}.matches-module__Ae3csa__flag{object-fit:cover;border:1px solid var(--glass-border);border-radius:4px;width:48px;height:32px}.matches-module__Ae3csa__name{font-family:var(--font-heading);font-size:var(--fs-sm);text-align:center;font-weight:700}.matches-module__Ae3csa__vs,.matches-module__Ae3csa__vsScore{font-family:var(--font-heading);font-weight:900;font-size:var(--fs-xl);color:var(--text-muted)}.matches-module__Ae3csa__venue{text-align:center;font-size:var(--fs-xs);color:var(--text-muted)}.matches-module__Ae3csa__empty{text-align:center;padding:var(--space-4xl);color:var(--text-muted);font-size:var(--fs-lg);grid-column:1/-1}.matches-module__Ae3csa__tbd{background:var(--glass-bg);border:1px dashed var(--glass-border);border-radius:4px;justify-content:center;align-items:center;width:48px;height:32px;font-size:20px;display:flex}.matches-module__Ae3csa__score{font-family:var(--font-heading);font-size:var(--fs-2xl);color:var(--text-primary);border-radius:var(--radius-full);border:1px solid var(--glass-border);background:linear-gradient(135deg,#ff2d551a,#00e5ff1a);padding:2px 12px;font-weight:900}.matches-module__Ae3csa__statusFinished{text-align:center;margin-top:var(--space-sm);font-family:var(--font-heading);font-size:var(--fs-xs);color:var(--text-muted);letter-spacing:2px;font-weight:800}.matches-module__Ae3csa__statusLive{text-align:center;margin-top:var(--space-sm);font-family:var(--font-heading);font-size:var(--fs-xs);color:#0f6;letter-spacing:2px;justify-content:center;align-items:center;gap:6px;font-weight:800;display:flex}@media (max-width:768px){.matches-module__Ae3csa__grid{grid-template-columns:1fr}}.matches-module__Ae3csa__cardStats{justify-content:center;gap:var(--space-md);margin-top:var(--space-xs);font-family:var(--font-heading);font-size:var(--fs-xs);font-weight:700;display:flex}.matches-module__Ae3csa__cardStatYellow,.matches-module__Ae3csa__cardStatRed{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-sm);color:var(--text-secondary);align-items:center;gap:4px;padding:2px 8px;display:inline-flex}.matches-module__Ae3csa__cardActions{z-index:10;justify-content:flex-end;gap:8px;margin-top:12px;display:flex}.matches-module__Ae3csa__actionButton{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-muted);cursor:pointer;width:32px;height:32px;transition:all var(--transition-base);border-radius:50%;justify-content:center;align-items:center;font-size:14px;display:flex}.matches-module__Ae3csa__actionButton:hover{border-color:var(--accent-cyan);color:var(--text-primary);box-shadow:0 0 10px var(--accent-cyan-glow);transform:scale(1.08)}
