.entity-match-events .entity-event-phase{display:block;padding:.8rem 1rem;background:#e4f2f3;border-left:4px solid #087886;margin-top:1rem}.entity-event-phase h3{margin:0;font-size:1rem;color:#093b49}.entity-match-rosters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.entity-match-rosters details{border:1px solid #bdced3;border-radius:10px;overflow:hidden}.entity-match-rosters summary{cursor:pointer;padding:1rem;min-height:48px;font-weight:700}.entity-match-rosters ul{list-style:none;padding:0 1rem 1rem;margin:0}.entity-match-rosters li{display:flex;gap:.75rem;padding:.65rem 0;border-top:1px solid #dce6e9}.entity-match-rosters li>b{width:2rem;flex-shrink:0}.entity-match-rosters small{display:block;font-size:.75rem;margin-top:.2rem;color:#47616f}.entity-match-rosters summary:focus-visible{outline:3px solid #d64a1a;outline-offset:-3px}@media(max-width:620px){.entity-match-rosters{grid-template-columns:1fr}}