.picker-results{border:1px solid var(--surface-border);border-radius:8px;padding:8px;max-height:220px;overflow:auto}
.picker-results .pick{padding:6px 8px;border-radius:6px;cursor:pointer}
.picker-results .pick:hover{background:var(--surface)}
.task-list{border:1px solid var(--surface-border);border-radius:8px;padding:8px;max-height:320px;overflow:auto}
.task-list .task{display:flex;gap:8px;align-items:center;padding:6px 4px;border-bottom:1px dashed var(--surface-border)}
.task-list .task:last-child{border-bottom:0}