.league-match-chat{color:#f6f8fb;background:#0a0e16eb;border:1px solid #ffffff1a;border-radius:18px;gap:12px;min-height:420px;padding:18px;display:grid}.league-match-chat>header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.league-match-chat>header span{letter-spacing:1.6px;color:#9ee9f5;font-size:10px;font-weight:900}.league-match-chat>header h2{margin:3px 0 0;font-size:22px}.league-match-chat>header strong{text-transform:uppercase;color:#8ff0b1;font-size:11px}.league-match-chat>header strong[data-status=closed]{color:#ffd9b5}.league-match-chat__messages{flex-direction:column;gap:10px;min-height:260px;max-height:58vh;padding:4px;display:flex;overflow:auto}.league-match-chat__skeleton{gap:10px;padding:8px;display:grid}.league-match-chat__skeleton span{background:linear-gradient(90deg,#141e2b 25%,#213044 50%,#141e2b 75%) 0 0/200% 100%;border-radius:14px;width:min(78%,520px);height:54px;animation:1.4s ease-in-out infinite league-match-chat-pulse;display:block}.league-match-chat__skeleton span:nth-child(2){justify-self:end;width:min(64%,440px)}.league-match-chat__skeleton span:nth-child(3){width:min(72%,480px)}.league-match-chat__skeleton p{color:#aab4c2;text-align:center;margin:2px 0 0}@keyframes league-match-chat-pulse{0%{background-position:200% 0}to{background-position:-200% 0}}.league-match-chat__message{background:#182231;border:1px solid #ffffff14;border-radius:14px;max-width:min(84%,620px);padding:11px 13px}.league-match-chat__message.is-home{border-color:#41b5ff59;align-self:flex-start}.league-match-chat__message.is-away{background:#251c32;border-color:#c975ff59;align-self:flex-end}.league-match-chat__message.is-league{background:#332412;border-color:#ffbe5b66;align-self:center}.league-match-chat__message.is-pending{opacity:.62}.league-match-chat__message>div{justify-content:space-between;gap:12px;font-size:10px;display:flex}.league-match-chat__message time{color:#8ea0c0}.league-match-chat__message p{white-space:pre-wrap;overflow-wrap:anywhere;margin:7px 0 0;line-height:1.45}.league-match-chat form{background:#0a0e16fa;grid-template-columns:1fr auto;gap:8px;padding-top:8px;display:grid;position:sticky;bottom:0}.league-match-chat textarea{resize:vertical;color:#fff;min-height:54px;max-height:140px;font:inherit;background:#111925;border:1px solid #ffffff24;border-radius:12px;padding:11px}.league-match-chat form button,.league-match-chat__older{color:#dffaff;background:#12323d;border:1px solid #9ee9f559;border-radius:12px;padding:0 16px;font-weight:900}.league-match-chat form small,.league-match-chat form label{color:#c8d0da;grid-column:1/-1}.league-match-chat__error{color:#ffb0bc}.league-match-chat__closed,.league-match-chat__empty{color:#aab4c2;text-align:center}.league-match-chat__older{justify-self:center;padding:8px 12px}.league-match-chat__moderate{color:#ffb0bc;text-transform:uppercase;background:0 0;border:0;margin-top:8px;font-size:10px}.league-match-chat__admin{gap:8px;display:flex}.league-match-chat__admin input{color:#fff;background:#111925;border:1px solid #ffffff1f;border-radius:10px;flex:1;padding:9px}.league-match-chat__admin button{color:#ffb0bc;background:#ff47571a;border:1px solid #ffb0bc4d;border-radius:10px;padding:9px 12px}@media (width<=600px){.league-match-chat{border-radius:14px;padding:12px}.league-match-chat__messages{max-height:52vh}.league-match-chat__message{max-width:92%}.league-match-chat form{grid-template-columns:1fr}.league-match-chat form button{min-height:44px}.league-match-chat form small{display:none}}
