.principalContainer{display:flex;flex-direction:column;align-items:center;width:100%;max-width:500px;margin:0 auto}.gradienteContainer{width:100%;border-radius:14px;padding:2px;background:linear-gradient(90deg,rgba(237,140,119,1),rgba(255,0,0,1) 20%,rgba(155,193,8,1) 40%,rgba(143,85,209,1) 60%,rgba(237,140,119,1) 80%,rgba(255,0,0,1));background-size:200% 100%;animation:gradient-slide 3s linear infinite}@keyframes gradient-slide{0%{background-position:0 0}to{background-position:100% 0}}.blackContainer{display:flex;align-items:center;justify-content:space-between;width:100%;padding:6px 10px;background:#09090b;border-radius:12px;gap:6px;transition:opacity .3s ease}.awayFlag,.localFlag{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:26px;height:18px;border-radius:4px;overflow:hidden;border:1px solid rgba(255,255,255,.15)}img.away_flag,img.local_flag{display:block;object-fit:cover;width:100%;height:100%}.dotAway,.dotHome{display:flex;align-items:center;justify-content:center;width:8px;flex-shrink:0}.possession-dot{width:6px;height:6px;border-radius:50%;background:#374151;transition:background .4s,box-shadow .4s}.possession-dot--active{background:#60a5fa;box-shadow:0 0 0 3px rgba(96,165,250,.2)}.world-cup-scoreboard__team{font-family:var(--font-secondary);color:#e5e7eb;font-weight:900;font-size:15px;line-height:1;letter-spacing:.04em}.scoreContainer{gap:0;background:#00eac1;border-radius:8px;border:none;overflow:hidden;flex-shrink:0;min-width:52px;height:28px}.scoreContainer,.world-cup-scoreboard__score{display:flex;align-items:center;justify-content:center}.world-cup-scoreboard__score{width:50%;height:100%;color:#09090b;font-size:13px;font-weight:800;line-height:1;position:relative}.scoreContainer>div:first-child:after{content:"";position:absolute;right:0;top:20%;height:60%;width:1px;background:rgba(0,0,0,.15)}.status-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 12px 5px;background:#09090b;border-radius:0 0 10px 10px;color:#fff;min-width:72px;justify-content:center}.status-badge__time{font-size:10px;font-weight:800;line-height:1;letter-spacing:.03em;color:#f3f4f6}.status-badge__sep{font-size:9px;line-height:1;color:#374151}.status-badge__phase{font-size:9px;font-weight:700;line-height:1;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af}span.live-dot{flex-shrink:0;width:5px;height:5px;border-radius:50%;background:#4ade80;box-shadow:0 0 0 2px rgba(74,222,128,.25);animation:live-pulse 1.4s ease-in-out infinite}@keyframes live-pulse{50%{opacity:.35;transform:scale(.75)}}.match-indicators{display:flex;justify-content:center;gap:5px;margin-top:7px}.match-indicator{width:5px;height:5px;border-radius:50%;background:#d1d5db;border:none;padding:0;cursor:pointer;transition:background .3s,transform .3s}.match-indicator--active{background:#4539e5;transform:scale(1.3)}@media only screen and (min-width:540px){.principalContainer{max-width:800px}.gradienteContainer{padding:3px;border-radius:20px}.blackContainer{padding:10px 18px;border-radius:17px;gap:14px}.awayFlag,.localFlag{width:48px;height:32px;border-radius:7px}.world-cup-scoreboard__team{font-size:22px}.scoreContainer{min-width:96px;height:52px;border-radius:12px}.world-cup-scoreboard__score{font-size:26px}.possession-dot{width:9px;height:9px}.dotAway,.dotHome{width:14px}.status-badge{padding:5px 20px 7px;border-radius:0 0 14px 14px;min-width:110px;gap:7px}.status-badge__time{font-size:15px}.status-badge__phase{font-size:12px}span.live-dot{width:7px;height:7px}.predict-hint{font-size:12px;padding:6px 18px;margin-top:10px}}